@keyframes opaque {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes resizeanim {
  0%,to {
      opacity: 0
  }
}

.apexcharts-canvas {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)
}

.apexcharts-inner {
  position: relative
}

.apexcharts-text tspan {
  font-family: inherit
}

.legend-mouseover-inactive {
  transition: .15s ease all;
  opacity: .2
}

.apexcharts-legend-text {
  padding-left: 15px;
  margin-left: -15px;
}

.apexcharts-series-collapsed {
  opacity: 0
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255,255,255,.96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30,30,30,.8)
}

.apexcharts-tooltip * {
  font-family: inherit
}

.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0,0,0,.7);
  border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-goals-value,.apexcharts-tooltip-text-y-value,.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,.apexcharts-tooltip-text-goals-value:empty,.apexcharts-tooltip-text-y-label:empty,.apexcharts-tooltip-text-y-value:empty,.apexcharts-tooltip-text-z-value:empty,.apexcharts-tooltip-title:empty {
  display: none
}

.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0!important
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px
}

.apexcharts-custom-tooltip,.apexcharts-tooltip-box {
  padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
  margin: 4px 0
}

.apexcharts-tooltip-box span.value {
  font-weight: 700
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px
}

.apexcharts-xaxistooltip,.apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-xaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px
}

.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%
}

.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before {
  top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-yaxistooltip {
  padding: 4px 10px
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-yaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px
}

.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before {
  left: 100%
}

.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before {
  right: 100%
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1
}

.apexcharts-yaxistooltip-hidden {
  display: none
}

.apexcharts-xcrosshairs,.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0
}

.apexcharts-selection-rect {
  cursor: move
}

.svg_select_boundingRect,.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center
}

.apexcharts-menu-icon svg,.apexcharts-reset-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg {
  fill: #6e8192
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333
}

.apexcharts-menu-icon,.apexcharts-selection-icon {
  position: relative
}

.apexcharts-reset-icon {
  margin-left: 5px
}

.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon {
  transform: scale(.85)
}

.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  transform: scale(.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px
}

.apexcharts-pan-icon {
  transform: scale(.62);
  position: relative;
  left: 1px;
  top: 0
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: .15s ease all;
  pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0,0,0,.7);
  color: #fff
}

@media screen and (min-width:768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
      opacity: 1
  }
}

.apexcharts-canvas .apexcharts-element-hidden,.apexcharts-datalabel.apexcharts-element-hidden,.apexcharts-hide .apexcharts-series-points {
  opacity: 0
}

.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: 0.25s ease all;
}
.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value,.apexcharts-datalabels,.apexcharts-pie-label {
  cursor: default;
  pointer-events: none
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease
}

.apexcharts-radialbar-label {
  cursor: pointer;
}

.apexcharts-annotation-rect,.apexcharts-area-series .apexcharts-area,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-gridline,.apexcharts-line,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-point-annotation-label,.apexcharts-radar-series path,.apexcharts-radar-series polygon,.apexcharts-toolbar svg,.apexcharts-tooltip .apexcharts-marker,.apexcharts-xaxis-annotation-label,.apexcharts-yaxis-annotation-label,.apexcharts-zoom-rect {
  pointer-events: none
}

.apexcharts-marker {
  transition: .15s ease all
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.contract-trigger:before,.resize-triggers,.resize-triggers>div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.resize-triggers>div {
  height: 100%;
  width: 100%;
  background: #eee;
  overflow: auto
}

.contract-trigger:before {
  overflow: hidden;
  width: 200%;
  height: 200%
}

.apexcharts-bar-goals-markers{
  pointer-events: none
}

.apexcharts-bar-shadows{
  pointer-events: none
}

.apexcharts-rangebar-goals-markers{
  pointer-events: none
}
/**
 * FormValidation (https://formvalidation.io)
 * The best validation library for JavaScript
 * (c) 2013 - 2023 Nguyen Huu Phuoc <me@phuoc.ng>
 */
.fv-sr-only {
  display: none;
}

.fv-plugins-framework input::-ms-clear,
.fv-plugins-framework textarea::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.fv-plugins-icon-container {
  position: relative;
}

.fv-plugins-icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.fv-plugins-icon--enabled {
  visibility: visible;
}
.fv-plugins-icon--disabled {
  visibility: hidden;
}

.fv-plugins-message-container--enabled {
  display: block;
}
.fv-plugins-message-container--disabled {
  display: none;
}

.fv-plugins-tooltip {
  max-width: 256px;
  position: absolute;
  text-align: center;
  z-index: 10000;
}
.fv-plugins-tooltip .fv-plugins-tooltip__content {
  background: #000;
  border-radius: 3px;
  color: #eee;
  padding: 8px;
  position: relative;
}
.fv-plugins-tooltip .fv-plugins-tooltip__content:before {
  border: 8px solid transparent;
  content: "";
  position: absolute;
}

.fv-plugins-tooltip--hide {
  display: none;
}

.fv-plugins-tooltip--top-left {
  transform: translateY(-8px);
}
.fv-plugins-tooltip--top-left .fv-plugins-tooltip__content:before {
  border-top-color: #000;
  left: 8px;
  top: 100%;
}

.fv-plugins-tooltip--top {
  transform: translateY(-8px);
}
.fv-plugins-tooltip--top .fv-plugins-tooltip__content:before {
  border-top-color: #000;
  left: 50%;
  margin-left: -8px;
  top: 100%;
}

.fv-plugins-tooltip--top-right {
  transform: translateY(-8px);
}
.fv-plugins-tooltip--top-right .fv-plugins-tooltip__content:before {
  border-top-color: #000;
  right: 8px;
  top: 100%;
}

.fv-plugins-tooltip--right {
  transform: translateX(8px);
}
.fv-plugins-tooltip--right .fv-plugins-tooltip__content:before {
  border-right-color: #000;
  margin-top: -8px;
  right: 100%;
  top: 50%;
}

.fv-plugins-tooltip--bottom-right {
  transform: translateY(8px);
}
.fv-plugins-tooltip--bottom-right .fv-plugins-tooltip__content:before {
  border-bottom-color: #000;
  bottom: 100%;
  right: 8px;
}

.fv-plugins-tooltip--bottom {
  transform: translateY(8px);
}
.fv-plugins-tooltip--bottom .fv-plugins-tooltip__content:before {
  border-bottom-color: #000;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.fv-plugins-tooltip--bottom-left {
  transform: translateY(8px);
}
.fv-plugins-tooltip--bottom-left .fv-plugins-tooltip__content:before {
  border-bottom-color: #000;
  bottom: 100%;
  left: 8px;
}

.fv-plugins-tooltip--left {
  transform: translateX(-8px);
}
.fv-plugins-tooltip--left .fv-plugins-tooltip__content:before {
  border-left-color: #000;
  left: 100%;
  margin-top: -8px;
  top: 50%;
}

.fv-plugins-tooltip-icon {
  cursor: pointer;
  pointer-events: inherit;
}

.fv-plugins-bootstrap {
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
  /* Remove the icons generated by Bootstrap 4.2+ */
}
.fv-plugins-bootstrap .fv-help-block {
  color: #dc3545;
  font-size: 80%;
  margin-top: 0.25rem;
}
.fv-plugins-bootstrap .is-invalid ~ .form-check-label,
.fv-plugins-bootstrap .is-valid ~ .form-check-label {
  color: inherit;
}
.fv-plugins-bootstrap .has-danger .fv-plugins-icon {
  color: #dc3545;
}
.fv-plugins-bootstrap .has-success .fv-plugins-icon {
  color: #28a745;
}
.fv-plugins-bootstrap .fv-plugins-icon {
  height: 38px;
  line-height: 38px;
  width: 38px;
}
.fv-plugins-bootstrap .input-group ~ .fv-plugins-icon {
  z-index: 3;
}
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
  right: 15px;
}
.fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check {
  top: -7px; /* labelHeight/2 - iconHeight/2 */
}
.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
  top: 32px;
}
.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon-check {
  top: 25px;
}
.fv-plugins-bootstrap:not(.form-inline) label.sr-only ~ .fv-plugins-icon-check {
  top: -7px;
}
.fv-plugins-bootstrap.form-inline .form-group {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: auto;
}
.fv-plugins-bootstrap .form-control.is-valid,
.fv-plugins-bootstrap .form-control.is-invalid {
  background-image: none;
}

.fv-plugins-bootstrap3 .help-block {
  margin-bottom: 0;
}
.fv-plugins-bootstrap3 .input-group ~ .form-control-feedback {
  z-index: 4;
}
.fv-plugins-bootstrap3.form-inline .form-group {
  vertical-align: top;
}

.fv-plugins-bootstrap5 {
  /* Support floating label */
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
}
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-invalid .fv-plugins-icon {
  color: #dc3545;
}
.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-valid .fv-plugins-icon {
  color: #198754;
}
.fv-plugins-bootstrap5 .fv-plugins-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 38px;
  width: 38px;
}
.fv-plugins-bootstrap5 .input-group ~ .fv-plugins-icon {
  z-index: 3;
}
.fv-plugins-bootstrap5 .fv-plugins-icon-input-group {
  right: -38px;
}
.fv-plugins-bootstrap5 .form-floating .fv-plugins-icon {
  height: 58px;
}
.fv-plugins-bootstrap5 .row .fv-plugins-icon {
  right: 12px;
}
.fv-plugins-bootstrap5 .row .fv-plugins-icon-check {
  top: -7px; /* labelHeight/2 - iconHeight/2 */
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon {
  top: 32px;
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon-check {
  top: 25px;
}
.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label.sr-only ~ .fv-plugins-icon-check {
  top: -7px;
}
.fv-plugins-bootstrap5.fv-plugins-bootstrap5-form-inline .fv-plugins-icon {
  right: calc(var(--bs-gutter-x, 1.5rem) / 2);
}
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-valid,
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-invalid,
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-valid,
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-invalid {
  background-image: none;
}

.fv-plugins-bulma {
  /* Support add ons inside field */
}
.fv-plugins-bulma .field.has-addons {
  flex-wrap: wrap;
}
.fv-plugins-bulma .field.has-addons::after {
  content: "";
  width: 100%;
}
.fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
  order: 1;
}
.fv-plugins-bulma .icon.fv-plugins-icon-check {
  top: -4px;
}
.fv-plugins-bulma .fv-has-error .select select,
.fv-plugins-bulma .fv-has-error .input,
.fv-plugins-bulma .fv-has-error .textarea {
  border: 1px solid #ff3860; /* Same as .input.is-danger */
}
.fv-plugins-bulma .fv-has-success .select select,
.fv-plugins-bulma .fv-has-success .input,
.fv-plugins-bulma .fv-has-success .textarea {
  border: 1px solid #23d160; /* Same as .input.is-success */
}

.fv-plugins-foundation {
  /* Stacked form */
}
.fv-plugins-foundation .fv-plugins-icon {
  height: 39px;
  line-height: 39px;
  right: 0;
  width: 39px; /* Same as height of input */
}
.fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
  right: 15px;
}
.fv-plugins-foundation .fv-plugins-icon-container .cell {
  position: relative;
}
.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon,
.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon {
  top: -7px; /* labelHeight/2 - iconHeight/2 */
}
.fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
  width: 100%;
}
.fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=checkbox] ~ .fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=radio] ~ .fv-plugins-icon {
  top: 25px; /* Same as height of label */
}
.fv-plugins-foundation .form-error {
  display: block;
}
.fv-plugins-foundation .fv-row__success .fv-plugins-icon {
  color: #3adb76; /* Same as .success */
}
.fv-plugins-foundation .fv-row__error label,
.fv-plugins-foundation .fv-row__error fieldset legend,
.fv-plugins-foundation .fv-row__error .fv-plugins-icon {
  color: #cc4b37; /* Same as .is-invalid-label and .form-error */
}

.fv-plugins-materialize .fv-plugins-icon {
  height: 42px; /* Same as height of input */
  line-height: 42px;
  width: 42px;
}
.fv-plugins-materialize .fv-plugins-icon-check {
  top: -10px;
}
.fv-plugins-materialize .fv-invalid-row .helper-text,
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon {
  color: #f44336;
}
.fv-plugins-materialize .fv-valid-row .helper-text,
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon {
  color: #4caf50;
}

.fv-plugins-milligram .fv-plugins-icon {
  height: 38px; /* Same as height of input */
  line-height: 38px;
  width: 38px;
}
.fv-plugins-milligram .column {
  position: relative;
}
.fv-plugins-milligram .column .fv-plugins-icon {
  right: 10px;
}
.fv-plugins-milligram .fv-plugins-icon-check {
  top: -6px;
}
.fv-plugins-milligram .fv-plugins-message-container {
  margin-bottom: 15px;
}
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
  top: 30px;
}
.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
  top: 24px;
}
.fv-plugins-milligram .fv-invalid-row .fv-help-block,
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
  color: red;
}
.fv-plugins-milligram .fv-valid-row .fv-help-block,
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
  color: green;
}

.fv-plugins-mini .fv-plugins-icon {
  height: 42px; /* Same as height of input */
  line-height: 42px;
  width: 42px;
  top: 4px; /* Same as input's margin top */
}
.fv-plugins-mini .fv-plugins-icon-check {
  top: -8px;
}
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
  top: 28px;
}
.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
  top: 20px;
}
.fv-plugins-mini .fv-plugins-message-container {
  margin: calc(var(--universal-margin) / 2);
}
.fv-plugins-mini .fv-invalid-row .fv-help-block,
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
  color: var(--input-invalid-color);
}
.fv-plugins-mini .fv-valid-row .fv-help-block,
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
  color: #308732; /* Same as tertiary color */
}

.fv-plugins-mui .fv-plugins-icon {
  height: 32px; /* Same as height of input */
  line-height: 32px;
  width: 32px;
  top: 15px;
  right: 4px;
}
.fv-plugins-mui .fv-plugins-icon-check {
  top: -6px;
  right: -10px;
}
.fv-plugins-mui .fv-plugins-message-container {
  margin: 8px 0;
}
.fv-plugins-mui .fv-invalid-row .fv-help-block,
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
  color: #f44336;
}
.fv-plugins-mui .fv-valid-row .fv-help-block,
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
  color: #4caf50;
}

.fv-plugins-pure {
  /* Horizontal form */
  /* Stacked form */
}
.fv-plugins-pure .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px; /* Height of Pure input */
}
.fv-plugins-pure .fv-has-error label,
.fv-plugins-pure .fv-has-error .fv-help-block,
.fv-plugins-pure .fv-has-error .fv-plugins-icon {
  color: #ca3c3c; /* Same as .button-error */
}
.fv-plugins-pure .fv-has-success label,
.fv-plugins-pure .fv-has-success .fv-help-block,
.fv-plugins-pure .fv-has-success .fv-plugins-icon {
  color: #1cb841; /* Same as .button-success */
}
.fv-plugins-pure.pure-form-aligned .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}
.fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
  top: -9px; /* labelHeight/2 - iconHeight/2 */
}
.fv-plugins-pure.pure-form-stacked .pure-control-group {
  margin-bottom: 8px;
}
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
  top: 22px; /* Same as height of label */
}
.fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
  top: 13px;
}
.fv-plugins-pure.pure-form-stacked .fv-sr-only ~ .fv-plugins-icon {
  top: -9px;
}

.fv-plugins-semantic.ui.form .fields.error label,
.fv-plugins-semantic .error .fv-plugins-icon {
  color: #9f3a38; /* Same as .ui.form .field.error .input */
}
.fv-plugins-semantic .fv-plugins-icon-check {
  right: 7px;
}

.fv-plugins-shoelace .input-group {
  margin-bottom: 0;
}
.fv-plugins-shoelace .fv-plugins-icon {
  height: 32px;
  line-height: 32px; /* Same as height of input */
  width: 32px;
  top: 28px; /* Same as height of label */
}
.fv-plugins-shoelace .row .fv-plugins-icon {
  right: 16px;
  top: 0;
}
.fv-plugins-shoelace .fv-plugins-icon-check {
  top: 24px;
}
.fv-plugins-shoelace .fv-sr-only ~ .fv-plugins-icon,
.fv-plugins-shoelace .fv-sr-only ~ div .fv-plugins-icon {
  top: -4px;
}
.fv-plugins-shoelace .input-valid .fv-help-block,
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
  color: #2ecc40;
}
.fv-plugins-shoelace .input-invalid .fv-help-block,
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
  color: #ff4136;
}

.fv-plugins-spectre .input-group .fv-plugins-icon {
  z-index: 2;
}
.fv-plugins-spectre .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 10px;
}
.fv-plugins-spectre:not(.form-horizontal) .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 45px;
}

.fv-plugins-tachyons .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.fv-plugins-tachyons .fv-plugins-icon-check {
  top: -7px;
}
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
  top: 34px;
}
.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-turret .fv-plugins-icon {
  height: 40px; /* Same as height of input */
  line-height: 40px;
  width: 40px;
}
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
  top: 29px;
}
.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
  top: 17px;
}
.fv-plugins-turret .fv-invalid-row .form-message,
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
  color: #c00; /* Same as .form-message.error */
}
.fv-plugins-turret .fv-valid-row .form-message,
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color: #00b300; /* Same as .form-message.success */
}

.fv-plugins-uikit {
  /* Horizontal form */
  /* Stacked form */
}
.fv-plugins-uikit .fv-plugins-icon {
  height: 40px; /* Height of UIKit input */
  line-height: 40px;
  top: 25px; /* Height of UIKit label */
  width: 40px;
}
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
  top: 0;
}
.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
  top: -11px; /* checkboxLabelHeight/2 - iconHeight/2 = 18/2 - 40/2 */
}
.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
  top: 15px; /* labelHeight + labelMarginBottom + checkboxLabelHeight/2 - iconHeight/2 = 21 + 5 + 18/2 - 40/2 */
}
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
  top: 0;
}
.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
  top: -11px;
}

.fv-plugins-wizard--step {
  display: none;
}

.fv-plugins-wizard--active {
  display: block;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

@charset "UTF-8";:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-text-color:black;--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px}.tagify{--tags-disabled-bg:#F1F1F1;--tags-border-color:#DDD;--tags-hover-border-color:#CCC;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.2em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, 0.5);--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:0.3s;--tag-remove-bg:rgba(211, 148, 148, 0.3);--tag-remove-btn-color:black;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:rgba(0, 0, 0, 0.4);--placeholder-color-focus:rgba(0, 0, 0, 0.25);--loader-size:.8em;--readonly-striped:1;display:inline-flex;align-items:flex-start;align-content:baseline;flex-wrap:wrap;border:1px solid var(--tags-border-color);padding:0;line-height:0;outline:0;position:relative;box-sizing:border-box;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--empty>.tagify__input::before{position:relative}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty),.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div::before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input>br:last-child{display:none}.tagify--loading .tagify__input::before{content:none}.tagify--loading .tagify__input::after{content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;content:""!important;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty::after{margin-left:0}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.tagify__tag{display:inline-flex;align-items:center;max-width:var(--tag--max-width);margin-inline:5px 0;margin-block:5px;position:relative;z-index:1;outline:0;line-height:normal;cursor:default;transition:.13s ease-out}.tagify__tag>div{display:flex;flex:1;vertical-align:top;box-sizing:border-box;max-width:100%;padding:var(--tag-pad);color:var(--tag-text-color);line-height:inherit;border-radius:var(--tag-border-radius);white-space:nowrap;transition:.13s ease-out}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s ease,.1s color}.tagify__tag>div>[contenteditable]{display:block;outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div::before{content:"";position:absolute;border-radius:inherit;inset:var(--tag-bg-inset,0);z-index:-1;pointer-events:none;transition:120ms ease;animation:tags--bump .3s ease-out 1;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset}.tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading::after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;margin:0 .5em 0 -.1em}.tagify__tag--flash div::before{animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div::before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div::before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none;opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div::before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:var(--tag-remove-btn-bg);color:var(--tag-remove-btn-color);width:14px;height:14px;margin-inline:auto 4.6666666667px;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn::after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{color:#fff;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div::before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{flex-grow:1;display:inline-block;margin:5px;padding:var(--tag-pad);line-height:normal;min-width:110px;min-height:1.5lh;position:relative;white-space:pre-wrap;color:var(--input-color);box-sizing:inherit;overflow:hidden}.tagify__input:focus{outline:0}.tagify__input:focus::before{transition:.2s ease-out;opacity:0;transform:translateX(6px)}@supports (-ms-ime-align:auto){.tagify__input:focus::before{display:none}}.tagify__input:focus:empty::before{transition:.2s ease-out;opacity:1;transform:none;color:rgba(0,0,0,.25);color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty::after{display:none}}.tagify__input::before{content:attr(data-placeholder);width:100%;height:100%;margin:auto 0;z-index:1;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;opacity:0;position:absolute}.tagify__input::after{content:attr(data-suggest);display:inline-block;vertical-align:middle;position:absolute;min-width:calc(100% - 1.5em);text-overflow:ellipsis;overflow:hidden;white-space:pre;color:var(--tag-text-color);opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input::before{height:auto;display:none;line-height:inherit}.tagify--mix .tagify__input::after{content:none}.tagify--select{cursor:default}.tagify--select::after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]::after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select[aria-expanded=true] .tagify__tag__removeBtn{pointer-events:none;opacity:0;transform:translateX(100%) translateX(5px)}.tagify--select .tagify__tag{flex:1;max-width:none;margin-inline-end:2em;margin-block:0;padding-block:5px;cursor:text}.tagify--select .tagify__tag div::before{display:none}.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--empty .tagify__input::before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.tagify--mix .tagify--empty .tagify__input::before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(-1px);border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1.1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{scroll-behavior:auto;max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;color:var(--tagify-dd-text-color);background:var(--tagify-dd-bg-color);border:1px solid;border-color:var(--tagify-dd-color-primary);border-bottom-width:1.5px;border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.3s cubic-bezier(.5,0,.3,1),transform .15s;animation:dd-wrapper-show 0s .3s forwards}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;margin-top:.5em;padding:var(--tagify-dd-item-pad);font-size:.7em;font-style:italic;opacity:.5}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:border-box;padding:var(--tagify-dd-item-pad);margin:1px;white-space:pre-wrap;cursor:pointer;border-radius:2px;position:relative;outline:0;max-height:60px;max-width:100%;line-height:normal;position:relative}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{padding-top:0;padding-bottom:0;margin:0 1px;pointer-events:none;overflow:hidden;max-height:0;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{transform:translateY(-100%);opacity:0;transition:inherit}.tagify__dropdown__item--selected::before{content:"✓";font-family:monospace;position:absolute;inset-inline-start:6px;text-indent:0;line-height:1.1}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}
.toastr-title {
  font-weight: bold;
}
.toastr-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toastr-message a,
.toastr-message label {
  color: #FFFFFF;
}
.toastr-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toastr-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toastr-close-button:hover,
.toastr-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toastr-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toastr-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toastr-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toastr-top-center-nav-margin {
  top: 65px;
  right: 0;
  width: 100%;
}
.toastr-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toastr-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toastr-top-full-width-nav-margin {
  top: 65px;
  right: 0;
  width: 100%;
}
.toastr-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toastr-top-left {
  top: 12px;
  left: 12px;
}
.toastr-top-left-nav-margin {
  top: 65px;
  left: 12px;
}
.toastr-top-right {
  top: 12px;
  right: 12px;
}
.toastr-top-right-nav-margin {
  top: 65px;
  right: 12px;
}
.toastr-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toastr-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toastr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toastr-container * {
  box-sizing: border-box;
}
#toastr-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toastr-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toastr-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toastr-container > .toastr-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toastr-container > .toastr-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toastr-container > .toastr-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toastr-container > .toastr-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toastr-container.toastr-top-center-nav-margin > div,
#toastr-container.toastr-top-center > div,
#toastr-container.toastr-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toastr-container.toastr-top-full-width-nav-margin > div,
#toastr-container.toastr-top-full-width > div,
#toastr-container.toastr-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toastr {
  background-color: #030303;
}
.toastr-success {
  background-color: #51A351;
}
.toastr-error {
  background-color: #BD362F;
}
.toastr-info {
  background-color: #2F96B4;
}
.toastr-warning {
  background-color: #F89406;
}
.toastr-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toastr-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toastr-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toastr-container .toastr-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toastr-container .rtl .toastr-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toastr-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toastr-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toastr-container .toastr-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toastr-container .rtl .toastr-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toastr-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toastr-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.la-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.la-xs {
  font-size: .75em; }

.la-sm {
  font-size: .875em; }

.la-1x {
  font-size: 1em; }

.la-2x {
  font-size: 2em; }

.la-3x {
  font-size: 3em; }

.la-4x {
  font-size: 4em; }

.la-5x {
  font-size: 5em; }

.la-6x {
  font-size: 6em; }

.la-7x {
  font-size: 7em; }

.la-8x {
  font-size: 8em; }

.la-9x {
  font-size: 9em; }

.la-10x {
  font-size: 10em; }

.la-fw {
  text-align: center;
  width: 1.25em; }

.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .la-ul > li {
    position: relative; }

.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.la-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.la-pull-left {
  float: left; }

.la-pull-right {
  float: right; }

.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
  margin-right: .3em; }

.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
  margin-left: .3em; }

.la-spin {
  animation: la-spin 2s infinite linear; }

.la-pulse {
  animation: la-spin 1s infinite steps(8); }

@keyframes la-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
  filter: none; }

.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.la-stack-1x,
.la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.la-stack-1x {
  line-height: inherit; }

.la-stack-2x {
  font-size: 2em; }

.la-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.la-500px:before {
  content: "\f26e"; }

.la-accessible-icon:before {
  content: "\f368"; }

.la-accusoft:before {
  content: "\f369"; }

.la-acquisitions-incorporated:before {
  content: "\f6af"; }

.la-ad:before {
  content: "\f641"; }

.la-address-book:before {
  content: "\f2b9"; }

.la-address-card:before {
  content: "\f2bb"; }

.la-adjust:before {
  content: "\f042"; }

.la-adn:before {
  content: "\f170"; }

.la-adobe:before {
  content: "\f778"; }

.la-adversal:before {
  content: "\f36a"; }

.la-affiliatetheme:before {
  content: "\f36b"; }

.la-air-freshener:before {
  content: "\f5d0"; }

.la-airbnb:before {
  content: "\f834"; }

.la-algolia:before {
  content: "\f36c"; }

.la-align-center:before {
  content: "\f037"; }

.la-align-justify:before {
  content: "\f039"; }

.la-align-left:before {
  content: "\f036"; }

.la-align-right:before {
  content: "\f038"; }

.la-alipay:before {
  content: "\f642"; }

.la-allergies:before {
  content: "\f461"; }

.la-amazon:before {
  content: "\f270"; }

.la-amazon-pay:before {
  content: "\f42c"; }

.la-ambulance:before {
  content: "\f0f9"; }

.la-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.la-amilia:before {
  content: "\f36d"; }

.la-anchor:before {
  content: "\f13d"; }

.la-android:before {
  content: "\f17b"; }

.la-angellist:before {
  content: "\f209"; }

.la-angle-double-down:before {
  content: "\f103"; }

.la-angle-double-left:before {
  content: "\f100"; }

.la-angle-double-right:before {
  content: "\f101"; }

.la-angle-double-up:before {
  content: "\f102"; }

.la-angle-down:before {
  content: "\f107"; }

.la-angle-left:before {
  content: "\f104"; }

.la-angle-right:before {
  content: "\f105"; }

.la-angle-up:before {
  content: "\f106"; }

.la-angry:before {
  content: "\f556"; }

.la-angrycreative:before {
  content: "\f36e"; }

.la-angular:before {
  content: "\f420"; }

.la-ankh:before {
  content: "\f644"; }

.la-app-store:before {
  content: "\f36f"; }

.la-app-store-ios:before {
  content: "\f370"; }

.la-apper:before {
  content: "\f371"; }

.la-apple:before {
  content: "\f179"; }

.la-apple-alt:before {
  content: "\f5d1"; }

.la-apple-pay:before {
  content: "\f415"; }

.la-archive:before {
  content: "\f187"; }

.la-archway:before {
  content: "\f557"; }

.la-arrow-alt-circle-down:before {
  content: "\f358"; }

.la-arrow-alt-circle-left:before {
  content: "\f359"; }

.la-arrow-alt-circle-right:before {
  content: "\f35a"; }

.la-arrow-alt-circle-up:before {
  content: "\f35b"; }

.la-arrow-circle-down:before {
  content: "\f0ab"; }

.la-arrow-circle-left:before {
  content: "\f0a8"; }

.la-arrow-circle-right:before {
  content: "\f0a9"; }

.la-arrow-circle-up:before {
  content: "\f0aa"; }

.la-arrow-down:before {
  content: "\f063"; }

.la-arrow-left:before {
  content: "\f060"; }

.la-arrow-right:before {
  content: "\f061"; }

.la-arrow-up:before {
  content: "\f062"; }

.la-arrows-alt:before {
  content: "\f0b2"; }

.la-arrows-alt-h:before {
  content: "\f337"; }

.la-arrows-alt-v:before {
  content: "\f338"; }

.la-artstation:before {
  content: "\f77a"; }

.la-assistive-listening-systems:before {
  content: "\f2a2"; }

.la-asterisk:before {
  content: "\f069"; }

.la-asymmetrik:before {
  content: "\f372"; }

.la-at:before {
  content: "\f1fa"; }

.la-atlas:before {
  content: "\f558"; }

.la-atlassian:before {
  content: "\f77b"; }

.la-atom:before {
  content: "\f5d2"; }

.la-audible:before {
  content: "\f373"; }

.la-audio-description:before {
  content: "\f29e"; }

.la-autoprefixer:before {
  content: "\f41c"; }

.la-avianex:before {
  content: "\f374"; }

.la-aviato:before {
  content: "\f421"; }

.la-award:before {
  content: "\f559"; }

.la-aws:before {
  content: "\f375"; }

.la-baby:before {
  content: "\f77c"; }

.la-baby-carriage:before {
  content: "\f77d"; }

.la-backspace:before {
  content: "\f55a"; }

.la-backward:before {
  content: "\f04a"; }

.la-bacon:before {
  content: "\f7e5"; }

.la-balance-scale:before {
  content: "\f24e"; }

.la-balance-scale-left:before {
  content: "\f515"; }

.la-balance-scale-right:before {
  content: "\f516"; }

.la-ban:before {
  content: "\f05e"; }

.la-band-aid:before {
  content: "\f462"; }

.la-bandcamp:before {
  content: "\f2d5"; }

.la-barcode:before {
  content: "\f02a"; }

.la-bars:before {
  content: "\f0c9"; }

.la-baseball-ball:before {
  content: "\f433"; }

.la-basketball-ball:before {
  content: "\f434"; }

.la-bath:before {
  content: "\f2cd"; }

.la-battery-empty:before {
  content: "\f244"; }

.la-battery-full:before {
  content: "\f240"; }

.la-battery-half:before {
  content: "\f242"; }

.la-battery-quarter:before {
  content: "\f243"; }

.la-battery-three-quarters:before {
  content: "\f241"; }

.la-battle-net:before {
  content: "\f835"; }

.la-bed:before {
  content: "\f236"; }

.la-beer:before {
  content: "\f0fc"; }

.la-behance:before {
  content: "\f1b4"; }

.la-behance-square:before {
  content: "\f1b5"; }

.la-bell:before {
  content: "\f0f3"; }

.la-bell-slash:before {
  content: "\f1f6"; }

.la-bezier-curve:before {
  content: "\f55b"; }

.la-bible:before {
  content: "\f647"; }

.la-bicycle:before {
  content: "\f206"; }

.la-biking:before {
  content: "\f84a"; }

.la-bimobject:before {
  content: "\f378"; }

.la-binoculars:before {
  content: "\f1e5"; }

.la-biohazard:before {
  content: "\f780"; }

.la-birthday-cake:before {
  content: "\f1fd"; }

.la-bitbucket:before {
  content: "\f171"; }

.la-bitcoin:before {
  content: "\f379"; }

.la-bity:before {
  content: "\f37a"; }

.la-black-tie:before {
  content: "\f27e"; }

.la-blackberry:before {
  content: "\f37b"; }

.la-blender:before {
  content: "\f517"; }

.la-blender-phone:before {
  content: "\f6b6"; }

.la-blind:before {
  content: "\f29d"; }

.la-blog:before {
  content: "\f781"; }

.la-blogger:before {
  content: "\f37c"; }

.la-blogger-b:before {
  content: "\f37d"; }

.la-bluetooth:before {
  content: "\f293"; }

.la-bluetooth-b:before {
  content: "\f294"; }

.la-bold:before {
  content: "\f032"; }

.la-bolt:before {
  content: "\f0e7"; }

.la-bomb:before {
  content: "\f1e2"; }

.la-bone:before {
  content: "\f5d7"; }

.la-bong:before {
  content: "\f55c"; }

.la-book:before {
  content: "\f02d"; }

.la-book-dead:before {
  content: "\f6b7"; }

.la-book-medical:before {
  content: "\f7e6"; }

.la-book-open:before {
  content: "\f518"; }

.la-book-reader:before {
  content: "\f5da"; }

.la-bookmark:before {
  content: "\f02e"; }

.la-bootstrap:before {
  content: "\f836"; }

.la-border-all:before {
  content: "\f84c"; }

.la-border-none:before {
  content: "\f850"; }

.la-border-style:before {
  content: "\f853"; }

.la-bowling-ball:before {
  content: "\f436"; }

.la-box:before {
  content: "\f466"; }

.la-box-open:before {
  content: "\f49e"; }

.la-boxes:before {
  content: "\f468"; }

.la-braille:before {
  content: "\f2a1"; }

.la-brain:before {
  content: "\f5dc"; }

.la-bread-slice:before {
  content: "\f7ec"; }

.la-briefcase:before {
  content: "\f0b1"; }

.la-briefcase-medical:before {
  content: "\f469"; }

.la-broadcast-tower:before {
  content: "\f519"; }

.la-broom:before {
  content: "\f51a"; }

.la-brush:before {
  content: "\f55d"; }

.la-btc:before {
  content: "\f15a"; }

.la-buffer:before {
  content: "\f837"; }

.la-bug:before {
  content: "\f188"; }

.la-building:before {
  content: "\f1ad"; }

.la-bullhorn:before {
  content: "\f0a1"; }

.la-bullseye:before {
  content: "\f140"; }

.la-burn:before {
  content: "\f46a"; }

.la-buromobelexperte:before {
  content: "\f37f"; }

.la-bus:before {
  content: "\f207"; }

.la-bus-alt:before {
  content: "\f55e"; }

.la-business-time:before {
  content: "\f64a"; }

.la-buy-n-large:before {
  content: "\f8a6"; }

.la-buysellads:before {
  content: "\f20d"; }

.la-calculator:before {
  content: "\f1ec"; }

.la-calendar:before {
  content: "\f133"; }

.la-calendar-alt:before {
  content: "\f073"; }

.la-calendar-check:before {
  content: "\f274"; }

.la-calendar-day:before {
  content: "\f783"; }

.la-calendar-minus:before {
  content: "\f272"; }

.la-calendar-plus:before {
  content: "\f271"; }

.la-calendar-times:before {
  content: "\f273"; }

.la-calendar-week:before {
  content: "\f784"; }

.la-camera:before {
  content: "\f030"; }

.la-camera-retro:before {
  content: "\f083"; }

.la-campground:before {
  content: "\f6bb"; }

.la-canadian-maple-leaf:before {
  content: "\f785"; }

.la-candy-cane:before {
  content: "\f786"; }

.la-cannabis:before {
  content: "\f55f"; }

.la-capsules:before {
  content: "\f46b"; }

.la-car:before {
  content: "\f1b9"; }

.la-car-alt:before {
  content: "\f5de"; }

.la-car-battery:before {
  content: "\f5df"; }

.la-car-crash:before {
  content: "\f5e1"; }

.la-car-side:before {
  content: "\f5e4"; }

.la-caret-down:before {
  content: "\f0d7"; }

.la-caret-left:before {
  content: "\f0d9"; }

.la-caret-right:before {
  content: "\f0da"; }

.la-caret-square-down:before {
  content: "\f150"; }

.la-caret-square-left:before {
  content: "\f191"; }

.la-caret-square-right:before {
  content: "\f152"; }

.la-caret-square-up:before {
  content: "\f151"; }

.la-caret-up:before {
  content: "\f0d8"; }

.la-carrot:before {
  content: "\f787"; }

.la-cart-arrow-down:before {
  content: "\f218"; }

.la-cart-plus:before {
  content: "\f217"; }

.la-cash-register:before {
  content: "\f788"; }

.la-cat:before {
  content: "\f6be"; }

.la-cc-amazon-pay:before {
  content: "\f42d"; }

.la-cc-amex:before {
  content: "\f1f3"; }

.la-cc-apple-pay:before {
  content: "\f416"; }

.la-cc-diners-club:before {
  content: "\f24c"; }

.la-cc-discover:before {
  content: "\f1f2"; }

.la-cc-jcb:before {
  content: "\f24b"; }

.la-cc-mastercard:before {
  content: "\f1f1"; }

.la-cc-paypal:before {
  content: "\f1f4"; }

.la-cc-stripe:before {
  content: "\f1f5"; }

.la-cc-visa:before {
  content: "\f1f0"; }

.la-centercode:before {
  content: "\f380"; }

.la-centos:before {
  content: "\f789"; }

.la-certificate:before {
  content: "\f0a3"; }

.la-chair:before {
  content: "\f6c0"; }

.la-chalkboard:before {
  content: "\f51b"; }

.la-chalkboard-teacher:before {
  content: "\f51c"; }

.la-charging-station:before {
  content: "\f5e7"; }

.la-chart-area:before {
  content: "\f1fe"; }

.la-chart-bar:before {
  content: "\f080"; }

.la-chart-line:before {
  content: "\f201"; }

.la-chart-pie:before {
  content: "\f200"; }

.la-check:before {
  content: "\f00c"; }

.la-check-circle:before {
  content: "\f058"; }

.la-check-double:before {
  content: "\f560"; }

.la-check-square:before {
  content: "\f14a"; }

.la-cheese:before {
  content: "\f7ef"; }

.la-chess:before {
  content: "\f439"; }

.la-chess-bishop:before {
  content: "\f43a"; }

.la-chess-board:before {
  content: "\f43c"; }

.la-chess-king:before {
  content: "\f43f"; }

.la-chess-knight:before {
  content: "\f441"; }

.la-chess-pawn:before {
  content: "\f443"; }

.la-chess-queen:before {
  content: "\f445"; }

.la-chess-rook:before {
  content: "\f447"; }

.la-chevron-circle-down:before {
  content: "\f13a"; }

.la-chevron-circle-left:before {
  content: "\f137"; }

.la-chevron-circle-right:before {
  content: "\f138"; }

.la-chevron-circle-up:before {
  content: "\f139"; }

.la-chevron-down:before {
  content: "\f078"; }

.la-chevron-left:before {
  content: "\f053"; }

.la-chevron-right:before {
  content: "\f054"; }

.la-chevron-up:before {
  content: "\f077"; }

.la-child:before {
  content: "\f1ae"; }

.la-chrome:before {
  content: "\f268"; }

.la-chromecast:before {
  content: "\f838"; }

.la-church:before {
  content: "\f51d"; }

.la-circle:before {
  content: "\f111"; }

.la-circle-notch:before {
  content: "\f1ce"; }

.la-city:before {
  content: "\f64f"; }

.la-clinic-medical:before {
  content: "\f7f2"; }

.la-clipboard:before {
  content: "\f328"; }

.la-clipboard-check:before {
  content: "\f46c"; }

.la-clipboard-list:before {
  content: "\f46d"; }

.la-clock:before {
  content: "\f017"; }

.la-clone:before {
  content: "\f24d"; }

.la-closed-captioning:before {
  content: "\f20a"; }

.la-cloud:before {
  content: "\f0c2"; }

.la-cloud-download-alt:before {
  content: "\f381"; }

.la-cloud-meatball:before {
  content: "\f73b"; }

.la-cloud-moon:before {
  content: "\f6c3"; }

.la-cloud-moon-rain:before {
  content: "\f73c"; }

.la-cloud-rain:before {
  content: "\f73d"; }

.la-cloud-showers-heavy:before {
  content: "\f740"; }

.la-cloud-sun:before {
  content: "\f6c4"; }

.la-cloud-sun-rain:before {
  content: "\f743"; }

.la-cloud-upload-alt:before {
  content: "\f382"; }

.la-cloudscale:before {
  content: "\f383"; }

.la-cloudsmith:before {
  content: "\f384"; }

.la-cloudversify:before {
  content: "\f385"; }

.la-cocktail:before {
  content: "\f561"; }

.la-code:before {
  content: "\f121"; }

.la-code-branch:before {
  content: "\f126"; }

.la-codepen:before {
  content: "\f1cb"; }

.la-codiepie:before {
  content: "\f284"; }

.la-coffee:before {
  content: "\f0f4"; }

.la-cog:before {
  content: "\f013"; }

.la-cogs:before {
  content: "\f085"; }

.la-coins:before {
  content: "\f51e"; }

.la-columns:before {
  content: "\f0db"; }

.la-comment:before {
  content: "\f075"; }

.la-comment-alt:before {
  content: "\f27a"; }

.la-comment-dollar:before {
  content: "\f651"; }

.la-comment-dots:before {
  content: "\f4ad"; }

.la-comment-medical:before {
  content: "\f7f5"; }

.la-comment-slash:before {
  content: "\f4b3"; }

.la-comments:before {
  content: "\f086"; }

.la-comments-dollar:before {
  content: "\f653"; }

.la-compact-disc:before {
  content: "\f51f"; }

.la-compass:before {
  content: "\f14e"; }

.la-compress:before {
  content: "\f066"; }

.la-compress-arrows-alt:before {
  content: "\f78c"; }

.la-concierge-bell:before {
  content: "\f562"; }

.la-confluence:before {
  content: "\f78d"; }

.la-connectdevelop:before {
  content: "\f20e"; }

.la-contao:before {
  content: "\f26d"; }

.la-cookie:before {
  content: "\f563"; }

.la-cookie-bite:before {
  content: "\f564"; }

.la-copy:before {
  content: "\f0c5"; }

.la-copyright:before {
  content: "\f1f9"; }

.la-cotton-bureau:before {
  content: "\f89e"; }

.la-couch:before {
  content: "\f4b8"; }

.la-cpanel:before {
  content: "\f388"; }

.la-creative-commons:before {
  content: "\f25e"; }

.la-creative-commons-by:before {
  content: "\f4e7"; }

.la-creative-commons-nc:before {
  content: "\f4e8"; }

.la-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.la-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.la-creative-commons-nd:before {
  content: "\f4eb"; }

.la-creative-commons-pd:before {
  content: "\f4ec"; }

.la-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.la-creative-commons-remix:before {
  content: "\f4ee"; }

.la-creative-commons-sa:before {
  content: "\f4ef"; }

.la-creative-commons-sampling:before {
  content: "\f4f0"; }

.la-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.la-creative-commons-share:before {
  content: "\f4f2"; }

.la-creative-commons-zero:before {
  content: "\f4f3"; }

.la-credit-card:before {
  content: "\f09d"; }

.la-critical-role:before {
  content: "\f6c9"; }

.la-crop:before {
  content: "\f125"; }

.la-crop-alt:before {
  content: "\f565"; }

.la-cross:before {
  content: "\f654"; }

.la-crosshairs:before {
  content: "\f05b"; }

.la-crow:before {
  content: "\f520"; }

.la-crown:before {
  content: "\f521"; }

.la-crutch:before {
  content: "\f7f7"; }

.la-css3:before {
  content: "\f13c"; }

.la-css3-alt:before {
  content: "\f38b"; }

.la-cube:before {
  content: "\f1b2"; }

.la-cubes:before {
  content: "\f1b3"; }

.la-cut:before {
  content: "\f0c4"; }

.la-cuttlefish:before {
  content: "\f38c"; }

.la-d-and-d:before {
  content: "\f38d"; }

.la-d-and-d-beyond:before {
  content: "\f6ca"; }

.la-dashcube:before {
  content: "\f210"; }

.la-database:before {
  content: "\f1c0"; }

.la-deaf:before {
  content: "\f2a4"; }

.la-delicious:before {
  content: "\f1a5"; }

.la-democrat:before {
  content: "\f747"; }

.la-deploydog:before {
  content: "\f38e"; }

.la-deskpro:before {
  content: "\f38f"; }

.la-desktop:before {
  content: "\f108"; }

.la-dev:before {
  content: "\f6cc"; }

.la-deviantart:before {
  content: "\f1bd"; }

.la-dharmachakra:before {
  content: "\f655"; }

.la-dhl:before {
  content: "\f790"; }

.la-diagnoses:before {
  content: "\f470"; }

.la-diaspora:before {
  content: "\f791"; }

.la-dice:before {
  content: "\f522"; }

.la-dice-d20:before {
  content: "\f6cf"; }

.la-dice-d6:before {
  content: "\f6d1"; }

.la-dice-five:before {
  content: "\f523"; }

.la-dice-four:before {
  content: "\f524"; }

.la-dice-one:before {
  content: "\f525"; }

.la-dice-six:before {
  content: "\f526"; }

.la-dice-three:before {
  content: "\f527"; }

.la-dice-two:before {
  content: "\f528"; }

.la-digg:before {
  content: "\f1a6"; }

.la-digital-ocean:before {
  content: "\f391"; }

.la-digital-tachograph:before {
  content: "\f566"; }

.la-directions:before {
  content: "\f5eb"; }

.la-discord:before {
  content: "\f392"; }

.la-discourse:before {
  content: "\f393"; }

.la-divide:before {
  content: "\f529"; }

.la-dizzy:before {
  content: "\f567"; }

.la-dna:before {
  content: "\f471"; }

.la-dochub:before {
  content: "\f394"; }

.la-docker:before {
  content: "\f395"; }

.la-dog:before {
  content: "\f6d3"; }

.la-dollar-sign:before {
  content: "\f155"; }

.la-dolly:before {
  content: "\f472"; }

.la-dolly-flatbed:before {
  content: "\f474"; }

.la-donate:before {
  content: "\f4b9"; }

.la-door-closed:before {
  content: "\f52a"; }

.la-door-open:before {
  content: "\f52b"; }

.la-dot-circle:before {
  content: "\f192"; }

.la-dove:before {
  content: "\f4ba"; }

.la-download:before {
  content: "\f019"; }

.la-draft2digital:before {
  content: "\f396"; }

.la-drafting-compass:before {
  content: "\f568"; }

.la-dragon:before {
  content: "\f6d5"; }

.la-draw-polygon:before {
  content: "\f5ee"; }

.la-dribbble:before {
  content: "\f17d"; }

.la-dribbble-square:before {
  content: "\f397"; }

.la-dropbox:before {
  content: "\f16b"; }

.la-drum:before {
  content: "\f569"; }

.la-drum-steelpan:before {
  content: "\f56a"; }

.la-drumstick-bite:before {
  content: "\f6d7"; }

.la-drupal:before {
  content: "\f1a9"; }

.la-dumbbell:before {
  content: "\f44b"; }

.la-dumpster:before {
  content: "\f793"; }

.la-dumpster-fire:before {
  content: "\f794"; }

.la-dungeon:before {
  content: "\f6d9"; }

.la-dyalog:before {
  content: "\f399"; }

.la-earlybirds:before {
  content: "\f39a"; }

.la-ebay:before {
  content: "\f4f4"; }

.la-edge:before {
  content: "\f282"; }

.la-edit:before {
  content: "\f044"; }

.la-egg:before {
  content: "\f7fb"; }

.la-eject:before {
  content: "\f052"; }

.la-elementor:before {
  content: "\f430"; }

.la-ellipsis-h:before {
  content: "\f141"; }

.la-ellipsis-v:before {
  content: "\f142"; }

.la-ello:before {
  content: "\f5f1"; }

.la-ember:before {
  content: "\f423"; }

.la-empire:before {
  content: "\f1d1"; }

.la-envelope:before {
  content: "\f0e0"; }

.la-envelope-open:before {
  content: "\f2b6"; }

.la-envelope-open-text:before {
  content: "\f658"; }

.la-envelope-square:before {
  content: "\f199"; }

.la-envira:before {
  content: "\f299"; }

.la-equals:before {
  content: "\f52c"; }

.la-eraser:before {
  content: "\f12d"; }

.la-erlang:before {
  content: "\f39d"; }

.la-ethereum:before {
  content: "\f42e"; }

.la-ethernet:before {
  content: "\f796"; }

.la-etsy:before {
  content: "\f2d7"; }

.la-euro-sign:before {
  content: "\f153"; }

.la-evernote:before {
  content: "\f839"; }

.la-exchange-alt:before {
  content: "\f362"; }

.la-exclamation:before {
  content: "\f12a"; }

.la-exclamation-circle:before {
  content: "\f06a"; }

.la-exclamation-triangle:before {
  content: "\f071"; }

.la-expand:before {
  content: "\f065"; }

.la-expand-arrows-alt:before {
  content: "\f31e"; }

.la-expeditedssl:before {
  content: "\f23e"; }

.la-external-link-alt:before {
  content: "\f35d"; }

.la-external-link-square-alt:before {
  content: "\f360"; }

.la-eye:before {
  content: "\f06e"; }

.la-eye-dropper:before {
  content: "\f1fb"; }

.la-eye-slash:before {
  content: "\f070"; }

.la-facebook:before {
  content: "\f09a"; }

.la-facebook-f:before {
  content: "\f39e"; }

.la-facebook-messenger:before {
  content: "\f39f"; }

.la-facebook-square:before {
  content: "\f082"; }

.la-fan:before {
  content: "\f863"; }

.la-fantasy-flight-games:before {
  content: "\f6dc"; }

.la-fast-backward:before {
  content: "\f049"; }

.la-fast-forward:before {
  content: "\f050"; }

.la-fax:before {
  content: "\f1ac"; }

.la-feather:before {
  content: "\f52d"; }

.la-feather-alt:before {
  content: "\f56b"; }

.la-fedex:before {
  content: "\f797"; }

.la-fedora:before {
  content: "\f798"; }

.la-female:before {
  content: "\f182"; }

.la-fighter-jet:before {
  content: "\f0fb"; }

.la-figma:before {
  content: "\f799"; }

.la-file:before {
  content: "\f15b"; }

.la-file-alt:before {
  content: "\f15c"; }

.la-file-archive:before {
  content: "\f1c6"; }

.la-file-audio:before {
  content: "\f1c7"; }

.la-file-code:before {
  content: "\f1c9"; }

.la-file-contract:before {
  content: "\f56c"; }

.la-file-csv:before {
  content: "\f6dd"; }

.la-file-download:before {
  content: "\f56d"; }

.la-file-excel:before {
  content: "\f1c3"; }

.la-file-export:before {
  content: "\f56e"; }

.la-file-image:before {
  content: "\f1c5"; }

.la-file-import:before {
  content: "\f56f"; }

.la-file-invoice:before {
  content: "\f570"; }

.la-file-invoice-dollar:before {
  content: "\f571"; }

.la-file-medical:before {
  content: "\f477"; }

.la-file-medical-alt:before {
  content: "\f478"; }

.la-file-pdf:before {
  content: "\f1c1"; }

.la-file-powerpoint:before {
  content: "\f1c4"; }

.la-file-prescription:before {
  content: "\f572"; }

.la-file-signature:before {
  content: "\f573"; }

.la-file-upload:before {
  content: "\f574"; }

.la-file-video:before {
  content: "\f1c8"; }

.la-file-word:before {
  content: "\f1c2"; }

.la-fill:before {
  content: "\f575"; }

.la-fill-drip:before {
  content: "\f576"; }

.la-film:before {
  content: "\f008"; }

.la-filter:before {
  content: "\f0b0"; }

.la-fingerprint:before {
  content: "\f577"; }

.la-fire:before {
  content: "\f06d"; }

.la-fire-alt:before {
  content: "\f7e4"; }

.la-fire-extinguisher:before {
  content: "\f134"; }

.la-firefox:before {
  content: "\f269"; }

.la-first-aid:before {
  content: "\f479"; }

.la-first-order:before {
  content: "\f2b0"; }

.la-first-order-alt:before {
  content: "\f50a"; }

.la-firstdraft:before {
  content: "\f3a1"; }

.la-fish:before {
  content: "\f578"; }

.la-fist-raised:before {
  content: "\f6de"; }

.la-flag:before {
  content: "\f024"; }

.la-flag-checkered:before {
  content: "\f11e"; }

.la-flag-usa:before {
  content: "\f74d"; }

.la-flask:before {
  content: "\f0c3"; }

.la-flickr:before {
  content: "\f16e"; }

.la-flipboard:before {
  content: "\f44d"; }

.la-flushed:before {
  content: "\f579"; }

.la-fly:before {
  content: "\f417"; }

.la-folder:before {
  content: "\f07b"; }

.la-folder-minus:before {
  content: "\f65d"; }

.la-folder-open:before {
  content: "\f07c"; }

.la-folder-plus:before {
  content: "\f65e"; }

.la-font:before {
  content: "\f031"; }

.la-font-awesome:before {
  content: "\f2b4"; }

.la-font-awesome-alt:before {
  content: "\f35c"; }

.la-font-awesome-flag:before {
  content: "\f425"; }

.la-font-awesome-logo-full:before {
  content: "\f4e6"; }

.la-fonticons:before {
  content: "\f280"; }

.la-fonticons-fi:before {
  content: "\f3a2"; }

.la-football-ball:before {
  content: "\f44e"; }

.la-fort-awesome:before {
  content: "\f286"; }

.la-fort-awesome-alt:before {
  content: "\f3a3"; }

.la-forumbee:before {
  content: "\f211"; }

.la-forward:before {
  content: "\f04e"; }

.la-foursquare:before {
  content: "\f180"; }

.la-free-code-camp:before {
  content: "\f2c5"; }

.la-freebsd:before {
  content: "\f3a4"; }

.la-frog:before {
  content: "\f52e"; }

.la-frown:before {
  content: "\f119"; }

.la-frown-open:before {
  content: "\f57a"; }

.la-fulcrum:before {
  content: "\f50b"; }

.la-funnel-dollar:before {
  content: "\f662"; }

.la-futbol:before {
  content: "\f1e3"; }

.la-galactic-republic:before {
  content: "\f50c"; }

.la-galactic-senate:before {
  content: "\f50d"; }

.la-gamepad:before {
  content: "\f11b"; }

.la-gas-pump:before {
  content: "\f52f"; }

.la-gavel:before {
  content: "\f0e3"; }

.la-gem:before {
  content: "\f3a5"; }

.la-genderless:before {
  content: "\f22d"; }

.la-get-pocket:before {
  content: "\f265"; }

.la-gg:before {
  content: "\f260"; }

.la-gg-circle:before {
  content: "\f261"; }

.la-ghost:before {
  content: "\f6e2"; }

.la-gift:before {
  content: "\f06b"; }

.la-gifts:before {
  content: "\f79c"; }

.la-git:before {
  content: "\f1d3"; }

.la-git-alt:before {
  content: "\f841"; }

.la-git-square:before {
  content: "\f1d2"; }

.la-github:before {
  content: "\f09b"; }

.la-github-alt:before {
  content: "\f113"; }

.la-github-square:before {
  content: "\f092"; }

.la-gitkraken:before {
  content: "\f3a6"; }

.la-gitlab:before {
  content: "\f296"; }

.la-gitter:before {
  content: "\f426"; }

.la-glass-cheers:before {
  content: "\f79f"; }

.la-glass-martini:before {
  content: "\f000"; }

.la-glass-martini-alt:before {
  content: "\f57b"; }

.la-glass-whiskey:before {
  content: "\f7a0"; }

.la-glasses:before {
  content: "\f530"; }

.la-glide:before {
  content: "\f2a5"; }

.la-glide-g:before {
  content: "\f2a6"; }

.la-globe:before {
  content: "\f0ac"; }

.la-globe-africa:before {
  content: "\f57c"; }

.la-globe-americas:before {
  content: "\f57d"; }

.la-globe-asia:before {
  content: "\f57e"; }

.la-globe-europe:before {
  content: "\f7a2"; }

.la-gofore:before {
  content: "\f3a7"; }

.la-golf-ball:before {
  content: "\f450"; }

.la-goodreads:before {
  content: "\f3a8"; }

.la-goodreads-g:before {
  content: "\f3a9"; }

.la-google:before {
  content: "\f1a0"; }

.la-google-drive:before {
  content: "\f3aa"; }

.la-google-play:before {
  content: "\f3ab"; }

.la-google-plus:before {
  content: "\f2b3"; }

.la-google-plus-g:before {
  content: "\f0d5"; }

.la-google-plus-square:before {
  content: "\f0d4"; }

.la-google-wallet:before {
  content: "\f1ee"; }

.la-gopuram:before {
  content: "\f664"; }

.la-graduation-cap:before {
  content: "\f19d"; }

.la-gratipay:before {
  content: "\f184"; }

.la-grav:before {
  content: "\f2d6"; }

.la-greater-than:before {
  content: "\f531"; }

.la-greater-than-equal:before {
  content: "\f532"; }

.la-grimace:before {
  content: "\f57f"; }

.la-grin:before {
  content: "\f580"; }

.la-grin-alt:before {
  content: "\f581"; }

.la-grin-beam:before {
  content: "\f582"; }

.la-grin-beam-sweat:before {
  content: "\f583"; }

.la-grin-hearts:before {
  content: "\f584"; }

.la-grin-squint:before {
  content: "\f585"; }

.la-grin-squint-tears:before {
  content: "\f586"; }

.la-grin-stars:before {
  content: "\f587"; }

.la-grin-tears:before {
  content: "\f588"; }

.la-grin-tongue:before {
  content: "\f589"; }

.la-grin-tongue-squint:before {
  content: "\f58a"; }

.la-grin-tongue-wink:before {
  content: "\f58b"; }

.la-grin-wink:before {
  content: "\f58c"; }

.la-grip-horizontal:before {
  content: "\f58d"; }

.la-grip-lines:before {
  content: "\f7a4"; }

.la-grip-lines-vertical:before {
  content: "\f7a5"; }

.la-grip-vertical:before {
  content: "\f58e"; }

.la-gripfire:before {
  content: "\f3ac"; }

.la-grunt:before {
  content: "\f3ad"; }

.la-guitar:before {
  content: "\f7a6"; }

.la-gulp:before {
  content: "\f3ae"; }

.la-h-square:before {
  content: "\f0fd"; }

.la-hacker-news:before {
  content: "\f1d4"; }

.la-hacker-news-square:before {
  content: "\f3af"; }

.la-hackerrank:before {
  content: "\f5f7"; }

.la-hamburger:before {
  content: "\f805"; }

.la-hammer:before {
  content: "\f6e3"; }

.la-hamsa:before {
  content: "\f665"; }

.la-hand-holding:before {
  content: "\f4bd"; }

.la-hand-holding-heart:before {
  content: "\f4be"; }

.la-hand-holding-usd:before {
  content: "\f4c0"; }

.la-hand-lizard:before {
  content: "\f258"; }

.la-hand-middle-finger:before {
  content: "\f806"; }

.la-hand-paper:before {
  content: "\f256"; }

.la-hand-peace:before {
  content: "\f25b"; }

.la-hand-point-down:before {
  content: "\f0a7"; }

.la-hand-point-left:before {
  content: "\f0a5"; }

.la-hand-point-right:before {
  content: "\f0a4"; }

.la-hand-point-up:before {
  content: "\f0a6"; }

.la-hand-pointer:before {
  content: "\f25a"; }

.la-hand-rock:before {
  content: "\f255"; }

.la-hand-scissors:before {
  content: "\f257"; }

.la-hand-spock:before {
  content: "\f259"; }

.la-hands:before {
  content: "\f4c2"; }

.la-hands-helping:before {
  content: "\f4c4"; }

.la-handshake:before {
  content: "\f2b5"; }

.la-hanukiah:before {
  content: "\f6e6"; }

.la-hard-hat:before {
  content: "\f807"; }

.la-hashtag:before {
  content: "\f292"; }

.la-hat-cowboy:before {
  content: "\f8c0"; }

.la-hat-cowboy-side:before {
  content: "\f8c1"; }

.la-hat-wizard:before {
  content: "\f6e8"; }

.la-haykal:before {
  content: "\f666"; }

.la-hdd:before {
  content: "\f0a0"; }

.la-heading:before {
  content: "\f1dc"; }

.la-headphones:before {
  content: "\f025"; }

.la-headphones-alt:before {
  content: "\f58f"; }

.la-headset:before {
  content: "\f590"; }

.la-heart:before {
  content: "\f004"; }

.la-heart-broken:before {
  content: "\f7a9"; }

.la-heartbeat:before {
  content: "\f21e"; }

.la-helicopter:before {
  content: "\f533"; }

.la-highlighter:before {
  content: "\f591"; }

.la-hiking:before {
  content: "\f6ec"; }

.la-hippo:before {
  content: "\f6ed"; }

.la-hips:before {
  content: "\f452"; }

.la-hire-a-helper:before {
  content: "\f3b0"; }

.la-history:before {
  content: "\f1da"; }

.la-hockey-puck:before {
  content: "\f453"; }

.la-holly-berry:before {
  content: "\f7aa"; }

.la-home:before {
  content: "\f015"; }

.la-hooli:before {
  content: "\f427"; }

.la-hornbill:before {
  content: "\f592"; }

.la-horse:before {
  content: "\f6f0"; }

.la-horse-head:before {
  content: "\f7ab"; }

.la-hospital:before {
  content: "\f0f8"; }

.la-hospital-alt:before {
  content: "\f47d"; }

.la-hospital-symbol:before {
  content: "\f47e"; }

.la-hot-tub:before {
  content: "\f593"; }

.la-hotdog:before {
  content: "\f80f"; }

.la-hotel:before {
  content: "\f594"; }

.la-hotjar:before {
  content: "\f3b1"; }

.la-hourglass:before {
  content: "\f254"; }

.la-hourglass-end:before {
  content: "\f253"; }

.la-hourglass-half:before {
  content: "\f252"; }

.la-hourglass-start:before {
  content: "\f251"; }

.la-house-damage:before {
  content: "\f6f1"; }

.la-houzz:before {
  content: "\f27c"; }

.la-hryvnia:before {
  content: "\f6f2"; }

.la-html5:before {
  content: "\f13b"; }

.la-hubspot:before {
  content: "\f3b2"; }

.la-i-cursor:before {
  content: "\f246"; }

.la-ice-cream:before {
  content: "\f810"; }

.la-icicles:before {
  content: "\f7ad"; }

.la-icons:before {
  content: "\f86d"; }

.la-id-badge:before {
  content: "\f2c1"; }

.la-id-card:before {
  content: "\f2c2"; }

.la-id-card-alt:before {
  content: "\f47f"; }

.la-igloo:before {
  content: "\f7ae"; }

.la-image:before {
  content: "\f03e"; }

.la-images:before {
  content: "\f302"; }

.la-imdb:before {
  content: "\f2d8"; }

.la-inbox:before {
  content: "\f01c"; }

.la-indent:before {
  content: "\f03c"; }

.la-industry:before {
  content: "\f275"; }

.la-infinity:before {
  content: "\f534"; }

.la-info:before {
  content: "\f129"; }

.la-info-circle:before {
  content: "\f05a"; }

.la-instagram:before {
  content: "\f16d"; }

.la-intercom:before {
  content: "\f7af"; }

.la-internet-explorer:before {
  content: "\f26b"; }

.la-invision:before {
  content: "\f7b0"; }

.la-ioxhost:before {
  content: "\f208"; }

.la-italic:before {
  content: "\f033"; }

.la-itch-io:before {
  content: "\f83a"; }

.la-itunes:before {
  content: "\f3b4"; }

.la-itunes-note:before {
  content: "\f3b5"; }

.la-java:before {
  content: "\f4e4"; }

.la-jedi:before {
  content: "\f669"; }

.la-jedi-order:before {
  content: "\f50e"; }

.la-jenkins:before {
  content: "\f3b6"; }

.la-jira:before {
  content: "\f7b1"; }

.la-joget:before {
  content: "\f3b7"; }

.la-joint:before {
  content: "\f595"; }

.la-joomla:before {
  content: "\f1aa"; }

.la-journal-whills:before {
  content: "\f66a"; }

.la-js:before {
  content: "\f3b8"; }

.la-js-square:before {
  content: "\f3b9"; }

.la-jsfiddle:before {
  content: "\f1cc"; }

.la-kaaba:before {
  content: "\f66b"; }

.la-kaggle:before {
  content: "\f5fa"; }

.la-key:before {
  content: "\f084"; }

.la-keybase:before {
  content: "\f4f5"; }

.la-keyboard:before {
  content: "\f11c"; }

.la-keycdn:before {
  content: "\f3ba"; }

.la-khanda:before {
  content: "\f66d"; }

.la-kickstarter:before {
  content: "\f3bb"; }

.la-kickstarter-k:before {
  content: "\f3bc"; }

.la-kiss:before {
  content: "\f596"; }

.la-kiss-beam:before {
  content: "\f597"; }

.la-kiss-wink-heart:before {
  content: "\f598"; }

.la-kiwi-bird:before {
  content: "\f535"; }

.la-korvue:before {
  content: "\f42f"; }

.la-landmark:before {
  content: "\f66f"; }

.la-language:before {
  content: "\f1ab"; }

.la-laptop:before {
  content: "\f109"; }

.la-laptop-code:before {
  content: "\f5fc"; }

.la-laptop-medical:before {
  content: "\f812"; }

.la-laravel:before {
  content: "\f3bd"; }

.la-lastfm:before {
  content: "\f202"; }

.la-lastfm-square:before {
  content: "\f203"; }

.la-laugh:before {
  content: "\f599"; }

.la-laugh-beam:before {
  content: "\f59a"; }

.la-laugh-squint:before {
  content: "\f59b"; }

.la-laugh-wink:before {
  content: "\f59c"; }

.la-layer-group:before {
  content: "\f5fd"; }

.la-leaf:before {
  content: "\f06c"; }

.la-leanpub:before {
  content: "\f212"; }

.la-lemon:before {
  content: "\f094"; }

.la-less:before {
  content: "\f41d"; }

.la-less-than:before {
  content: "\f536"; }

.la-less-than-equal:before {
  content: "\f537"; }

.la-level-down-alt:before {
  content: "\f3be"; }

.la-level-up-alt:before {
  content: "\f3bf"; }

.la-life-ring:before {
  content: "\f1cd"; }

.la-lightbulb:before {
  content: "\f0eb"; }

.la-line:before {
  content: "\f3c0"; }

.la-link:before {
  content: "\f0c1"; }

.la-linkedin:before {
  content: "\f08c"; }

.la-linkedin-in:before {
  content: "\f0e1"; }

.la-linode:before {
  content: "\f2b8"; }

.la-linux:before {
  content: "\f17c"; }

.la-lira-sign:before {
  content: "\f195"; }

.la-list:before {
  content: "\f03a"; }

.la-list-alt:before {
  content: "\f022"; }

.la-list-ol:before {
  content: "\f0cb"; }

.la-list-ul:before {
  content: "\f0ca"; }

.la-location-arrow:before {
  content: "\f124"; }

.la-lock:before {
  content: "\f023"; }

.la-lock-open:before {
  content: "\f3c1"; }

.la-long-arrow-alt-down:before {
  content: "\f309"; }

.la-long-arrow-alt-left:before {
  content: "\f30a"; }

.la-long-arrow-alt-right:before {
  content: "\f30b"; }

.la-long-arrow-alt-up:before {
  content: "\f30c"; }

.la-low-vision:before {
  content: "\f2a8"; }

.la-luggage-cart:before {
  content: "\f59d"; }

.la-lyft:before {
  content: "\f3c3"; }

.la-magento:before {
  content: "\f3c4"; }

.la-magic:before {
  content: "\f0d0"; }

.la-magnet:before {
  content: "\f076"; }

.la-mail-bulk:before {
  content: "\f674"; }

.la-mailchimp:before {
  content: "\f59e"; }

.la-male:before {
  content: "\f183"; }

.la-mandalorian:before {
  content: "\f50f"; }

.la-map:before {
  content: "\f279"; }

.la-map-marked:before {
  content: "\f59f"; }

.la-map-marked-alt:before {
  content: "\f5a0"; }

.la-map-marker:before {
  content: "\f041"; }

.la-map-marker-alt:before {
  content: "\f3c5"; }

.la-map-pin:before {
  content: "\f276"; }

.la-map-signs:before {
  content: "\f277"; }

.la-markdown:before {
  content: "\f60f"; }

.la-marker:before {
  content: "\f5a1"; }

.la-mars:before {
  content: "\f222"; }

.la-mars-double:before {
  content: "\f227"; }

.la-mars-stroke:before {
  content: "\f229"; }

.la-mars-stroke-h:before {
  content: "\f22b"; }

.la-mars-stroke-v:before {
  content: "\f22a"; }

.la-mask:before {
  content: "\f6fa"; }

.la-mastodon:before {
  content: "\f4f6"; }

.la-maxcdn:before {
  content: "\f136"; }

.la-mdb:before {
  content: "\f8ca"; }

.la-medal:before {
  content: "\f5a2"; }

.la-medapps:before {
  content: "\f3c6"; }

.la-medium:before {
  content: "\f23a"; }

.la-medium-m:before {
  content: "\f3c7"; }

.la-medkit:before {
  content: "\f0fa"; }

.la-medrt:before {
  content: "\f3c8"; }

.la-meetup:before {
  content: "\f2e0"; }

.la-megaport:before {
  content: "\f5a3"; }

.la-meh:before {
  content: "\f11a"; }

.la-meh-blank:before {
  content: "\f5a4"; }

.la-meh-rolling-eyes:before {
  content: "\f5a5"; }

.la-memory:before {
  content: "\f538"; }

.la-mendeley:before {
  content: "\f7b3"; }

.la-menorah:before {
  content: "\f676"; }

.la-mercury:before {
  content: "\f223"; }

.la-meteor:before {
  content: "\f753"; }

.la-microchip:before {
  content: "\f2db"; }

.la-microphone:before {
  content: "\f130"; }

.la-microphone-alt:before {
  content: "\f3c9"; }

.la-microphone-alt-slash:before {
  content: "\f539"; }

.la-microphone-slash:before {
  content: "\f131"; }

.la-microscope:before {
  content: "\f610"; }

.la-microsoft:before {
  content: "\f3ca"; }

.la-minus:before {
  content: "\f068"; }

.la-minus-circle:before {
  content: "\f056"; }

.la-minus-square:before {
  content: "\f146"; }

.la-mitten:before {
  content: "\f7b5"; }

.la-mix:before {
  content: "\f3cb"; }

.la-mixcloud:before {
  content: "\f289"; }

.la-mizuni:before {
  content: "\f3cc"; }

.la-mobile:before {
  content: "\f10b"; }

.la-mobile-alt:before {
  content: "\f3cd"; }

.la-modx:before {
  content: "\f285"; }

.la-monero:before {
  content: "\f3d0"; }

.la-money-bill:before {
  content: "\f0d6"; }

.la-money-bill-alt:before {
  content: "\f3d1"; }

.la-money-bill-wave:before {
  content: "\f53a"; }

.la-money-bill-wave-alt:before {
  content: "\f53b"; }

.la-money-check:before {
  content: "\f53c"; }

.la-money-check-alt:before {
  content: "\f53d"; }

.la-monument:before {
  content: "\f5a6"; }

.la-moon:before {
  content: "\f186"; }

.la-mortar-pestle:before {
  content: "\f5a7"; }

.la-mosque:before {
  content: "\f678"; }

.la-motorcycle:before {
  content: "\f21c"; }

.la-mountain:before {
  content: "\f6fc"; }

.la-mouse:before {
  content: "\f8cc"; }

.la-mouse-pointer:before {
  content: "\f245"; }

.la-mug-hot:before {
  content: "\f7b6"; }

.la-music:before {
  content: "\f001"; }

.la-napster:before {
  content: "\f3d2"; }

.la-neos:before {
  content: "\f612"; }

.la-network-wired:before {
  content: "\f6ff"; }

.la-neuter:before {
  content: "\f22c"; }

.la-newspaper:before {
  content: "\f1ea"; }

.la-nimblr:before {
  content: "\f5a8"; }

.la-node:before {
  content: "\f419"; }

.la-node-js:before {
  content: "\f3d3"; }

.la-not-equal:before {
  content: "\f53e"; }

.la-notes-medical:before {
  content: "\f481"; }

.la-npm:before {
  content: "\f3d4"; }

.la-ns8:before {
  content: "\f3d5"; }

.la-nutritionix:before {
  content: "\f3d6"; }

.la-object-group:before {
  content: "\f247"; }

.la-object-ungroup:before {
  content: "\f248"; }

.la-odnoklassniki:before {
  content: "\f263"; }

.la-odnoklassniki-square:before {
  content: "\f264"; }

.la-oil-can:before {
  content: "\f613"; }

.la-old-republic:before {
  content: "\f510"; }

.la-om:before {
  content: "\f679"; }

.la-opencart:before {
  content: "\f23d"; }

.la-openid:before {
  content: "\f19b"; }

.la-opera:before {
  content: "\f26a"; }

.la-optin-monster:before {
  content: "\f23c"; }

.la-orcid:before {
  content: "\f8d2"; }

.la-osi:before {
  content: "\f41a"; }

.la-otter:before {
  content: "\f700"; }

.la-outdent:before {
  content: "\f03b"; }

.la-page4:before {
  content: "\f3d7"; }

.la-pagelines:before {
  content: "\f18c"; }

.la-pager:before {
  content: "\f815"; }

.la-paint-brush:before {
  content: "\f1fc"; }

.la-paint-roller:before {
  content: "\f5aa"; }

.la-palette:before {
  content: "\f53f"; }

.la-palfed:before {
  content: "\f3d8"; }

.la-pallet:before {
  content: "\f482"; }

.la-paper-plane:before {
  content: "\f1d8"; }

.la-paperclip:before {
  content: "\f0c6"; }

.la-parachute-box:before {
  content: "\f4cd"; }

.la-paragraph:before {
  content: "\f1dd"; }

.la-parking:before {
  content: "\f540"; }

.la-passport:before {
  content: "\f5ab"; }

.la-pastafarianism:before {
  content: "\f67b"; }

.la-paste:before {
  content: "\f0ea"; }

.la-patreon:before {
  content: "\f3d9"; }

.la-pause:before {
  content: "\f04c"; }

.la-pause-circle:before {
  content: "\f28b"; }

.la-paw:before {
  content: "\f1b0"; }

.la-paypal:before {
  content: "\f1ed"; }

.la-peace:before {
  content: "\f67c"; }

.la-pen:before {
  content: "\f304"; }

.la-pen-alt:before {
  content: "\f305"; }

.la-pen-fancy:before {
  content: "\f5ac"; }

.la-pen-nib:before {
  content: "\f5ad"; }

.la-pen-square:before {
  content: "\f14b"; }

.la-pencil-alt:before {
  content: "\f303"; }

.la-pencil-ruler:before {
  content: "\f5ae"; }

.la-penny-arcade:before {
  content: "\f704"; }

.la-people-carry:before {
  content: "\f4ce"; }

.la-pepper-hot:before {
  content: "\f816"; }

.la-percent:before {
  content: "\f295"; }

.la-percentage:before {
  content: "\f541"; }

.la-periscope:before {
  content: "\f3da"; }

.la-person-booth:before {
  content: "\f756"; }

.la-phabricator:before {
  content: "\f3db"; }

.la-phoenix-framework:before {
  content: "\f3dc"; }

.la-phoenix-squadron:before {
  content: "\f511"; }

.la-phone:before {
  content: "\f095"; }

.la-phone-alt:before {
  content: "\f879"; }

.la-phone-slash:before {
  content: "\f3dd"; }

.la-phone-square:before {
  content: "\f098"; }

.la-phone-square-alt:before {
  content: "\f87b"; }

.la-phone-volume:before {
  content: "\f2a0"; }

.la-photo-video:before {
  content: "\f87c"; }

.la-php:before {
  content: "\f457"; }

.la-pied-piper:before {
  content: "\f2ae"; }

.la-pied-piper-alt:before {
  content: "\f1a8"; }

.la-pied-piper-hat:before {
  content: "\f4e5"; }

.la-pied-piper-pp:before {
  content: "\f1a7"; }

.la-piggy-bank:before {
  content: "\f4d3"; }

.la-pills:before {
  content: "\f484"; }

.la-pinterest:before {
  content: "\f0d2"; }

.la-pinterest-p:before {
  content: "\f231"; }

.la-pinterest-square:before {
  content: "\f0d3"; }

.la-pizza-slice:before {
  content: "\f818"; }

.la-place-of-worship:before {
  content: "\f67f"; }

.la-plane:before {
  content: "\f072"; }

.la-plane-arrival:before {
  content: "\f5af"; }

.la-plane-departure:before {
  content: "\f5b0"; }

.la-play:before {
  content: "\f04b"; }

.la-play-circle:before {
  content: "\f144"; }

.la-playstation:before {
  content: "\f3df"; }

.la-plug:before {
  content: "\f1e6"; }

.la-plus:before {
  content: "\f067"; }

.la-plus-circle:before {
  content: "\f055"; }

.la-plus-square:before {
  content: "\f0fe"; }

.la-podcast:before {
  content: "\f2ce"; }

.la-poll:before {
  content: "\f681"; }

.la-poll-h:before {
  content: "\f682"; }

.la-poo:before {
  content: "\f2fe"; }

.la-poo-storm:before {
  content: "\f75a"; }

.la-poop:before {
  content: "\f619"; }

.la-portrait:before {
  content: "\f3e0"; }

.la-pound-sign:before {
  content: "\f154"; }

.la-power-off:before {
  content: "\f011"; }

.la-pray:before {
  content: "\f683"; }

.la-praying-hands:before {
  content: "\f684"; }

.la-prescription:before {
  content: "\f5b1"; }

.la-prescription-bottle:before {
  content: "\f485"; }

.la-prescription-bottle-alt:before {
  content: "\f486"; }

.la-print:before {
  content: "\f02f"; }

.la-procedures:before {
  content: "\f487"; }

.la-product-hunt:before {
  content: "\f288"; }

.la-project-diagram:before {
  content: "\f542"; }

.la-pushed:before {
  content: "\f3e1"; }

.la-puzzle-piece:before {
  content: "\f12e"; }

.la-python:before {
  content: "\f3e2"; }

.la-qq:before {
  content: "\f1d6"; }

.la-qrcode:before {
  content: "\f029"; }

.la-question:before {
  content: "\f128"; }

.la-question-circle:before {
  content: "\f059"; }

.la-quidditch:before {
  content: "\f458"; }

.la-quinscape:before {
  content: "\f459"; }

.la-quora:before {
  content: "\f2c4"; }

.la-quote-left:before {
  content: "\f10d"; }

.la-quote-right:before {
  content: "\f10e"; }

.la-quran:before {
  content: "\f687"; }

.la-r-project:before {
  content: "\f4f7"; }

.la-radiation:before {
  content: "\f7b9"; }

.la-radiation-alt:before {
  content: "\f7ba"; }

.la-rainbow:before {
  content: "\f75b"; }

.la-random:before {
  content: "\f074"; }

.la-raspberry-pi:before {
  content: "\f7bb"; }

.la-ravelry:before {
  content: "\f2d9"; }

.la-react:before {
  content: "\f41b"; }

.la-reacteurope:before {
  content: "\f75d"; }

.la-readme:before {
  content: "\f4d5"; }

.la-rebel:before {
  content: "\f1d0"; }

.la-receipt:before {
  content: "\f543"; }

.la-record-vinyl:before {
  content: "\f8d9"; }

.la-recycle:before {
  content: "\f1b8"; }

.la-red-river:before {
  content: "\f3e3"; }

.la-reddit:before {
  content: "\f1a1"; }

.la-reddit-alien:before {
  content: "\f281"; }

.la-reddit-square:before {
  content: "\f1a2"; }

.la-redhat:before {
  content: "\f7bc"; }

.la-redo:before {
  content: "\f01e"; }

.la-redo-alt:before {
  content: "\f2f9"; }

.la-registered:before {
  content: "\f25d"; }

.la-remove-format:before {
  content: "\f87d"; }

.la-renren:before {
  content: "\f18b"; }

.la-reply:before {
  content: "\f3e5"; }

.la-reply-all:before {
  content: "\f122"; }

.la-replyd:before {
  content: "\f3e6"; }

.la-republican:before {
  content: "\f75e"; }

.la-researchgate:before {
  content: "\f4f8"; }

.la-resolving:before {
  content: "\f3e7"; }

.la-restroom:before {
  content: "\f7bd"; }

.la-retweet:before {
  content: "\f079"; }

.la-rev:before {
  content: "\f5b2"; }

.la-ribbon:before {
  content: "\f4d6"; }

.la-ring:before {
  content: "\f70b"; }

.la-road:before {
  content: "\f018"; }

.la-robot:before {
  content: "\f544"; }

.la-rocket:before {
  content: "\f135"; }

.la-rocketchat:before {
  content: "\f3e8"; }

.la-rockrms:before {
  content: "\f3e9"; }

.la-route:before {
  content: "\f4d7"; }

.la-rss:before {
  content: "\f09e"; }

.la-rss-square:before {
  content: "\f143"; }

.la-ruble-sign:before {
  content: "\f158"; }

.la-ruler:before {
  content: "\f545"; }

.la-ruler-combined:before {
  content: "\f546"; }

.la-ruler-horizontal:before {
  content: "\f547"; }

.la-ruler-vertical:before {
  content: "\f548"; }

.la-running:before {
  content: "\f70c"; }

.la-rupee-sign:before {
  content: "\f156"; }

.la-sad-cry:before {
  content: "\f5b3"; }

.la-sad-tear:before {
  content: "\f5b4"; }

.la-safari:before {
  content: "\f267"; }

.la-salesforce:before {
  content: "\f83b"; }

.la-sass:before {
  content: "\f41e"; }

.la-satellite:before {
  content: "\f7bf"; }

.la-satellite-dish:before {
  content: "\f7c0"; }

.la-save:before {
  content: "\f0c7"; }

.la-schlix:before {
  content: "\f3ea"; }

.la-school:before {
  content: "\f549"; }

.la-screwdriver:before {
  content: "\f54a"; }

.la-scribd:before {
  content: "\f28a"; }

.la-scroll:before {
  content: "\f70e"; }

.la-sd-card:before {
  content: "\f7c2"; }

.la-search:before {
  content: "\f002"; }

.la-search-dollar:before {
  content: "\f688"; }

.la-search-location:before {
  content: "\f689"; }

.la-search-minus:before {
  content: "\f010"; }

.la-search-plus:before {
  content: "\f00e"; }

.la-searchengin:before {
  content: "\f3eb"; }

.la-seedling:before {
  content: "\f4d8"; }

.la-sellcast:before {
  content: "\f2da"; }

.la-sellsy:before {
  content: "\f213"; }

.la-server:before {
  content: "\f233"; }

.la-servicestack:before {
  content: "\f3ec"; }

.la-shapes:before {
  content: "\f61f"; }

.la-share:before {
  content: "\f064"; }

.la-share-alt:before {
  content: "\f1e0"; }

.la-share-alt-square:before {
  content: "\f1e1"; }

.la-share-square:before {
  content: "\f14d"; }

.la-shekel-sign:before {
  content: "\f20b"; }

.la-shield-alt:before {
  content: "\f3ed"; }

.la-ship:before {
  content: "\f21a"; }

.la-shipping-fast:before {
  content: "\f48b"; }

.la-shirtsinbulk:before {
  content: "\f214"; }

.la-shoe-prints:before {
  content: "\f54b"; }

.la-shopping-bag:before {
  content: "\f290"; }

.la-shopping-basket:before {
  content: "\f291"; }

.la-shopping-cart:before {
  content: "\f07a"; }

.la-shopware:before {
  content: "\f5b5"; }

.la-shower:before {
  content: "\f2cc"; }

.la-shuttle-van:before {
  content: "\f5b6"; }

.la-sign:before {
  content: "\f4d9"; }

.la-sign-in-alt:before {
  content: "\f2f6"; }

.la-sign-language:before {
  content: "\f2a7"; }

.la-sign-out-alt:before {
  content: "\f2f5"; }

.la-signal:before {
  content: "\f012"; }

.la-signature:before {
  content: "\f5b7"; }

.la-sim-card:before {
  content: "\f7c4"; }

.la-simplybuilt:before {
  content: "\f215"; }

.la-sistrix:before {
  content: "\f3ee"; }

.la-sitemap:before {
  content: "\f0e8"; }

.la-sith:before {
  content: "\f512"; }

.la-skating:before {
  content: "\f7c5"; }

.la-sketch:before {
  content: "\f7c6"; }

.la-skiing:before {
  content: "\f7c9"; }

.la-skiing-nordic:before {
  content: "\f7ca"; }

.la-skull:before {
  content: "\f54c"; }

.la-skull-crossbones:before {
  content: "\f714"; }

.la-skyatlas:before {
  content: "\f216"; }

.la-skype:before {
  content: "\f17e"; }

.la-slack:before {
  content: "\f198"; }

.la-slack-hash:before {
  content: "\f3ef"; }

.la-slash:before {
  content: "\f715"; }

.la-sleigh:before {
  content: "\f7cc"; }

.la-sliders-h:before {
  content: "\f1de"; }

.la-slideshare:before {
  content: "\f1e7"; }

.la-smile:before {
  content: "\f118"; }

.la-smile-beam:before {
  content: "\f5b8"; }

.la-smile-wink:before {
  content: "\f4da"; }

.la-smog:before {
  content: "\f75f"; }

.la-smoking:before {
  content: "\f48d"; }

.la-smoking-ban:before {
  content: "\f54d"; }

.la-sms:before {
  content: "\f7cd"; }

.la-snapchat:before {
  content: "\f2ab"; }

.la-snapchat-ghost:before {
  content: "\f2ac"; }

.la-snapchat-square:before {
  content: "\f2ad"; }

.la-snowboarding:before {
  content: "\f7ce"; }

.la-snowflake:before {
  content: "\f2dc"; }

.la-snowman:before {
  content: "\f7d0"; }

.la-snowplow:before {
  content: "\f7d2"; }

.la-socks:before {
  content: "\f696"; }

.la-solar-panel:before {
  content: "\f5ba"; }

.la-sort:before {
  content: "\f0dc"; }

.la-sort-alpha-down:before {
  content: "\f15d"; }

.la-sort-alpha-down-alt:before {
  content: "\f881"; }

.la-sort-alpha-up:before {
  content: "\f15e"; }

.la-sort-alpha-up-alt:before {
  content: "\f882"; }

.la-sort-amount-down:before {
  content: "\f160"; }

.la-sort-amount-down-alt:before {
  content: "\f884"; }

.la-sort-amount-up:before {
  content: "\f161"; }

.la-sort-amount-up-alt:before {
  content: "\f885"; }

.la-sort-down:before {
  content: "\f0dd"; }

.la-sort-numeric-down:before {
  content: "\f162"; }

.la-sort-numeric-down-alt:before {
  content: "\f886"; }

.la-sort-numeric-up:before {
  content: "\f163"; }

.la-sort-numeric-up-alt:before {
  content: "\f887"; }

.la-sort-up:before {
  content: "\f0de"; }

.la-soundcloud:before {
  content: "\f1be"; }

.la-sourcetree:before {
  content: "\f7d3"; }

.la-spa:before {
  content: "\f5bb"; }

.la-space-shuttle:before {
  content: "\f197"; }

.la-speakap:before {
  content: "\f3f3"; }

.la-speaker-deck:before {
  content: "\f83c"; }

.la-spell-check:before {
  content: "\f891"; }

.la-spider:before {
  content: "\f717"; }

.la-spinner:before {
  content: "\f110"; }

.la-splotch:before {
  content: "\f5bc"; }

.la-spotify:before {
  content: "\f1bc"; }

.la-spray-can:before {
  content: "\f5bd"; }

.la-square:before {
  content: "\f0c8"; }

.la-square-full:before {
  content: "\f45c"; }

.la-square-root-alt:before {
  content: "\f698"; }

.la-squarespace:before {
  content: "\f5be"; }

.la-stack-exchange:before {
  content: "\f18d"; }

.la-stack-overflow:before {
  content: "\f16c"; }

.la-stackpath:before {
  content: "\f842"; }

.la-stamp:before {
  content: "\f5bf"; }

.la-star:before {
  content: "\f005"; }

.la-star-and-crescent:before {
  content: "\f699"; }

.la-star-half:before {
  content: "\f089"; }

.la-star-half-alt:before {
  content: "\f5c0"; }

.la-star-of-david:before {
  content: "\f69a"; }

.la-star-of-life:before {
  content: "\f621"; }

.la-staylinked:before {
  content: "\f3f5"; }

.la-steam:before {
  content: "\f1b6"; }

.la-steam-square:before {
  content: "\f1b7"; }

.la-steam-symbol:before {
  content: "\f3f6"; }

.la-step-backward:before {
  content: "\f048"; }

.la-step-forward:before {
  content: "\f051"; }

.la-stethoscope:before {
  content: "\f0f1"; }

.la-sticker-mule:before {
  content: "\f3f7"; }

.la-sticky-note:before {
  content: "\f249"; }

.la-stop:before {
  content: "\f04d"; }

.la-stop-circle:before {
  content: "\f28d"; }

.la-stopwatch:before {
  content: "\f2f2"; }

.la-store:before {
  content: "\f54e"; }

.la-store-alt:before {
  content: "\f54f"; }

.la-strava:before {
  content: "\f428"; }

.la-stream:before {
  content: "\f550"; }

.la-street-view:before {
  content: "\f21d"; }

.la-strikethrough:before {
  content: "\f0cc"; }

.la-stripe:before {
  content: "\f429"; }

.la-stripe-s:before {
  content: "\f42a"; }

.la-stroopwafel:before {
  content: "\f551"; }

.la-studiovinari:before {
  content: "\f3f8"; }

.la-stumbleupon:before {
  content: "\f1a4"; }

.la-stumbleupon-circle:before {
  content: "\f1a3"; }

.la-subscript:before {
  content: "\f12c"; }

.la-subway:before {
  content: "\f239"; }

.la-suitcase:before {
  content: "\f0f2"; }

.la-suitcase-rolling:before {
  content: "\f5c1"; }

.la-sun:before {
  content: "\f185"; }

.la-superpowers:before {
  content: "\f2dd"; }

.la-superscript:before {
  content: "\f12b"; }

.la-supple:before {
  content: "\f3f9"; }

.la-surprise:before {
  content: "\f5c2"; }

.la-suse:before {
  content: "\f7d6"; }

.la-swatchbook:before {
  content: "\f5c3"; }

.la-swift:before {
  content: "\f8e1"; }

.la-swimmer:before {
  content: "\f5c4"; }

.la-swimming-pool:before {
  content: "\f5c5"; }

.la-symfony:before {
  content: "\f83d"; }

.la-synagogue:before {
  content: "\f69b"; }

.la-sync:before {
  content: "\f021"; }

.la-sync-alt:before {
  content: "\f2f1"; }

.la-syringe:before {
  content: "\f48e"; }

.la-table:before {
  content: "\f0ce"; }

.la-table-tennis:before {
  content: "\f45d"; }

.la-tablet:before {
  content: "\f10a"; }

.la-tablet-alt:before {
  content: "\f3fa"; }

.la-tablets:before {
  content: "\f490"; }

.la-tachometer-alt:before {
  content: "\f3fd"; }

.la-tag:before {
  content: "\f02b"; }

.la-tags:before {
  content: "\f02c"; }

.la-tape:before {
  content: "\f4db"; }

.la-tasks:before {
  content: "\f0ae"; }

.la-taxi:before {
  content: "\f1ba"; }

.la-teamspeak:before {
  content: "\f4f9"; }

.la-teeth:before {
  content: "\f62e"; }

.la-teeth-open:before {
  content: "\f62f"; }

.la-telegram:before {
  content: "\f2c6"; }

.la-telegram-plane:before {
  content: "\f3fe"; }

.la-temperature-high:before {
  content: "\f769"; }

.la-temperature-low:before {
  content: "\f76b"; }

.la-tencent-weibo:before {
  content: "\f1d5"; }

.la-tenge:before {
  content: "\f7d7"; }

.la-terminal:before {
  content: "\f120"; }

.la-text-height:before {
  content: "\f034"; }

.la-text-width:before {
  content: "\f035"; }

.la-th:before {
  content: "\f00a"; }

.la-th-large:before {
  content: "\f009"; }

.la-th-list:before {
  content: "\f00b"; }

.la-the-red-yeti:before {
  content: "\f69d"; }

.la-theater-masks:before {
  content: "\f630"; }

.la-themeco:before {
  content: "\f5c6"; }

.la-themeisle:before {
  content: "\f2b2"; }

.la-thermometer:before {
  content: "\f491"; }

.la-thermometer-empty:before {
  content: "\f2cb"; }

.la-thermometer-full:before {
  content: "\f2c7"; }

.la-thermometer-half:before {
  content: "\f2c9"; }

.la-thermometer-quarter:before {
  content: "\f2ca"; }

.la-thermometer-three-quarters:before {
  content: "\f2c8"; }

.la-think-peaks:before {
  content: "\f731"; }

.la-thumbs-down:before {
  content: "\f165"; }

.la-thumbs-up:before {
  content: "\f164"; }

.la-thumbtack:before {
  content: "\f08d"; }

.la-ticket-alt:before {
  content: "\f3ff"; }

.la-times:before {
  content: "\f00d"; }

.la-times-circle:before {
  content: "\f057"; }

.la-tint:before {
  content: "\f043"; }

.la-tint-slash:before {
  content: "\f5c7"; }

.la-tired:before {
  content: "\f5c8"; }

.la-toggle-off:before {
  content: "\f204"; }

.la-toggle-on:before {
  content: "\f205"; }

.la-toilet:before {
  content: "\f7d8"; }

.la-toilet-paper:before {
  content: "\f71e"; }

.la-toolbox:before {
  content: "\f552"; }

.la-tools:before {
  content: "\f7d9"; }

.la-tooth:before {
  content: "\f5c9"; }

.la-torah:before {
  content: "\f6a0"; }

.la-torii-gate:before {
  content: "\f6a1"; }

.la-tractor:before {
  content: "\f722"; }

.la-trade-federation:before {
  content: "\f513"; }

.la-trademark:before {
  content: "\f25c"; }

.la-traffic-light:before {
  content: "\f637"; }

.la-train:before {
  content: "\f238"; }

.la-tram:before {
  content: "\f7da"; }

.la-transgender:before {
  content: "\f224"; }

.la-transgender-alt:before {
  content: "\f225"; }

.la-trash:before {
  content: "\f1f8"; }

.la-trash-alt:before {
  content: "\f2ed"; }

.la-trash-restore:before {
  content: "\f829"; }

.la-trash-restore-alt:before {
  content: "\f82a"; }

.la-tree:before {
  content: "\f1bb"; }

.la-trello:before {
  content: "\f181"; }

.la-tripadvisor:before {
  content: "\f262"; }

.la-trophy:before {
  content: "\f091"; }

.la-truck:before {
  content: "\f0d1"; }

.la-truck-loading:before {
  content: "\f4de"; }

.la-truck-monster:before {
  content: "\f63b"; }

.la-truck-moving:before {
  content: "\f4df"; }

.la-truck-pickup:before {
  content: "\f63c"; }

.la-tshirt:before {
  content: "\f553"; }

.la-tty:before {
  content: "\f1e4"; }

.la-tumblr:before {
  content: "\f173"; }

.la-tumblr-square:before {
  content: "\f174"; }

.la-tv:before {
  content: "\f26c"; }

.la-twitch:before {
  content: "\f1e8"; }

.la-twitter:before {
  content: "\f099"; }

.la-twitter-square:before {
  content: "\f081"; }

.la-typo3:before {
  content: "\f42b"; }

.la-uber:before {
  content: "\f402"; }

.la-ubuntu:before {
  content: "\f7df"; }

.la-uikit:before {
  content: "\f403"; }

.la-umbraco:before {
  content: "\f8e8"; }

.la-umbrella:before {
  content: "\f0e9"; }

.la-umbrella-beach:before {
  content: "\f5ca"; }

.la-underline:before {
  content: "\f0cd"; }

.la-undo:before {
  content: "\f0e2"; }

.la-undo-alt:before {
  content: "\f2ea"; }

.la-uniregistry:before {
  content: "\f404"; }

.la-universal-access:before {
  content: "\f29a"; }

.la-university:before {
  content: "\f19c"; }

.la-unlink:before {
  content: "\f127"; }

.la-unlock:before {
  content: "\f09c"; }

.la-unlock-alt:before {
  content: "\f13e"; }

.la-untappd:before {
  content: "\f405"; }

.la-upload:before {
  content: "\f093"; }

.la-ups:before {
  content: "\f7e0"; }

.la-usb:before {
  content: "\f287"; }

.la-user:before {
  content: "\f007"; }

.la-user-alt:before {
  content: "\f406"; }

.la-user-alt-slash:before {
  content: "\f4fa"; }

.la-user-astronaut:before {
  content: "\f4fb"; }

.la-user-check:before {
  content: "\f4fc"; }

.la-user-circle:before {
  content: "\f2bd"; }

.la-user-clock:before {
  content: "\f4fd"; }

.la-user-cog:before {
  content: "\f4fe"; }

.la-user-edit:before {
  content: "\f4ff"; }

.la-user-friends:before {
  content: "\f500"; }

.la-user-graduate:before {
  content: "\f501"; }

.la-user-injured:before {
  content: "\f728"; }

.la-user-lock:before {
  content: "\f502"; }

.la-user-md:before {
  content: "\f0f0"; }

.la-user-minus:before {
  content: "\f503"; }

.la-user-ninja:before {
  content: "\f504"; }

.la-user-nurse:before {
  content: "\f82f"; }

.la-user-plus:before {
  content: "\f234"; }

.la-user-secret:before {
  content: "\f21b"; }

.la-user-shield:before {
  content: "\f505"; }

.la-user-slash:before {
  content: "\f506"; }

.la-user-tag:before {
  content: "\f507"; }

.la-user-tie:before {
  content: "\f508"; }

.la-user-times:before {
  content: "\f235"; }

.la-users:before {
  content: "\f0c0"; }

.la-users-cog:before {
  content: "\f509"; }

.la-usps:before {
  content: "\f7e1"; }

.la-ussunnah:before {
  content: "\f407"; }

.la-utensil-spoon:before {
  content: "\f2e5"; }

.la-utensils:before {
  content: "\f2e7"; }

.la-vaadin:before {
  content: "\f408"; }

.la-vector-square:before {
  content: "\f5cb"; }

.la-venus:before {
  content: "\f221"; }

.la-venus-double:before {
  content: "\f226"; }

.la-venus-mars:before {
  content: "\f228"; }

.la-viacoin:before {
  content: "\f237"; }

.la-viadeo:before {
  content: "\f2a9"; }

.la-viadeo-square:before {
  content: "\f2aa"; }

.la-vial:before {
  content: "\f492"; }

.la-vials:before {
  content: "\f493"; }

.la-viber:before {
  content: "\f409"; }

.la-video:before {
  content: "\f03d"; }

.la-video-slash:before {
  content: "\f4e2"; }

.la-vihara:before {
  content: "\f6a7"; }

.la-vimeo:before {
  content: "\f40a"; }

.la-vimeo-square:before {
  content: "\f194"; }

.la-vimeo-v:before {
  content: "\f27d"; }

.la-vine:before {
  content: "\f1ca"; }

.la-vk:before {
  content: "\f189"; }

.la-vnv:before {
  content: "\f40b"; }

.la-voicemail:before {
  content: "\f897"; }

.la-volleyball-ball:before {
  content: "\f45f"; }

.la-volume-down:before {
  content: "\f027"; }

.la-volume-mute:before {
  content: "\f6a9"; }

.la-volume-off:before {
  content: "\f026"; }

.la-volume-up:before {
  content: "\f028"; }

.la-vote-yea:before {
  content: "\f772"; }

.la-vr-cardboard:before {
  content: "\f729"; }

.la-vuejs:before {
  content: "\f41f"; }

.la-walking:before {
  content: "\f554"; }

.la-wallet:before {
  content: "\f555"; }

.la-warehouse:before {
  content: "\f494"; }

.la-water:before {
  content: "\f773"; }

.la-wave-square:before {
  content: "\f83e"; }

.la-waze:before {
  content: "\f83f"; }

.la-weebly:before {
  content: "\f5cc"; }

.la-weibo:before {
  content: "\f18a"; }

.la-weight:before {
  content: "\f496"; }

.la-weight-hanging:before {
  content: "\f5cd"; }

.la-weixin:before {
  content: "\f1d7"; }

.la-whatsapp:before {
  content: "\f232"; }

.la-whatsapp-square:before {
  content: "\f40c"; }

.la-wheelchair:before {
  content: "\f193"; }

.la-whmcs:before {
  content: "\f40d"; }

.la-wifi:before {
  content: "\f1eb"; }

.la-wikipedia-w:before {
  content: "\f266"; }

.la-wind:before {
  content: "\f72e"; }

.la-window-close:before {
  content: "\f410"; }

.la-window-maximize:before {
  content: "\f2d0"; }

.la-window-minimize:before {
  content: "\f2d1"; }

.la-window-restore:before {
  content: "\f2d2"; }

.la-windows:before {
  content: "\f17a"; }

.la-wine-bottle:before {
  content: "\f72f"; }

.la-wine-glass:before {
  content: "\f4e3"; }

.la-wine-glass-alt:before {
  content: "\f5ce"; }

.la-wix:before {
  content: "\f5cf"; }

.la-wizards-of-the-coast:before {
  content: "\f730"; }

.la-wolf-pack-battalion:before {
  content: "\f514"; }

.la-won-sign:before {
  content: "\f159"; }

.la-wordpress:before {
  content: "\f19a"; }

.la-wordpress-simple:before {
  content: "\f411"; }

.la-wpbeginner:before {
  content: "\f297"; }

.la-wpexplorer:before {
  content: "\f2de"; }

.la-wpforms:before {
  content: "\f298"; }

.la-wpressr:before {
  content: "\f3e4"; }

.la-wrench:before {
  content: "\f0ad"; }

.la-x-ray:before {
  content: "\f497"; }

.la-xbox:before {
  content: "\f412"; }

.la-xing:before {
  content: "\f168"; }

.la-xing-square:before {
  content: "\f169"; }

.la-y-combinator:before {
  content: "\f23b"; }

.la-yahoo:before {
  content: "\f19e"; }

.la-yammer:before {
  content: "\f840"; }

.la-yandex:before {
  content: "\f413"; }

.la-yandex-international:before {
  content: "\f414"; }

.la-yarn:before {
  content: "\f7e3"; }

.la-yelp:before {
  content: "\f1e9"; }

.la-yen-sign:before {
  content: "\f157"; }

.la-yin-yang:before {
  content: "\f6ad"; }

.la-yoast:before {
  content: "\f2b1"; }

.la-youtube:before {
  content: "\f167"; }

.la-youtube-square:before {
  content: "\f431"; }

.la-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(./fonts/line-awesome/la-brands-400.eot);
  src: url(./fonts/line-awesome/la-brands-400.eot?#iefix) format("embedded-opentype"), url(./fonts/line-awesome/la-brands-400.woff2) format("woff2"), url(./fonts/line-awesome/la-brands-400.woff) format("woff"), url(./fonts/line-awesome/la-brands-400.ttf) format("truetype"), url(./fonts/line-awesome/la-brands-400.svg#lineawesome) format("svg"); }

.lab {
  font-family: 'Line Awesome Brands'; }
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(./fonts/line-awesome/la-regular-400.eot);
  src: url(./fonts/line-awesome/la-regular-400.eot?#iefix) format("embedded-opentype"), url(./fonts/line-awesome/la-regular-400.woff2) format("woff2"), url(./fonts/line-awesome/la-regular-400.woff) format("woff"), url(./fonts/line-awesome/la-regular-400.ttf) format("truetype"), url(./fonts/line-awesome/la-regular-400.svg#lineawesome) format("svg"); }

.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400; }
@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(./fonts/line-awesome/la-solid-900.eot);
  src: url(./fonts/line-awesome/la-solid-900.eot?#iefix) format("embedded-opentype"), url(./fonts/line-awesome/la-solid-900.woff2) format("woff2"), url(./fonts/line-awesome/la-solid-900.woff) format("woff"), url(./fonts/line-awesome/la-solid-900.ttf) format("truetype"), url(./fonts/line-awesome/la-solid-900.svg#lineawesome) format("svg"); }

.la,
.las {
  font-family: 'Line Awesome Free';
  font-weight: 900; }

.la.la-glass:before {
  content: "\f000"; }

.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-o:before {
  content: "\f005"; }

.la.la-remove:before {
  content: "\f00d"; }

.la.la-close:before {
  content: "\f00d"; }

.la.la-gear:before {
  content: "\f013"; }

.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-trash-o:before {
  content: "\f2ed"; }

.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-o:before {
  content: "\f15b"; }

.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-clock-o:before {
  content: "\f017"; }

.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-down:before {
  content: "\f358"; }

.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-up:before {
  content: "\f35b"; }

.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-play-circle-o:before {
  content: "\f144"; }

.la.la-repeat:before {
  content: "\f01e"; }

.la.la-rotate-right:before {
  content: "\f01e"; }

.la.la-refresh:before {
  content: "\f021"; }

.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-dedent:before {
  content: "\f03b"; }

.la.la-video-camera:before {
  content: "\f03d"; }

.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-picture-o:before {
  content: "\f03e"; }

.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-photo:before {
  content: "\f03e"; }

.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-image:before {
  content: "\f03e"; }

.la.la-pencil:before {
  content: "\f303"; }

.la.la-map-marker:before {
  content: "\f3c5"; }

.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-pencil-square-o:before {
  content: "\f044"; }

.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-share-square-o:before {
  content: "\f14d"; }

.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-check-square-o:before {
  content: "\f14a"; }

.la.la-arrows:before {
  content: "\f0b2"; }

.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-circle-o:before {
  content: "\f057"; }

.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-check-circle-o:before {
  content: "\f058"; }

.la.la-mail-forward:before {
  content: "\f064"; }

.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-warning:before {
  content: "\f071"; }

.la.la-calendar:before {
  content: "\f073"; }

.la.la-arrows-v:before {
  content: "\f338"; }

.la.la-arrows-h:before {
  content: "\f337"; }

.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bar-chart:before {
  content: "\f080"; }

.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bar-chart-o:before {
  content: "\f080"; }

.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gears:before {
  content: "\f085"; }

.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-thumbs-o-up:before {
  content: "\f164"; }

.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-thumbs-o-down:before {
  content: "\f165"; }

.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-heart-o:before {
  content: "\f004"; }

.la.la-sign-out:before {
  content: "\f2f5"; }

.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linkedin-square:before {
  content: "\f08c"; }

.la.la-thumb-tack:before {
  content: "\f08d"; }

.la.la-external-link:before {
  content: "\f35d"; }

.la.la-sign-in:before {
  content: "\f2f6"; }

.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-lemon-o:before {
  content: "\f094"; }

.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-square-o:before {
  content: "\f0c8"; }

.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bookmark-o:before {
  content: "\f02e"; }

.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook:before {
  content: "\f39e"; }

.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-f:before {
  content: "\f39e"; }

.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-feed:before {
  content: "\f09e"; }

.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hdd-o:before {
  content: "\f0a0"; }

.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-right:before {
  content: "\f0a4"; }

.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-left:before {
  content: "\f0a5"; }

.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-up:before {
  content: "\f0a6"; }

.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-down:before {
  content: "\f0a7"; }

.la.la-arrows-alt:before {
  content: "\f31e"; }

.la.la-group:before {
  content: "\f0c0"; }

.la.la-chain:before {
  content: "\f0c1"; }

.la.la-scissors:before {
  content: "\f0c4"; }

.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-files-o:before {
  content: "\f0c5"; }

.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-floppy-o:before {
  content: "\f0c7"; }

.la.la-navicon:before {
  content: "\f0c9"; }

.la.la-reorder:before {
  content: "\f0c9"; }

.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus:before {
  content: "\f0d5"; }

.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-money:before {
  content: "\f3d1"; }

.la.la-unsorted:before {
  content: "\f0dc"; }

.la.la-sort-desc:before {
  content: "\f0dd"; }

.la.la-sort-asc:before {
  content: "\f0de"; }

.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linkedin:before {
  content: "\f0e1"; }

.la.la-rotate-left:before {
  content: "\f0e2"; }

.la.la-legal:before {
  content: "\f0e3"; }

.la.la-tachometer:before {
  content: "\f3fd"; }

.la.la-dashboard:before {
  content: "\f3fd"; }

.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-comment-o:before {
  content: "\f075"; }

.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-comments-o:before {
  content: "\f086"; }

.la.la-flash:before {
  content: "\f0e7"; }

.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paste:before {
  content: "\f328"; }

.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-lightbulb-o:before {
  content: "\f0eb"; }

.la.la-exchange:before {
  content: "\f362"; }

.la.la-cloud-download:before {
  content: "\f381"; }

.la.la-cloud-upload:before {
  content: "\f382"; }

.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bell-o:before {
  content: "\f0f3"; }

.la.la-cutlery:before {
  content: "\f2e7"; }

.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-text-o:before {
  content: "\f15c"; }

.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-building-o:before {
  content: "\f1ad"; }

.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hospital-o:before {
  content: "\f0f8"; }

.la.la-tablet:before {
  content: "\f3fa"; }

.la.la-mobile:before {
  content: "\f3cd"; }

.la.la-mobile-phone:before {
  content: "\f3cd"; }

.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-circle-o:before {
  content: "\f111"; }

.la.la-mail-reply:before {
  content: "\f3e5"; }

.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-folder-o:before {
  content: "\f07b"; }

.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-folder-open-o:before {
  content: "\f07c"; }

.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-smile-o:before {
  content: "\f118"; }

.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-frown-o:before {
  content: "\f119"; }

.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-meh-o:before {
  content: "\f11a"; }

.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-keyboard-o:before {
  content: "\f11c"; }

.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-flag-o:before {
  content: "\f024"; }

.la.la-mail-reply-all:before {
  content: "\f122"; }

.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-o:before {
  content: "\f089"; }

.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-empty:before {
  content: "\f089"; }

.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-full:before {
  content: "\f089"; }

.la.la-code-fork:before {
  content: "\f126"; }

.la.la-chain-broken:before {
  content: "\f127"; }

.la.la-shield:before {
  content: "\f3ed"; }

.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-o:before {
  content: "\f133"; }

.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ticket:before {
  content: "\f3ff"; }

.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-minus-square-o:before {
  content: "\f146"; }

.la.la-level-up:before {
  content: "\f3bf"; }

.la.la-level-down:before {
  content: "\f3be"; }

.la.la-pencil-square:before {
  content: "\f14b"; }

.la.la-external-link-square:before {
  content: "\f360"; }

.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-down:before {
  content: "\f150"; }

.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-down:before {
  content: "\f150"; }

.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-up:before {
  content: "\f151"; }

.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-up:before {
  content: "\f151"; }

.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-right:before {
  content: "\f152"; }

.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-right:before {
  content: "\f152"; }

.la.la-eur:before {
  content: "\f153"; }

.la.la-euro:before {
  content: "\f153"; }

.la.la-gbp:before {
  content: "\f154"; }

.la.la-usd:before {
  content: "\f155"; }

.la.la-dollar:before {
  content: "\f155"; }

.la.la-inr:before {
  content: "\f156"; }

.la.la-rupee:before {
  content: "\f156"; }

.la.la-jpy:before {
  content: "\f157"; }

.la.la-cny:before {
  content: "\f157"; }

.la.la-rmb:before {
  content: "\f157"; }

.la.la-yen:before {
  content: "\f157"; }

.la.la-rub:before {
  content: "\f158"; }

.la.la-ruble:before {
  content: "\f158"; }

.la.la-rouble:before {
  content: "\f158"; }

.la.la-krw:before {
  content: "\f159"; }

.la.la-won:before {
  content: "\f159"; }

.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitcoin:before {
  content: "\f15a"; }

.la.la-file-text:before {
  content: "\f15c"; }

.la.la-sort-alpha-asc:before {
  content: "\f15d"; }

.la.la-sort-alpha-desc:before {
  content: "\f881"; }

.la.la-sort-amount-asc:before {
  content: "\f160"; }

.la.la-sort-amount-desc:before {
  content: "\f884"; }

.la.la-sort-numeric-asc:before {
  content: "\f162"; }

.la.la-sort-numeric-desc:before {
  content: "\f886"; }

.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube-play:before {
  content: "\f167"; }

.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket-square:before {
  content: "\f171"; }

.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-long-arrow-down:before {
  content: "\f309"; }

.la.la-long-arrow-up:before {
  content: "\f30c"; }

.la.la-long-arrow-left:before {
  content: "\f30a"; }

.la.la-long-arrow-right:before {
  content: "\f30b"; }

.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gittip:before {
  content: "\f184"; }

.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sun-o:before {
  content: "\f185"; }

.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-moon-o:before {
  content: "\f186"; }

.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-right:before {
  content: "\f35a"; }

.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-left:before {
  content: "\f359"; }

.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-left:before {
  content: "\f191"; }

.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-left:before {
  content: "\f191"; }

.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-dot-circle-o:before {
  content: "\f192"; }

.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-try:before {
  content: "\f195"; }

.la.la-turkish-lira:before {
  content: "\f195"; }

.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-plus-square-o:before {
  content: "\f0fe"; }

.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-institution:before {
  content: "\f19c"; }

.la.la-bank:before {
  content: "\f19c"; }

.la.la-mortar-board:before {
  content: "\f19d"; }

.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-spoon:before {
  content: "\f2e5"; }

.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-automobile:before {
  content: "\f1b9"; }

.la.la-cab:before {
  content: "\f1ba"; }

.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-envelope-o:before {
  content: "\f0e0"; }

.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-pdf-o:before {
  content: "\f1c1"; }

.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-word-o:before {
  content: "\f1c2"; }

.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-excel-o:before {
  content: "\f1c3"; }

.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-powerpoint-o:before {
  content: "\f1c4"; }

.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-image-o:before {
  content: "\f1c5"; }

.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-photo-o:before {
  content: "\f1c5"; }

.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-picture-o:before {
  content: "\f1c5"; }

.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-archive-o:before {
  content: "\f1c6"; }

.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-zip-o:before {
  content: "\f1c6"; }

.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-audio-o:before {
  content: "\f1c7"; }

.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-sound-o:before {
  content: "\f1c7"; }

.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-video-o:before {
  content: "\f1c8"; }

.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-movie-o:before {
  content: "\f1c8"; }

.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-code-o:before {
  content: "\f1c9"; }

.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-bouy:before {
  content: "\f1cd"; }

.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-buoy:before {
  content: "\f1cd"; }

.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-saver:before {
  content: "\f1cd"; }

.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-support:before {
  content: "\f1cd"; }

.la.la-circle-o-notch:before {
  content: "\f1ce"; }

.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ra:before {
  content: "\f1d0"; }

.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-resistance:before {
  content: "\f1d0"; }

.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ge:before {
  content: "\f1d1"; }

.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator-square:before {
  content: "\f1d4"; }

.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc-square:before {
  content: "\f1d4"; }

.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wechat:before {
  content: "\f1d7"; }

.la.la-send:before {
  content: "\f1d8"; }

.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paper-plane-o:before {
  content: "\f1d8"; }

.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-send-o:before {
  content: "\f1d8"; }

.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-circle-thin:before {
  content: "\f111"; }

.la.la-header:before {
  content: "\f1dc"; }

.la.la-sliders:before {
  content: "\f1de"; }

.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-futbol-o:before {
  content: "\f1e3"; }

.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-soccer-ball-o:before {
  content: "\f1e3"; }

.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-newspaper-o:before {
  content: "\f1ea"; }

.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bell-slash-o:before {
  content: "\f1f6"; }

.la.la-trash:before {
  content: "\f2ed"; }

.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-eyedropper:before {
  content: "\f1fb"; }

.la.la-area-chart:before {
  content: "\f1fe"; }

.la.la-pie-chart:before {
  content: "\f200"; }

.la.la-line-chart:before {
  content: "\f201"; }

.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-cc:before {
  content: "\f20a"; }

.la.la-ils:before {
  content: "\f20b"; }

.la.la-shekel:before {
  content: "\f20b"; }

.la.la-sheqel:before {
  content: "\f20b"; }

.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-meanpath:before {
  content: "\f2b4"; }

.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-diamond:before {
  content: "\f3a5"; }

.la.la-intersex:before {
  content: "\f224"; }

.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-official:before {
  content: "\f09a"; }

.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-hotel:before {
  content: "\f236"; }

.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc:before {
  content: "\f23b"; }

.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-battery-4:before {
  content: "\f240"; }

.la.la-battery:before {
  content: "\f240"; }

.la.la-battery-3:before {
  content: "\f241"; }

.la.la-battery-2:before {
  content: "\f242"; }

.la.la-battery-1:before {
  content: "\f243"; }

.la.la-battery-0:before {
  content: "\f244"; }

.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sticky-note-o:before {
  content: "\f249"; }

.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hourglass-o:before {
  content: "\f254"; }

.la.la-hourglass-1:before {
  content: "\f251"; }

.la.la-hourglass-2:before {
  content: "\f252"; }

.la.la-hourglass-3:before {
  content: "\f253"; }

.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-rock-o:before {
  content: "\f255"; }

.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-grab-o:before {
  content: "\f255"; }

.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-paper-o:before {
  content: "\f256"; }

.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-stop-o:before {
  content: "\f256"; }

.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-scissors-o:before {
  content: "\f257"; }

.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-lizard-o:before {
  content: "\f258"; }

.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-spock-o:before {
  content: "\f259"; }

.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-pointer-o:before {
  content: "\f25a"; }

.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-peace-o:before {
  content: "\f25b"; }

.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-television:before {
  content: "\f26c"; }

.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-plus-o:before {
  content: "\f271"; }

.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-minus-o:before {
  content: "\f272"; }

.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-times-o:before {
  content: "\f273"; }

.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-check-o:before {
  content: "\f274"; }

.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-map-o:before {
  content: "\f279"; }

.la.la-commenting:before {
  content: "\f4ad"; }

.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-commenting-o:before {
  content: "\f4ad"; }

.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-vimeo:before {
  content: "\f27d"; }

.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-credit-card-alt:before {
  content: "\f09d"; }

.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-pause-circle-o:before {
  content: "\f28b"; }

.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-stop-circle-o:before {
  content: "\f28d"; }

.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wheelchair-alt:before {
  content: "\f368"; }

.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-question-circle-o:before {
  content: "\f059"; }

.la.la-volume-control-phone:before {
  content: "\f2a0"; }

.la.la-asl-interpreting:before {
  content: "\f2a3"; }

.la.la-deafness:before {
  content: "\f2a4"; }

.la.la-hard-of-hearing:before {
  content: "\f2a4"; }

.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-signing:before {
  content: "\f2a7"; }

.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-official:before {
  content: "\f2b3"; }

.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-circle:before {
  content: "\f2b3"; }

.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fa:before {
  content: "\f2b4"; }

.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-handshake-o:before {
  content: "\f2b5"; }

.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-envelope-open-o:before {
  content: "\f2b6"; }

.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-address-book-o:before {
  content: "\f2b9"; }

.la.la-vcard:before {
  content: "\f2bb"; }

.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-address-card-o:before {
  content: "\f2bb"; }

.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-vcard-o:before {
  content: "\f2bb"; }

.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-user-circle-o:before {
  content: "\f2bd"; }

.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-user-o:before {
  content: "\f007"; }

.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-drivers-license:before {
  content: "\f2c2"; }

.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-id-card-o:before {
  content: "\f2c2"; }

.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-drivers-license-o:before {
  content: "\f2c2"; }

.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-thermometer-4:before {
  content: "\f2c7"; }

.la.la-thermometer:before {
  content: "\f2c7"; }

.la.la-thermometer-3:before {
  content: "\f2c8"; }

.la.la-thermometer-2:before {
  content: "\f2c9"; }

.la.la-thermometer-1:before {
  content: "\f2ca"; }

.la.la-thermometer-0:before {
  content: "\f2cb"; }

.la.la-bathtub:before {
  content: "\f2cd"; }

.la.la-s15:before {
  content: "\f2cd"; }

.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-rectangle:before {
  content: "\f410"; }

.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-window-close-o:before {
  content: "\f410"; }

.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-rectangle-o:before {
  content: "\f410"; }

.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-eercast:before {
  content: "\f2da"; }

.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-snowflake-o:before {
  content: "\f2dc"; }

.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(./fonts/bootstrap-icons/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),
url(./fonts/bootstrap-icons/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a) format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
.bi-arrow-through-heart-fill::before { content: "\f700"; }
.bi-arrow-through-heart::before { content: "\f701"; }
.bi-badge-sd-fill::before { content: "\f702"; }
.bi-badge-sd::before { content: "\f703"; }
.bi-bag-heart-fill::before { content: "\f704"; }
.bi-bag-heart::before { content: "\f705"; }
.bi-balloon-fill::before { content: "\f706"; }
.bi-balloon-heart-fill::before { content: "\f707"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-balloon::before { content: "\f709"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-box2-heart-fill::before { content: "\f70b"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-box2::before { content: "\f70d"; }
.bi-braces-asterisk::before { content: "\f70e"; }
.bi-calendar-heart-fill::before { content: "\f70f"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar2-heart-fill::before { content: "\f711"; }
.bi-calendar2-heart::before { content: "\f712"; }
.bi-chat-heart-fill::before { content: "\f713"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-chat-left-heart-fill::before { content: "\f715"; }
.bi-chat-left-heart::before { content: "\f716"; }
.bi-chat-right-heart-fill::before { content: "\f717"; }
.bi-chat-right-heart::before { content: "\f718"; }
.bi-chat-square-heart-fill::before { content: "\f719"; }
.bi-chat-square-heart::before { content: "\f71a"; }
.bi-clipboard-check-fill::before { content: "\f71b"; }
.bi-clipboard-data-fill::before { content: "\f71c"; }
.bi-clipboard-fill::before { content: "\f71d"; }
.bi-clipboard-heart-fill::before { content: "\f71e"; }
.bi-clipboard-heart::before { content: "\f71f"; }
.bi-clipboard-minus-fill::before { content: "\f720"; }
.bi-clipboard-plus-fill::before { content: "\f721"; }
.bi-clipboard-pulse::before { content: "\f722"; }
.bi-clipboard-x-fill::before { content: "\f723"; }
.bi-clipboard2-check-fill::before { content: "\f724"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-data-fill::before { content: "\f726"; }
.bi-clipboard2-data::before { content: "\f727"; }
.bi-clipboard2-fill::before { content: "\f728"; }
.bi-clipboard2-heart-fill::before { content: "\f729"; }
.bi-clipboard2-heart::before { content: "\f72a"; }
.bi-clipboard2-minus-fill::before { content: "\f72b"; }
.bi-clipboard2-minus::before { content: "\f72c"; }
.bi-clipboard2-plus-fill::before { content: "\f72d"; }
.bi-clipboard2-plus::before { content: "\f72e"; }
.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clipboard2-x-fill::before { content: "\f731"; }
.bi-clipboard2-x::before { content: "\f732"; }
.bi-clipboard2::before { content: "\f733"; }
.bi-emoji-kiss-fill::before { content: "\f734"; }
.bi-emoji-kiss::before { content: "\f735"; }
.bi-envelope-heart-fill::before { content: "\f736"; }
.bi-envelope-heart::before { content: "\f737"; }
.bi-envelope-open-heart-fill::before { content: "\f738"; }
.bi-envelope-open-heart::before { content: "\f739"; }
.bi-envelope-paper-fill::before { content: "\f73a"; }
.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
.bi-envelope-paper-heart::before { content: "\f73c"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-filetype-aac::before { content: "\f73e"; }
.bi-filetype-ai::before { content: "\f73f"; }
.bi-filetype-bmp::before { content: "\f740"; }
.bi-filetype-cs::before { content: "\f741"; }
.bi-filetype-css::before { content: "\f742"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-doc::before { content: "\f744"; }
.bi-filetype-docx::before { content: "\f745"; }
.bi-filetype-exe::before { content: "\f746"; }
.bi-filetype-gif::before { content: "\f747"; }
.bi-filetype-heic::before { content: "\f748"; }
.bi-filetype-html::before { content: "\f749"; }
.bi-filetype-java::before { content: "\f74a"; }
.bi-filetype-jpg::before { content: "\f74b"; }
.bi-filetype-js::before { content: "\f74c"; }
.bi-filetype-jsx::before { content: "\f74d"; }
.bi-filetype-key::before { content: "\f74e"; }
.bi-filetype-m4p::before { content: "\f74f"; }
.bi-filetype-md::before { content: "\f750"; }
.bi-filetype-mdx::before { content: "\f751"; }
.bi-filetype-mov::before { content: "\f752"; }
.bi-filetype-mp3::before { content: "\f753"; }
.bi-filetype-mp4::before { content: "\f754"; }
.bi-filetype-otf::before { content: "\f755"; }
.bi-filetype-pdf::before { content: "\f756"; }
.bi-filetype-php::before { content: "\f757"; }
.bi-filetype-png::before { content: "\f758"; }
.bi-filetype-ppt::before { content: "\f75a"; }
.bi-filetype-psd::before { content: "\f75b"; }
.bi-filetype-py::before { content: "\f75c"; }
.bi-filetype-raw::before { content: "\f75d"; }
.bi-filetype-rb::before { content: "\f75e"; }
.bi-filetype-sass::before { content: "\f75f"; }
.bi-filetype-scss::before { content: "\f760"; }
.bi-filetype-sh::before { content: "\f761"; }
.bi-filetype-svg::before { content: "\f762"; }
.bi-filetype-tiff::before { content: "\f763"; }
.bi-filetype-tsx::before { content: "\f764"; }
.bi-filetype-ttf::before { content: "\f765"; }
.bi-filetype-txt::before { content: "\f766"; }
.bi-filetype-wav::before { content: "\f767"; }
.bi-filetype-woff::before { content: "\f768"; }
.bi-filetype-xls::before { content: "\f76a"; }
.bi-filetype-xml::before { content: "\f76b"; }
.bi-filetype-yml::before { content: "\f76c"; }
.bi-heart-arrow::before { content: "\f76d"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heartbreak-fill::before { content: "\f770"; }
.bi-heartbreak::before { content: "\f771"; }
.bi-hearts::before { content: "\f772"; }
.bi-hospital-fill::before { content: "\f773"; }
.bi-hospital::before { content: "\f774"; }
.bi-house-heart-fill::before { content: "\f775"; }
.bi-house-heart::before { content: "\f776"; }
.bi-incognito::before { content: "\f777"; }
.bi-magnet-fill::before { content: "\f778"; }
.bi-magnet::before { content: "\f779"; }
.bi-person-heart::before { content: "\f77a"; }
.bi-person-hearts::before { content: "\f77b"; }
.bi-phone-flip::before { content: "\f77c"; }
.bi-plugin::before { content: "\f77d"; }
.bi-postage-fill::before { content: "\f77e"; }
.bi-postage-heart-fill::before { content: "\f77f"; }
.bi-postage-heart::before { content: "\f780"; }
.bi-postage::before { content: "\f781"; }
.bi-postcard-fill::before { content: "\f782"; }
.bi-postcard-heart-fill::before { content: "\f783"; }
.bi-postcard-heart::before { content: "\f784"; }
.bi-postcard::before { content: "\f785"; }
.bi-search-heart-fill::before { content: "\f786"; }
.bi-search-heart::before { content: "\f787"; }
.bi-sliders2-vertical::before { content: "\f788"; }
.bi-sliders2::before { content: "\f789"; }
.bi-trash3-fill::before { content: "\f78a"; }
.bi-trash3::before { content: "\f78b"; }
.bi-valentine::before { content: "\f78c"; }
.bi-valentine2::before { content: "\f78d"; }
.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
.bi-wrench-adjustable-circle::before { content: "\f78f"; }
.bi-wrench-adjustable::before { content: "\f790"; }
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }
.bi-1-circle-fill::before { content: "\f796"; }
.bi-1-circle::before { content: "\f797"; }
.bi-1-square-fill::before { content: "\f798"; }
.bi-1-square::before { content: "\f799"; }
.bi-2-circle-fill::before { content: "\f79c"; }
.bi-2-circle::before { content: "\f79d"; }
.bi-2-square-fill::before { content: "\f79e"; }
.bi-2-square::before { content: "\f79f"; }
.bi-3-circle-fill::before { content: "\f7a2"; }
.bi-3-circle::before { content: "\f7a3"; }
.bi-3-square-fill::before { content: "\f7a4"; }
.bi-3-square::before { content: "\f7a5"; }
.bi-4-circle-fill::before { content: "\f7a8"; }
.bi-4-circle::before { content: "\f7a9"; }
.bi-4-square-fill::before { content: "\f7aa"; }
.bi-4-square::before { content: "\f7ab"; }
.bi-5-circle-fill::before { content: "\f7ae"; }
.bi-5-circle::before { content: "\f7af"; }
.bi-5-square-fill::before { content: "\f7b0"; }
.bi-5-square::before { content: "\f7b1"; }
.bi-6-circle-fill::before { content: "\f7b4"; }
.bi-6-circle::before { content: "\f7b5"; }
.bi-6-square-fill::before { content: "\f7b6"; }
.bi-6-square::before { content: "\f7b7"; }
.bi-7-circle-fill::before { content: "\f7ba"; }
.bi-7-circle::before { content: "\f7bb"; }
.bi-7-square-fill::before { content: "\f7bc"; }
.bi-7-square::before { content: "\f7bd"; }
.bi-8-circle-fill::before { content: "\f7c0"; }
.bi-8-circle::before { content: "\f7c1"; }
.bi-8-square-fill::before { content: "\f7c2"; }
.bi-8-square::before { content: "\f7c3"; }
.bi-9-circle-fill::before { content: "\f7c6"; }
.bi-9-circle::before { content: "\f7c7"; }
.bi-9-square-fill::before { content: "\f7c8"; }
.bi-9-square::before { content: "\f7c9"; }
.bi-airplane-engines-fill::before { content: "\f7ca"; }
.bi-airplane-engines::before { content: "\f7cb"; }
.bi-airplane-fill::before { content: "\f7cc"; }
.bi-airplane::before { content: "\f7cd"; }
.bi-alexa::before { content: "\f7ce"; }
.bi-alipay::before { content: "\f7cf"; }
.bi-android::before { content: "\f7d0"; }
.bi-android2::before { content: "\f7d1"; }
.bi-box-fill::before { content: "\f7d2"; }
.bi-box-seam-fill::before { content: "\f7d3"; }
.bi-browser-chrome::before { content: "\f7d4"; }
.bi-browser-edge::before { content: "\f7d5"; }
.bi-browser-firefox::before { content: "\f7d6"; }
.bi-browser-safari::before { content: "\f7d7"; }
.bi-c-circle-fill::before { content: "\f7da"; }
.bi-c-circle::before { content: "\f7db"; }
.bi-c-square-fill::before { content: "\f7dc"; }
.bi-c-square::before { content: "\f7dd"; }
.bi-capsule-pill::before { content: "\f7de"; }
.bi-capsule::before { content: "\f7df"; }
.bi-car-front-fill::before { content: "\f7e0"; }
.bi-car-front::before { content: "\f7e1"; }
.bi-cassette-fill::before { content: "\f7e2"; }
.bi-cassette::before { content: "\f7e3"; }
.bi-cc-circle-fill::before { content: "\f7e6"; }
.bi-cc-circle::before { content: "\f7e7"; }
.bi-cc-square-fill::before { content: "\f7e8"; }
.bi-cc-square::before { content: "\f7e9"; }
.bi-cup-hot-fill::before { content: "\f7ea"; }
.bi-cup-hot::before { content: "\f7eb"; }
.bi-currency-rupee::before { content: "\f7ec"; }
.bi-dropbox::before { content: "\f7ed"; }
.bi-escape::before { content: "\f7ee"; }
.bi-fast-forward-btn-fill::before { content: "\f7ef"; }
.bi-fast-forward-btn::before { content: "\f7f0"; }
.bi-fast-forward-circle-fill::before { content: "\f7f1"; }
.bi-fast-forward-circle::before { content: "\f7f2"; }
.bi-fast-forward-fill::before { content: "\f7f3"; }
.bi-fast-forward::before { content: "\f7f4"; }
.bi-filetype-sql::before { content: "\f7f5"; }
.bi-fire::before { content: "\f7f6"; }
.bi-google-play::before { content: "\f7f7"; }
.bi-h-circle-fill::before { content: "\f7fa"; }
.bi-h-circle::before { content: "\f7fb"; }
.bi-h-square-fill::before { content: "\f7fc"; }
.bi-h-square::before { content: "\f7fd"; }
.bi-indent::before { content: "\f7fe"; }
.bi-lungs-fill::before { content: "\f7ff"; }
.bi-lungs::before { content: "\f800"; }
.bi-microsoft-teams::before { content: "\f801"; }
.bi-p-circle-fill::before { content: "\f804"; }
.bi-p-circle::before { content: "\f805"; }
.bi-p-square-fill::before { content: "\f806"; }
.bi-p-square::before { content: "\f807"; }
.bi-pass-fill::before { content: "\f808"; }
.bi-pass::before { content: "\f809"; }
.bi-prescription::before { content: "\f80a"; }
.bi-prescription2::before { content: "\f80b"; }
.bi-r-circle-fill::before { content: "\f80e"; }
.bi-r-circle::before { content: "\f80f"; }
.bi-r-square-fill::before { content: "\f810"; }
.bi-r-square::before { content: "\f811"; }
.bi-repeat-1::before { content: "\f812"; }
.bi-repeat::before { content: "\f813"; }
.bi-rewind-btn-fill::before { content: "\f814"; }
.bi-rewind-btn::before { content: "\f815"; }
.bi-rewind-circle-fill::before { content: "\f816"; }
.bi-rewind-circle::before { content: "\f817"; }
.bi-rewind-fill::before { content: "\f818"; }
.bi-rewind::before { content: "\f819"; }
.bi-train-freight-front-fill::before { content: "\f81a"; }
.bi-train-freight-front::before { content: "\f81b"; }
.bi-train-front-fill::before { content: "\f81c"; }
.bi-train-front::before { content: "\f81d"; }
.bi-train-lightrail-front-fill::before { content: "\f81e"; }
.bi-train-lightrail-front::before { content: "\f81f"; }
.bi-truck-front-fill::before { content: "\f820"; }
.bi-truck-front::before { content: "\f821"; }
.bi-ubuntu::before { content: "\f822"; }
.bi-unindent::before { content: "\f823"; }
.bi-unity::before { content: "\f824"; }
.bi-universal-access-circle::before { content: "\f825"; }
.bi-universal-access::before { content: "\f826"; }
.bi-virus::before { content: "\f827"; }
.bi-virus2::before { content: "\f828"; }
.bi-wechat::before { content: "\f829"; }
.bi-yelp::before { content: "\f82a"; }
.bi-sign-stop-fill::before { content: "\f82b"; }
.bi-sign-stop-lights-fill::before { content: "\f82c"; }
.bi-sign-stop-lights::before { content: "\f82d"; }
.bi-sign-stop::before { content: "\f82e"; }
.bi-sign-turn-left-fill::before { content: "\f82f"; }
.bi-sign-turn-left::before { content: "\f830"; }
.bi-sign-turn-right-fill::before { content: "\f831"; }
.bi-sign-turn-right::before { content: "\f832"; }
.bi-sign-turn-slight-left-fill::before { content: "\f833"; }
.bi-sign-turn-slight-left::before { content: "\f834"; }
.bi-sign-turn-slight-right-fill::before { content: "\f835"; }
.bi-sign-turn-slight-right::before { content: "\f836"; }
.bi-sign-yield-fill::before { content: "\f837"; }
.bi-sign-yield::before { content: "\f838"; }
.bi-ev-station-fill::before { content: "\f839"; }
.bi-ev-station::before { content: "\f83a"; }
.bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
.bi-fuel-pump-diesel::before { content: "\f83c"; }
.bi-fuel-pump-fill::before { content: "\f83d"; }
.bi-fuel-pump::before { content: "\f83e"; }
.bi-0-circle-fill::before { content: "\f83f"; }
.bi-0-circle::before { content: "\f840"; }
.bi-0-square-fill::before { content: "\f841"; }
.bi-0-square::before { content: "\f842"; }
.bi-rocket-fill::before { content: "\f843"; }
.bi-rocket-takeoff-fill::before { content: "\f844"; }
.bi-rocket-takeoff::before { content: "\f845"; }
.bi-rocket::before { content: "\f846"; }
.bi-stripe::before { content: "\f847"; }
.bi-subscript::before { content: "\f848"; }
.bi-superscript::before { content: "\f849"; }
.bi-trello::before { content: "\f84a"; }
.bi-envelope-at-fill::before { content: "\f84b"; }
.bi-envelope-at::before { content: "\f84c"; }
.bi-regex::before { content: "\f84d"; }
.bi-text-wrap::before { content: "\f84e"; }
.bi-sign-dead-end-fill::before { content: "\f84f"; }
.bi-sign-dead-end::before { content: "\f850"; }
.bi-sign-do-not-enter-fill::before { content: "\f851"; }
.bi-sign-do-not-enter::before { content: "\f852"; }
.bi-sign-intersection-fill::before { content: "\f853"; }
.bi-sign-intersection-side-fill::before { content: "\f854"; }
.bi-sign-intersection-side::before { content: "\f855"; }
.bi-sign-intersection-t-fill::before { content: "\f856"; }
.bi-sign-intersection-t::before { content: "\f857"; }
.bi-sign-intersection-y-fill::before { content: "\f858"; }
.bi-sign-intersection-y::before { content: "\f859"; }
.bi-sign-intersection::before { content: "\f85a"; }
.bi-sign-merge-left-fill::before { content: "\f85b"; }
.bi-sign-merge-left::before { content: "\f85c"; }
.bi-sign-merge-right-fill::before { content: "\f85d"; }
.bi-sign-merge-right::before { content: "\f85e"; }
.bi-sign-no-left-turn-fill::before { content: "\f85f"; }
.bi-sign-no-left-turn::before { content: "\f860"; }
.bi-sign-no-parking-fill::before { content: "\f861"; }
.bi-sign-no-parking::before { content: "\f862"; }
.bi-sign-no-right-turn-fill::before { content: "\f863"; }
.bi-sign-no-right-turn::before { content: "\f864"; }
.bi-sign-railroad-fill::before { content: "\f865"; }
.bi-sign-railroad::before { content: "\f866"; }
.bi-building-add::before { content: "\f867"; }
.bi-building-check::before { content: "\f868"; }
.bi-building-dash::before { content: "\f869"; }
.bi-building-down::before { content: "\f86a"; }
.bi-building-exclamation::before { content: "\f86b"; }
.bi-building-fill-add::before { content: "\f86c"; }
.bi-building-fill-check::before { content: "\f86d"; }
.bi-building-fill-dash::before { content: "\f86e"; }
.bi-building-fill-down::before { content: "\f86f"; }
.bi-building-fill-exclamation::before { content: "\f870"; }
.bi-building-fill-gear::before { content: "\f871"; }
.bi-building-fill-lock::before { content: "\f872"; }
.bi-building-fill-slash::before { content: "\f873"; }
.bi-building-fill-up::before { content: "\f874"; }
.bi-building-fill-x::before { content: "\f875"; }
.bi-building-fill::before { content: "\f876"; }
.bi-building-gear::before { content: "\f877"; }
.bi-building-lock::before { content: "\f878"; }
.bi-building-slash::before { content: "\f879"; }
.bi-building-up::before { content: "\f87a"; }
.bi-building-x::before { content: "\f87b"; }
.bi-buildings-fill::before { content: "\f87c"; }
.bi-buildings::before { content: "\f87d"; }
.bi-bus-front-fill::before { content: "\f87e"; }
.bi-bus-front::before { content: "\f87f"; }
.bi-ev-front-fill::before { content: "\f880"; }
.bi-ev-front::before { content: "\f881"; }
.bi-globe-americas::before { content: "\f882"; }
.bi-globe-asia-australia::before { content: "\f883"; }
.bi-globe-central-south-asia::before { content: "\f884"; }
.bi-globe-europe-africa::before { content: "\f885"; }
.bi-house-add-fill::before { content: "\f886"; }
.bi-house-add::before { content: "\f887"; }
.bi-house-check-fill::before { content: "\f888"; }
.bi-house-check::before { content: "\f889"; }
.bi-house-dash-fill::before { content: "\f88a"; }
.bi-house-dash::before { content: "\f88b"; }
.bi-house-down-fill::before { content: "\f88c"; }
.bi-house-down::before { content: "\f88d"; }
.bi-house-exclamation-fill::before { content: "\f88e"; }
.bi-house-exclamation::before { content: "\f88f"; }
.bi-house-gear-fill::before { content: "\f890"; }
.bi-house-gear::before { content: "\f891"; }
.bi-house-lock-fill::before { content: "\f892"; }
.bi-house-lock::before { content: "\f893"; }
.bi-house-slash-fill::before { content: "\f894"; }
.bi-house-slash::before { content: "\f895"; }
.bi-house-up-fill::before { content: "\f896"; }
.bi-house-up::before { content: "\f897"; }
.bi-house-x-fill::before { content: "\f898"; }
.bi-house-x::before { content: "\f899"; }
.bi-person-add::before { content: "\f89a"; }
.bi-person-down::before { content: "\f89b"; }
.bi-person-exclamation::before { content: "\f89c"; }
.bi-person-fill-add::before { content: "\f89d"; }
.bi-person-fill-check::before { content: "\f89e"; }
.bi-person-fill-dash::before { content: "\f89f"; }
.bi-person-fill-down::before { content: "\f8a0"; }
.bi-person-fill-exclamation::before { content: "\f8a1"; }
.bi-person-fill-gear::before { content: "\f8a2"; }
.bi-person-fill-lock::before { content: "\f8a3"; }
.bi-person-fill-slash::before { content: "\f8a4"; }
.bi-person-fill-up::before { content: "\f8a5"; }
.bi-person-fill-x::before { content: "\f8a6"; }
.bi-person-gear::before { content: "\f8a7"; }
.bi-person-lock::before { content: "\f8a8"; }
.bi-person-slash::before { content: "\f8a9"; }
.bi-person-up::before { content: "\f8aa"; }
.bi-scooter::before { content: "\f8ab"; }
.bi-taxi-front-fill::before { content: "\f8ac"; }
.bi-taxi-front::before { content: "\f8ad"; }
.bi-amd::before { content: "\f8ae"; }
.bi-database-add::before { content: "\f8af"; }
.bi-database-check::before { content: "\f8b0"; }
.bi-database-dash::before { content: "\f8b1"; }
.bi-database-down::before { content: "\f8b2"; }
.bi-database-exclamation::before { content: "\f8b3"; }
.bi-database-fill-add::before { content: "\f8b4"; }
.bi-database-fill-check::before { content: "\f8b5"; }
.bi-database-fill-dash::before { content: "\f8b6"; }
.bi-database-fill-down::before { content: "\f8b7"; }
.bi-database-fill-exclamation::before { content: "\f8b8"; }
.bi-database-fill-gear::before { content: "\f8b9"; }
.bi-database-fill-lock::before { content: "\f8ba"; }
.bi-database-fill-slash::before { content: "\f8bb"; }
.bi-database-fill-up::before { content: "\f8bc"; }
.bi-database-fill-x::before { content: "\f8bd"; }
.bi-database-fill::before { content: "\f8be"; }
.bi-database-gear::before { content: "\f8bf"; }
.bi-database-lock::before { content: "\f8c0"; }
.bi-database-slash::before { content: "\f8c1"; }
.bi-database-up::before { content: "\f8c2"; }
.bi-database-x::before { content: "\f8c3"; }
.bi-database::before { content: "\f8c4"; }
.bi-houses-fill::before { content: "\f8c5"; }
.bi-houses::before { content: "\f8c6"; }
.bi-nvidia::before { content: "\f8c7"; }
.bi-person-vcard-fill::before { content: "\f8c8"; }
.bi-person-vcard::before { content: "\f8c9"; }
.bi-sina-weibo::before { content: "\f8ca"; }
.bi-tencent-qq::before { content: "\f8cb"; }
.bi-wikipedia::before { content: "\f8cc"; }
.bi-alphabet-uppercase::before { content: "\f2a5"; }
.bi-alphabet::before { content: "\f68a"; }
.bi-amazon::before { content: "\f68d"; }
.bi-arrows-collapse-vertical::before { content: "\f690"; }
.bi-arrows-expand-vertical::before { content: "\f695"; }
.bi-arrows-vertical::before { content: "\f698"; }
.bi-arrows::before { content: "\f6a2"; }
.bi-ban-fill::before { content: "\f6a3"; }
.bi-ban::before { content: "\f6b6"; }
.bi-bing::before { content: "\f6c2"; }
.bi-cake::before { content: "\f6e0"; }
.bi-cake2::before { content: "\f6ed"; }
.bi-cookie::before { content: "\f6ee"; }
.bi-copy::before { content: "\f759"; }
.bi-crosshair::before { content: "\f769"; }
.bi-crosshair2::before { content: "\f794"; }
.bi-emoji-astonished-fill::before { content: "\f795"; }
.bi-emoji-astonished::before { content: "\f79a"; }
.bi-emoji-grimace-fill::before { content: "\f79b"; }
.bi-emoji-grimace::before { content: "\f7a0"; }
.bi-emoji-grin-fill::before { content: "\f7a1"; }
.bi-emoji-grin::before { content: "\f7a6"; }
.bi-emoji-surprise-fill::before { content: "\f7a7"; }
.bi-emoji-surprise::before { content: "\f7ac"; }
.bi-emoji-tear-fill::before { content: "\f7ad"; }
.bi-emoji-tear::before { content: "\f7b2"; }
.bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
.bi-envelope-arrow-down::before { content: "\f7b8"; }
.bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
.bi-envelope-arrow-up::before { content: "\f7be"; }
.bi-feather::before { content: "\f7bf"; }
.bi-feather2::before { content: "\f7c4"; }
.bi-floppy-fill::before { content: "\f7c5"; }
.bi-floppy::before { content: "\f7d8"; }
.bi-floppy2-fill::before { content: "\f7d9"; }
.bi-floppy2::before { content: "\f7e4"; }
.bi-gitlab::before { content: "\f7e5"; }
.bi-highlighter::before { content: "\f7f8"; }
.bi-marker-tip::before { content: "\f802"; }
.bi-nvme-fill::before { content: "\f803"; }
.bi-nvme::before { content: "\f80c"; }
.bi-opencollective::before { content: "\f80d"; }
.bi-pci-card-network::before { content: "\f8cd"; }
.bi-pci-card-sound::before { content: "\f8ce"; }
.bi-radar::before { content: "\f8cf"; }
.bi-send-arrow-down-fill::before { content: "\f8d0"; }
.bi-send-arrow-down::before { content: "\f8d1"; }
.bi-send-arrow-up-fill::before { content: "\f8d2"; }
.bi-send-arrow-up::before { content: "\f8d3"; }
.bi-sim-slash-fill::before { content: "\f8d4"; }
.bi-sim-slash::before { content: "\f8d5"; }
.bi-sourceforge::before { content: "\f8d6"; }
.bi-substack::before { content: "\f8d7"; }
.bi-threads-fill::before { content: "\f8d8"; }
.bi-threads::before { content: "\f8d9"; }
.bi-transparency::before { content: "\f8da"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-type-h4::before { content: "\f8dc"; }
.bi-type-h5::before { content: "\f8dd"; }
.bi-type-h6::before { content: "\f8de"; }
.bi-backpack-fill::before { content: "\f8df"; }
.bi-backpack::before { content: "\f8e0"; }
.bi-backpack2-fill::before { content: "\f8e1"; }
.bi-backpack2::before { content: "\f8e2"; }
.bi-backpack3-fill::before { content: "\f8e3"; }
.bi-backpack3::before { content: "\f8e4"; }
.bi-backpack4-fill::before { content: "\f8e5"; }
.bi-backpack4::before { content: "\f8e6"; }
.bi-brilliance::before { content: "\f8e7"; }
.bi-cake-fill::before { content: "\f8e8"; }
.bi-cake2-fill::before { content: "\f8e9"; }
.bi-duffle-fill::before { content: "\f8ea"; }
.bi-duffle::before { content: "\f8eb"; }
.bi-exposure::before { content: "\f8ec"; }
.bi-gender-neuter::before { content: "\f8ed"; }
.bi-highlights::before { content: "\f8ee"; }
.bi-luggage-fill::before { content: "\f8ef"; }
.bi-luggage::before { content: "\f8f0"; }
.bi-mailbox-flag::before { content: "\f8f1"; }
.bi-mailbox2-flag::before { content: "\f8f2"; }
.bi-noise-reduction::before { content: "\f8f3"; }
.bi-passport-fill::before { content: "\f8f4"; }
.bi-passport::before { content: "\f8f5"; }
.bi-person-arms-up::before { content: "\f8f6"; }
.bi-person-raised-hand::before { content: "\f8f7"; }
.bi-person-standing-dress::before { content: "\f8f8"; }
.bi-person-standing::before { content: "\f8f9"; }
.bi-person-walking::before { content: "\f8fa"; }
.bi-person-wheelchair::before { content: "\f8fb"; }
.bi-shadows::before { content: "\f8fc"; }
.bi-suitcase-fill::before { content: "\f8fd"; }
.bi-suitcase-lg-fill::before { content: "\f8fe"; }
.bi-suitcase-lg::before { content: "\f8ff"; }
.bi-suitcase::before { content: "\f900"; }
.bi-suitcase2-fill::before { content: "\f901"; }
.bi-suitcase2::before { content: "\f902"; }
.bi-vignette::before { content: "\f903"; }
.bi-bluesky::before { content: "\f7f9"; }
.bi-tux::before { content: "\f904"; }
.bi-beaker-fill::before { content: "\f905"; }
.bi-beaker::before { content: "\f906"; }
.bi-flask-fill::before { content: "\f907"; }
.bi-flask-florence-fill::before { content: "\f908"; }
.bi-flask-florence::before { content: "\f909"; }
.bi-flask::before { content: "\f90a"; }
.bi-leaf-fill::before { content: "\f90b"; }
.bi-leaf::before { content: "\f90c"; }
.bi-measuring-cup-fill::before { content: "\f90d"; }
.bi-measuring-cup::before { content: "\f90e"; }
.bi-unlock2-fill::before { content: "\f90f"; }
.bi-unlock2::before { content: "\f910"; }
.bi-battery-low::before { content: "\f911"; }
.bi-anthropic::before { content: "\f912"; }
.bi-apple-music::before { content: "\f913"; }
.bi-claude::before { content: "\f914"; }
.bi-openai::before { content: "\f915"; }
.bi-perplexity::before { content: "\f916"; }
.bi-css::before { content: "\f917"; }
.bi-javascript::before { content: "\f918"; }
.bi-typescript::before { content: "\f919"; }
.bi-fork-knife::before { content: "\f91a"; }
.bi-globe-americas-fill::before { content: "\f91b"; }
.bi-globe-asia-australia-fill::before { content: "\f91c"; }
.bi-globe-central-south-asia-fill::before { content: "\f91d"; }
.bi-globe-europe-africa-fill::before { content: "\f91e"; }

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}

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

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

@font-face {
  font-family: 'keenicons-duotone';
  src:  url(./fonts/keenicons-duotone/keenicons-duotone.eot);
  src:  url(./fonts/keenicons-duotone/keenicons-duotone.eot) format('embedded-opentype'),
    url(./fonts/keenicons-duotone/keenicons-duotone.ttf) format('truetype'),
    url(./fonts/keenicons-duotone/keenicons-duotone.woff) format('woff'),
    url(./fonts/keenicons-duotone/keenicons-duotone.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ki-duotone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-duotone' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
/* Better Font Rendering =========== */
 display: inline-flex; 
 direction: ltr; 
 position: relative;
 display: inline-flex; 
 direction: ltr; 
 position: relative;
 display: inline-flex; 
 direction: ltr; 
 position: relative;
 display: inline-flex; 
 direction: ltr; 
 position: relative;
 display: inline-flex; 
 direction: ltr; 
 position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1 .path1:before {
  content: "\e900";
  
  opacity: 0.3;
}
.ki-abstract-1 .path2:before {
  content: "\e901";
  position: absolute; left: 0;
  
}
.ki-abstract-2 .path1:before {
  content: "\e902";
  
  opacity: 0.3;
}
.ki-abstract-2 .path2:before {
  content: "\e903";
  position: absolute; left: 0;
  
}
.ki-abstract-3 .path1:before {
  content: "\e904";
  
  opacity: 0.3;
}
.ki-abstract-3 .path2:before {
  content: "\e905";
  position: absolute; left: 0;
  
}
.ki-abstract-4 .path1:before {
  content: "\e906";
  
  opacity: 0.3;
}
.ki-abstract-4 .path2:before {
  content: "\e907";
  position: absolute; left: 0;
  
}
.ki-abstract-5 .path1:before {
  content: "\e908";
  
  opacity: 0.3;
}
.ki-abstract-5 .path2:before {
  content: "\e909";
  position: absolute; left: 0;
  
}
.ki-abstract-6:before {
  content: "\e90a";
}
.ki-abstract-7 .path1:before {
  content: "\e90b";
  
  opacity: 0.3;
}
.ki-abstract-7 .path2:before {
  content: "\e90c";
  position: absolute; left: 0;
  
}
.ki-abstract-8 .path1:before {
  content: "\e90d";
  
  opacity: 0.3;
}
.ki-abstract-8 .path2:before {
  content: "\e90e";
  position: absolute; left: 0;
  
}
.ki-abstract-9 .path1:before {
  content: "\e90f";
  
  opacity: 0.3;
}
.ki-abstract-9 .path2:before {
  content: "\e910";
  position: absolute; left: 0;
  
}
.ki-abstract-10 .path1:before {
  content: "\e911";
  
  opacity: 0.3;
}
.ki-abstract-10 .path2:before {
  content: "\e912";
  position: absolute; left: 0;
  
}
.ki-abstract-11 .path1:before {
  content: "\e913";
  
  opacity: 0.3;
}
.ki-abstract-11 .path2:before {
  content: "\e914";
  position: absolute; left: 0;
  
}
.ki-abstract-12 .path1:before {
  content: "\e915";
  
  opacity: 0.3;
}
.ki-abstract-12 .path2:before {
  content: "\e916";
  position: absolute; left: 0;
  
}
.ki-abstract-13 .path1:before {
  content: "\e917";
  
  opacity: 0.3;
}
.ki-abstract-13 .path2:before {
  content: "\e918";
  position: absolute; left: 0;
  
}
.ki-abstract-14 .path1:before {
  content: "\e919";
  
}
.ki-abstract-14 .path2:before {
  content: "\e91a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-15 .path1:before {
  content: "\e91b";
  
  opacity: 0.3;
}
.ki-abstract-15 .path2:before {
  content: "\e91c";
  position: absolute; left: 0;
  
}
.ki-abstract-16 .path1:before {
  content: "\e91d";
  
  opacity: 0.3;
}
.ki-abstract-16 .path2:before {
  content: "\e91e";
  position: absolute; left: 0;
  
}
.ki-abstract-17 .path1:before {
  content: "\e91f";
  
}
.ki-abstract-17 .path2:before {
  content: "\e920";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-18 .path1:before {
  content: "\e921";
  
}
.ki-abstract-18 .path2:before {
  content: "\e922";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-19 .path1:before {
  content: "\e923";
  
}
.ki-abstract-19 .path2:before {
  content: "\e924";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-20 .path1:before {
  content: "\e925";
  
}
.ki-abstract-20 .path2:before {
  content: "\e926";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-21 .path1:before {
  content: "\e927";
  
  opacity: 0.3;
}
.ki-abstract-21 .path2:before {
  content: "\e928";
  position: absolute; left: 0;
  
}
.ki-abstract-22 .path1:before {
  content: "\e929";
  
  opacity: 0.3;
}
.ki-abstract-22 .path2:before {
  content: "\e92a";
  position: absolute; left: 0;
  
}
.ki-abstract-23 .path1:before {
  content: "\e92b";
  
  opacity: 0.3;
}
.ki-abstract-23 .path2:before {
  content: "\e92c";
  position: absolute; left: 0;
  
}
.ki-abstract-24 .path1:before {
  content: "\e92d";
  
}
.ki-abstract-24 .path2:before {
  content: "\e92e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-25 .path1:before {
  content: "\e92f";
  
  opacity: 0.3;
}
.ki-abstract-25 .path2:before {
  content: "\e930";
  position: absolute; left: 0;
  
}
.ki-abstract-26 .path1:before {
  content: "\e931";
  
  opacity: 0.3;
}
.ki-abstract-26 .path2:before {
  content: "\e932";
  position: absolute; left: 0;
  
}
.ki-abstract-27 .path1:before {
  content: "\e933";
  
}
.ki-abstract-27 .path2:before {
  content: "\e934";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-28 .path1:before {
  content: "\e935";
  
}
.ki-abstract-28 .path2:before {
  content: "\e936";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-29 .path1:before {
  content: "\e937";
  
}
.ki-abstract-29 .path2:before {
  content: "\e938";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-30 .path1:before {
  content: "\e939";
  
}
.ki-abstract-30 .path2:before {
  content: "\e93a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-31 .path1:before {
  content: "\e93b";
  
}
.ki-abstract-31 .path2:before {
  content: "\e93c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-32 .path1:before {
  content: "\e93d";
  
}
.ki-abstract-32 .path2:before {
  content: "\e93e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-33 .path1:before {
  content: "\e93f";
  
  opacity: 0.3;
}
.ki-abstract-33 .path2:before {
  content: "\e940";
  position: absolute; left: 0;
  
}
.ki-abstract-34 .path1:before {
  content: "\e941";
  
  opacity: 0.3;
}
.ki-abstract-34 .path2:before {
  content: "\e942";
  position: absolute; left: 0;
  
}
.ki-abstract-35 .path1:before {
  content: "\e943";
  
}
.ki-abstract-35 .path2:before {
  content: "\e944";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-36 .path1:before {
  content: "\e945";
  
}
.ki-abstract-36 .path2:before {
  content: "\e946";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-37 .path1:before {
  content: "\e947";
  
  opacity: 0.3;
}
.ki-abstract-37 .path2:before {
  content: "\e948";
  position: absolute; left: 0;
  
}
.ki-abstract-38 .path1:before {
  content: "\e949";
  
}
.ki-abstract-38 .path2:before {
  content: "\e94a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-39 .path1:before {
  content: "\e94b";
  
  opacity: 0.3;
}
.ki-abstract-39 .path2:before {
  content: "\e94c";
  position: absolute; left: 0;
  
}
.ki-abstract-40 .path1:before {
  content: "\e94d";
  
}
.ki-abstract-40 .path2:before {
  content: "\e94e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-41 .path1:before {
  content: "\e94f";
  
}
.ki-abstract-41 .path2:before {
  content: "\e950";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-42 .path1:before {
  content: "\e951";
  
  opacity: 0.3;
}
.ki-abstract-42 .path2:before {
  content: "\e952";
  position: absolute; left: 0;
  
}
.ki-abstract-43 .path1:before {
  content: "\e953";
  
  opacity: 0.3;
}
.ki-abstract-43 .path2:before {
  content: "\e954";
  position: absolute; left: 0;
  
}
.ki-abstract-44 .path1:before {
  content: "\e955";
  
}
.ki-abstract-44 .path2:before {
  content: "\e956";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-45 .path1:before {
  content: "\e957";
  
}
.ki-abstract-45 .path2:before {
  content: "\e958";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-46 .path1:before {
  content: "\e959";
  
  opacity: 0.3;
}
.ki-abstract-46 .path2:before {
  content: "\e95a";
  position: absolute; left: 0;
  
}
.ki-abstract-47 .path1:before {
  content: "\e95b";
  
  opacity: 0.3;
}
.ki-abstract-47 .path2:before {
  content: "\e95c";
  position: absolute; left: 0;
  
}
.ki-abstract-48 .path1:before {
  content: "\e95d";
  
  opacity: 0.3;
}
.ki-abstract-48 .path2:before {
  content: "\e95e";
  position: absolute; left: 0;
  
}
.ki-abstract-48 .path3:before {
  content: "\e95f";
  position: absolute; left: 0;
  
}
.ki-abstract-49 .path1:before {
  content: "\e960";
  
  opacity: 0.3;
}
.ki-abstract-49 .path2:before {
  content: "\e961";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-abstract-49 .path3:before {
  content: "\e962";
  position: absolute; left: 0;
  
}
.ki-abstract .path1:before {
  content: "\e963";
  
  opacity: 0.3;
}
.ki-abstract .path2:before {
  content: "\e964";
  position: absolute; left: 0;
  
}
.ki-add-files .path1:before {
  content: "\e965";
  
}
.ki-add-files .path2:before {
  content: "\e966";
  position: absolute; left: 0;
  
}
.ki-add-files .path3:before {
  content: "\e967";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-add-folder .path1:before {
  content: "\e968";
  
  opacity: 0.3;
}
.ki-add-folder .path2:before {
  content: "\e969";
  position: absolute; left: 0;
  
}
.ki-add-item .path1:before {
  content: "\e96a";
  
  opacity: 0.3;
}
.ki-add-item .path2:before {
  content: "\e96b";
  position: absolute; left: 0;
  
}
.ki-add-item .path3:before {
  content: "\e96c";
  position: absolute; left: 0;
  
}
.ki-add-notepad .path1:before {
  content: "\e96d";
  
  opacity: 0.3;
}
.ki-add-notepad .path2:before {
  content: "\e96e";
  position: absolute; left: 0;
  
}
.ki-add-notepad .path3:before {
  content: "\e96f";
  position: absolute; left: 0;
  
}
.ki-add-notepad .path4:before {
  content: "\e970";
  position: absolute; left: 0;
  
}
.ki-address-book .path1:before {
  content: "\e971";
  
}
.ki-address-book .path2:before {
  content: "\e972";
  position: absolute; left: 0;
  
}
.ki-address-book .path3:before {
  content: "\e973";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-airplane-square .path1:before {
  content: "\e974";
  
  opacity: 0.3;
}
.ki-airplane-square .path2:before {
  content: "\e975";
  position: absolute; left: 0;
  
}
.ki-airplane .path1:before {
  content: "\e976";
  
  opacity: 0.3;
}
.ki-airplane .path2:before {
  content: "\e977";
  position: absolute; left: 0;
  
}
.ki-airpod .path1:before {
  content: "\e978";
  
  opacity: 0.3;
}
.ki-airpod .path2:before {
  content: "\e979";
  position: absolute; left: 0;
  
}
.ki-airpod .path3:before {
  content: "\e97a";
  position: absolute; left: 0;
  
}
.ki-android .path1:before {
  content: "\e97b";
  
  opacity: 0.3;
}
.ki-android .path2:before {
  content: "\e97c";
  position: absolute; left: 0;
  
}
.ki-android .path3:before {
  content: "\e97d";
  position: absolute; left: 0;
  
}
.ki-android .path4:before {
  content: "\e97e";
  position: absolute; left: 0;
  
}
.ki-android .path5:before {
  content: "\e97f";
  position: absolute; left: 0;
  
}
.ki-android .path6:before {
  content: "\e980";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-angular .path1:before {
  content: "\e981";
  
  opacity: 0.3;
}
.ki-angular .path2:before {
  content: "\e982";
  position: absolute; left: 0;
  
}
.ki-angular .path3:before {
  content: "\e983";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-apple .path1:before {
  content: "\e984";
  
}
.ki-apple .path2:before {
  content: "\e985";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-archive-tick .path1:before {
  content: "\e986";
  
  opacity: 0.3;
}
.ki-archive-tick .path2:before {
  content: "\e987";
  position: absolute; left: 0;
  
}
.ki-archive .path1:before {
  content: "\e988";
  
  opacity: 0.3;
}
.ki-archive .path2:before {
  content: "\e989";
  position: absolute; left: 0;
  
}
.ki-archive .path3:before {
  content: "\e98a";
  position: absolute; left: 0;
  
}
.ki-arrow-circle-left .path1:before {
  content: "\e98b";
  
  opacity: 0.3;
}
.ki-arrow-circle-left .path2:before {
  content: "\e98c";
  position: absolute; left: 0;
  
}
.ki-arrow-circle-right .path1:before {
  content: "\e98d";
  
  opacity: 0.3;
}
.ki-arrow-circle-right .path2:before {
  content: "\e98e";
  position: absolute; left: 0;
  
}
.ki-arrow-diagonal .path1:before {
  content: "\e98f";
  
  opacity: 0.3;
}
.ki-arrow-diagonal .path2:before {
  content: "\e990";
  position: absolute; left: 0;
  
}
.ki-arrow-diagonal .path3:before {
  content: "\e991";
  position: absolute; left: 0;
  
}
.ki-arrow-down-left .path1:before {
  content: "\e992";
  
}
.ki-arrow-down-left .path2:before {
  content: "\e993";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-down-refraction .path1:before {
  content: "\e994";
  
  opacity: 0.3;
}
.ki-arrow-down-refraction .path2:before {
  content: "\e995";
  position: absolute; left: 0;
  
}
.ki-arrow-down-right .path1:before {
  content: "\e996";
  
}
.ki-arrow-down-right .path2:before {
  content: "\e997";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-down .path1:before {
  content: "\e998";
  
}
.ki-arrow-down .path2:before {
  content: "\e999";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-left .path1:before {
  content: "\e99a";
  
}
.ki-arrow-left .path2:before {
  content: "\e99b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-mix .path1:before {
  content: "\e99c";
  
}
.ki-arrow-mix .path2:before {
  content: "\e99d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-right-left .path1:before {
  content: "\e99e";
  
  opacity: 0.3;
}
.ki-arrow-right-left .path2:before {
  content: "\e99f";
  position: absolute; left: 0;
  
}
.ki-arrow-right .path1:before {
  content: "\e9a0";
  
}
.ki-arrow-right .path2:before {
  content: "\e9a1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-two-diagonals .path1:before {
  content: "\e9a2";
  
  opacity: 0.3;
}
.ki-arrow-two-diagonals .path2:before {
  content: "\e9a3";
  position: absolute; left: 0;
  
}
.ki-arrow-two-diagonals .path3:before {
  content: "\e9a4";
  position: absolute; left: 0;
  
}
.ki-arrow-two-diagonals .path4:before {
  content: "\e9a5";
  position: absolute; left: 0;
  
}
.ki-arrow-two-diagonals .path5:before {
  content: "\e9a6";
  position: absolute; left: 0;
  
}
.ki-arrow-up-down .path1:before {
  content: "\e9a7";
  
  opacity: 0.3;
}
.ki-arrow-up-down .path2:before {
  content: "\e9a8";
  position: absolute; left: 0;
  
}
.ki-arrow-up-left .path1:before {
  content: "\e9a9";
  
}
.ki-arrow-up-left .path2:before {
  content: "\e9aa";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-up-refraction .path1:before {
  content: "\e9ab";
  
  opacity: 0.3;
}
.ki-arrow-up-refraction .path2:before {
  content: "\e9ac";
  position: absolute; left: 0;
  
}
.ki-arrow-up-right .path1:before {
  content: "\e9ad";
  
}
.ki-arrow-up-right .path2:before {
  content: "\e9ae";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-up .path1:before {
  content: "\e9af";
  
}
.ki-arrow-up .path2:before {
  content: "\e9b0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrow-zigzag .path1:before {
  content: "\e9b1";
  
}
.ki-arrow-zigzag .path2:before {
  content: "\e9b2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-arrows-circle .path1:before {
  content: "\e9b3";
  
  opacity: 0.3;
}
.ki-arrows-circle .path2:before {
  content: "\e9b4";
  position: absolute; left: 0;
  
}
.ki-arrows-loop .path1:before {
  content: "\e9b5";
  
  opacity: 0.3;
}
.ki-arrows-loop .path2:before {
  content: "\e9b6";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path1:before {
  content: "\e9b7";
  
  opacity: 0.3;
}
.ki-artificial-intelligence .path2:before {
  content: "\e9b8";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path3:before {
  content: "\e9b9";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path4:before {
  content: "\e9ba";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path5:before {
  content: "\e9bb";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path6:before {
  content: "\e9bc";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path7:before {
  content: "\e9bd";
  position: absolute; left: 0;
  
}
.ki-artificial-intelligence .path8:before {
  content: "\e9be";
  position: absolute; left: 0;
  
}
.ki-auto-brightness .path1:before {
  content: "\e9bf";
  
  opacity: 0.3;
}
.ki-auto-brightness .path2:before {
  content: "\e9c0";
  position: absolute; left: 0;
  
}
.ki-auto-brightness .path3:before {
  content: "\e9c1";
  position: absolute; left: 0;
  
}
.ki-avalanche .path1:before {
  content: "\e9c2";
  
  opacity: 0.3;
}
.ki-avalanche .path2:before {
  content: "\e9c3";
  position: absolute; left: 0;
  
}
.ki-award .path1:before {
  content: "\e9c4";
  
  opacity: 0.3;
}
.ki-award .path2:before {
  content: "\e9c5";
  position: absolute; left: 0;
  
}
.ki-award .path3:before {
  content: "\e9c6";
  position: absolute; left: 0;
  
}
.ki-badge .path1:before {
  content: "\e9c7";
  
  opacity: 0.3;
}
.ki-badge .path2:before {
  content: "\e9c8";
  position: absolute; left: 0;
  
}
.ki-badge .path3:before {
  content: "\e9c9";
  position: absolute; left: 0;
  
}
.ki-badge .path4:before {
  content: "\e9ca";
  position: absolute; left: 0;
  
}
.ki-badge .path5:before {
  content: "\e9cb";
  position: absolute; left: 0;
  
}
.ki-bandage .path1:before {
  content: "\e9cc";
  
  opacity: 0.3;
}
.ki-bandage .path2:before {
  content: "\e9cd";
  position: absolute; left: 0;
  
}
.ki-bank .path1:before {
  content: "\e9ce";
  
  opacity: 0.3;
}
.ki-bank .path2:before {
  content: "\e9cf";
  position: absolute; left: 0;
  
}
.ki-barcode .path1:before {
  content: "\e9d0";
  
}
.ki-barcode .path2:before {
  content: "\e9d1";
  position: absolute; left: 0;
  
}
.ki-barcode .path3:before {
  content: "\e9d2";
  position: absolute; left: 0;
  
}
.ki-barcode .path4:before {
  content: "\e9d3";
  position: absolute; left: 0;
  
}
.ki-barcode .path5:before {
  content: "\e9d4";
  position: absolute; left: 0;
  
}
.ki-barcode .path6:before {
  content: "\e9d5";
  position: absolute; left: 0;
  
}
.ki-barcode .path7:before {
  content: "\e9d6";
  position: absolute; left: 0;
  
}
.ki-barcode .path8:before {
  content: "\e9d7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-basket-ok .path1:before {
  content: "\e9d8";
  
  opacity: 0.3;
}
.ki-basket-ok .path2:before {
  content: "\e9d9";
  position: absolute; left: 0;
  
}
.ki-basket-ok .path3:before {
  content: "\e9da";
  position: absolute; left: 0;
  
}
.ki-basket-ok .path4:before {
  content: "\e9db";
  position: absolute; left: 0;
  
}
.ki-basket .path1:before {
  content: "\e9dc";
  
  opacity: 0.3;
}
.ki-basket .path2:before {
  content: "\e9dd";
  position: absolute; left: 0;
  
}
.ki-basket .path3:before {
  content: "\e9de";
  position: absolute; left: 0;
  
}
.ki-basket .path4:before {
  content: "\e9df";
  position: absolute; left: 0;
  
}
.ki-behance .path1:before {
  content: "\e9e0";
  
}
.ki-behance .path2:before {
  content: "\e9e1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-bill .path1:before {
  content: "\e9e2";
  
  opacity: 0.3;
}
.ki-bill .path2:before {
  content: "\e9e3";
  position: absolute; left: 0;
  
}
.ki-bill .path3:before {
  content: "\e9e4";
  position: absolute; left: 0;
  
}
.ki-bill .path4:before {
  content: "\e9e5";
  position: absolute; left: 0;
  
}
.ki-bill .path5:before {
  content: "\e9e6";
  position: absolute; left: 0;
  
}
.ki-bill .path6:before {
  content: "\e9e7";
  position: absolute; left: 0;
  
}
.ki-binance-usd .path1:before {
  content: "\e9e8";
  
}
.ki-binance-usd .path2:before {
  content: "\e9e9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-binance-usd .path3:before {
  content: "\e9ea";
  position: absolute; left: 0;
  
}
.ki-binance-usd .path4:before {
  content: "\e9eb";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-binance .path1:before {
  content: "\e9ec";
  
  opacity: 0.3;
}
.ki-binance .path2:before {
  content: "\e9ed";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-binance .path3:before {
  content: "\e9ee";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-binance .path4:before {
  content: "\e9ef";
  position: absolute; left: 0;
  
}
.ki-binance .path5:before {
  content: "\e9f0";
  position: absolute; left: 0;
  
}
.ki-bitcoin .path1:before {
  content: "\e9f1";
  
  opacity: 0.3;
}
.ki-bitcoin .path2:before {
  content: "\e9f2";
  position: absolute; left: 0;
  
}
.ki-black-down:before {
  content: "\e9f3";
}
.ki-black-left-line .path1:before {
  content: "\e9f4";
  
}
.ki-black-left-line .path2:before {
  content: "\e9f5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-black-left:before {
  content: "\e9f6";
}
.ki-black-right-line .path1:before {
  content: "\e9f7";
  
}
.ki-black-right-line .path2:before {
  content: "\e9f8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-black-right:before {
  content: "\e9f9";
}
.ki-black-up:before {
  content: "\e9fa";
}
.ki-bluetooth .path1:before {
  content: "\e9fb";
  
}
.ki-bluetooth .path2:before {
  content: "\e9fc";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-book-open .path1:before {
  content: "\e9fd";
  
  opacity: 0.3;
}
.ki-book-open .path2:before {
  content: "\e9fe";
  position: absolute; left: 0;
  
}
.ki-book-open .path3:before {
  content: "\e9ff";
  position: absolute; left: 0;
  
}
.ki-book-open .path4:before {
  content: "\ea00";
  position: absolute; left: 0;
  
}
.ki-book-square .path1:before {
  content: "\ea01";
  
  opacity: 0.3;
}
.ki-book-square .path2:before {
  content: "\ea02";
  position: absolute; left: 0;
  
}
.ki-book-square .path3:before {
  content: "\ea03";
  position: absolute; left: 0;
  
}
.ki-book .path1:before {
  content: "\ea04";
  
  opacity: 0.3;
}
.ki-book .path2:before {
  content: "\ea05";
  position: absolute; left: 0;
  
}
.ki-book .path3:before {
  content: "\ea06";
  position: absolute; left: 0;
  
}
.ki-book .path4:before {
  content: "\ea07";
  position: absolute; left: 0;
  
}
.ki-bookmark-2 .path1:before {
  content: "\ea08";
  
  opacity: 0.3;
}
.ki-bookmark-2 .path2:before {
  content: "\ea09";
  position: absolute; left: 0;
  
}
.ki-bookmark .path1:before {
  content: "\ea0a";
  
  opacity: 0.3;
}
.ki-bookmark .path2:before {
  content: "\ea0b";
  position: absolute; left: 0;
  
}
.ki-bootstrap .path1:before {
  content: "\ea0c";
  
  opacity: 0.3;
}
.ki-bootstrap .path2:before {
  content: "\ea0d";
  position: absolute; left: 0;
  
}
.ki-bootstrap .path3:before {
  content: "\ea0e";
  position: absolute; left: 0;
  
}
.ki-briefcase .path1:before {
  content: "\ea0f";
  
  opacity: 0.3;
}
.ki-briefcase .path2:before {
  content: "\ea10";
  position: absolute; left: 0;
  
}
.ki-brifecase-cros .path1:before {
  content: "\ea11";
  
  opacity: 0.3;
}
.ki-brifecase-cros .path2:before {
  content: "\ea12";
  position: absolute; left: 0;
  
}
.ki-brifecase-cros .path3:before {
  content: "\ea13";
  position: absolute; left: 0;
  
}
.ki-brifecase-tick .path1:before {
  content: "\ea14";
  
  opacity: 0.3;
}
.ki-brifecase-tick .path2:before {
  content: "\ea15";
  position: absolute; left: 0;
  
}
.ki-brifecase-tick .path3:before {
  content: "\ea16";
  position: absolute; left: 0;
  
}
.ki-brifecase-timer .path1:before {
  content: "\ea17";
  
  opacity: 0.3;
}
.ki-brifecase-timer .path2:before {
  content: "\ea18";
  position: absolute; left: 0;
  
}
.ki-brifecase-timer .path3:before {
  content: "\ea19";
  position: absolute; left: 0;
  
}
.ki-brush .path1:before {
  content: "\ea1a";
  
  opacity: 0.3;
}
.ki-brush .path2:before {
  content: "\ea1b";
  position: absolute; left: 0;
  
}
.ki-bucket-square .path1:before {
  content: "\ea1c";
  
  opacity: 0.3;
}
.ki-bucket-square .path2:before {
  content: "\ea1d";
  position: absolute; left: 0;
  
}
.ki-bucket-square .path3:before {
  content: "\ea1e";
  position: absolute; left: 0;
  
}
.ki-bucket .path1:before {
  content: "\ea1f";
  
  opacity: 0.3;
}
.ki-bucket .path2:before {
  content: "\ea20";
  position: absolute; left: 0;
  
}
.ki-bucket .path3:before {
  content: "\ea21";
  position: absolute; left: 0;
  
}
.ki-bucket .path4:before {
  content: "\ea22";
  position: absolute; left: 0;
  
}
.ki-burger-menu-1 .path1:before {
  content: "\ea23";
  
  opacity: 0.3;
}
.ki-burger-menu-1 .path2:before {
  content: "\ea24";
  position: absolute; left: 0;
  
}
.ki-burger-menu-1 .path3:before {
  content: "\ea25";
  position: absolute; left: 0;
  
}
.ki-burger-menu-1 .path4:before {
  content: "\ea26";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path1:before {
  content: "\ea27";
  
  opacity: 0.3;
}
.ki-burger-menu-2 .path2:before {
  content: "\ea28";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path3:before {
  content: "\ea29";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path4:before {
  content: "\ea2a";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path5:before {
  content: "\ea2b";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path6:before {
  content: "\ea2c";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path7:before {
  content: "\ea2d";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path8:before {
  content: "\ea2e";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path9:before {
  content: "\ea2f";
  position: absolute; left: 0;
  
}
.ki-burger-menu-2 .path10:before {
  content: "\ea30";
  position: absolute; left: 0;
  
}
.ki-burger-menu-3 .path1:before {
  content: "\ea31";
  
  opacity: 0.3;
}
.ki-burger-menu-3 .path2:before {
  content: "\ea32";
  position: absolute; left: 0;
  
}
.ki-burger-menu-3 .path3:before {
  content: "\ea33";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-burger-menu-3 .path4:before {
  content: "\ea34";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-burger-menu-3 .path5:before {
  content: "\ea35";
  position: absolute; left: 0;
  
}
.ki-burger-menu-3 .path6:before {
  content: "\ea36";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-burger-menu-3 .path7:before {
  content: "\ea37";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-burger-menu-3 .path8:before {
  content: "\ea38";
  position: absolute; left: 0;
  
}
.ki-burger-menu-3 .path9:before {
  content: "\ea39";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-burger-menu-4:before {
  content: "\ea3a";
}
.ki-burger-menu-5:before {
  content: "\ea3b";
}
.ki-burger-menu-6:before {
  content: "\ea3c";
}
.ki-burger-menu .path1:before {
  content: "\ea3d";
  
  opacity: 0.3;
}
.ki-burger-menu .path2:before {
  content: "\ea3e";
  position: absolute; left: 0;
  
}
.ki-burger-menu .path3:before {
  content: "\ea3f";
  position: absolute; left: 0;
  
}
.ki-burger-menu .path4:before {
  content: "\ea40";
  position: absolute; left: 0;
  
}
.ki-bus .path1:before {
  content: "\ea41";
  
  opacity: 0.3;
}
.ki-bus .path2:before {
  content: "\ea42";
  position: absolute; left: 0;
  
}
.ki-bus .path3:before {
  content: "\ea43";
  position: absolute; left: 0;
  
}
.ki-bus .path4:before {
  content: "\ea44";
  position: absolute; left: 0;
  
}
.ki-bus .path5:before {
  content: "\ea45";
  position: absolute; left: 0;
  
}
.ki-calculator .path1:before {
  content: "\ea46";
  
  opacity: 0.3;
}
.ki-calculator .path2:before {
  content: "\ea47";
  position: absolute; left: 0;
  
}
.ki-calculator .path3:before {
  content: "\ea48";
  position: absolute; left: 0;
  
}
.ki-calculator .path4:before {
  content: "\ea49";
  position: absolute; left: 0;
  
}
.ki-calculator .path5:before {
  content: "\ea4a";
  position: absolute; left: 0;
  
}
.ki-calculator .path6:before {
  content: "\ea4b";
  position: absolute; left: 0;
  
}
.ki-calendar-2 .path1:before {
  content: "\ea4c";
  
  opacity: 0.3;
}
.ki-calendar-2 .path2:before {
  content: "\ea4d";
  position: absolute; left: 0;
  
}
.ki-calendar-2 .path3:before {
  content: "\ea4e";
  position: absolute; left: 0;
  
}
.ki-calendar-2 .path4:before {
  content: "\ea4f";
  position: absolute; left: 0;
  
}
.ki-calendar-2 .path5:before {
  content: "\ea50";
  position: absolute; left: 0;
  
}
.ki-calendar-8 .path1:before {
  content: "\ea51";
  
  opacity: 0.3;
}
.ki-calendar-8 .path2:before {
  content: "\ea52";
  position: absolute; left: 0;
  
}
.ki-calendar-8 .path3:before {
  content: "\ea53";
  position: absolute; left: 0;
  
}
.ki-calendar-8 .path4:before {
  content: "\ea54";
  position: absolute; left: 0;
  
}
.ki-calendar-8 .path5:before {
  content: "\ea55";
  position: absolute; left: 0;
  
}
.ki-calendar-8 .path6:before {
  content: "\ea56";
  position: absolute; left: 0;
  
}
.ki-calendar-add .path1:before {
  content: "\ea57";
  
  opacity: 0.3;
}
.ki-calendar-add .path2:before {
  content: "\ea58";
  position: absolute; left: 0;
  
}
.ki-calendar-add .path3:before {
  content: "\ea59";
  position: absolute; left: 0;
  
}
.ki-calendar-add .path4:before {
  content: "\ea5a";
  position: absolute; left: 0;
  
}
.ki-calendar-add .path5:before {
  content: "\ea5b";
  position: absolute; left: 0;
  
}
.ki-calendar-add .path6:before {
  content: "\ea5c";
  position: absolute; left: 0;
  
}
.ki-calendar-edit .path1:before {
  content: "\ea5d";
  
  opacity: 0.3;
}
.ki-calendar-edit .path2:before {
  content: "\ea5e";
  position: absolute; left: 0;
  
}
.ki-calendar-edit .path3:before {
  content: "\ea5f";
  position: absolute; left: 0;
  
}
.ki-calendar-remove .path1:before {
  content: "\ea60";
  
  opacity: 0.3;
}
.ki-calendar-remove .path2:before {
  content: "\ea61";
  position: absolute; left: 0;
  
}
.ki-calendar-remove .path3:before {
  content: "\ea62";
  position: absolute; left: 0;
  
}
.ki-calendar-remove .path4:before {
  content: "\ea63";
  position: absolute; left: 0;
  
}
.ki-calendar-remove .path5:before {
  content: "\ea64";
  position: absolute; left: 0;
  
}
.ki-calendar-remove .path6:before {
  content: "\ea65";
  position: absolute; left: 0;
  
}
.ki-calendar-search .path1:before {
  content: "\ea66";
  
  opacity: 0.3;
}
.ki-calendar-search .path2:before {
  content: "\ea67";
  position: absolute; left: 0;
  
}
.ki-calendar-search .path3:before {
  content: "\ea68";
  position: absolute; left: 0;
  
}
.ki-calendar-search .path4:before {
  content: "\ea69";
  position: absolute; left: 0;
  
}
.ki-calendar-tick .path1:before {
  content: "\ea6a";
  
  opacity: 0.3;
}
.ki-calendar-tick .path2:before {
  content: "\ea6b";
  position: absolute; left: 0;
  
}
.ki-calendar-tick .path3:before {
  content: "\ea6c";
  position: absolute; left: 0;
  
}
.ki-calendar-tick .path4:before {
  content: "\ea6d";
  position: absolute; left: 0;
  
}
.ki-calendar-tick .path5:before {
  content: "\ea6e";
  position: absolute; left: 0;
  
}
.ki-calendar-tick .path6:before {
  content: "\ea6f";
  position: absolute; left: 0;
  
}
.ki-calendar .path1:before {
  content: "\ea70";
  
  opacity: 0.3;
}
.ki-calendar .path2:before {
  content: "\ea71";
  position: absolute; left: 0;
  
}
.ki-call .path1:before {
  content: "\ea72";
  
  opacity: 0.3;
}
.ki-call .path2:before {
  content: "\ea73";
  position: absolute; left: 0;
  
}
.ki-call .path3:before {
  content: "\ea74";
  position: absolute; left: 0;
  
}
.ki-call .path4:before {
  content: "\ea75";
  position: absolute; left: 0;
  
}
.ki-call .path5:before {
  content: "\ea76";
  position: absolute; left: 0;
  
}
.ki-call .path6:before {
  content: "\ea77";
  position: absolute; left: 0;
  
}
.ki-call .path7:before {
  content: "\ea78";
  position: absolute; left: 0;
  
}
.ki-call .path8:before {
  content: "\ea79";
  position: absolute; left: 0;
  
}
.ki-capsule .path1:before {
  content: "\ea7a";
  
  opacity: 0.3;
}
.ki-capsule .path2:before {
  content: "\ea7b";
  position: absolute; left: 0;
  
}
.ki-car-2 .path1:before {
  content: "\ea7c";
  
}
.ki-car-2 .path2:before {
  content: "\ea7d";
  position: absolute; left: 0;
  
}
.ki-car-2 .path3:before {
  content: "\ea7e";
  position: absolute; left: 0;
  
}
.ki-car-2 .path4:before {
  content: "\ea7f";
  position: absolute; left: 0;
  
}
.ki-car-2 .path5:before {
  content: "\ea80";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-car-2 .path6:before {
  content: "\ea81";
  position: absolute; left: 0;
  
}
.ki-car-3 .path1:before {
  content: "\ea82";
  
}
.ki-car-3 .path2:before {
  content: "\ea83";
  position: absolute; left: 0;
  
}
.ki-car-3 .path3:before {
  content: "\ea84";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-car .path1:before {
  content: "\ea85";
  
  opacity: 0.3;
}
.ki-car .path2:before {
  content: "\ea86";
  position: absolute; left: 0;
  
}
.ki-car .path3:before {
  content: "\ea87";
  position: absolute; left: 0;
  
}
.ki-car .path4:before {
  content: "\ea88";
  position: absolute; left: 0;
  
}
.ki-car .path5:before {
  content: "\ea89";
  position: absolute; left: 0;
  
}
.ki-category .path1:before {
  content: "\ea8a";
  
}
.ki-category .path2:before {
  content: "\ea8b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-category .path3:before {
  content: "\ea8c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-category .path4:before {
  content: "\ea8d";
  position: absolute; left: 0;
  
}
.ki-cd .path1:before {
  content: "\ea8e";
  
}
.ki-cd .path2:before {
  content: "\ea8f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-celsius .path1:before {
  content: "\ea90";
  
}
.ki-celsius .path2:before {
  content: "\ea91";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-line-down-2 .path1:before {
  content: "\ea92";
  
  opacity: 0.3;
}
.ki-chart-line-down-2 .path2:before {
  content: "\ea93";
  position: absolute; left: 0;
  
}
.ki-chart-line-down-2 .path3:before {
  content: "\ea94";
  position: absolute; left: 0;
  
}
.ki-chart-line-down .path1:before {
  content: "\ea95";
  
  opacity: 0.3;
}
.ki-chart-line-down .path2:before {
  content: "\ea96";
  position: absolute; left: 0;
  
}
.ki-chart-line-star .path1:before {
  content: "\ea97";
  
}
.ki-chart-line-star .path2:before {
  content: "\ea98";
  position: absolute; left: 0;
  
}
.ki-chart-line-star .path3:before {
  content: "\ea99";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-line-up-2 .path1:before {
  content: "\ea9a";
  
}
.ki-chart-line-up-2 .path2:before {
  content: "\ea9b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-line-up .path1:before {
  content: "\ea9c";
  
}
.ki-chart-line-up .path2:before {
  content: "\ea9d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-line .path1:before {
  content: "\ea9e";
  
  opacity: 0.3;
}
.ki-chart-line .path2:before {
  content: "\ea9f";
  position: absolute; left: 0;
  
}
.ki-chart-pie-3 .path1:before {
  content: "\eaa0";
  
}
.ki-chart-pie-3 .path2:before {
  content: "\eaa1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-pie-3 .path3:before {
  content: "\eaa2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-pie-4 .path1:before {
  content: "\eaa3";
  
}
.ki-chart-pie-4 .path2:before {
  content: "\eaa4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-pie-4 .path3:before {
  content: "\eaa5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-pie-simple .path1:before {
  content: "\eaa6";
  
}
.ki-chart-pie-simple .path2:before {
  content: "\eaa7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-pie-too .path1:before {
  content: "\eaa8";
  
  opacity: 0.3;
}
.ki-chart-pie-too .path2:before {
  content: "\eaa9";
  position: absolute; left: 0;
  
}
.ki-chart-simple-2 .path1:before {
  content: "\eaaa";
  
  opacity: 0.3;
}
.ki-chart-simple-2 .path2:before {
  content: "\eaab";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-simple-2 .path3:before {
  content: "\eaac";
  position: absolute; left: 0;
  
}
.ki-chart-simple-2 .path4:before {
  content: "\eaad";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-simple-3 .path1:before {
  content: "\eaae";
  
  opacity: 0.3;
}
.ki-chart-simple-3 .path2:before {
  content: "\eaaf";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-simple-3 .path3:before {
  content: "\eab0";
  position: absolute; left: 0;
  
}
.ki-chart-simple-3 .path4:before {
  content: "\eab1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-simple .path1:before {
  content: "\eab2";
  
  opacity: 0.3;
}
.ki-chart-simple .path2:before {
  content: "\eab3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart-simple .path3:before {
  content: "\eab4";
  position: absolute; left: 0;
  
}
.ki-chart-simple .path4:before {
  content: "\eab5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-chart .path1:before {
  content: "\eab6";
  
}
.ki-chart .path2:before {
  content: "\eab7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-check-circle .path1:before {
  content: "\eab8";
  
  opacity: 0.3;
}
.ki-check-circle .path2:before {
  content: "\eab9";
  position: absolute; left: 0;
  
}
.ki-check-square .path1:before {
  content: "\eaba";
  
  opacity: 0.3;
}
.ki-check-square .path2:before {
  content: "\eabb";
  position: absolute; left: 0;
  
}
.ki-check:before {
  content: "\eabc";
}
.ki-cheque .path1:before {
  content: "\eabd";
  
}
.ki-cheque .path2:before {
  content: "\eabe";
  position: absolute; left: 0;
  
}
.ki-cheque .path3:before {
  content: "\eabf";
  position: absolute; left: 0;
  
}
.ki-cheque .path4:before {
  content: "\eac0";
  position: absolute; left: 0;
  
}
.ki-cheque .path5:before {
  content: "\eac1";
  position: absolute; left: 0;
  
}
.ki-cheque .path6:before {
  content: "\eac2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-cheque .path7:before {
  content: "\eac3";
  position: absolute; left: 0;
  
}
.ki-chrome .path1:before {
  content: "\eac4";
  
  opacity: 0.3;
}
.ki-chrome .path2:before {
  content: "\eac5";
  position: absolute; left: 0;
  
}
.ki-classmates .path1:before {
  content: "\eac6";
  
}
.ki-classmates .path2:before {
  content: "\eac7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-click .path1:before {
  content: "\eac8";
  
}
.ki-click .path2:before {
  content: "\eac9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-click .path3:before {
  content: "\eaca";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-click .path4:before {
  content: "\eacb";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-click .path5:before {
  content: "\eacc";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-clipboard .path1:before {
  content: "\eacd";
  
  opacity: 0.3;
}
.ki-clipboard .path2:before {
  content: "\eace";
  position: absolute; left: 0;
  
}
.ki-clipboard .path3:before {
  content: "\eacf";
  position: absolute; left: 0;
  
}
.ki-cloud-add .path1:before {
  content: "\ead0";
  
}
.ki-cloud-add .path2:before {
  content: "\ead1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-cloud-change .path1:before {
  content: "\ead2";
  
}
.ki-cloud-change .path2:before {
  content: "\ead3";
  position: absolute; left: 0;
  
}
.ki-cloud-change .path3:before {
  content: "\ead4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-cloud-download .path1:before {
  content: "\ead5";
  
  opacity: 0.3;
}
.ki-cloud-download .path2:before {
  content: "\ead6";
  position: absolute; left: 0;
  
}
.ki-cloud:before {
  content: "\ead7";
}
.ki-code .path1:before {
  content: "\ead8";
  
  opacity: 0.3;
}
.ki-code .path2:before {
  content: "\ead9";
  position: absolute; left: 0;
  
}
.ki-code .path3:before {
  content: "\eada";
  position: absolute; left: 0;
  
}
.ki-code .path4:before {
  content: "\eadb";
  position: absolute; left: 0;
  
}
.ki-coffee .path1:before {
  content: "\eadc";
  
  opacity: 0.3;
}
.ki-coffee .path2:before {
  content: "\eadd";
  position: absolute; left: 0;
  
}
.ki-coffee .path3:before {
  content: "\eade";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-coffee .path4:before {
  content: "\eadf";
  position: absolute; left: 0;
  
}
.ki-coffee .path5:before {
  content: "\eae0";
  position: absolute; left: 0;
  
}
.ki-coffee .path6:before {
  content: "\eae1";
  position: absolute; left: 0;
  
}
.ki-color-swatch .path1:before {
  content: "\eae2";
  
  opacity: 0.3;
}
.ki-color-swatch .path2:before {
  content: "\eae3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path3:before {
  content: "\eae4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path4:before {
  content: "\eae5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path5:before {
  content: "\eae6";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path6:before {
  content: "\eae7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path7:before {
  content: "\eae8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path8:before {
  content: "\eae9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path9:before {
  content: "\eaea";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path10:before {
  content: "\eaeb";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path11:before {
  content: "\eaec";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path12:before {
  content: "\eaed";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path13:before {
  content: "\eaee";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path14:before {
  content: "\eaef";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path15:before {
  content: "\eaf0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path16:before {
  content: "\eaf1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path17:before {
  content: "\eaf2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path18:before {
  content: "\eaf3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path19:before {
  content: "\eaf4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path20:before {
  content: "\eaf5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-color-swatch .path21:before {
  content: "\eaf6";
  position: absolute; left: 0;
  
}
.ki-colors-square .path1:before {
  content: "\eaf7";
  
  opacity: 0.3;
}
.ki-colors-square .path2:before {
  content: "\eaf8";
  position: absolute; left: 0;
  
}
.ki-colors-square .path3:before {
  content: "\eaf9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-colors-square .path4:before {
  content: "\eafa";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-compass .path1:before {
  content: "\eafb";
  
}
.ki-compass .path2:before {
  content: "\eafc";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-copy-success .path1:before {
  content: "\eafd";
  
}
.ki-copy-success .path2:before {
  content: "\eafe";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-copy:before {
  content: "\eaff";
}
.ki-courier-express .path1:before {
  content: "\eb00";
  
}
.ki-courier-express .path2:before {
  content: "\eb01";
  position: absolute; left: 0;
  
}
.ki-courier-express .path3:before {
  content: "\eb02";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-courier-express .path4:before {
  content: "\eb03";
  position: absolute; left: 0;
  
}
.ki-courier-express .path5:before {
  content: "\eb04";
  position: absolute; left: 0;
  
}
.ki-courier-express .path6:before {
  content: "\eb05";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-courier-express .path7:before {
  content: "\eb06";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-courier .path1:before {
  content: "\eb07";
  
}
.ki-courier .path2:before {
  content: "\eb08";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-courier .path3:before {
  content: "\eb09";
  position: absolute; left: 0;
  
}
.ki-credit-cart .path1:before {
  content: "\eb0a";
  
  opacity: 0.3;
}
.ki-credit-cart .path2:before {
  content: "\eb0b";
  position: absolute; left: 0;
  
}
.ki-cross-circle .path1:before {
  content: "\eb0c";
  
  opacity: 0.3;
}
.ki-cross-circle .path2:before {
  content: "\eb0d";
  position: absolute; left: 0;
  
}
.ki-cross-square .path1:before {
  content: "\eb0e";
  
  opacity: 0.3;
}
.ki-cross-square .path2:before {
  content: "\eb0f";
  position: absolute; left: 0;
  
}
.ki-cross .path1:before {
  content: "\eb10";
  
}
.ki-cross .path2:before {
  content: "\eb11";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-crown-2 .path1:before {
  content: "\eb12";
  
  opacity: 0.3;
}
.ki-crown-2 .path2:before {
  content: "\eb13";
  position: absolute; left: 0;
  
}
.ki-crown-2 .path3:before {
  content: "\eb14";
  position: absolute; left: 0;
  
}
.ki-crown .path1:before {
  content: "\eb15";
  
  opacity: 0.3;
}
.ki-crown .path2:before {
  content: "\eb16";
  position: absolute; left: 0;
  
}
.ki-css .path1:before {
  content: "\eb17";
  
  opacity: 0.3;
}
.ki-css .path2:before {
  content: "\eb18";
  position: absolute; left: 0;
  
}
.ki-cube-2 .path1:before {
  content: "\eb19";
  
  opacity: 0.3;
}
.ki-cube-2 .path2:before {
  content: "\eb1a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-cube-2 .path3:before {
  content: "\eb1b";
  position: absolute; left: 0;
  
}
.ki-cube-3 .path1:before {
  content: "\eb1c";
  
  opacity: 0.3;
}
.ki-cube-3 .path2:before {
  content: "\eb1d";
  position: absolute; left: 0;
  
}
.ki-cup .path1:before {
  content: "\eb1e";
  
  opacity: 0.3;
}
.ki-cup .path2:before {
  content: "\eb1f";
  position: absolute; left: 0;
  
}
.ki-dash .path1:before {
  content: "\eb20";
  
  opacity: 0.3;
}
.ki-dash .path2:before {
  content: "\eb21";
  position: absolute; left: 0;
  
}
.ki-data .path1:before {
  content: "\eb22";
  
}
.ki-data .path2:before {
  content: "\eb23";
  position: absolute; left: 0;
  
}
.ki-data .path3:before {
  content: "\eb24";
  position: absolute; left: 0;
  
}
.ki-data .path4:before {
  content: "\eb25";
  position: absolute; left: 0;
  
}
.ki-data .path5:before {
  content: "\eb26";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delete-files .path1:before {
  content: "\eb27";
  
}
.ki-delete-files .path2:before {
  content: "\eb28";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delete-folder .path1:before {
  content: "\eb29";
  
  opacity: 0.3;
}
.ki-delete-folder .path2:before {
  content: "\eb2a";
  position: absolute; left: 0;
  
}
.ki-delivery-2 .path1:before {
  content: "\eb2b";
  
  opacity: 0.3;
}
.ki-delivery-2 .path2:before {
  content: "\eb2c";
  position: absolute; left: 0;
  
}
.ki-delivery-2 .path3:before {
  content: "\eb2d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delivery-2 .path4:before {
  content: "\eb2e";
  position: absolute; left: 0;
  
}
.ki-delivery-2 .path5:before {
  content: "\eb2f";
  position: absolute; left: 0;
  
}
.ki-delivery-2 .path6:before {
  content: "\eb30";
  position: absolute; left: 0;
  
}
.ki-delivery-2 .path7:before {
  content: "\eb31";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delivery-2 .path8:before {
  content: "\eb32";
  position: absolute; left: 0;
  
}
.ki-delivery-2 .path9:before {
  content: "\eb33";
  position: absolute; left: 0;
  
}
.ki-delivery-3 .path1:before {
  content: "\eb34";
  
  opacity: 0.3;
}
.ki-delivery-3 .path2:before {
  content: "\eb35";
  position: absolute; left: 0;
  
}
.ki-delivery-3 .path3:before {
  content: "\eb36";
  position: absolute; left: 0;
  
}
.ki-delivery-24 .path1:before {
  content: "\eb37";
  
}
.ki-delivery-24 .path2:before {
  content: "\eb38";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delivery-24 .path3:before {
  content: "\eb39";
  position: absolute; left: 0;
  
}
.ki-delivery-24 .path4:before {
  content: "\eb3a";
  position: absolute; left: 0;
  
}
.ki-delivery-door .path1:before {
  content: "\eb3b";
  
  opacity: 0.3;
}
.ki-delivery-door .path2:before {
  content: "\eb3c";
  position: absolute; left: 0;
  
}
.ki-delivery-door .path3:before {
  content: "\eb3d";
  position: absolute; left: 0;
  
}
.ki-delivery-door .path4:before {
  content: "\eb3e";
  position: absolute; left: 0;
  
}
.ki-delivery-geolocation .path1:before {
  content: "\eb3f";
  
}
.ki-delivery-geolocation .path2:before {
  content: "\eb40";
  position: absolute; left: 0;
  
}
.ki-delivery-geolocation .path3:before {
  content: "\eb41";
  position: absolute; left: 0;
  
}
.ki-delivery-geolocation .path4:before {
  content: "\eb42";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delivery-geolocation .path5:before {
  content: "\eb43";
  position: absolute; left: 0;
  
}
.ki-delivery-time .path1:before {
  content: "\eb44";
  
}
.ki-delivery-time .path2:before {
  content: "\eb45";
  position: absolute; left: 0;
  
}
.ki-delivery-time .path3:before {
  content: "\eb46";
  position: absolute; left: 0;
  
}
.ki-delivery-time .path4:before {
  content: "\eb47";
  position: absolute; left: 0;
  
}
.ki-delivery-time .path5:before {
  content: "\eb48";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delivery .path1:before {
  content: "\eb49";
  
}
.ki-delivery .path2:before {
  content: "\eb4a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-delivery .path3:before {
  content: "\eb4b";
  position: absolute; left: 0;
  
}
.ki-delivery .path4:before {
  content: "\eb4c";
  position: absolute; left: 0;
  
}
.ki-delivery .path5:before {
  content: "\eb4d";
  position: absolute; left: 0;
  
}
.ki-design-2 .path1:before {
  content: "\eb4e";
  
  opacity: 0.3;
}
.ki-design-2 .path2:before {
  content: "\eb4f";
  position: absolute; left: 0;
  
}
.ki-design-frame .path1:before {
  content: "\eb50";
  
  opacity: 0.3;
}
.ki-design-frame .path2:before {
  content: "\eb51";
  position: absolute; left: 0;
  
}
.ki-design-mask .path1:before {
  content: "\eb52";
  
  opacity: 0.3;
}
.ki-design-mask .path2:before {
  content: "\eb53";
  position: absolute; left: 0;
  
}
.ki-design .path1:before {
  content: "\eb54";
  
  opacity: 0.3;
}
.ki-design .path2:before {
  content: "\eb55";
  position: absolute; left: 0;
  
}
.ki-devices-2 .path1:before {
  content: "\eb56";
  
  opacity: 0.3;
}
.ki-devices-2 .path2:before {
  content: "\eb57";
  position: absolute; left: 0;
  
}
.ki-devices-2 .path3:before {
  content: "\eb58";
  position: absolute; left: 0;
  
}
.ki-devices .path1:before {
  content: "\eb59";
  
  opacity: 0.3;
}
.ki-devices .path2:before {
  content: "\eb5a";
  position: absolute; left: 0;
  
}
.ki-devices .path3:before {
  content: "\eb5b";
  position: absolute; left: 0;
  
}
.ki-devices .path4:before {
  content: "\eb5c";
  position: absolute; left: 0;
  
}
.ki-devices .path5:before {
  content: "\eb5d";
  position: absolute; left: 0;
  
}
.ki-diamonds .path1:before {
  content: "\eb5e";
  
}
.ki-diamonds .path2:before {
  content: "\eb5f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-directbox-default .path1:before {
  content: "\eb60";
  
}
.ki-directbox-default .path2:before {
  content: "\eb61";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-directbox-default .path3:before {
  content: "\eb62";
  position: absolute; left: 0;
  
}
.ki-directbox-default .path4:before {
  content: "\eb63";
  position: absolute; left: 0;
  
}
.ki-disconnect .path1:before {
  content: "\eb64";
  
}
.ki-disconnect .path2:before {
  content: "\eb65";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-disconnect .path3:before {
  content: "\eb66";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-disconnect .path4:before {
  content: "\eb67";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-disconnect .path5:before {
  content: "\eb68";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-discount .path1:before {
  content: "\eb69";
  
  opacity: 0.3;
}
.ki-discount .path2:before {
  content: "\eb6a";
  position: absolute; left: 0;
  
}
.ki-disk .path1:before {
  content: "\eb6b";
  
  opacity: 0.3;
}
.ki-disk .path2:before {
  content: "\eb6c";
  position: absolute; left: 0;
  
}
.ki-dislike .path1:before {
  content: "\eb6d";
  
}
.ki-dislike .path2:before {
  content: "\eb6e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dj:before {
  content: "\eb6f";
}
.ki-document .path1:before {
  content: "\eb70";
  
  opacity: 0.3;
}
.ki-document .path2:before {
  content: "\eb71";
  position: absolute; left: 0;
  
}
.ki-dollar .path1:before {
  content: "\eb72";
  
  opacity: 0.3;
}
.ki-dollar .path2:before {
  content: "\eb73";
  position: absolute; left: 0;
  
}
.ki-dollar .path3:before {
  content: "\eb74";
  position: absolute; left: 0;
  
}
.ki-dots-circle-vertical .path1:before {
  content: "\eb75";
  
  opacity: 0.3;
}
.ki-dots-circle-vertical .path2:before {
  content: "\eb76";
  position: absolute; left: 0;
  
}
.ki-dots-circle-vertical .path3:before {
  content: "\eb77";
  position: absolute; left: 0;
  
}
.ki-dots-circle-vertical .path4:before {
  content: "\eb78";
  position: absolute; left: 0;
  
}
.ki-dots-circle .path1:before {
  content: "\eb79";
  
  opacity: 0.3;
}
.ki-dots-circle .path2:before {
  content: "\eb7a";
  position: absolute; left: 0;
  
}
.ki-dots-circle .path3:before {
  content: "\eb7b";
  position: absolute; left: 0;
  
}
.ki-dots-circle .path4:before {
  content: "\eb7c";
  position: absolute; left: 0;
  
}
.ki-dots-horizontal .path1:before {
  content: "\eb7d";
  
}
.ki-dots-horizontal .path2:before {
  content: "\eb7e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dots-horizontal .path3:before {
  content: "\eb7f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dots-square-vertical .path1:before {
  content: "\eb80";
  
  opacity: 0.3;
}
.ki-dots-square-vertical .path2:before {
  content: "\eb81";
  position: absolute; left: 0;
  
}
.ki-dots-square-vertical .path3:before {
  content: "\eb82";
  position: absolute; left: 0;
  
}
.ki-dots-square-vertical .path4:before {
  content: "\eb83";
  position: absolute; left: 0;
  
}
.ki-dots-square .path1:before {
  content: "\eb84";
  
  opacity: 0.3;
}
.ki-dots-square .path2:before {
  content: "\eb85";
  position: absolute; left: 0;
  
}
.ki-dots-square .path3:before {
  content: "\eb86";
  position: absolute; left: 0;
  
}
.ki-dots-square .path4:before {
  content: "\eb87";
  position: absolute; left: 0;
  
}
.ki-dots-vertical .path1:before {
  content: "\eb88";
  
}
.ki-dots-vertical .path2:before {
  content: "\eb89";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dots-vertical .path3:before {
  content: "\eb8a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-double-check-circle .path1:before {
  content: "\eb8b";
  
  opacity: 0.3;
}
.ki-double-check-circle .path2:before {
  content: "\eb8c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-double-check-circle .path3:before {
  content: "\eb8d";
  position: absolute; left: 0;
  
}
.ki-double-check .path1:before {
  content: "\eb8e";
  
}
.ki-double-check .path2:before {
  content: "\eb8f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-double-down .path1:before {
  content: "\eb90";
  
}
.ki-double-down .path2:before {
  content: "\eb91";
  position: absolute; left: 0;
  
}
.ki-double-down .path3:before {
  content: "\eb92";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-double-left-arrow .path1:before {
  content: "\eb93";
  
  opacity: 0.3;
}
.ki-double-left-arrow .path2:before {
  content: "\eb94";
  position: absolute; left: 0;
  
}
.ki-double-left .path1:before {
  content: "\eb95";
  
}
.ki-double-left .path2:before {
  content: "\eb96";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-double-right-arrow .path1:before {
  content: "\eb97";
  
  opacity: 0.3;
}
.ki-double-right-arrow .path2:before {
  content: "\eb98";
  position: absolute; left: 0;
  
}
.ki-double-right .path1:before {
  content: "\eb99";
  
}
.ki-double-right .path2:before {
  content: "\eb9a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-double-up .path1:before {
  content: "\eb9b";
  
}
.ki-double-up .path2:before {
  content: "\eb9c";
  position: absolute; left: 0;
  
}
.ki-double-up .path3:before {
  content: "\eb9d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-down-square .path1:before {
  content: "\eb9e";
  
  opacity: 0.3;
}
.ki-down-square .path2:before {
  content: "\eb9f";
  position: absolute; left: 0;
  
}
.ki-down:before {
  content: "\eba0";
}
.ki-dribbble .path1:before {
  content: "\eba1";
  
}
.ki-dribbble .path2:before {
  content: "\eba2";
  position: absolute; left: 0;
  
}
.ki-dribbble .path3:before {
  content: "\eba3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dribbble .path4:before {
  content: "\eba4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dribbble .path5:before {
  content: "\eba5";
  position: absolute; left: 0;
  
}
.ki-dribbble .path6:before {
  content: "\eba6";
  position: absolute; left: 0;
  
}
.ki-drop .path1:before {
  content: "\eba7";
  
}
.ki-drop .path2:before {
  content: "\eba8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-dropbox .path1:before {
  content: "\eba9";
  
  opacity: 0.4;
}
.ki-dropbox .path2:before {
  content: "\ebaa";
  position: absolute; left: 0;
  
  opacity: 0.4;
}
.ki-dropbox .path3:before {
  content: "\ebab";
  position: absolute; left: 0;
  
  opacity: 0.4;
}
.ki-dropbox .path4:before {
  content: "\ebac";
  position: absolute; left: 0;
  
  opacity: 0.4;
}
.ki-dropbox .path5:before {
  content: "\ebad";
  position: absolute; left: 0;
  
}
.ki-educare .path1:before {
  content: "\ebae";
  
  opacity: 0.3;
}
.ki-educare .path2:before {
  content: "\ebaf";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-educare .path3:before {
  content: "\ebb0";
  position: absolute; left: 0;
  
}
.ki-educare .path4:before {
  content: "\ebb1";
  position: absolute; left: 0;
  
}
.ki-electricity .path1:before {
  content: "\ebb2";
  
}
.ki-electricity .path2:before {
  content: "\ebb3";
  position: absolute; left: 0;
  
}
.ki-electricity .path3:before {
  content: "\ebb4";
  position: absolute; left: 0;
  
}
.ki-electricity .path4:before {
  content: "\ebb5";
  position: absolute; left: 0;
  
}
.ki-electricity .path5:before {
  content: "\ebb6";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-electricity .path6:before {
  content: "\ebb7";
  position: absolute; left: 0;
  
}
.ki-electricity .path7:before {
  content: "\ebb8";
  position: absolute; left: 0;
  
}
.ki-electricity .path8:before {
  content: "\ebb9";
  position: absolute; left: 0;
  
}
.ki-electricity .path9:before {
  content: "\ebba";
  position: absolute; left: 0;
  
}
.ki-electricity .path10:before {
  content: "\ebbb";
  position: absolute; left: 0;
  
}
.ki-electronic-clock .path1:before {
  content: "\ebbc";
  
  opacity: 0.3;
}
.ki-electronic-clock .path2:before {
  content: "\ebbd";
  position: absolute; left: 0;
  
}
.ki-electronic-clock .path3:before {
  content: "\ebbe";
  position: absolute; left: 0;
  
}
.ki-electronic-clock .path4:before {
  content: "\ebbf";
  position: absolute; left: 0;
  
}
.ki-element-1 .path1:before {
  content: "\ebc0";
  
}
.ki-element-1 .path2:before {
  content: "\ebc1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-1 .path3:before {
  content: "\ebc2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-1 .path4:before {
  content: "\ebc3";
  position: absolute; left: 0;
  
}
.ki-element-2 .path1:before {
  content: "\ebc4";
  
}
.ki-element-2 .path2:before {
  content: "\ebc5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-3 .path1:before {
  content: "\ebc6";
  
  opacity: 0.3;
}
.ki-element-3 .path2:before {
  content: "\ebc7";
  position: absolute; left: 0;
  
}
.ki-element-4 .path1:before {
  content: "\ebc8";
  
}
.ki-element-4 .path2:before {
  content: "\ebc9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-5 .path1:before {
  content: "\ebca";
  
}
.ki-element-5 .path2:before {
  content: "\ebcb";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-6 .path1:before {
  content: "\ebcc";
  
  opacity: 0.3;
}
.ki-element-6 .path2:before {
  content: "\ebcd";
  position: absolute; left: 0;
  
}
.ki-element-7 .path1:before {
  content: "\ebce";
  
}
.ki-element-7 .path2:before {
  content: "\ebcf";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-8 .path1:before {
  content: "\ebd0";
  
  opacity: 0.3;
}
.ki-element-8 .path2:before {
  content: "\ebd1";
  position: absolute; left: 0;
  
}
.ki-element-9 .path1:before {
  content: "\ebd2";
  
  opacity: 0.3;
}
.ki-element-9 .path2:before {
  content: "\ebd3";
  position: absolute; left: 0;
  
}
.ki-element-10 .path1:before {
  content: "\ebd4";
  
}
.ki-element-10 .path2:before {
  content: "\ebd5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-10 .path3:before {
  content: "\ebd6";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-11 .path1:before {
  content: "\ebd7";
  
}
.ki-element-11 .path2:before {
  content: "\ebd8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-11 .path3:before {
  content: "\ebd9";
  position: absolute; left: 0;
  
}
.ki-element-11 .path4:before {
  content: "\ebda";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-12 .path1:before {
  content: "\ebdb";
  
  opacity: 0.3;
}
.ki-element-12 .path2:before {
  content: "\ebdc";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-12 .path3:before {
  content: "\ebdd";
  position: absolute; left: 0;
  
}
.ki-element-equal .path1:before {
  content: "\ebde";
  
}
.ki-element-equal .path2:before {
  content: "\ebdf";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-equal .path3:before {
  content: "\ebe0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-equal .path4:before {
  content: "\ebe1";
  position: absolute; left: 0;
  
}
.ki-element-equal .path5:before {
  content: "\ebe2";
  position: absolute; left: 0;
  
}
.ki-element-plus .path1:before {
  content: "\ebe3";
  
}
.ki-element-plus .path2:before {
  content: "\ebe4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-plus .path3:before {
  content: "\ebe5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-element-plus .path4:before {
  content: "\ebe6";
  position: absolute; left: 0;
  
}
.ki-element-plus .path5:before {
  content: "\ebe7";
  position: absolute; left: 0;
  
}
.ki-emoji-happy .path1:before {
  content: "\ebe8";
  
  opacity: 0.3;
}
.ki-emoji-happy .path2:before {
  content: "\ebe9";
  position: absolute; left: 0;
  
}
.ki-emoji-happy .path3:before {
  content: "\ebea";
  position: absolute; left: 0;
  
}
.ki-emoji-happy .path4:before {
  content: "\ebeb";
  position: absolute; left: 0;
  
}
.ki-enjin-coin .path1:before {
  content: "\ebec";
  
}
.ki-enjin-coin .path2:before {
  content: "\ebed";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-entrance-left .path1:before {
  content: "\ebee";
  
}
.ki-entrance-left .path2:before {
  content: "\ebef";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-entrance-right .path1:before {
  content: "\ebf0";
  
  opacity: 0.3;
}
.ki-entrance-right .path2:before {
  content: "\ebf1";
  position: absolute; left: 0;
  
}
.ki-eraser .path1:before {
  content: "\ebf2";
  
  opacity: 0.3;
}
.ki-eraser .path2:before {
  content: "\ebf3";
  position: absolute; left: 0;
  
}
.ki-eraser .path3:before {
  content: "\ebf4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-euro .path1:before {
  content: "\ebf5";
  
  opacity: 0.3;
}
.ki-euro .path2:before {
  content: "\ebf6";
  position: absolute; left: 0;
  
}
.ki-euro .path3:before {
  content: "\ebf7";
  position: absolute; left: 0;
  
}
.ki-exit-down .path1:before {
  content: "\ebf8";
  
  opacity: 0.3;
}
.ki-exit-down .path2:before {
  content: "\ebf9";
  position: absolute; left: 0;
  
}
.ki-exit-left .path1:before {
  content: "\ebfa";
  
  opacity: 0.3;
}
.ki-exit-left .path2:before {
  content: "\ebfb";
  position: absolute; left: 0;
  
}
.ki-exit-right-corner .path1:before {
  content: "\ebfc";
  
  opacity: 0.3;
}
.ki-exit-right-corner .path2:before {
  content: "\ebfd";
  position: absolute; left: 0;
  
}
.ki-exit-right .path1:before {
  content: "\ebfe";
  
  opacity: 0.3;
}
.ki-exit-right .path2:before {
  content: "\ebff";
  position: absolute; left: 0;
  
}
.ki-exit-up .path1:before {
  content: "\ec00";
  
  opacity: 0.3;
}
.ki-exit-up .path2:before {
  content: "\ec01";
  position: absolute; left: 0;
  
}
.ki-external-drive .path1:before {
  content: "\ec02";
  
}
.ki-external-drive .path2:before {
  content: "\ec03";
  position: absolute; left: 0;
  
}
.ki-external-drive .path3:before {
  content: "\ec04";
  position: absolute; left: 0;
  
}
.ki-external-drive .path4:before {
  content: "\ec05";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-external-drive .path5:before {
  content: "\ec06";
  position: absolute; left: 0;
  
}
.ki-eye-slash .path1:before {
  content: "\ec07";
  
}
.ki-eye-slash .path2:before {
  content: "\ec08";
  position: absolute; left: 0;
  
}
.ki-eye-slash .path3:before {
  content: "\ec09";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-eye-slash .path4:before {
  content: "\ec0a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-eye .path1:before {
  content: "\ec0b";
  
}
.ki-eye .path2:before {
  content: "\ec0c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-eye .path3:before {
  content: "\ec0d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-facebook .path1:before {
  content: "\ec0e";
  
  opacity: 0.3;
}
.ki-facebook .path2:before {
  content: "\ec0f";
  position: absolute; left: 0;
  
}
.ki-faceid .path1:before {
  content: "\ec10";
  
  opacity: 0.3;
}
.ki-faceid .path2:before {
  content: "\ec11";
  position: absolute; left: 0;
  
}
.ki-faceid .path3:before {
  content: "\ec12";
  position: absolute; left: 0;
  
}
.ki-faceid .path4:before {
  content: "\ec13";
  position: absolute; left: 0;
  
}
.ki-faceid .path5:before {
  content: "\ec14";
  position: absolute; left: 0;
  
}
.ki-faceid .path6:before {
  content: "\ec15";
  position: absolute; left: 0;
  
}
.ki-fasten .path1:before {
  content: "\ec16";
  
  opacity: 0.3;
}
.ki-fasten .path2:before {
  content: "\ec17";
  position: absolute; left: 0;
  
}
.ki-fat-rows .path1:before {
  content: "\ec18";
  
}
.ki-fat-rows .path2:before {
  content: "\ec19";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-feather .path1:before {
  content: "\ec1a";
  
  opacity: 0.3;
}
.ki-feather .path2:before {
  content: "\ec1b";
  position: absolute; left: 0;
  
}
.ki-figma .path1:before {
  content: "\ec1c";
  
  opacity: 0.4;
}
.ki-figma .path2:before {
  content: "\ec1d";
  position: absolute; left: 0;
  
  opacity: 0.4;
}
.ki-figma .path3:before {
  content: "\ec1e";
  position: absolute; left: 0;
  
}
.ki-figma .path4:before {
  content: "\ec1f";
  position: absolute; left: 0;
  
}
.ki-figma .path5:before {
  content: "\ec20";
  position: absolute; left: 0;
  
}
.ki-file-added .path1:before {
  content: "\ec21";
  
}
.ki-file-added .path2:before {
  content: "\ec22";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-file-deleted .path1:before {
  content: "\ec23";
  
}
.ki-file-deleted .path2:before {
  content: "\ec24";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-file-down .path1:before {
  content: "\ec25";
  
  opacity: 0.3;
}
.ki-file-down .path2:before {
  content: "\ec26";
  position: absolute; left: 0;
  
}
.ki-file-left .path1:before {
  content: "\ec27";
  
  opacity: 0.3;
}
.ki-file-left .path2:before {
  content: "\ec28";
  position: absolute; left: 0;
  
}
.ki-file-right .path1:before {
  content: "\ec29";
  
  opacity: 0.3;
}
.ki-file-right .path2:before {
  content: "\ec2a";
  position: absolute; left: 0;
  
}
.ki-file-sheet .path1:before {
  content: "\ec2b";
  
}
.ki-file-sheet .path2:before {
  content: "\ec2c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-file-up .path1:before {
  content: "\ec2d";
  
  opacity: 0.3;
}
.ki-file-up .path2:before {
  content: "\ec2e";
  position: absolute; left: 0;
  
}
.ki-file .path1:before {
  content: "\ec2f";
  
}
.ki-file .path2:before {
  content: "\ec30";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-files-tablet .path1:before {
  content: "\ec31";
  
}
.ki-files-tablet .path2:before {
  content: "\ec32";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-filter-edit .path1:before {
  content: "\ec33";
  
  opacity: 0.3;
}
.ki-filter-edit .path2:before {
  content: "\ec34";
  position: absolute; left: 0;
  
}
.ki-filter-search .path1:before {
  content: "\ec35";
  
  opacity: 0.3;
}
.ki-filter-search .path2:before {
  content: "\ec36";
  position: absolute; left: 0;
  
}
.ki-filter-search .path3:before {
  content: "\ec37";
  position: absolute; left: 0;
  
}
.ki-filter-square .path1:before {
  content: "\ec38";
  
}
.ki-filter-square .path2:before {
  content: "\ec39";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-filter-tablet .path1:before {
  content: "\ec3a";
  
  opacity: 0.3;
}
.ki-filter-tablet .path2:before {
  content: "\ec3b";
  position: absolute; left: 0;
  
}
.ki-filter-tick .path1:before {
  content: "\ec3c";
  
  opacity: 0.3;
}
.ki-filter-tick .path2:before {
  content: "\ec3d";
  position: absolute; left: 0;
  
}
.ki-filter .path1:before {
  content: "\ec3e";
  
}
.ki-filter .path2:before {
  content: "\ec3f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-finance-calculator .path1:before {
  content: "\ec40";
  
  opacity: 0.3;
}
.ki-finance-calculator .path2:before {
  content: "\ec41";
  position: absolute; left: 0;
  
}
.ki-finance-calculator .path3:before {
  content: "\ec42";
  position: absolute; left: 0;
  
}
.ki-finance-calculator .path4:before {
  content: "\ec43";
  position: absolute; left: 0;
  
}
.ki-finance-calculator .path5:before {
  content: "\ec44";
  position: absolute; left: 0;
  
}
.ki-finance-calculator .path6:before {
  content: "\ec45";
  position: absolute; left: 0;
  
}
.ki-finance-calculator .path7:before {
  content: "\ec46";
  position: absolute; left: 0;
  
}
.ki-financial-schedule .path1:before {
  content: "\ec47";
  
  opacity: 0.3;
}
.ki-financial-schedule .path2:before {
  content: "\ec48";
  position: absolute; left: 0;
  
}
.ki-financial-schedule .path3:before {
  content: "\ec49";
  position: absolute; left: 0;
  
}
.ki-financial-schedule .path4:before {
  content: "\ec4a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-fingerprint-scanning .path1:before {
  content: "\ec4b";
  
}
.ki-fingerprint-scanning .path2:before {
  content: "\ec4c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-fingerprint-scanning .path3:before {
  content: "\ec4d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-fingerprint-scanning .path4:before {
  content: "\ec4e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-fingerprint-scanning .path5:before {
  content: "\ec4f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-flag .path1:before {
  content: "\ec50";
  
  opacity: 0.3;
}
.ki-flag .path2:before {
  content: "\ec51";
  position: absolute; left: 0;
  
}
.ki-flash-circle .path1:before {
  content: "\ec52";
  
  opacity: 0.3;
}
.ki-flash-circle .path2:before {
  content: "\ec53";
  position: absolute; left: 0;
  
}
.ki-flask .path1:before {
  content: "\ec54";
  
  opacity: 0.3;
}
.ki-flask .path2:before {
  content: "\ec55";
  position: absolute; left: 0;
  
}
.ki-focus .path1:before {
  content: "\ec56";
  
  opacity: 0.3;
}
.ki-focus .path2:before {
  content: "\ec57";
  position: absolute; left: 0;
  
}
.ki-folder-added .path1:before {
  content: "\ec58";
  
  opacity: 0.3;
}
.ki-folder-added .path2:before {
  content: "\ec59";
  position: absolute; left: 0;
  
}
.ki-folder-down .path1:before {
  content: "\ec5a";
  
  opacity: 0.3;
}
.ki-folder-down .path2:before {
  content: "\ec5b";
  position: absolute; left: 0;
  
}
.ki-folder-up .path1:before {
  content: "\ec5c";
  
  opacity: 0.3;
}
.ki-folder-up .path2:before {
  content: "\ec5d";
  position: absolute; left: 0;
  
}
.ki-folder .path1:before {
  content: "\ec5e";
  
  opacity: 0.3;
}
.ki-folder .path2:before {
  content: "\ec5f";
  position: absolute; left: 0;
  
}
.ki-frame .path1:before {
  content: "\ec60";
  
}
.ki-frame .path2:before {
  content: "\ec61";
  position: absolute; left: 0;
  
}
.ki-frame .path3:before {
  content: "\ec62";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-frame .path4:before {
  content: "\ec63";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-gear .path1:before {
  content: "\ec64";
  
  opacity: 0.3;
}
.ki-gear .path2:before {
  content: "\ec65";
  position: absolute; left: 0;
  
}
.ki-general-mouse .path1:before {
  content: "\ec66";
  
  opacity: 0.3;
}
.ki-general-mouse .path2:before {
  content: "\ec67";
  position: absolute; left: 0;
  
}
.ki-geolocation-home .path1:before {
  content: "\ec68";
  
  opacity: 0.3;
}
.ki-geolocation-home .path2:before {
  content: "\ec69";
  position: absolute; left: 0;
  
}
.ki-geolocation .path1:before {
  content: "\ec6a";
  
  opacity: 0.3;
}
.ki-geolocation .path2:before {
  content: "\ec6b";
  position: absolute; left: 0;
  
}
.ki-ghost .path1:before {
  content: "\ec6c";
  
}
.ki-ghost .path2:before {
  content: "\ec6d";
  position: absolute; left: 0;
  
}
.ki-ghost .path3:before {
  content: "\ec6e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-gift .path1:before {
  content: "\ec6f";
  
  opacity: 0.3;
}
.ki-gift .path2:before {
  content: "\ec70";
  position: absolute; left: 0;
  
}
.ki-gift .path3:before {
  content: "\ec71";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-gift .path4:before {
  content: "\ec72";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-github .path1:before {
  content: "\ec73";
  
  opacity: 0.3;
}
.ki-github .path2:before {
  content: "\ec74";
  position: absolute; left: 0;
  
}
.ki-glass .path1:before {
  content: "\ec75";
  
}
.ki-glass .path2:before {
  content: "\ec76";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-glass .path3:before {
  content: "\ec77";
  position: absolute; left: 0;
  
}
.ki-google-play .path1:before {
  content: "\ec78";
  
  opacity: 0.3;
}
.ki-google-play .path2:before {
  content: "\ec79";
  position: absolute; left: 0;
  
}
.ki-google .path1:before {
  content: "\ec7a";
  
  opacity: 0.3;
}
.ki-google .path2:before {
  content: "\ec7b";
  position: absolute; left: 0;
  
}
.ki-graph-2 .path1:before {
  content: "\ec7c";
  
  opacity: 0.3;
}
.ki-graph-2 .path2:before {
  content: "\ec7d";
  position: absolute; left: 0;
  
}
.ki-graph-2 .path3:before {
  content: "\ec7e";
  position: absolute; left: 0;
  
}
.ki-graph-3 .path1:before {
  content: "\ec7f";
  
  opacity: 0.3;
}
.ki-graph-3 .path2:before {
  content: "\ec80";
  position: absolute; left: 0;
  
}
.ki-graph-4 .path1:before {
  content: "\ec81";
  
}
.ki-graph-4 .path2:before {
  content: "\ec82";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-graph-up .path1:before {
  content: "\ec83";
  
  opacity: 0.3;
}
.ki-graph-up .path2:before {
  content: "\ec84";
  position: absolute; left: 0;
  
}
.ki-graph-up .path3:before {
  content: "\ec85";
  position: absolute; left: 0;
  
}
.ki-graph-up .path4:before {
  content: "\ec86";
  position: absolute; left: 0;
  
}
.ki-graph-up .path5:before {
  content: "\ec87";
  position: absolute; left: 0;
  
}
.ki-graph-up .path6:before {
  content: "\ec88";
  position: absolute; left: 0;
  
}
.ki-graph .path1:before {
  content: "\ec89";
  
  opacity: 0.3;
}
.ki-graph .path2:before {
  content: "\ec8a";
  position: absolute; left: 0;
  
}
.ki-graph .path3:before {
  content: "\ec8b";
  position: absolute; left: 0;
  
}
.ki-graph .path4:before {
  content: "\ec8c";
  position: absolute; left: 0;
  
}
.ki-grid-2 .path1:before {
  content: "\ec8d";
  
  opacity: 0.3;
}
.ki-grid-2 .path2:before {
  content: "\ec8e";
  position: absolute; left: 0;
  
}
.ki-grid-frame .path1:before {
  content: "\ec8f";
  
}
.ki-grid-frame .path2:before {
  content: "\ec90";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-grid-frame .path3:before {
  content: "\ec91";
  position: absolute; left: 0;
  
}
.ki-grid .path1:before {
  content: "\ec92";
  
  opacity: 0.3;
}
.ki-grid .path2:before {
  content: "\ec93";
  position: absolute; left: 0;
  
}
.ki-handcart:before {
  content: "\ec94";
}
.ki-happy-emoji .path1:before {
  content: "\ec95";
  
  opacity: 0.3;
}
.ki-happy-emoji .path2:before {
  content: "\ec96";
  position: absolute; left: 0;
  
}
.ki-heart-circle .path1:before {
  content: "\ec97";
  
  opacity: 0.3;
}
.ki-heart-circle .path2:before {
  content: "\ec98";
  position: absolute; left: 0;
  
}
.ki-heart .path1:before {
  content: "\ec99";
  
  opacity: 0.3;
}
.ki-heart .path2:before {
  content: "\ec9a";
  position: absolute; left: 0;
  
}
.ki-home-1 .path1:before {
  content: "\ec9b";
  
  opacity: 0.3;
}
.ki-home-1 .path2:before {
  content: "\ec9c";
  position: absolute; left: 0;
  
}
.ki-home-2 .path1:before {
  content: "\ec9d";
  
  opacity: 0.3;
}
.ki-home-2 .path2:before {
  content: "\ec9e";
  position: absolute; left: 0;
  
}
.ki-home-3 .path1:before {
  content: "\ec9f";
  
  opacity: 0.3;
}
.ki-home-3 .path2:before {
  content: "\eca0";
  position: absolute; left: 0;
  
}
.ki-home:before {
  content: "\eca1";
}
.ki-html .path1:before {
  content: "\eca2";
  
  opacity: 0.3;
}
.ki-html .path2:before {
  content: "\eca3";
  position: absolute; left: 0;
  
}
.ki-icon .path1:before {
  content: "\eca4";
  
  opacity: 0.3;
}
.ki-icon .path2:before {
  content: "\eca5";
  position: absolute; left: 0;
  
}
.ki-icon .path3:before {
  content: "\eca6";
  position: absolute; left: 0;
  
}
.ki-illustrator .path1:before {
  content: "\eca7";
  
  opacity: 0.3;
}
.ki-illustrator .path2:before {
  content: "\eca8";
  position: absolute; left: 0;
  
}
.ki-illustrator .path3:before {
  content: "\eca9";
  position: absolute; left: 0;
  
}
.ki-illustrator .path4:before {
  content: "\ecaa";
  position: absolute; left: 0;
  
}
.ki-information-2 .path1:before {
  content: "\ecab";
  
  opacity: 0.3;
}
.ki-information-2 .path2:before {
  content: "\ecac";
  position: absolute; left: 0;
  
}
.ki-information-2 .path3:before {
  content: "\ecad";
  position: absolute; left: 0;
  
}
.ki-information-3 .path1:before {
  content: "\ecae";
  
  opacity: 0.3;
}
.ki-information-3 .path2:before {
  content: "\ecaf";
  position: absolute; left: 0;
  
}
.ki-information-3 .path3:before {
  content: "\ecb0";
  position: absolute; left: 0;
  
}
.ki-information-4 .path1:before {
  content: "\ecb1";
  
  opacity: 0.3;
}
.ki-information-4 .path2:before {
  content: "\ecb2";
  position: absolute; left: 0;
  
}
.ki-information-4 .path3:before {
  content: "\ecb3";
  position: absolute; left: 0;
  
}
.ki-information-5 .path1:before {
  content: "\ecb4";
  
  opacity: 0.3;
}
.ki-information-5 .path2:before {
  content: "\ecb5";
  position: absolute; left: 0;
  
}
.ki-information-5 .path3:before {
  content: "\ecb6";
  position: absolute; left: 0;
  
}
.ki-information .path1:before {
  content: "\ecb7";
  
  opacity: 0.3;
}
.ki-information .path2:before {
  content: "\ecb8";
  position: absolute; left: 0;
  
}
.ki-information .path3:before {
  content: "\ecb9";
  position: absolute; left: 0;
  
}
.ki-instagram .path1:before {
  content: "\ecba";
  
  opacity: 0.3;
}
.ki-instagram .path2:before {
  content: "\ecbb";
  position: absolute; left: 0;
  
}
.ki-joystick .path1:before {
  content: "\ecbc";
  
}
.ki-joystick .path2:before {
  content: "\ecbd";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-joystick .path3:before {
  content: "\ecbe";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-joystick .path4:before {
  content: "\ecbf";
  position: absolute; left: 0;
  
}
.ki-js-2 .path1:before {
  content: "\ecc0";
  
}
.ki-js-2 .path2:before {
  content: "\ecc1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-js .path1:before {
  content: "\ecc2";
  
}
.ki-js .path2:before {
  content: "\ecc3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-kanban .path1:before {
  content: "\ecc4";
  
}
.ki-kanban .path2:before {
  content: "\ecc5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-key-square .path1:before {
  content: "\ecc6";
  
  opacity: 0.3;
}
.ki-key-square .path2:before {
  content: "\ecc7";
  position: absolute; left: 0;
  
}
.ki-key .path1:before {
  content: "\ecc8";
  
  opacity: 0.3;
}
.ki-key .path2:before {
  content: "\ecc9";
  position: absolute; left: 0;
  
}
.ki-keyboard .path1:before {
  content: "\ecca";
  
}
.ki-keyboard .path2:before {
  content: "\eccb";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-laptop .path1:before {
  content: "\eccc";
  
  opacity: 0.3;
}
.ki-laptop .path2:before {
  content: "\eccd";
  position: absolute; left: 0;
  
}
.ki-laravel .path1:before {
  content: "\ecce";
  
  opacity: 0.3;
}
.ki-laravel .path2:before {
  content: "\eccf";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-laravel .path3:before {
  content: "\ecd0";
  position: absolute; left: 0;
  
}
.ki-laravel .path4:before {
  content: "\ecd1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-laravel .path5:before {
  content: "\ecd2";
  position: absolute; left: 0;
  
}
.ki-laravel .path6:before {
  content: "\ecd3";
  position: absolute; left: 0;
  
}
.ki-laravel .path7:before {
  content: "\ecd4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-left-square .path1:before {
  content: "\ecd5";
  
  opacity: 0.3;
}
.ki-left-square .path2:before {
  content: "\ecd6";
  position: absolute; left: 0;
  
}
.ki-left:before {
  content: "\ecd7";
}
.ki-like-2 .path1:before {
  content: "\ecd8";
  
  opacity: 0.3;
}
.ki-like-2 .path2:before {
  content: "\ecd9";
  position: absolute; left: 0;
  
}
.ki-like-folder .path1:before {
  content: "\ecda";
  
  opacity: 0.3;
}
.ki-like-folder .path2:before {
  content: "\ecdb";
  position: absolute; left: 0;
  
}
.ki-like-shapes .path1:before {
  content: "\ecdc";
  
  opacity: 0.3;
}
.ki-like-shapes .path2:before {
  content: "\ecdd";
  position: absolute; left: 0;
  
}
.ki-like-tag .path1:before {
  content: "\ecde";
  
  opacity: 0.3;
}
.ki-like-tag .path2:before {
  content: "\ecdf";
  position: absolute; left: 0;
  
}
.ki-like .path1:before {
  content: "\ece0";
  
}
.ki-like .path2:before {
  content: "\ece1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-loading .path1:before {
  content: "\ece2";
  
}
.ki-loading .path2:before {
  content: "\ece3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-lock-2 .path1:before {
  content: "\ece4";
  
}
.ki-lock-2 .path2:before {
  content: "\ece5";
  position: absolute; left: 0;
  
}
.ki-lock-2 .path3:before {
  content: "\ece6";
  position: absolute; left: 0;
  
}
.ki-lock-2 .path4:before {
  content: "\ece7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-lock-2 .path5:before {
  content: "\ece8";
  position: absolute; left: 0;
  
}
.ki-lock-3 .path1:before {
  content: "\ece9";
  
  opacity: 0.3;
}
.ki-lock-3 .path2:before {
  content: "\ecea";
  position: absolute; left: 0;
  
}
.ki-lock-3 .path3:before {
  content: "\eceb";
  position: absolute; left: 0;
  
}
.ki-lock .path1:before {
  content: "\ecec";
  
  opacity: 0.3;
}
.ki-lock .path2:before {
  content: "\eced";
  position: absolute; left: 0;
  
}
.ki-lock .path3:before {
  content: "\ecee";
  position: absolute; left: 0;
  
}
.ki-logistic .path1:before {
  content: "\ecef";
  
  opacity: 0.3;
}
.ki-logistic .path2:before {
  content: "\ecf0";
  position: absolute; left: 0;
  
}
.ki-logistic .path3:before {
  content: "\ecf1";
  position: absolute; left: 0;
  
}
.ki-logistic .path4:before {
  content: "\ecf2";
  position: absolute; left: 0;
  
}
.ki-logistic .path5:before {
  content: "\ecf3";
  position: absolute; left: 0;
  
}
.ki-logistic .path6:before {
  content: "\ecf4";
  position: absolute; left: 0;
  
}
.ki-logistic .path7:before {
  content: "\ecf5";
  position: absolute; left: 0;
  
}
.ki-lots-shopping .path1:before {
  content: "\ecf6";
  
  opacity: 0.3;
}
.ki-lots-shopping .path2:before {
  content: "\ecf7";
  position: absolute; left: 0;
  
}
.ki-lots-shopping .path3:before {
  content: "\ecf8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-lots-shopping .path4:before {
  content: "\ecf9";
  position: absolute; left: 0;
  
}
.ki-lots-shopping .path5:before {
  content: "\ecfa";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-lots-shopping .path6:before {
  content: "\ecfb";
  position: absolute; left: 0;
  
}
.ki-lots-shopping .path7:before {
  content: "\ecfc";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-lots-shopping .path8:before {
  content: "\ecfd";
  position: absolute; left: 0;
  
}
.ki-lovely .path1:before {
  content: "\ecfe";
  
  opacity: 0.3;
}
.ki-lovely .path2:before {
  content: "\ecff";
  position: absolute; left: 0;
  
}
.ki-lts .path1:before {
  content: "\ed00";
  
}
.ki-lts .path2:before {
  content: "\ed01";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-magnifier .path1:before {
  content: "\ed02";
  
  opacity: 0.3;
}
.ki-magnifier .path2:before {
  content: "\ed03";
  position: absolute; left: 0;
  
}
.ki-map .path1:before {
  content: "\ed04";
  
  opacity: 0.3;
}
.ki-map .path2:before {
  content: "\ed05";
  position: absolute; left: 0;
  
}
.ki-map .path3:before {
  content: "\ed06";
  position: absolute; left: 0;
  
}
.ki-mask .path1:before {
  content: "\ed07";
  
  opacity: 0.3;
}
.ki-mask .path2:before {
  content: "\ed08";
  position: absolute; left: 0;
  
}
.ki-mask .path3:before {
  content: "\ed09";
  position: absolute; left: 0;
  
}
.ki-maximize .path1:before {
  content: "\ed0a";
  
  opacity: 0.3;
}
.ki-maximize .path2:before {
  content: "\ed0b";
  position: absolute; left: 0;
  
}
.ki-maximize .path3:before {
  content: "\ed0c";
  position: absolute; left: 0;
  
}
.ki-maximize .path4:before {
  content: "\ed0d";
  position: absolute; left: 0;
  
}
.ki-maximize .path5:before {
  content: "\ed0e";
  position: absolute; left: 0;
  
}
.ki-medal-star .path1:before {
  content: "\ed0f";
  
}
.ki-medal-star .path2:before {
  content: "\ed10";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-medal-star .path3:before {
  content: "\ed11";
  position: absolute; left: 0;
  
}
.ki-medal-star .path4:before {
  content: "\ed12";
  position: absolute; left: 0;
  
}
.ki-menu .path1:before {
  content: "\ed13";
  
  opacity: 0.3;
}
.ki-menu .path2:before {
  content: "\ed14";
  position: absolute; left: 0;
  
}
.ki-menu .path3:before {
  content: "\ed15";
  position: absolute; left: 0;
  
}
.ki-menu .path4:before {
  content: "\ed16";
  position: absolute; left: 0;
  
}
.ki-message-add .path1:before {
  content: "\ed17";
  
  opacity: 0.3;
}
.ki-message-add .path2:before {
  content: "\ed18";
  position: absolute; left: 0;
  
}
.ki-message-add .path3:before {
  content: "\ed19";
  position: absolute; left: 0;
  
}
.ki-message-edit .path1:before {
  content: "\ed1a";
  
  opacity: 0.3;
}
.ki-message-edit .path2:before {
  content: "\ed1b";
  position: absolute; left: 0;
  
}
.ki-message-minus .path1:before {
  content: "\ed1c";
  
  opacity: 0.3;
}
.ki-message-minus .path2:before {
  content: "\ed1d";
  position: absolute; left: 0;
  
}
.ki-message-notif .path1:before {
  content: "\ed1e";
  
}
.ki-message-notif .path2:before {
  content: "\ed1f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-message-notif .path3:before {
  content: "\ed20";
  position: absolute; left: 0;
  
}
.ki-message-notif .path4:before {
  content: "\ed21";
  position: absolute; left: 0;
  
}
.ki-message-notif .path5:before {
  content: "\ed22";
  position: absolute; left: 0;
  
}
.ki-message-programming .path1:before {
  content: "\ed23";
  
  opacity: 0.3;
}
.ki-message-programming .path2:before {
  content: "\ed24";
  position: absolute; left: 0;
  
}
.ki-message-programming .path3:before {
  content: "\ed25";
  position: absolute; left: 0;
  
}
.ki-message-programming .path4:before {
  content: "\ed26";
  position: absolute; left: 0;
  
}
.ki-message-question .path1:before {
  content: "\ed27";
  
  opacity: 0.3;
}
.ki-message-question .path2:before {
  content: "\ed28";
  position: absolute; left: 0;
  
}
.ki-message-question .path3:before {
  content: "\ed29";
  position: absolute; left: 0;
  
}
.ki-message-text-2 .path1:before {
  content: "\ed2a";
  
  opacity: 0.3;
}
.ki-message-text-2 .path2:before {
  content: "\ed2b";
  position: absolute; left: 0;
  
}
.ki-message-text-2 .path3:before {
  content: "\ed2c";
  position: absolute; left: 0;
  
}
.ki-message-text .path1:before {
  content: "\ed2d";
  
  opacity: 0.3;
}
.ki-message-text .path2:before {
  content: "\ed2e";
  position: absolute; left: 0;
  
}
.ki-message-text .path3:before {
  content: "\ed2f";
  position: absolute; left: 0;
  
}
.ki-messages .path1:before {
  content: "\ed30";
  
}
.ki-messages .path2:before {
  content: "\ed31";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-messages .path3:before {
  content: "\ed32";
  position: absolute; left: 0;
  
}
.ki-messages .path4:before {
  content: "\ed33";
  position: absolute; left: 0;
  
}
.ki-messages .path5:before {
  content: "\ed34";
  position: absolute; left: 0;
  
}
.ki-microsoft .path1:before {
  content: "\ed35";
  
  opacity: 0.3;
}
.ki-microsoft .path2:before {
  content: "\ed36";
  position: absolute; left: 0;
  
}
.ki-microsoft .path3:before {
  content: "\ed37";
  position: absolute; left: 0;
  
}
.ki-microsoft .path4:before {
  content: "\ed38";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-milk .path1:before {
  content: "\ed39";
  
  opacity: 0.3;
}
.ki-milk .path2:before {
  content: "\ed3a";
  position: absolute; left: 0;
  
}
.ki-milk .path3:before {
  content: "\ed3b";
  position: absolute; left: 0;
  
}
.ki-minus-circle .path1:before {
  content: "\ed3c";
  
  opacity: 0.3;
}
.ki-minus-circle .path2:before {
  content: "\ed3d";
  position: absolute; left: 0;
  
}
.ki-minus-folder .path1:before {
  content: "\ed3e";
  
  opacity: 0.3;
}
.ki-minus-folder .path2:before {
  content: "\ed3f";
  position: absolute; left: 0;
  
}
.ki-minus-square .path1:before {
  content: "\ed40";
  
  opacity: 0.3;
}
.ki-minus-square .path2:before {
  content: "\ed41";
  position: absolute; left: 0;
  
}
.ki-minus:before {
  content: "\ed42";
}
.ki-monitor-mobile .path1:before {
  content: "\ed43";
  
  opacity: 0.3;
}
.ki-monitor-mobile .path2:before {
  content: "\ed44";
  position: absolute; left: 0;
  
}
.ki-moon .path1:before {
  content: "\ed45";
  
}
.ki-moon .path2:before {
  content: "\ed46";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-more-2 .path1:before {
  content: "\ed47";
  
  opacity: 0.3;
}
.ki-more-2 .path2:before {
  content: "\ed48";
  position: absolute; left: 0;
  
}
.ki-more-2 .path3:before {
  content: "\ed49";
  position: absolute; left: 0;
  
}
.ki-more-2 .path4:before {
  content: "\ed4a";
  position: absolute; left: 0;
  
}
.ki-mouse-circle .path1:before {
  content: "\ed4b";
  
}
.ki-mouse-circle .path2:before {
  content: "\ed4c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-mouse-square .path1:before {
  content: "\ed4d";
  
  opacity: 0.3;
}
.ki-mouse-square .path2:before {
  content: "\ed4e";
  position: absolute; left: 0;
  
}
.ki-mouse .path1:before {
  content: "\ed4f";
  
  opacity: 0.3;
}
.ki-mouse .path2:before {
  content: "\ed50";
  position: absolute; left: 0;
  
}
.ki-nexo .path1:before {
  content: "\ed51";
  
  opacity: 0.3;
}
.ki-nexo .path2:before {
  content: "\ed52";
  position: absolute; left: 0;
  
}
.ki-night-day .path1:before {
  content: "\ed53";
  
}
.ki-night-day .path2:before {
  content: "\ed54";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-night-day .path3:before {
  content: "\ed55";
  position: absolute; left: 0;
  
}
.ki-night-day .path4:before {
  content: "\ed56";
  position: absolute; left: 0;
  
}
.ki-night-day .path5:before {
  content: "\ed57";
  position: absolute; left: 0;
  
}
.ki-night-day .path6:before {
  content: "\ed58";
  position: absolute; left: 0;
  
}
.ki-night-day .path7:before {
  content: "\ed59";
  position: absolute; left: 0;
  
}
.ki-night-day .path8:before {
  content: "\ed5a";
  position: absolute; left: 0;
  
}
.ki-night-day .path9:before {
  content: "\ed5b";
  position: absolute; left: 0;
  
}
.ki-night-day .path10:before {
  content: "\ed5c";
  position: absolute; left: 0;
  
}
.ki-note-2 .path1:before {
  content: "\ed5d";
  
  opacity: 0.3;
}
.ki-note-2 .path2:before {
  content: "\ed5e";
  position: absolute; left: 0;
  
}
.ki-note-2 .path3:before {
  content: "\ed5f";
  position: absolute; left: 0;
  
}
.ki-note-2 .path4:before {
  content: "\ed60";
  position: absolute; left: 0;
  
}
.ki-note .path1:before {
  content: "\ed61";
  
  opacity: 0.3;
}
.ki-note .path2:before {
  content: "\ed62";
  position: absolute; left: 0;
  
}
.ki-notepad-bookmark .path1:before {
  content: "\ed63";
  
}
.ki-notepad-bookmark .path2:before {
  content: "\ed64";
  position: absolute; left: 0;
  
}
.ki-notepad-bookmark .path3:before {
  content: "\ed65";
  position: absolute; left: 0;
  
}
.ki-notepad-bookmark .path4:before {
  content: "\ed66";
  position: absolute; left: 0;
  
}
.ki-notepad-bookmark .path5:before {
  content: "\ed67";
  position: absolute; left: 0;
  
}
.ki-notepad-bookmark .path6:before {
  content: "\ed68";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notepad-edit .path1:before {
  content: "\ed69";
  
  opacity: 0.3;
}
.ki-notepad-edit .path2:before {
  content: "\ed6a";
  position: absolute; left: 0;
  
}
.ki-notepad .path1:before {
  content: "\ed6b";
  
}
.ki-notepad .path2:before {
  content: "\ed6c";
  position: absolute; left: 0;
  
}
.ki-notepad .path3:before {
  content: "\ed6d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notepad .path4:before {
  content: "\ed6e";
  position: absolute; left: 0;
  
}
.ki-notepad .path5:before {
  content: "\ed6f";
  position: absolute; left: 0;
  
}
.ki-notification-2 .path1:before {
  content: "\ed70";
  
}
.ki-notification-2 .path2:before {
  content: "\ed71";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notification-bing .path1:before {
  content: "\ed72";
  
}
.ki-notification-bing .path2:before {
  content: "\ed73";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notification-bing .path3:before {
  content: "\ed74";
  position: absolute; left: 0;
  
}
.ki-notification-circle .path1:before {
  content: "\ed75";
  
}
.ki-notification-circle .path2:before {
  content: "\ed76";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notification-favorite .path1:before {
  content: "\ed77";
  
}
.ki-notification-favorite .path2:before {
  content: "\ed78";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notification-favorite .path3:before {
  content: "\ed79";
  position: absolute; left: 0;
  
}
.ki-notification-on .path1:before {
  content: "\ed7a";
  
  opacity: 0.3;
}
.ki-notification-on .path2:before {
  content: "\ed7b";
  position: absolute; left: 0;
  
}
.ki-notification-on .path3:before {
  content: "\ed7c";
  position: absolute; left: 0;
  
}
.ki-notification-on .path4:before {
  content: "\ed7d";
  position: absolute; left: 0;
  
}
.ki-notification-on .path5:before {
  content: "\ed7e";
  position: absolute; left: 0;
  
}
.ki-notification-status .path1:before {
  content: "\ed7f";
  
}
.ki-notification-status .path2:before {
  content: "\ed80";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-notification-status .path3:before {
  content: "\ed81";
  position: absolute; left: 0;
  
}
.ki-notification-status .path4:before {
  content: "\ed82";
  position: absolute; left: 0;
  
}
.ki-notification .path1:before {
  content: "\ed83";
  
  opacity: 0.3;
}
.ki-notification .path2:before {
  content: "\ed84";
  position: absolute; left: 0;
  
}
.ki-notification .path3:before {
  content: "\ed85";
  position: absolute; left: 0;
  
}
.ki-ocean .path1:before {
  content: "\ed86";
  
}
.ki-ocean .path2:before {
  content: "\ed87";
  position: absolute; left: 0;
  
}
.ki-ocean .path3:before {
  content: "\ed88";
  position: absolute; left: 0;
  
}
.ki-ocean .path4:before {
  content: "\ed89";
  position: absolute; left: 0;
  
}
.ki-ocean .path5:before {
  content: "\ed8a";
  position: absolute; left: 0;
  
}
.ki-ocean .path6:before {
  content: "\ed8b";
  position: absolute; left: 0;
  
}
.ki-ocean .path7:before {
  content: "\ed8c";
  position: absolute; left: 0;
  
}
.ki-ocean .path8:before {
  content: "\ed8d";
  position: absolute; left: 0;
  
}
.ki-ocean .path9:before {
  content: "\ed8e";
  position: absolute; left: 0;
  
}
.ki-ocean .path10:before {
  content: "\ed8f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path11:before {
  content: "\ed90";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path12:before {
  content: "\ed91";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path13:before {
  content: "\ed92";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path14:before {
  content: "\ed93";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path15:before {
  content: "\ed94";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path16:before {
  content: "\ed95";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path17:before {
  content: "\ed96";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path18:before {
  content: "\ed97";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ocean .path19:before {
  content: "\ed98";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-office-bag .path1:before {
  content: "\ed99";
  
  opacity: 0.3;
}
.ki-office-bag .path2:before {
  content: "\ed9a";
  position: absolute; left: 0;
  
}
.ki-office-bag .path3:before {
  content: "\ed9b";
  position: absolute; left: 0;
  
}
.ki-office-bag .path4:before {
  content: "\ed9c";
  position: absolute; left: 0;
  
}
.ki-package .path1:before {
  content: "\ed9d";
  
  opacity: 0.3;
}
.ki-package .path2:before {
  content: "\ed9e";
  position: absolute; left: 0;
  
}
.ki-package .path3:before {
  content: "\ed9f";
  position: absolute; left: 0;
  
}
.ki-pails .path1:before {
  content: "\eda0";
  
  opacity: 0.3;
}
.ki-pails .path2:before {
  content: "\eda1";
  position: absolute; left: 0;
  
}
.ki-pails .path3:before {
  content: "\eda2";
  position: absolute; left: 0;
  
}
.ki-pails .path4:before {
  content: "\eda3";
  position: absolute; left: 0;
  
}
.ki-pails .path5:before {
  content: "\eda4";
  position: absolute; left: 0;
  
}
.ki-pails .path6:before {
  content: "\eda5";
  position: absolute; left: 0;
  
}
.ki-pails .path7:before {
  content: "\eda6";
  position: absolute; left: 0;
  
}
.ki-pails .path8:before {
  content: "\eda7";
  position: absolute; left: 0;
  
}
.ki-pails .path9:before {
  content: "\eda8";
  position: absolute; left: 0;
  
}
.ki-paintbucket .path1:before {
  content: "\eda9";
  
  opacity: 0.3;
}
.ki-paintbucket .path2:before {
  content: "\edaa";
  position: absolute; left: 0;
  
}
.ki-paintbucket .path3:before {
  content: "\edab";
  position: absolute; left: 0;
  
}
.ki-paper-clip:before {
  content: "\edac";
}
.ki-parcel-tracking .path1:before {
  content: "\edad";
  
}
.ki-parcel-tracking .path2:before {
  content: "\edae";
  position: absolute; left: 0;
  
}
.ki-parcel-tracking .path3:before {
  content: "\edaf";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-parcel .path1:before {
  content: "\edb0";
  
  opacity: 0.3;
}
.ki-parcel .path2:before {
  content: "\edb1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-parcel .path3:before {
  content: "\edb2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-parcel .path4:before {
  content: "\edb3";
  position: absolute; left: 0;
  
}
.ki-parcel .path5:before {
  content: "\edb4";
  position: absolute; left: 0;
  
}
.ki-password-check .path1:before {
  content: "\edb5";
  
}
.ki-password-check .path2:before {
  content: "\edb6";
  position: absolute; left: 0;
  
}
.ki-password-check .path3:before {
  content: "\edb7";
  position: absolute; left: 0;
  
}
.ki-password-check .path4:before {
  content: "\edb8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-password-check .path5:before {
  content: "\edb9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-paypal .path1:before {
  content: "\edba";
  
}
.ki-paypal .path2:before {
  content: "\edbb";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-pencil .path1:before {
  content: "\edbc";
  
  opacity: 0.3;
}
.ki-pencil .path2:before {
  content: "\edbd";
  position: absolute; left: 0;
  
}
.ki-people .path1:before {
  content: "\edbe";
  
}
.ki-people .path2:before {
  content: "\edbf";
  position: absolute; left: 0;
  
}
.ki-people .path3:before {
  content: "\edc0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-people .path4:before {
  content: "\edc1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-people .path5:before {
  content: "\edc2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-percentage .path1:before {
  content: "\edc3";
  
}
.ki-percentage .path2:before {
  content: "\edc4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-phone .path1:before {
  content: "\edc5";
  
  opacity: 0.3;
}
.ki-phone .path2:before {
  content: "\edc6";
  position: absolute; left: 0;
  
}
.ki-photoshop .path1:before {
  content: "\edc7";
  
  opacity: 0.3;
}
.ki-photoshop .path2:before {
  content: "\edc8";
  position: absolute; left: 0;
  
}
.ki-picture .path1:before {
  content: "\edc9";
  
  opacity: 0.3;
}
.ki-picture .path2:before {
  content: "\edca";
  position: absolute; left: 0;
  
}
.ki-pill:before {
  content: "\edcb";
}
.ki-pin .path1:before {
  content: "\edcc";
  
  opacity: 0.3;
}
.ki-pin .path2:before {
  content: "\edcd";
  position: absolute; left: 0;
  
}
.ki-plus-circle .path1:before {
  content: "\edce";
  
  opacity: 0.3;
}
.ki-plus-circle .path2:before {
  content: "\edcf";
  position: absolute; left: 0;
  
}
.ki-plus-square .path1:before {
  content: "\edd0";
  
  opacity: 0.3;
}
.ki-plus-square .path2:before {
  content: "\edd1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-plus-square .path3:before {
  content: "\edd2";
  position: absolute; left: 0;
  
}
.ki-plus:before {
  content: "\edd3";
}
.ki-pointers .path1:before {
  content: "\edd4";
  
  opacity: 0.3;
}
.ki-pointers .path2:before {
  content: "\edd5";
  position: absolute; left: 0;
  
}
.ki-pointers .path3:before {
  content: "\edd6";
  position: absolute; left: 0;
  
}
.ki-price-tag .path1:before {
  content: "\edd7";
  
  opacity: 0.3;
}
.ki-price-tag .path2:before {
  content: "\edd8";
  position: absolute; left: 0;
  
}
.ki-price-tag .path3:before {
  content: "\edd9";
  position: absolute; left: 0;
  
}
.ki-printer .path1:before {
  content: "\edda";
  
  opacity: 0.3;
}
.ki-printer .path2:before {
  content: "\eddb";
  position: absolute; left: 0;
  
}
.ki-printer .path3:before {
  content: "\eddc";
  position: absolute; left: 0;
  
}
.ki-printer .path4:before {
  content: "\eddd";
  position: absolute; left: 0;
  
}
.ki-printer .path5:before {
  content: "\edde";
  position: absolute; left: 0;
  
}
.ki-profile-circle .path1:before {
  content: "\eddf";
  
  opacity: 0.3;
}
.ki-profile-circle .path2:before {
  content: "\ede0";
  position: absolute; left: 0;
  
}
.ki-profile-circle .path3:before {
  content: "\ede1";
  position: absolute; left: 0;
  
}
.ki-profile-user .path1:before {
  content: "\ede2";
  
  opacity: 0.3;
}
.ki-profile-user .path2:before {
  content: "\ede3";
  position: absolute; left: 0;
  
}
.ki-profile-user .path3:before {
  content: "\ede4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-profile-user .path4:before {
  content: "\ede5";
  position: absolute; left: 0;
  
}
.ki-pulse .path1:before {
  content: "\ede6";
  
  opacity: 0.3;
}
.ki-pulse .path2:before {
  content: "\ede7";
  position: absolute; left: 0;
  
}
.ki-purchase .path1:before {
  content: "\ede8";
  
  opacity: 0.3;
}
.ki-purchase .path2:before {
  content: "\ede9";
  position: absolute; left: 0;
  
}
.ki-python .path1:before {
  content: "\edea";
  
  opacity: 0.3;
}
.ki-python .path2:before {
  content: "\edeb";
  position: absolute; left: 0;
  
}
.ki-question-2 .path1:before {
  content: "\edec";
  
  opacity: 0.3;
}
.ki-question-2 .path2:before {
  content: "\eded";
  position: absolute; left: 0;
  
}
.ki-question-2 .path3:before {
  content: "\edee";
  position: absolute; left: 0;
  
}
.ki-question .path1:before {
  content: "\edef";
  
  opacity: 0.3;
}
.ki-question .path2:before {
  content: "\edf0";
  position: absolute; left: 0;
  
}
.ki-question .path3:before {
  content: "\edf1";
  position: absolute; left: 0;
  
}
.ki-questionnaire-tablet .path1:before {
  content: "\edf2";
  
  opacity: 0.3;
}
.ki-questionnaire-tablet .path2:before {
  content: "\edf3";
  position: absolute; left: 0;
  
}
.ki-ranking .path1:before {
  content: "\edf4";
  
  opacity: 0.3;
}
.ki-ranking .path2:before {
  content: "\edf5";
  position: absolute; left: 0;
  
}
.ki-ranking .path3:before {
  content: "\edf6";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ranking .path4:before {
  content: "\edf7";
  position: absolute; left: 0;
  
}
.ki-react .path1:before {
  content: "\edf8";
  
  opacity: 0.3;
}
.ki-react .path2:before {
  content: "\edf9";
  position: absolute; left: 0;
  
}
.ki-receipt-square .path1:before {
  content: "\edfa";
  
  opacity: 0.3;
}
.ki-receipt-square .path2:before {
  content: "\edfb";
  position: absolute; left: 0;
  
}
.ki-rescue .path1:before {
  content: "\edfc";
  
  opacity: 0.3;
}
.ki-rescue .path2:before {
  content: "\edfd";
  position: absolute; left: 0;
  
}
.ki-right-left .path1:before {
  content: "\edfe";
  
}
.ki-right-left .path2:before {
  content: "\edff";
  position: absolute; left: 0;
  
}
.ki-right-left .path3:before {
  content: "\ee00";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-right-square .path1:before {
  content: "\ee01";
  
  opacity: 0.3;
}
.ki-right-square .path2:before {
  content: "\ee02";
  position: absolute; left: 0;
  
}
.ki-right:before {
  content: "\ee03";
}
.ki-rocket .path1:before {
  content: "\ee04";
  
  opacity: 0.3;
}
.ki-rocket .path2:before {
  content: "\ee05";
  position: absolute; left: 0;
  
}
.ki-route .path1:before {
  content: "\ee06";
  
}
.ki-route .path2:before {
  content: "\ee07";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-route .path3:before {
  content: "\ee08";
  position: absolute; left: 0;
  
}
.ki-route .path4:before {
  content: "\ee09";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-router .path1:before {
  content: "\ee0a";
  
  opacity: 0.3;
}
.ki-router .path2:before {
  content: "\ee0b";
  position: absolute; left: 0;
  
}
.ki-row-horizontal .path1:before {
  content: "\ee0c";
  
}
.ki-row-horizontal .path2:before {
  content: "\ee0d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-row-vertical .path1:before {
  content: "\ee0e";
  
}
.ki-row-vertical .path2:before {
  content: "\ee0f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-safe-home .path1:before {
  content: "\ee10";
  
  opacity: 0.3;
}
.ki-safe-home .path2:before {
  content: "\ee11";
  position: absolute; left: 0;
  
}
.ki-satellite .path1:before {
  content: "\ee12";
  
  opacity: 0.3;
}
.ki-satellite .path2:before {
  content: "\ee13";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-satellite .path3:before {
  content: "\ee14";
  position: absolute; left: 0;
  
}
.ki-satellite .path4:before {
  content: "\ee15";
  position: absolute; left: 0;
  
}
.ki-satellite .path5:before {
  content: "\ee16";
  position: absolute; left: 0;
  
}
.ki-satellite .path6:before {
  content: "\ee17";
  position: absolute; left: 0;
  
}
.ki-save-2 .path1:before {
  content: "\ee18";
  
  opacity: 0.3;
}
.ki-save-2 .path2:before {
  content: "\ee19";
  position: absolute; left: 0;
  
}
.ki-save-deposit .path1:before {
  content: "\ee1a";
  
}
.ki-save-deposit .path2:before {
  content: "\ee1b";
  position: absolute; left: 0;
  
}
.ki-save-deposit .path3:before {
  content: "\ee1c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-save-deposit .path4:before {
  content: "\ee1d";
  position: absolute; left: 0;
  
}
.ki-scan-barcode .path1:before {
  content: "\ee1e";
  
}
.ki-scan-barcode .path2:before {
  content: "\ee1f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-scan-barcode .path3:before {
  content: "\ee20";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-scan-barcode .path4:before {
  content: "\ee21";
  position: absolute; left: 0;
  
}
.ki-scan-barcode .path5:before {
  content: "\ee22";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-scan-barcode .path6:before {
  content: "\ee23";
  position: absolute; left: 0;
  
}
.ki-scan-barcode .path7:before {
  content: "\ee24";
  position: absolute; left: 0;
  
}
.ki-scan-barcode .path8:before {
  content: "\ee25";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-scooter-2:before {
  content: "\ee26";
}
.ki-scooter .path1:before {
  content: "\ee27";
  
}
.ki-scooter .path2:before {
  content: "\ee28";
  position: absolute; left: 0;
  
}
.ki-scooter .path3:before {
  content: "\ee29";
  position: absolute; left: 0;
  
}
.ki-scooter .path4:before {
  content: "\ee2a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-scooter .path5:before {
  content: "\ee2b";
  position: absolute; left: 0;
  
}
.ki-scooter .path6:before {
  content: "\ee2c";
  position: absolute; left: 0;
  
}
.ki-scooter .path7:before {
  content: "\ee2d";
  position: absolute; left: 0;
  
}
.ki-screen .path1:before {
  content: "\ee2e";
  
  opacity: 0.3;
}
.ki-screen .path2:before {
  content: "\ee2f";
  position: absolute; left: 0;
  
}
.ki-screen .path3:before {
  content: "\ee30";
  position: absolute; left: 0;
  
}
.ki-screen .path4:before {
  content: "\ee31";
  position: absolute; left: 0;
  
}
.ki-scroll .path1:before {
  content: "\ee32";
  
  opacity: 0.3;
}
.ki-scroll .path2:before {
  content: "\ee33";
  position: absolute; left: 0;
  
}
.ki-scroll .path3:before {
  content: "\ee34";
  position: absolute; left: 0;
  
}
.ki-search-list .path1:before {
  content: "\ee35";
  
  opacity: 0.3;
}
.ki-search-list .path2:before {
  content: "\ee36";
  position: absolute; left: 0;
  
}
.ki-search-list .path3:before {
  content: "\ee37";
  position: absolute; left: 0;
  
}
.ki-security-check .path1:before {
  content: "\ee38";
  
}
.ki-security-check .path2:before {
  content: "\ee39";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-security-check .path3:before {
  content: "\ee3a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-security-check .path4:before {
  content: "\ee3b";
  position: absolute; left: 0;
  
}
.ki-security-user .path1:before {
  content: "\ee3c";
  
  opacity: 0.3;
}
.ki-security-user .path2:before {
  content: "\ee3d";
  position: absolute; left: 0;
  
}
.ki-send .path1:before {
  content: "\ee3e";
  
}
.ki-send .path2:before {
  content: "\ee3f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-setting-2 .path1:before {
  content: "\ee40";
  
  opacity: 0.3;
}
.ki-setting-2 .path2:before {
  content: "\ee41";
  position: absolute; left: 0;
  
}
.ki-setting-3 .path1:before {
  content: "\ee42";
  
  opacity: 0.3;
}
.ki-setting-3 .path2:before {
  content: "\ee43";
  position: absolute; left: 0;
  
}
.ki-setting-3 .path3:before {
  content: "\ee44";
  position: absolute; left: 0;
  
}
.ki-setting-3 .path4:before {
  content: "\ee45";
  position: absolute; left: 0;
  
}
.ki-setting-3 .path5:before {
  content: "\ee46";
  position: absolute; left: 0;
  
}
.ki-setting-4:before {
  content: "\ee47";
}
.ki-setting .path1:before {
  content: "\ee48";
  
  opacity: 0.3;
}
.ki-setting .path2:before {
  content: "\ee49";
  position: absolute; left: 0;
  
}
.ki-share .path1:before {
  content: "\ee4a";
  
  opacity: 0.3;
}
.ki-share .path2:before {
  content: "\ee4b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-share .path3:before {
  content: "\ee4c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-share .path4:before {
  content: "\ee4d";
  position: absolute; left: 0;
  
}
.ki-share .path5:before {
  content: "\ee4e";
  position: absolute; left: 0;
  
}
.ki-share .path6:before {
  content: "\ee4f";
  position: absolute; left: 0;
  
}
.ki-shield-cross .path1:before {
  content: "\ee50";
  
  opacity: 0.3;
}
.ki-shield-cross .path2:before {
  content: "\ee51";
  position: absolute; left: 0;
  
}
.ki-shield-cross .path3:before {
  content: "\ee52";
  position: absolute; left: 0;
  
}
.ki-shield-search .path1:before {
  content: "\ee53";
  
  opacity: 0.3;
}
.ki-shield-search .path2:before {
  content: "\ee54";
  position: absolute; left: 0;
  
}
.ki-shield-search .path3:before {
  content: "\ee55";
  position: absolute; left: 0;
  
}
.ki-shield-slash .path1:before {
  content: "\ee56";
  
}
.ki-shield-slash .path2:before {
  content: "\ee57";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-shield-slash .path3:before {
  content: "\ee58";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-shield-tick .path1:before {
  content: "\ee59";
  
  opacity: 0.3;
}
.ki-shield-tick .path2:before {
  content: "\ee5a";
  position: absolute; left: 0;
  
}
.ki-shield .path1:before {
  content: "\ee5b";
  
  opacity: 0.3;
}
.ki-shield .path2:before {
  content: "\ee5c";
  position: absolute; left: 0;
  
}
.ki-ship .path1:before {
  content: "\ee5d";
  
  opacity: 0.3;
}
.ki-ship .path2:before {
  content: "\ee5e";
  position: absolute; left: 0;
  
}
.ki-ship .path3:before {
  content: "\ee5f";
  position: absolute; left: 0;
  
}
.ki-shop .path1:before {
  content: "\ee60";
  
}
.ki-shop .path2:before {
  content: "\ee61";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-shop .path3:before {
  content: "\ee62";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-shop .path4:before {
  content: "\ee63";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-shop .path5:before {
  content: "\ee64";
  position: absolute; left: 0;
  
}
.ki-simcard-2 .path1:before {
  content: "\ee65";
  
  opacity: 0.3;
}
.ki-simcard-2 .path2:before {
  content: "\ee66";
  position: absolute; left: 0;
  
}
.ki-simcard .path1:before {
  content: "\ee67";
  
  opacity: 0.3;
}
.ki-simcard .path2:before {
  content: "\ee68";
  position: absolute; left: 0;
  
}
.ki-simcard .path3:before {
  content: "\ee69";
  position: absolute; left: 0;
  
}
.ki-simcard .path4:before {
  content: "\ee6a";
  position: absolute; left: 0;
  
}
.ki-simcard .path5:before {
  content: "\ee6b";
  position: absolute; left: 0;
  
}
.ki-size .path1:before {
  content: "\ee6c";
  
  opacity: 0.3;
}
.ki-size .path2:before {
  content: "\ee6d";
  position: absolute; left: 0;
  
}
.ki-slack .path1:before {
  content: "\ee6e";
  
}
.ki-slack .path2:before {
  content: "\ee6f";
  position: absolute; left: 0;
  
}
.ki-slack .path3:before {
  content: "\ee70";
  position: absolute; left: 0;
  
}
.ki-slack .path4:before {
  content: "\ee71";
  position: absolute; left: 0;
  
}
.ki-slack .path5:before {
  content: "\ee72";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-slack .path6:before {
  content: "\ee73";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-slack .path7:before {
  content: "\ee74";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-slack .path8:before {
  content: "\ee75";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-slider-horizontal-2 .path1:before {
  content: "\ee76";
  
}
.ki-slider-horizontal-2 .path2:before {
  content: "\ee77";
  position: absolute; left: 0;
  
}
.ki-slider-horizontal-2 .path3:before {
  content: "\ee78";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-slider-horizontal .path1:before {
  content: "\ee79";
  
  opacity: 0.3;
}
.ki-slider-horizontal .path2:before {
  content: "\ee7a";
  position: absolute; left: 0;
  
}
.ki-slider-horizontal .path3:before {
  content: "\ee7b";
  position: absolute; left: 0;
  
}
.ki-slider-vertical-2 .path1:before {
  content: "\ee7c";
  
  opacity: 0.3;
}
.ki-slider-vertical-2 .path2:before {
  content: "\ee7d";
  position: absolute; left: 0;
  
}
.ki-slider-vertical-2 .path3:before {
  content: "\ee7e";
  position: absolute; left: 0;
  
}
.ki-slider-vertical .path1:before {
  content: "\ee7f";
  
}
.ki-slider-vertical .path2:before {
  content: "\ee80";
  position: absolute; left: 0;
  
}
.ki-slider-vertical .path3:before {
  content: "\ee81";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-slider .path1:before {
  content: "\ee82";
  
  opacity: 0.3;
}
.ki-slider .path2:before {
  content: "\ee83";
  position: absolute; left: 0;
  
}
.ki-slider .path3:before {
  content: "\ee84";
  position: absolute; left: 0;
  
}
.ki-slider .path4:before {
  content: "\ee85";
  position: absolute; left: 0;
  
}
.ki-sms .path1:before {
  content: "\ee86";
  
  opacity: 0.3;
}
.ki-sms .path2:before {
  content: "\ee87";
  position: absolute; left: 0;
  
}
.ki-snapchat .path1:before {
  content: "\ee88";
  
}
.ki-snapchat .path2:before {
  content: "\ee89";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-social-media .path1:before {
  content: "\ee8a";
  
}
.ki-social-media .path2:before {
  content: "\ee8b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-soft-2 .path1:before {
  content: "\ee8c";
  
  opacity: 0.3;
}
.ki-soft-2 .path2:before {
  content: "\ee8d";
  position: absolute; left: 0;
  
}
.ki-soft-3 .path1:before {
  content: "\ee8e";
  
}
.ki-soft-3 .path2:before {
  content: "\ee8f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-soft .path1:before {
  content: "\ee90";
  
  opacity: 0.3;
}
.ki-soft .path2:before {
  content: "\ee91";
  position: absolute; left: 0;
  
}
.ki-soft .path3:before {
  content: "\ee92";
  position: absolute; left: 0;
  
}
.ki-soft .path4:before {
  content: "\ee93";
  position: absolute; left: 0;
  
}
.ki-soft .path5:before {
  content: "\ee94";
  position: absolute; left: 0;
  
}
.ki-soft .path6:before {
  content: "\ee95";
  position: absolute; left: 0;
  
}
.ki-some-files .path1:before {
  content: "\ee96";
  
  opacity: 0.3;
}
.ki-some-files .path2:before {
  content: "\ee97";
  position: absolute; left: 0;
  
}
.ki-sort .path1:before {
  content: "\ee98";
  
  opacity: 0.3;
}
.ki-sort .path2:before {
  content: "\ee99";
  position: absolute; left: 0;
  
}
.ki-sort .path3:before {
  content: "\ee9a";
  position: absolute; left: 0;
  
}
.ki-sort .path4:before {
  content: "\ee9b";
  position: absolute; left: 0;
  
}
.ki-speaker .path1:before {
  content: "\ee9c";
  
  opacity: 0.3;
}
.ki-speaker .path2:before {
  content: "\ee9d";
  position: absolute; left: 0;
  
}
.ki-speaker .path3:before {
  content: "\ee9e";
  position: absolute; left: 0;
  
}
.ki-spotify .path1:before {
  content: "\ee9f";
  
}
.ki-spotify .path2:before {
  content: "\eea0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-spring-framework:before {
  content: "\eea1";
}
.ki-square-brackets .path1:before {
  content: "\eea2";
  
  opacity: 0.3;
}
.ki-square-brackets .path2:before {
  content: "\eea3";
  position: absolute; left: 0;
  
}
.ki-square-brackets .path3:before {
  content: "\eea4";
  position: absolute; left: 0;
  
}
.ki-square-brackets .path4:before {
  content: "\eea5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-star:before {
  content: "\eea6";
}
.ki-status .path1:before {
  content: "\eea7";
  
  opacity: 0.3;
}
.ki-status .path2:before {
  content: "\eea8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-status .path3:before {
  content: "\eea9";
  position: absolute; left: 0;
  
}
.ki-subtitle .path1:before {
  content: "\eeaa";
  
  opacity: 0.3;
}
.ki-subtitle .path2:before {
  content: "\eeab";
  position: absolute; left: 0;
  
}
.ki-subtitle .path3:before {
  content: "\eeac";
  position: absolute; left: 0;
  
}
.ki-subtitle .path4:before {
  content: "\eead";
  position: absolute; left: 0;
  
}
.ki-subtitle .path5:before {
  content: "\eeae";
  position: absolute; left: 0;
  
}
.ki-sun .path1:before {
  content: "\eeaf";
  
}
.ki-sun .path2:before {
  content: "\eeb0";
  position: absolute; left: 0;
  
}
.ki-sun .path3:before {
  content: "\eeb1";
  position: absolute; left: 0;
  
}
.ki-sun .path4:before {
  content: "\eeb2";
  position: absolute; left: 0;
  
}
.ki-sun .path5:before {
  content: "\eeb3";
  position: absolute; left: 0;
  
}
.ki-sun .path6:before {
  content: "\eeb4";
  position: absolute; left: 0;
  
}
.ki-sun .path7:before {
  content: "\eeb5";
  position: absolute; left: 0;
  
}
.ki-sun .path8:before {
  content: "\eeb6";
  position: absolute; left: 0;
  
}
.ki-sun .path9:before {
  content: "\eeb7";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-support-24 .path1:before {
  content: "\eeb8";
  
  opacity: 0.3;
}
.ki-support-24 .path2:before {
  content: "\eeb9";
  position: absolute; left: 0;
  
}
.ki-support-24 .path3:before {
  content: "\eeba";
  position: absolute; left: 0;
  
}
.ki-switch .path1:before {
  content: "\eebb";
  
}
.ki-switch .path2:before {
  content: "\eebc";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-syringe .path1:before {
  content: "\eebd";
  
  opacity: 0.3;
}
.ki-syringe .path2:before {
  content: "\eebe";
  position: absolute; left: 0;
  
}
.ki-syringe .path3:before {
  content: "\eebf";
  position: absolute; left: 0;
  
}
.ki-tablet-book .path1:before {
  content: "\eec0";
  
  opacity: 0.3;
}
.ki-tablet-book .path2:before {
  content: "\eec1";
  position: absolute; left: 0;
  
}
.ki-tablet-delete .path1:before {
  content: "\eec2";
  
}
.ki-tablet-delete .path2:before {
  content: "\eec3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-tablet-delete .path3:before {
  content: "\eec4";
  position: absolute; left: 0;
  
}
.ki-tablet-down .path1:before {
  content: "\eec5";
  
  opacity: 0.3;
}
.ki-tablet-down .path2:before {
  content: "\eec6";
  position: absolute; left: 0;
  
}
.ki-tablet-down .path3:before {
  content: "\eec7";
  position: absolute; left: 0;
  
}
.ki-tablet-ok .path1:before {
  content: "\eec8";
  
}
.ki-tablet-ok .path2:before {
  content: "\eec9";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-tablet-ok .path3:before {
  content: "\eeca";
  position: absolute; left: 0;
  
}
.ki-tablet-text-down .path1:before {
  content: "\eecb";
  
}
.ki-tablet-text-down .path2:before {
  content: "\eecc";
  position: absolute; left: 0;
  
}
.ki-tablet-text-down .path3:before {
  content: "\eecd";
  position: absolute; left: 0;
  
}
.ki-tablet-text-down .path4:before {
  content: "\eece";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-tablet-text-up .path1:before {
  content: "\eecf";
  
}
.ki-tablet-text-up .path2:before {
  content: "\eed0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-tablet-up .path1:before {
  content: "\eed1";
  
  opacity: 0.3;
}
.ki-tablet-up .path2:before {
  content: "\eed2";
  position: absolute; left: 0;
  
}
.ki-tablet-up .path3:before {
  content: "\eed3";
  position: absolute; left: 0;
  
}
.ki-tablet .path1:before {
  content: "\eed4";
  
  opacity: 0.3;
}
.ki-tablet .path2:before {
  content: "\eed5";
  position: absolute; left: 0;
  
}
.ki-tablet .path3:before {
  content: "\eed6";
  position: absolute; left: 0;
  
}
.ki-tag-cross .path1:before {
  content: "\eed7";
  
  opacity: 0.3;
}
.ki-tag-cross .path2:before {
  content: "\eed8";
  position: absolute; left: 0;
  
}
.ki-tag-cross .path3:before {
  content: "\eed9";
  position: absolute; left: 0;
  
}
.ki-tag .path1:before {
  content: "\eeda";
  
  opacity: 0.3;
}
.ki-tag .path2:before {
  content: "\eedb";
  position: absolute; left: 0;
  
}
.ki-tag .path3:before {
  content: "\eedc";
  position: absolute; left: 0;
  
}
.ki-teacher .path1:before {
  content: "\eedd";
  
  opacity: 0.3;
}
.ki-teacher .path2:before {
  content: "\eede";
  position: absolute; left: 0;
  
}
.ki-tech-wifi .path1:before {
  content: "\eedf";
  
  opacity: 0.3;
}
.ki-tech-wifi .path2:before {
  content: "\eee0";
  position: absolute; left: 0;
  
}
.ki-technology-2 .path1:before {
  content: "\eee1";
  
  opacity: 0.3;
}
.ki-technology-2 .path2:before {
  content: "\eee2";
  position: absolute; left: 0;
  
}
.ki-technology-3 .path1:before {
  content: "\eee3";
  
}
.ki-technology-3 .path2:before {
  content: "\eee4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology-3 .path3:before {
  content: "\eee5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology-3 .path4:before {
  content: "\eee6";
  position: absolute; left: 0;
  
}
.ki-technology-4 .path1:before {
  content: "\eee7";
  
}
.ki-technology-4 .path2:before {
  content: "\eee8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology-4 .path3:before {
  content: "\eee9";
  position: absolute; left: 0;
  
}
.ki-technology-4 .path4:before {
  content: "\eeea";
  position: absolute; left: 0;
  
}
.ki-technology-4 .path5:before {
  content: "\eeeb";
  position: absolute; left: 0;
  
}
.ki-technology-4 .path6:before {
  content: "\eeec";
  position: absolute; left: 0;
  
}
.ki-technology-4 .path7:before {
  content: "\eeed";
  position: absolute; left: 0;
  
}
.ki-technology .path1:before {
  content: "\eeee";
  
}
.ki-technology .path2:before {
  content: "\eeef";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path3:before {
  content: "\eef0";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path4:before {
  content: "\eef1";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path5:before {
  content: "\eef2";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path6:before {
  content: "\eef3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path7:before {
  content: "\eef4";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path8:before {
  content: "\eef5";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-technology .path9:before {
  content: "\eef6";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-telephone-geolocation .path1:before {
  content: "\eef7";
  
}
.ki-telephone-geolocation .path2:before {
  content: "\eef8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-telephone-geolocation .path3:before {
  content: "\eef9";
  position: absolute; left: 0;
  
}
.ki-test-tubes .path1:before {
  content: "\eefa";
  
  opacity: 0.3;
}
.ki-test-tubes .path2:before {
  content: "\eefb";
  position: absolute; left: 0;
  
}
.ki-text-align-center .path1:before {
  content: "\eefc";
  
}
.ki-text-align-center .path2:before {
  content: "\eefd";
  position: absolute; left: 0;
  
}
.ki-text-align-center .path3:before {
  content: "\eefe";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-center .path4:before {
  content: "\eeff";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-justify-center .path1:before {
  content: "\ef00";
  
}
.ki-text-align-justify-center .path2:before {
  content: "\ef01";
  position: absolute; left: 0;
  
}
.ki-text-align-justify-center .path3:before {
  content: "\ef02";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-justify-center .path4:before {
  content: "\ef03";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-left .path1:before {
  content: "\ef04";
  
}
.ki-text-align-left .path2:before {
  content: "\ef05";
  position: absolute; left: 0;
  
}
.ki-text-align-left .path3:before {
  content: "\ef06";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-left .path4:before {
  content: "\ef07";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-right .path1:before {
  content: "\ef08";
  
}
.ki-text-align-right .path2:before {
  content: "\ef09";
  position: absolute; left: 0;
  
}
.ki-text-align-right .path3:before {
  content: "\ef0a";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-align-right .path4:before {
  content: "\ef0b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-bold .path1:before {
  content: "\ef0c";
  
  opacity: 0.3;
}
.ki-text-bold .path2:before {
  content: "\ef0d";
  position: absolute; left: 0;
  
}
.ki-text-bold .path3:before {
  content: "\ef0e";
  position: absolute; left: 0;
  
}
.ki-text-circle .path1:before {
  content: "\ef0f";
  
}
.ki-text-circle .path2:before {
  content: "\ef10";
  position: absolute; left: 0;
  
}
.ki-text-circle .path3:before {
  content: "\ef11";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-circle .path4:before {
  content: "\ef12";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-circle .path5:before {
  content: "\ef13";
  position: absolute; left: 0;
  
}
.ki-text-circle .path6:before {
  content: "\ef14";
  position: absolute; left: 0;
  
}
.ki-text-italic .path1:before {
  content: "\ef15";
  
  opacity: 0.3;
}
.ki-text-italic .path2:before {
  content: "\ef16";
  position: absolute; left: 0;
  
}
.ki-text-italic .path3:before {
  content: "\ef17";
  position: absolute; left: 0;
  
}
.ki-text-italic .path4:before {
  content: "\ef18";
  position: absolute; left: 0;
  
}
.ki-text-number .path1:before {
  content: "\ef19";
  
}
.ki-text-number .path2:before {
  content: "\ef1a";
  position: absolute; left: 0;
  
}
.ki-text-number .path3:before {
  content: "\ef1b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-number .path4:before {
  content: "\ef1c";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-number .path5:before {
  content: "\ef1d";
  position: absolute; left: 0;
  
}
.ki-text-number .path6:before {
  content: "\ef1e";
  position: absolute; left: 0;
  
}
.ki-text-strikethrough .path1:before {
  content: "\ef1f";
  
  opacity: 0.3;
}
.ki-text-strikethrough .path2:before {
  content: "\ef20";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-text-strikethrough .path3:before {
  content: "\ef21";
  position: absolute; left: 0;
  
}
.ki-text-underline .path1:before {
  content: "\ef22";
  
  opacity: 0.3;
}
.ki-text-underline .path2:before {
  content: "\ef23";
  position: absolute; left: 0;
  
}
.ki-text-underline .path3:before {
  content: "\ef24";
  position: absolute; left: 0;
  
}
.ki-text:before {
  content: "\ef25";
}
.ki-thermometer .path1:before {
  content: "\ef26";
  
  opacity: 0.3;
}
.ki-thermometer .path2:before {
  content: "\ef27";
  position: absolute; left: 0;
  
}
.ki-theta .path1:before {
  content: "\ef28";
  
}
.ki-theta .path2:before {
  content: "\ef29";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-tiktok .path1:before {
  content: "\ef2a";
  
  opacity: 0.3;
}
.ki-tiktok .path2:before {
  content: "\ef2b";
  position: absolute; left: 0;
  
}
.ki-time .path1:before {
  content: "\ef2c";
  
  opacity: 0.3;
}
.ki-time .path2:before {
  content: "\ef2d";
  position: absolute; left: 0;
  
}
.ki-timer .path1:before {
  content: "\ef2e";
  
  opacity: 0.3;
}
.ki-timer .path2:before {
  content: "\ef2f";
  position: absolute; left: 0;
  
}
.ki-timer .path3:before {
  content: "\ef30";
  position: absolute; left: 0;
  
}
.ki-to-left:before {
  content: "\ef31";
}
.ki-to-right:before {
  content: "\ef32";
}
.ki-toggle-off-circle .path1:before {
  content: "\ef33";
  
  opacity: 0.3;
}
.ki-toggle-off-circle .path2:before {
  content: "\ef34";
  position: absolute; left: 0;
  
}
.ki-toggle-off .path1:before {
  content: "\ef35";
  
  opacity: 0.3;
}
.ki-toggle-off .path2:before {
  content: "\ef36";
  position: absolute; left: 0;
  
}
.ki-toggle-on-circle .path1:before {
  content: "\ef37";
  
  opacity: 0.3;
}
.ki-toggle-on-circle .path2:before {
  content: "\ef38";
  position: absolute; left: 0;
  
}
.ki-toggle-on .path1:before {
  content: "\ef39";
  
  opacity: 0.3;
}
.ki-toggle-on .path2:before {
  content: "\ef3a";
  position: absolute; left: 0;
  
}
.ki-trailer .path1:before {
  content: "\ef3b";
  
}
.ki-trailer .path2:before {
  content: "\ef3c";
  position: absolute; left: 0;
  
}
.ki-trailer .path3:before {
  content: "\ef3d";
  position: absolute; left: 0;
  
}
.ki-trailer .path4:before {
  content: "\ef3e";
  position: absolute; left: 0;
  
}
.ki-trailer .path5:before {
  content: "\ef3f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-trash-square .path1:before {
  content: "\ef40";
  
  opacity: 0.3;
}
.ki-trash-square .path2:before {
  content: "\ef41";
  position: absolute; left: 0;
  
}
.ki-trash-square .path3:before {
  content: "\ef42";
  position: absolute; left: 0;
  
}
.ki-trash-square .path4:before {
  content: "\ef43";
  position: absolute; left: 0;
  
}
.ki-trash .path1:before {
  content: "\ef44";
  
  opacity: 0.3;
}
.ki-trash .path2:before {
  content: "\ef45";
  position: absolute; left: 0;
  
}
.ki-trash .path3:before {
  content: "\ef46";
  position: absolute; left: 0;
  
}
.ki-trash .path4:before {
  content: "\ef47";
  position: absolute; left: 0;
  
}
.ki-trash .path5:before {
  content: "\ef48";
  position: absolute; left: 0;
  
}
.ki-tree .path1:before {
  content: "\ef49";
  
  opacity: 0.3;
}
.ki-tree .path2:before {
  content: "\ef4a";
  position: absolute; left: 0;
  
}
.ki-tree .path3:before {
  content: "\ef4b";
  position: absolute; left: 0;
  
}
.ki-trello .path1:before {
  content: "\ef4c";
  
  opacity: 0.3;
}
.ki-trello .path2:before {
  content: "\ef4d";
  position: absolute; left: 0;
  
}
.ki-trello .path3:before {
  content: "\ef4e";
  position: absolute; left: 0;
  
}
.ki-triangle .path1:before {
  content: "\ef4f";
  
}
.ki-triangle .path2:before {
  content: "\ef50";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-triangle .path3:before {
  content: "\ef51";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-truck .path1:before {
  content: "\ef52";
  
}
.ki-truck .path2:before {
  content: "\ef53";
  position: absolute; left: 0;
  
}
.ki-truck .path3:before {
  content: "\ef54";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-truck .path4:before {
  content: "\ef55";
  position: absolute; left: 0;
  
}
.ki-truck .path5:before {
  content: "\ef56";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-ts .path1:before {
  content: "\ef57";
  
  opacity: 0.3;
}
.ki-ts .path2:before {
  content: "\ef58";
  position: absolute; left: 0;
  
}
.ki-ts .path3:before {
  content: "\ef59";
  position: absolute; left: 0;
  
}
.ki-twitch .path1:before {
  content: "\ef5a";
  
  opacity: 0.3;
}
.ki-twitch .path2:before {
  content: "\ef5b";
  position: absolute; left: 0;
  
}
.ki-twitch .path3:before {
  content: "\ef5c";
  position: absolute; left: 0;
  
}
.ki-twitter .path1:before {
  content: "\ef5d";
  
  opacity: 0.3;
}
.ki-twitter .path2:before {
  content: "\ef5e";
  position: absolute; left: 0;
  
}
.ki-two-credit-cart .path1:before {
  content: "\ef5f";
  
}
.ki-two-credit-cart .path2:before {
  content: "\ef60";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-two-credit-cart .path3:before {
  content: "\ef61";
  position: absolute; left: 0;
  
}
.ki-two-credit-cart .path4:before {
  content: "\ef62";
  position: absolute; left: 0;
  
}
.ki-two-credit-cart .path5:before {
  content: "\ef63";
  position: absolute; left: 0;
  
}
.ki-underlining .path1:before {
  content: "\ef64";
  
  opacity: 0.3;
}
.ki-underlining .path2:before {
  content: "\ef65";
  position: absolute; left: 0;
  
}
.ki-underlining .path3:before {
  content: "\ef66";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-up-down .path1:before {
  content: "\ef67";
  
  opacity: 0.3;
}
.ki-up-down .path2:before {
  content: "\ef68";
  position: absolute; left: 0;
  
}
.ki-up-down .path3:before {
  content: "\ef69";
  position: absolute; left: 0;
  
}
.ki-up-square .path1:before {
  content: "\ef6a";
  
  opacity: 0.3;
}
.ki-up-square .path2:before {
  content: "\ef6b";
  position: absolute; left: 0;
  
}
.ki-up:before {
  content: "\ef6c";
}
.ki-update-file .path1:before {
  content: "\ef6d";
  
  opacity: 0.3;
}
.ki-update-file .path2:before {
  content: "\ef6e";
  position: absolute; left: 0;
  
}
.ki-update-file .path3:before {
  content: "\ef6f";
  position: absolute; left: 0;
  
}
.ki-update-file .path4:before {
  content: "\ef70";
  position: absolute; left: 0;
  
}
.ki-update-folder .path1:before {
  content: "\ef71";
  
  opacity: 0.3;
}
.ki-update-folder .path2:before {
  content: "\ef72";
  position: absolute; left: 0;
  
}
.ki-user-edit .path1:before {
  content: "\ef73";
  
}
.ki-user-edit .path2:before {
  content: "\ef74";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-user-edit .path3:before {
  content: "\ef75";
  position: absolute; left: 0;
  
}
.ki-user-square .path1:before {
  content: "\ef76";
  
  opacity: 0.3;
}
.ki-user-square .path2:before {
  content: "\ef77";
  position: absolute; left: 0;
  
}
.ki-user-square .path3:before {
  content: "\ef78";
  position: absolute; left: 0;
  
}
.ki-user-tick .path1:before {
  content: "\ef79";
  
}
.ki-user-tick .path2:before {
  content: "\ef7a";
  position: absolute; left: 0;
  
}
.ki-user-tick .path3:before {
  content: "\ef7b";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-user .path1:before {
  content: "\ef7c";
  
  opacity: 0.3;
}
.ki-user .path2:before {
  content: "\ef7d";
  position: absolute; left: 0;
  
}
.ki-verify .path1:before {
  content: "\ef7e";
  
  opacity: 0.3;
}
.ki-verify .path2:before {
  content: "\ef7f";
  position: absolute; left: 0;
  
}
.ki-vibe .path1:before {
  content: "\ef80";
  
}
.ki-vibe .path2:before {
  content: "\ef81";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-virus .path1:before {
  content: "\ef82";
  
  opacity: 0.3;
}
.ki-virus .path2:before {
  content: "\ef83";
  position: absolute; left: 0;
  
}
.ki-virus .path3:before {
  content: "\ef84";
  position: absolute; left: 0;
  
}
.ki-vue .path1:before {
  content: "\ef85";
  
  opacity: 0.3;
}
.ki-vue .path2:before {
  content: "\ef86";
  position: absolute; left: 0;
  
}
.ki-vuesax .path1:before {
  content: "\ef87";
  
}
.ki-vuesax .path2:before {
  content: "\ef88";
  position: absolute; left: 0;
  
  opacity: 0.4;
}
.ki-vuesax .path3:before {
  content: "\ef89";
  position: absolute; left: 0;
  
}
.ki-wallet .path1:before {
  content: "\ef8a";
  
  opacity: 0.3;
}
.ki-wallet .path2:before {
  content: "\ef8b";
  position: absolute; left: 0;
  
}
.ki-wallet .path3:before {
  content: "\ef8c";
  position: absolute; left: 0;
  
}
.ki-wallet .path4:before {
  content: "\ef8d";
  position: absolute; left: 0;
  
}
.ki-wanchain .path1:before {
  content: "\ef8e";
  
}
.ki-wanchain .path2:before {
  content: "\ef8f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-watch .path1:before {
  content: "\ef90";
  
  opacity: 0.3;
}
.ki-watch .path2:before {
  content: "\ef91";
  position: absolute; left: 0;
  
}
.ki-whatsapp .path1:before {
  content: "\ef92";
  
  opacity: 0.4;
}
.ki-whatsapp .path2:before {
  content: "\ef93";
  position: absolute; left: 0;
  
}
.ki-wifi-home .path1:before {
  content: "\ef94";
  
  opacity: 0.3;
}
.ki-wifi-home .path2:before {
  content: "\ef95";
  position: absolute; left: 0;
  
}
.ki-wifi-home .path3:before {
  content: "\ef96";
  position: absolute; left: 0;
  
}
.ki-wifi-home .path4:before {
  content: "\ef97";
  position: absolute; left: 0;
  
}
.ki-wifi-square .path1:before {
  content: "\ef98";
  
  opacity: 0.3;
}
.ki-wifi-square .path2:before {
  content: "\ef99";
  position: absolute; left: 0;
  
}
.ki-wifi-square .path3:before {
  content: "\ef9a";
  position: absolute; left: 0;
  
}
.ki-wifi-square .path4:before {
  content: "\ef9b";
  position: absolute; left: 0;
  
}
.ki-wifi .path1:before {
  content: "\ef9c";
  
}
.ki-wifi .path2:before {
  content: "\ef9d";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-wifi .path3:before {
  content: "\ef9e";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-wifi .path4:before {
  content: "\ef9f";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-wrench .path1:before {
  content: "\efa0";
  
  opacity: 0.3;
}
.ki-wrench .path2:before {
  content: "\efa1";
  position: absolute; left: 0;
  
}
.ki-xaomi .path1:before {
  content: "\efa2";
  
}
.ki-xaomi .path2:before {
  content: "\efa3";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-xd .path1:before {
  content: "\efa4";
  
  opacity: 0.3;
}
.ki-xd .path2:before {
  content: "\efa5";
  position: absolute; left: 0;
  
}
.ki-xd .path3:before {
  content: "\efa6";
  position: absolute; left: 0;
  
}
.ki-xmr .path1:before {
  content: "\efa7";
  
}
.ki-xmr .path2:before {
  content: "\efa8";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-yii .path1:before {
  content: "\efa9";
  
  opacity: 0.3;
}
.ki-yii .path2:before {
  content: "\efaa";
  position: absolute; left: 0;
  
  opacity: 0.3;
}
.ki-yii .path3:before {
  content: "\efab";
  position: absolute; left: 0;
  
}
.ki-youtube .path1:before {
  content: "\efac";
  
}
.ki-youtube .path2:before {
  content: "\efad";
  position: absolute; left: 0;
  
  opacity: 0.3;
}

.ki-duotone i {
font-style: normal;
}
@font-face {
  font-family: 'keenicons-outline';
  src:  url(./fonts/keenicons-outline/keenicons-outline.eot);
  src:  url(./fonts/keenicons-outline/keenicons-outline.eot) format('embedded-opentype'),
    url(./fonts/keenicons-outline/keenicons-outline.ttf) format('truetype'),
    url(./fonts/keenicons-outline/keenicons-outline.woff) format('woff'),
    url(./fonts/keenicons-outline/keenicons-outline.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ki-outline {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-outline' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1.ki-outline:before {
  content: "\e900";
}
.ki-abstract-2.ki-outline:before {
  content: "\e901";
}
.ki-abstract-3.ki-outline:before {
  content: "\e902";
}
.ki-abstract-4.ki-outline:before {
  content: "\e903";
}
.ki-abstract-5.ki-outline:before {
  content: "\e904";
}
.ki-abstract-6.ki-outline:before {
  content: "\e905";
}
.ki-abstract-7.ki-outline:before {
  content: "\e906";
}
.ki-abstract-8.ki-outline:before {
  content: "\e907";
}
.ki-abstract-9.ki-outline:before {
  content: "\e908";
}
.ki-abstract-10.ki-outline:before {
  content: "\e909";
}
.ki-abstract-11.ki-outline:before {
  content: "\e90a";
}
.ki-abstract-12.ki-outline:before {
  content: "\e90b";
}
.ki-abstract-13.ki-outline:before {
  content: "\e90c";
}
.ki-abstract-14.ki-outline:before {
  content: "\e90d";
}
.ki-abstract-15.ki-outline:before {
  content: "\e90e";
}
.ki-abstract-16.ki-outline:before {
  content: "\e90f";
}
.ki-abstract-17.ki-outline:before {
  content: "\e910";
}
.ki-abstract-18.ki-outline:before {
  content: "\e911";
}
.ki-abstract-19.ki-outline:before {
  content: "\e912";
}
.ki-abstract-20.ki-outline:before {
  content: "\e913";
}
.ki-abstract-21.ki-outline:before {
  content: "\e914";
}
.ki-abstract-22.ki-outline:before {
  content: "\e915";
}
.ki-abstract-23.ki-outline:before {
  content: "\e916";
}
.ki-abstract-24.ki-outline:before {
  content: "\e917";
}
.ki-abstract-25.ki-outline:before {
  content: "\e918";
}
.ki-abstract-26.ki-outline:before {
  content: "\e919";
}
.ki-abstract-27.ki-outline:before {
  content: "\e91a";
}
.ki-abstract-28.ki-outline:before {
  content: "\e91b";
}
.ki-abstract-29.ki-outline:before {
  content: "\e91c";
}
.ki-abstract-30.ki-outline:before {
  content: "\e91d";
}
.ki-abstract-31.ki-outline:before {
  content: "\e91e";
}
.ki-abstract-32.ki-outline:before {
  content: "\e91f";
}
.ki-abstract-33.ki-outline:before {
  content: "\e920";
}
.ki-abstract-34.ki-outline:before {
  content: "\e921";
}
.ki-abstract-35.ki-outline:before {
  content: "\e922";
}
.ki-abstract-36.ki-outline:before {
  content: "\e923";
}
.ki-abstract-37.ki-outline:before {
  content: "\e924";
}
.ki-abstract-38.ki-outline:before {
  content: "\e925";
}
.ki-abstract-39.ki-outline:before {
  content: "\e926";
}
.ki-abstract-40.ki-outline:before {
  content: "\e927";
}
.ki-abstract-41.ki-outline:before {
  content: "\e928";
}
.ki-abstract-42.ki-outline:before {
  content: "\e929";
}
.ki-abstract-43.ki-outline:before {
  content: "\e92a";
}
.ki-abstract-44.ki-outline:before {
  content: "\e92b";
}
.ki-abstract-45.ki-outline:before {
  content: "\e92c";
}
.ki-abstract-46.ki-outline:before {
  content: "\e92d";
}
.ki-abstract-47.ki-outline:before {
  content: "\e92e";
}
.ki-abstract-48.ki-outline:before {
  content: "\e92f";
}
.ki-abstract-49.ki-outline:before {
  content: "\e930";
}
.ki-abstract.ki-outline:before {
  content: "\e931";
}
.ki-add-files.ki-outline:before {
  content: "\e932";
}
.ki-add-folder.ki-outline:before {
  content: "\e933";
}
.ki-add-item.ki-outline:before {
  content: "\e934";
}
.ki-add-notepad.ki-outline:before {
  content: "\e935";
}
.ki-address-book.ki-outline:before {
  content: "\e936";
}
.ki-airplane-square.ki-outline:before {
  content: "\e937";
}
.ki-airplane.ki-outline:before {
  content: "\e938";
}
.ki-airpod.ki-outline:before {
  content: "\e939";
}
.ki-android.ki-outline:before {
  content: "\e93a";
}
.ki-angular.ki-outline:before {
  content: "\e93b";
}
.ki-apple.ki-outline:before {
  content: "\e93c";
}
.ki-archive-tick.ki-outline:before {
  content: "\e93d";
}
.ki-archive.ki-outline:before {
  content: "\e93e";
}
.ki-arrow-circle-left.ki-outline:before {
  content: "\e93f";
}
.ki-arrow-circle-right.ki-outline:before {
  content: "\e940";
}
.ki-arrow-diagonal.ki-outline:before {
  content: "\e941";
}
.ki-arrow-down-left.ki-outline:before {
  content: "\e942";
}
.ki-arrow-down-refraction.ki-outline:before {
  content: "\e943";
}
.ki-arrow-down-right.ki-outline:before {
  content: "\e944";
}
.ki-arrow-down.ki-outline:before {
  content: "\e945";
}
.ki-arrow-left.ki-outline:before {
  content: "\e946";
}
.ki-arrow-mix.ki-outline:before {
  content: "\e947";
}
.ki-arrow-right-left.ki-outline:before {
  content: "\e948";
}
.ki-arrow-right.ki-outline:before {
  content: "\e949";
}
.ki-arrow-two-diagonals.ki-outline:before {
  content: "\e94a";
}
.ki-arrow-up-down.ki-outline:before {
  content: "\e94b";
}
.ki-arrow-up-left.ki-outline:before {
  content: "\e94c";
}
.ki-arrow-up-refraction.ki-outline:before {
  content: "\e94d";
}
.ki-arrow-up-right.ki-outline:before {
  content: "\e94e";
}
.ki-arrow-up.ki-outline:before {
  content: "\e94f";
}
.ki-arrow-zigzag.ki-outline:before {
  content: "\e950";
}
.ki-arrows-circle.ki-outline:before {
  content: "\e951";
}
.ki-arrows-loop.ki-outline:before {
  content: "\e952";
}
.ki-artificial-intelligence.ki-outline:before {
  content: "\e953";
}
.ki-auto-brightness.ki-outline:before {
  content: "\e954";
}
.ki-avalanche.ki-outline:before {
  content: "\e955";
}
.ki-award.ki-outline:before {
  content: "\e956";
}
.ki-badge.ki-outline:before {
  content: "\e957";
}
.ki-bandage.ki-outline:before {
  content: "\e958";
}
.ki-bank.ki-outline:before {
  content: "\e959";
}
.ki-barcode.ki-outline:before {
  content: "\e95a";
}
.ki-basket-ok.ki-outline:before {
  content: "\e95b";
}
.ki-basket.ki-outline:before {
  content: "\e95c";
}
.ki-behance.ki-outline:before {
  content: "\e95d";
}
.ki-bill.ki-outline:before {
  content: "\e95e";
}
.ki-binance-usd.ki-outline:before {
  content: "\e95f";
}
.ki-binance.ki-outline:before {
  content: "\e960";
}
.ki-bitcoin.ki-outline:before {
  content: "\e961";
}
.ki-black-down.ki-outline:before {
  content: "\e962";
}
.ki-black-left-line.ki-outline:before {
  content: "\e963";
}
.ki-black-left.ki-outline:before {
  content: "\e964";
}
.ki-black-right-line.ki-outline:before {
  content: "\e965";
}
.ki-black-right.ki-outline:before {
  content: "\e966";
}
.ki-black-up.ki-outline:before {
  content: "\e967";
}
.ki-bluetooth.ki-outline:before {
  content: "\e968";
}
.ki-book-open.ki-outline:before {
  content: "\e969";
}
.ki-book-square.ki-outline:before {
  content: "\e96a";
}
.ki-book.ki-outline:before {
  content: "\e96b";
}
.ki-bookmark-2.ki-outline:before {
  content: "\e96c";
}
.ki-bookmark.ki-outline:before {
  content: "\e96d";
}
.ki-bootstrap.ki-outline:before {
  content: "\e96e";
}
.ki-briefcase.ki-outline:before {
  content: "\e96f";
}
.ki-brifecase-cros.ki-outline:before {
  content: "\e970";
}
.ki-brifecase-tick.ki-outline:before {
  content: "\e971";
}
.ki-brifecase-timer.ki-outline:before {
  content: "\e972";
}
.ki-brush.ki-outline:before {
  content: "\e973";
}
.ki-bucket-square.ki-outline:before {
  content: "\e974";
}
.ki-bucket.ki-outline:before {
  content: "\e975";
}
.ki-burger-menu-1.ki-outline:before {
  content: "\e976";
}
.ki-burger-menu-2.ki-outline:before {
  content: "\e977";
}
.ki-burger-menu-3.ki-outline:before {
  content: "\e978";
}
.ki-burger-menu-4.ki-outline:before {
  content: "\e979";
}
.ki-burger-menu-5.ki-outline:before {
  content: "\e97a";
}
.ki-burger-menu-6.ki-outline:before {
  content: "\e97b";
}
.ki-burger-menu.ki-outline:before {
  content: "\e97c";
}
.ki-bus.ki-outline:before {
  content: "\e97d";
}
.ki-calculator.ki-outline:before {
  content: "\e97e";
}
.ki-calendar-2.ki-outline:before {
  content: "\e97f";
}
.ki-calendar-8.ki-outline:before {
  content: "\e980";
}
.ki-calendar-add.ki-outline:before {
  content: "\e981";
}
.ki-calendar-edit.ki-outline:before {
  content: "\e982";
}
.ki-calendar-remove.ki-outline:before {
  content: "\e983";
}
.ki-calendar-search.ki-outline:before {
  content: "\e984";
}
.ki-calendar-tick.ki-outline:before {
  content: "\e985";
}
.ki-calendar.ki-outline:before {
  content: "\e986";
}
.ki-call.ki-outline:before {
  content: "\e987";
}
.ki-capsule.ki-outline:before {
  content: "\e988";
}
.ki-car-2.ki-outline:before {
  content: "\e989";
}
.ki-car-3.ki-outline:before {
  content: "\e98a";
}
.ki-car.ki-outline:before {
  content: "\e98b";
}
.ki-category.ki-outline:before {
  content: "\e98c";
}
.ki-cd.ki-outline:before {
  content: "\e98d";
}
.ki-celsius.ki-outline:before {
  content: "\e98e";
}
.ki-chart-line-down-2.ki-outline:before {
  content: "\e98f";
}
.ki-chart-line-down.ki-outline:before {
  content: "\e990";
}
.ki-chart-line-star.ki-outline:before {
  content: "\e991";
}
.ki-chart-line-up-2.ki-outline:before {
  content: "\e992";
}
.ki-chart-line-up.ki-outline:before {
  content: "\e993";
}
.ki-chart-line.ki-outline:before {
  content: "\e994";
}
.ki-chart-pie-3.ki-outline:before {
  content: "\e995";
}
.ki-chart-pie-4.ki-outline:before {
  content: "\e996";
}
.ki-chart-pie-simple.ki-outline:before {
  content: "\e997";
}
.ki-chart-pie-too.ki-outline:before {
  content: "\e998";
}
.ki-chart-simple-2.ki-outline:before {
  content: "\e999";
}
.ki-chart-simple-3.ki-outline:before {
  content: "\e99a";
}
.ki-chart-simple.ki-outline:before {
  content: "\e99b";
}
.ki-chart.ki-outline:before {
  content: "\e99c";
}
.ki-check-circle.ki-outline:before {
  content: "\e99d";
}
.ki-check-square.ki-outline:before {
  content: "\e99e";
}
.ki-check.ki-outline:before {
  content: "\e99f";
}
.ki-cheque.ki-outline:before {
  content: "\e9a0";
}
.ki-chrome.ki-outline:before {
  content: "\e9a1";
}
.ki-classmates.ki-outline:before {
  content: "\e9a2";
}
.ki-click.ki-outline:before {
  content: "\e9a3";
}
.ki-clipboard.ki-outline:before {
  content: "\e9a4";
}
.ki-cloud-add.ki-outline:before {
  content: "\e9a5";
}
.ki-cloud-change.ki-outline:before {
  content: "\e9a6";
}
.ki-cloud-download.ki-outline:before {
  content: "\e9a7";
}
.ki-cloud.ki-outline:before {
  content: "\e9a8";
}
.ki-code.ki-outline:before {
  content: "\e9a9";
}
.ki-coffee.ki-outline:before {
  content: "\e9aa";
}
.ki-color-swatch.ki-outline:before {
  content: "\e9ab";
}
.ki-colors-square.ki-outline:before {
  content: "\e9ac";
}
.ki-compass.ki-outline:before {
  content: "\e9ad";
}
.ki-copy-success.ki-outline:before {
  content: "\e9ae";
}
.ki-copy.ki-outline:before {
  content: "\e9af";
}
.ki-courier-express.ki-outline:before {
  content: "\e9b0";
}
.ki-courier.ki-outline:before {
  content: "\e9b1";
}
.ki-credit-cart.ki-outline:before {
  content: "\e9b2";
}
.ki-cross-circle.ki-outline:before {
  content: "\e9b3";
}
.ki-cross-square.ki-outline:before {
  content: "\e9b4";
}
.ki-cross.ki-outline:before {
  content: "\e9b5";
}
.ki-crown-2.ki-outline:before {
  content: "\e9b6";
}
.ki-crown.ki-outline:before {
  content: "\e9b7";
}
.ki-css.ki-outline:before {
  content: "\e9b8";
}
.ki-cube-2.ki-outline:before {
  content: "\e9b9";
}
.ki-cube-3.ki-outline:before {
  content: "\e9ba";
}
.ki-cup.ki-outline:before {
  content: "\e9bb";
}
.ki-dash.ki-outline:before {
  content: "\e9bc";
}
.ki-data.ki-outline:before {
  content: "\e9bd";
}
.ki-delete-files.ki-outline:before {
  content: "\e9be";
}
.ki-delete-folder.ki-outline:before {
  content: "\e9bf";
}
.ki-delivery-2.ki-outline:before {
  content: "\e9c0";
}
.ki-delivery-3.ki-outline:before {
  content: "\e9c1";
}
.ki-delivery-24.ki-outline:before {
  content: "\e9c2";
}
.ki-delivery-door.ki-outline:before {
  content: "\e9c3";
}
.ki-delivery-geolocation.ki-outline:before {
  content: "\e9c4";
}
.ki-delivery-time.ki-outline:before {
  content: "\e9c5";
}
.ki-delivery.ki-outline:before {
  content: "\e9c6";
}
.ki-design-2.ki-outline:before {
  content: "\e9c7";
}
.ki-design-frame.ki-outline:before {
  content: "\e9c8";
}
.ki-design-mask.ki-outline:before {
  content: "\e9c9";
}
.ki-design.ki-outline:before {
  content: "\e9ca";
}
.ki-devices-2.ki-outline:before {
  content: "\e9cb";
}
.ki-devices.ki-outline:before {
  content: "\e9cc";
}
.ki-diamonds.ki-outline:before {
  content: "\e9cd";
}
.ki-directbox-default.ki-outline:before {
  content: "\e9ce";
}
.ki-disconnect.ki-outline:before {
  content: "\e9cf";
}
.ki-discount.ki-outline:before {
  content: "\e9d0";
}
.ki-disk.ki-outline:before {
  content: "\e9d1";
}
.ki-dislike.ki-outline:before {
  content: "\e9d2";
}
.ki-dj.ki-outline:before {
  content: "\e9d3";
}
.ki-document.ki-outline:before {
  content: "\e9d4";
}
.ki-dollar.ki-outline:before {
  content: "\e9d5";
}
.ki-dots-circle-vertical.ki-outline:before {
  content: "\e9d6";
}
.ki-dots-circle.ki-outline:before {
  content: "\e9d7";
}
.ki-dots-horizontal.ki-outline:before {
  content: "\e9d8";
}
.ki-dots-square-vertical.ki-outline:before {
  content: "\e9d9";
}
.ki-dots-square.ki-outline:before {
  content: "\e9da";
}
.ki-dots-vertical.ki-outline:before {
  content: "\e9db";
}
.ki-double-check-circle.ki-outline:before {
  content: "\e9dc";
}
.ki-double-check.ki-outline:before {
  content: "\e9dd";
}
.ki-double-down.ki-outline:before {
  content: "\e9de";
}
.ki-double-left-arrow.ki-outline:before {
  content: "\e9df";
}
.ki-double-left.ki-outline:before {
  content: "\e9e0";
}
.ki-double-right-arrow.ki-outline:before {
  content: "\e9e1";
}
.ki-double-right.ki-outline:before {
  content: "\e9e2";
}
.ki-double-up.ki-outline:before {
  content: "\e9e3";
}
.ki-down-square.ki-outline:before {
  content: "\e9e4";
}
.ki-down.ki-outline:before {
  content: "\e9e5";
}
.ki-dribbble.ki-outline:before {
  content: "\e9e6";
}
.ki-drop.ki-outline:before {
  content: "\e9e7";
}
.ki-dropbox.ki-outline:before {
  content: "\e9e8";
}
.ki-educare.ki-outline:before {
  content: "\e9e9";
}
.ki-electricity.ki-outline:before {
  content: "\e9ea";
}
.ki-electronic-clock.ki-outline:before {
  content: "\e9eb";
}
.ki-element-1.ki-outline:before {
  content: "\e9ec";
}
.ki-element-2.ki-outline:before {
  content: "\e9ed";
}
.ki-element-3.ki-outline:before {
  content: "\e9ee";
}
.ki-element-4.ki-outline:before {
  content: "\e9ef";
}
.ki-element-5.ki-outline:before {
  content: "\e9f0";
}
.ki-element-6.ki-outline:before {
  content: "\e9f1";
}
.ki-element-7.ki-outline:before {
  content: "\e9f2";
}
.ki-element-8.ki-outline:before {
  content: "\e9f3";
}
.ki-element-9.ki-outline:before {
  content: "\e9f4";
}
.ki-element-10.ki-outline:before {
  content: "\e9f5";
}
.ki-element-11.ki-outline:before {
  content: "\e9f6";
}
.ki-element-12.ki-outline:before {
  content: "\e9f7";
}
.ki-element-equal.ki-outline:before {
  content: "\e9f8";
}
.ki-element-plus.ki-outline:before {
  content: "\e9f9";
}
.ki-emoji-happy.ki-outline:before {
  content: "\e9fa";
}
.ki-enjin-coin.ki-outline:before {
  content: "\e9fb";
}
.ki-entrance-left.ki-outline:before {
  content: "\e9fc";
}
.ki-entrance-right.ki-outline:before {
  content: "\e9fd";
}
.ki-eraser.ki-outline:before {
  content: "\e9fe";
}
.ki-euro.ki-outline:before {
  content: "\e9ff";
}
.ki-exit-down.ki-outline:before {
  content: "\ea00";
}
.ki-exit-left.ki-outline:before {
  content: "\ea01";
}
.ki-exit-right-corner.ki-outline:before {
  content: "\ea02";
}
.ki-exit-right.ki-outline:before {
  content: "\ea03";
}
.ki-exit-up.ki-outline:before {
  content: "\ea04";
}
.ki-external-drive.ki-outline:before {
  content: "\ea05";
}
.ki-eye-slash.ki-outline:before {
  content: "\ea06";
}
.ki-eye.ki-outline:before {
  content: "\ea07";
}
.ki-facebook.ki-outline:before {
  content: "\ea08";
}
.ki-faceid.ki-outline:before {
  content: "\ea09";
}
.ki-fasten.ki-outline:before {
  content: "\ea0a";
}
.ki-fat-rows.ki-outline:before {
  content: "\ea0b";
}
.ki-feather.ki-outline:before {
  content: "\ea0c";
}
.ki-figma.ki-outline:before {
  content: "\ea0d";
}
.ki-file-added.ki-outline:before {
  content: "\ea0e";
}
.ki-file-deleted.ki-outline:before {
  content: "\ea0f";
}
.ki-file-down.ki-outline:before {
  content: "\ea10";
}
.ki-file-left.ki-outline:before {
  content: "\ea11";
}
.ki-file-right.ki-outline:before {
  content: "\ea12";
}
.ki-file-sheet.ki-outline:before {
  content: "\ea13";
}
.ki-file-up.ki-outline:before {
  content: "\ea14";
}
.ki-file.ki-outline:before {
  content: "\ea15";
}
.ki-files-tablet.ki-outline:before {
  content: "\ea16";
}
.ki-filter-edit.ki-outline:before {
  content: "\ea17";
}
.ki-filter-search.ki-outline:before {
  content: "\ea18";
}
.ki-filter-square.ki-outline:before {
  content: "\ea19";
}
.ki-filter-tablet.ki-outline:before {
  content: "\ea1a";
}
.ki-filter-tick.ki-outline:before {
  content: "\ea1b";
}
.ki-filter.ki-outline:before {
  content: "\ea1c";
}
.ki-finance-calculator.ki-outline:before {
  content: "\ea1d";
}
.ki-financial-schedule.ki-outline:before {
  content: "\ea1e";
}
.ki-fingerprint-scanning.ki-outline:before {
  content: "\ea1f";
}
.ki-flag.ki-outline:before {
  content: "\ea20";
}
.ki-flash-circle.ki-outline:before {
  content: "\ea21";
}
.ki-flask.ki-outline:before {
  content: "\ea22";
}
.ki-focus.ki-outline:before {
  content: "\ea23";
}
.ki-folder-added.ki-outline:before {
  content: "\ea24";
}
.ki-folder-down.ki-outline:before {
  content: "\ea25";
}
.ki-folder-up.ki-outline:before {
  content: "\ea26";
}
.ki-folder.ki-outline:before {
  content: "\ea27";
}
.ki-frame.ki-outline:before {
  content: "\ea28";
}
.ki-gear.ki-outline:before {
  content: "\ea29";
}
.ki-general-mouse.ki-outline:before {
  content: "\ea2a";
}
.ki-geolocation-home.ki-outline:before {
  content: "\ea2b";
}
.ki-geolocation.ki-outline:before {
  content: "\ea2c";
}
.ki-ghost.ki-outline:before {
  content: "\ea2d";
}
.ki-gift.ki-outline:before {
  content: "\ea2e";
}
.ki-github.ki-outline:before {
  content: "\ea2f";
}
.ki-glass.ki-outline:before {
  content: "\ea30";
}
.ki-google-play.ki-outline:before {
  content: "\ea31";
}
.ki-google.ki-outline:before {
  content: "\ea32";
}
.ki-graph-2.ki-outline:before {
  content: "\ea33";
}
.ki-graph-3.ki-outline:before {
  content: "\ea34";
}
.ki-graph-4.ki-outline:before {
  content: "\ea35";
}
.ki-graph-up.ki-outline:before {
  content: "\ea36";
}
.ki-graph.ki-outline:before {
  content: "\ea37";
}
.ki-grid-2.ki-outline:before {
  content: "\ea38";
}
.ki-grid-frame.ki-outline:before {
  content: "\ea39";
}
.ki-grid.ki-outline:before {
  content: "\ea3a";
}
.ki-handcart.ki-outline:before {
  content: "\ea3b";
}
.ki-happy-emoji.ki-outline:before {
  content: "\ea3c";
}
.ki-heart-circle.ki-outline:before {
  content: "\ea3d";
}
.ki-heart.ki-outline:before {
  content: "\ea3e";
}
.ki-home-1.ki-outline:before {
  content: "\ea3f";
}
.ki-home-2.ki-outline:before {
  content: "\ea40";
}
.ki-home-3.ki-outline:before {
  content: "\ea41";
}
.ki-home.ki-outline:before {
  content: "\ea42";
}
.ki-html.ki-outline:before {
  content: "\ea43";
}
.ki-icon.ki-outline:before {
  content: "\ea44";
}
.ki-illustrator.ki-outline:before {
  content: "\ea45";
}
.ki-information-2.ki-outline:before {
  content: "\ea46";
}
.ki-information-3.ki-outline:before {
  content: "\ea47";
}
.ki-information-4.ki-outline:before {
  content: "\ea48";
}
.ki-information-5.ki-outline:before {
  content: "\ea49";
}
.ki-information.ki-outline:before {
  content: "\ea4a";
}
.ki-instagram.ki-outline:before {
  content: "\ea4b";
}
.ki-joystick.ki-outline:before {
  content: "\ea4c";
}
.ki-js-2.ki-outline:before {
  content: "\ea4d";
}
.ki-js.ki-outline:before {
  content: "\ea4e";
}
.ki-kanban.ki-outline:before {
  content: "\ea4f";
}
.ki-key-square.ki-outline:before {
  content: "\ea50";
}
.ki-key.ki-outline:before {
  content: "\ea51";
}
.ki-keyboard.ki-outline:before {
  content: "\ea52";
}
.ki-laptop.ki-outline:before {
  content: "\ea53";
}
.ki-laravel.ki-outline:before {
  content: "\ea54";
}
.ki-left-square.ki-outline:before {
  content: "\ea55";
}
.ki-left.ki-outline:before {
  content: "\ea56";
}
.ki-like-2.ki-outline:before {
  content: "\ea57";
}
.ki-like-folder.ki-outline:before {
  content: "\ea58";
}
.ki-like-shapes.ki-outline:before {
  content: "\ea59";
}
.ki-like-tag.ki-outline:before {
  content: "\ea5a";
}
.ki-like.ki-outline:before {
  content: "\ea5b";
}
.ki-loading.ki-outline:before {
  content: "\ea5c";
}
.ki-lock-2.ki-outline:before {
  content: "\ea5d";
}
.ki-lock-3.ki-outline:before {
  content: "\ea5e";
}
.ki-lock.ki-outline:before {
  content: "\ea5f";
}
.ki-logistic.ki-outline:before {
  content: "\ea60";
}
.ki-lots-shopping.ki-outline:before {
  content: "\ea61";
}
.ki-lovely.ki-outline:before {
  content: "\ea62";
}
.ki-lts.ki-outline:before {
  content: "\ea63";
}
.ki-magnifier.ki-outline:before {
  content: "\ea64";
}
.ki-map.ki-outline:before {
  content: "\ea65";
}
.ki-mask.ki-outline:before {
  content: "\ea66";
}
.ki-maximize.ki-outline:before {
  content: "\ea67";
}
.ki-medal-star.ki-outline:before {
  content: "\ea68";
}
.ki-menu.ki-outline:before {
  content: "\ea69";
}
.ki-message-add.ki-outline:before {
  content: "\ea6a";
}
.ki-message-edit.ki-outline:before {
  content: "\ea6b";
}
.ki-message-minus.ki-outline:before {
  content: "\ea6c";
}
.ki-message-notif.ki-outline:before {
  content: "\ea6d";
}
.ki-message-programming.ki-outline:before {
  content: "\ea6e";
}
.ki-message-question.ki-outline:before {
  content: "\ea6f";
}
.ki-message-text-2.ki-outline:before {
  content: "\ea70";
}
.ki-message-text.ki-outline:before {
  content: "\ea71";
}
.ki-messages.ki-outline:before {
  content: "\ea72";
}
.ki-microsoft.ki-outline:before {
  content: "\ea73";
}
.ki-milk.ki-outline:before {
  content: "\ea74";
}
.ki-minus-circle.ki-outline:before {
  content: "\ea75";
}
.ki-minus-folder.ki-outline:before {
  content: "\ea76";
}
.ki-minus-square.ki-outline:before {
  content: "\ea77";
}
.ki-minus.ki-outline:before {
  content: "\ea78";
}
.ki-monitor-mobile.ki-outline:before {
  content: "\ea79";
}
.ki-moon.ki-outline:before {
  content: "\ea7a";
}
.ki-more-2.ki-outline:before {
  content: "\ea7b";
}
.ki-mouse-circle.ki-outline:before {
  content: "\ea7c";
}
.ki-mouse-square.ki-outline:before {
  content: "\ea7d";
}
.ki-mouse.ki-outline:before {
  content: "\ea7e";
}
.ki-nexo.ki-outline:before {
  content: "\ea7f";
}
.ki-night-day.ki-outline:before {
  content: "\ea80";
}
.ki-note-2.ki-outline:before {
  content: "\ea81";
}
.ki-note.ki-outline:before {
  content: "\ea82";
}
.ki-notepad-bookmark.ki-outline:before {
  content: "\ea83";
}
.ki-notepad-edit.ki-outline:before {
  content: "\ea84";
}
.ki-notepad.ki-outline:before {
  content: "\ea85";
}
.ki-notification-2.ki-outline:before {
  content: "\ea86";
}
.ki-notification-bing.ki-outline:before {
  content: "\ea87";
}
.ki-notification-circle.ki-outline:before {
  content: "\ea88";
}
.ki-notification-favorite.ki-outline:before {
  content: "\ea89";
}
.ki-notification-on.ki-outline:before {
  content: "\ea8a";
}
.ki-notification-status.ki-outline:before {
  content: "\ea8b";
}
.ki-notification.ki-outline:before {
  content: "\ea8c";
}
.ki-ocean.ki-outline:before {
  content: "\ea8d";
}
.ki-office-bag.ki-outline:before {
  content: "\ea8e";
}
.ki-package.ki-outline:before {
  content: "\ea8f";
}
.ki-pails.ki-outline:before {
  content: "\ea90";
}
.ki-paintbucket.ki-outline:before {
  content: "\ea91";
}
.ki-paper-clip.ki-outline:before {
  content: "\ea92";
}
.ki-parcel-tracking.ki-outline:before {
  content: "\ea93";
}
.ki-parcel.ki-outline:before {
  content: "\ea94";
}
.ki-password-check.ki-outline:before {
  content: "\ea95";
}
.ki-paypal.ki-outline:before {
  content: "\ea96";
}
.ki-pencil.ki-outline:before {
  content: "\ea97";
}
.ki-people.ki-outline:before {
  content: "\ea98";
}
.ki-percentage.ki-outline:before {
  content: "\ea99";
}
.ki-phone.ki-outline:before {
  content: "\ea9a";
}
.ki-photoshop.ki-outline:before {
  content: "\ea9b";
}
.ki-picture.ki-outline:before {
  content: "\ea9c";
}
.ki-pill.ki-outline:before {
  content: "\ea9d";
}
.ki-pin.ki-outline:before {
  content: "\ea9e";
}
.ki-plus-circle.ki-outline:before {
  content: "\ea9f";
}
.ki-plus-square.ki-outline:before {
  content: "\eaa0";
}
.ki-plus.ki-outline:before {
  content: "\eaa1";
}
.ki-pointers.ki-outline:before {
  content: "\eaa2";
}
.ki-price-tag.ki-outline:before {
  content: "\eaa3";
}
.ki-printer.ki-outline:before {
  content: "\eaa4";
}
.ki-profile-circle.ki-outline:before {
  content: "\eaa5";
}
.ki-profile-user.ki-outline:before {
  content: "\eaa6";
}
.ki-pulse.ki-outline:before {
  content: "\eaa7";
}
.ki-purchase.ki-outline:before {
  content: "\eaa8";
}
.ki-python.ki-outline:before {
  content: "\eaa9";
}
.ki-question-2.ki-outline:before {
  content: "\eaaa";
}
.ki-question.ki-outline:before {
  content: "\eaab";
}
.ki-questionnaire-tablet.ki-outline:before {
  content: "\eaac";
}
.ki-ranking.ki-outline:before {
  content: "\eaad";
}
.ki-react.ki-outline:before {
  content: "\eaae";
}
.ki-receipt-square.ki-outline:before {
  content: "\eaaf";
}
.ki-rescue.ki-outline:before {
  content: "\eab0";
}
.ki-right-left.ki-outline:before {
  content: "\eab1";
}
.ki-right-square.ki-outline:before {
  content: "\eab2";
}
.ki-right.ki-outline:before {
  content: "\eab3";
}
.ki-rocket.ki-outline:before {
  content: "\eab4";
}
.ki-route.ki-outline:before {
  content: "\eab5";
}
.ki-router.ki-outline:before {
  content: "\eab6";
}
.ki-row-horizontal.ki-outline:before {
  content: "\eab7";
}
.ki-row-vertical.ki-outline:before {
  content: "\eab8";
}
.ki-safe-home.ki-outline:before {
  content: "\eab9";
}
.ki-satellite.ki-outline:before {
  content: "\eaba";
}
.ki-save-2.ki-outline:before {
  content: "\eabb";
}
.ki-save-deposit.ki-outline:before {
  content: "\eabc";
}
.ki-scan-barcode.ki-outline:before {
  content: "\eabd";
}
.ki-scooter-2.ki-outline:before {
  content: "\eabe";
}
.ki-scooter.ki-outline:before {
  content: "\eabf";
}
.ki-screen.ki-outline:before {
  content: "\eac0";
}
.ki-scroll.ki-outline:before {
  content: "\eac1";
}
.ki-search-list.ki-outline:before {
  content: "\eac2";
}
.ki-security-check.ki-outline:before {
  content: "\eac3";
}
.ki-security-user.ki-outline:before {
  content: "\eac4";
}
.ki-send.ki-outline:before {
  content: "\eac5";
}
.ki-setting-2.ki-outline:before {
  content: "\eac6";
}
.ki-setting-3.ki-outline:before {
  content: "\eac7";
}
.ki-setting-4.ki-outline:before {
  content: "\eac8";
}
.ki-setting.ki-outline:before {
  content: "\eac9";
}
.ki-share.ki-outline:before {
  content: "\eaca";
}
.ki-shield-cross.ki-outline:before {
  content: "\eacb";
}
.ki-shield-search.ki-outline:before {
  content: "\eacc";
}
.ki-shield-slash.ki-outline:before {
  content: "\eacd";
}
.ki-shield-tick.ki-outline:before {
  content: "\eace";
}
.ki-shield.ki-outline:before {
  content: "\eacf";
}
.ki-ship.ki-outline:before {
  content: "\ead0";
}
.ki-shop.ki-outline:before {
  content: "\ead1";
}
.ki-simcard-2.ki-outline:before {
  content: "\ead2";
}
.ki-simcard.ki-outline:before {
  content: "\ead3";
}
.ki-size.ki-outline:before {
  content: "\ead4";
}
.ki-slack.ki-outline:before {
  content: "\ead5";
}
.ki-slider-horizontal-2.ki-outline:before {
  content: "\ead6";
}
.ki-slider-horizontal.ki-outline:before {
  content: "\ead7";
}
.ki-slider-vertical-2.ki-outline:before {
  content: "\ead8";
}
.ki-slider-vertical.ki-outline:before {
  content: "\ead9";
}
.ki-slider.ki-outline:before {
  content: "\eada";
}
.ki-sms.ki-outline:before {
  content: "\eadb";
}
.ki-snapchat.ki-outline:before {
  content: "\eadc";
}
.ki-social-media.ki-outline:before {
  content: "\eadd";
}
.ki-soft-2.ki-outline:before {
  content: "\eade";
}
.ki-soft-3.ki-outline:before {
  content: "\eadf";
}
.ki-soft.ki-outline:before {
  content: "\eae0";
}
.ki-some-files.ki-outline:before {
  content: "\eae1";
}
.ki-sort.ki-outline:before {
  content: "\eae2";
}
.ki-speaker.ki-outline:before {
  content: "\eae3";
}
.ki-spotify.ki-outline:before {
  content: "\eae4";
}
.ki-spring-framework.ki-outline:before {
  content: "\eae5";
}
.ki-square-brackets.ki-outline:before {
  content: "\eae6";
}
.ki-star.ki-outline:before {
  content: "\eae7";
}
.ki-status.ki-outline:before {
  content: "\eae8";
}
.ki-subtitle.ki-outline:before {
  content: "\eae9";
}
.ki-sun.ki-outline:before {
  content: "\eaea";
}
.ki-support-24.ki-outline:before {
  content: "\eaeb";
}
.ki-switch.ki-outline:before {
  content: "\eaec";
}
.ki-syringe.ki-outline:before {
  content: "\eaed";
}
.ki-tablet-book.ki-outline:before {
  content: "\eaee";
}
.ki-tablet-delete.ki-outline:before {
  content: "\eaef";
}
.ki-tablet-down.ki-outline:before {
  content: "\eaf0";
}
.ki-tablet-ok.ki-outline:before {
  content: "\eaf1";
}
.ki-tablet-text-down.ki-outline:before {
  content: "\eaf2";
}
.ki-tablet-text-up.ki-outline:before {
  content: "\eaf3";
}
.ki-tablet-up.ki-outline:before {
  content: "\eaf4";
}
.ki-tablet.ki-outline:before {
  content: "\eaf5";
}
.ki-tag-cross.ki-outline:before {
  content: "\eaf6";
}
.ki-tag.ki-outline:before {
  content: "\eaf7";
}
.ki-teacher.ki-outline:before {
  content: "\eaf8";
}
.ki-tech-wifi.ki-outline:before {
  content: "\eaf9";
}
.ki-technology-2.ki-outline:before {
  content: "\eafa";
}
.ki-technology-3.ki-outline:before {
  content: "\eafb";
}
.ki-technology-4.ki-outline:before {
  content: "\eafc";
}
.ki-technology.ki-outline:before {
  content: "\eafd";
}
.ki-telephone-geolocation.ki-outline:before {
  content: "\eafe";
}
.ki-test-tubes.ki-outline:before {
  content: "\eaff";
}
.ki-text-align-center.ki-outline:before {
  content: "\eb00";
}
.ki-text-align-justify-center.ki-outline:before {
  content: "\eb01";
}
.ki-text-align-left.ki-outline:before {
  content: "\eb02";
}
.ki-text-align-right.ki-outline:before {
  content: "\eb03";
}
.ki-text-bold.ki-outline:before {
  content: "\eb04";
}
.ki-text-circle.ki-outline:before {
  content: "\eb05";
}
.ki-text-italic.ki-outline:before {
  content: "\eb06";
}
.ki-text-number.ki-outline:before {
  content: "\eb07";
}
.ki-text-strikethrough.ki-outline:before {
  content: "\eb08";
}
.ki-text-underline.ki-outline:before {
  content: "\eb09";
}
.ki-text.ki-outline:before {
  content: "\eb0a";
}
.ki-thermometer.ki-outline:before {
  content: "\eb0b";
}
.ki-theta.ki-outline:before {
  content: "\eb0c";
}
.ki-tiktok.ki-outline:before {
  content: "\eb0d";
}
.ki-time.ki-outline:before {
  content: "\eb0e";
}
.ki-timer.ki-outline:before {
  content: "\eb0f";
}
.ki-to-left.ki-outline:before {
  content: "\eb10";
}
.ki-to-right.ki-outline:before {
  content: "\eb11";
}
.ki-toggle-off-circle.ki-outline:before {
  content: "\eb12";
}
.ki-toggle-off.ki-outline:before {
  content: "\eb13";
}
.ki-toggle-on-circle.ki-outline:before {
  content: "\eb14";
}
.ki-toggle-on.ki-outline:before {
  content: "\eb15";
}
.ki-trailer.ki-outline:before {
  content: "\eb16";
}
.ki-trash-square.ki-outline:before {
  content: "\eb17";
}
.ki-trash.ki-outline:before {
  content: "\eb18";
}
.ki-tree.ki-outline:before {
  content: "\eb19";
}
.ki-trello.ki-outline:before {
  content: "\eb1a";
}
.ki-triangle.ki-outline:before {
  content: "\eb1b";
}
.ki-truck.ki-outline:before {
  content: "\eb1c";
}
.ki-ts.ki-outline:before {
  content: "\eb1d";
}
.ki-twitch.ki-outline:before {
  content: "\eb1e";
}
.ki-twitter.ki-outline:before {
  content: "\eb1f";
}
.ki-two-credit-cart.ki-outline:before {
  content: "\eb20";
}
.ki-underlining.ki-outline:before {
  content: "\eb21";
}
.ki-up-down.ki-outline:before {
  content: "\eb22";
}
.ki-up-square.ki-outline:before {
  content: "\eb23";
}
.ki-up.ki-outline:before {
  content: "\eb24";
}
.ki-update-file.ki-outline:before {
  content: "\eb25";
}
.ki-update-folder.ki-outline:before {
  content: "\eb26";
}
.ki-user-edit.ki-outline:before {
  content: "\eb27";
}
.ki-user-square.ki-outline:before {
  content: "\eb28";
}
.ki-user-tick.ki-outline:before {
  content: "\eb29";
}
.ki-user.ki-outline:before {
  content: "\eb2a";
}
.ki-verify.ki-outline:before {
  content: "\eb2b";
}
.ki-vibe.ki-outline:before {
  content: "\eb2c";
}
.ki-virus.ki-outline:before {
  content: "\eb2d";
}
.ki-vue.ki-outline:before {
  content: "\eb2e";
}
.ki-vuesax.ki-outline:before {
  content: "\eb2f";
}
.ki-wallet.ki-outline:before {
  content: "\eb30";
}
.ki-wanchain.ki-outline:before {
  content: "\eb31";
}
.ki-watch.ki-outline:before {
  content: "\eb32";
}
.ki-whatsapp.ki-outline:before {
  content: "\eb33";
}
.ki-wifi-home.ki-outline:before {
  content: "\eb34";
}
.ki-wifi-square.ki-outline:before {
  content: "\eb35";
}
.ki-wifi.ki-outline:before {
  content: "\eb36";
}
.ki-wrench.ki-outline:before {
  content: "\eb37";
}
.ki-xaomi.ki-outline:before {
  content: "\eb38";
}
.ki-xd.ki-outline:before {
  content: "\eb39";
}
.ki-xmr.ki-outline:before {
  content: "\eb3a";
}
.ki-yii.ki-outline:before {
  content: "\eb3b";
}
.ki-youtube.ki-outline:before {
  content: "\eb3c";
}

@font-face {
  font-family: 'keenicons-solid';
  src:  url(./fonts/keenicons-solid/keenicons-solid.eot);
  src:  url(./fonts/keenicons-solid/keenicons-solid.eot) format('embedded-opentype'),
    url(./fonts/keenicons-solid/keenicons-solid.ttf) format('truetype'),
    url(./fonts/keenicons-solid/keenicons-solid.woff) format('woff'),
    url(./fonts/keenicons-solid/keenicons-solid.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ki-solid {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'keenicons-solid' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1.ki-solid:before {
  content: "\e900";
}
.ki-abstract-2.ki-solid:before {
  content: "\e901";
}
.ki-abstract-3.ki-solid:before {
  content: "\e902";
}
.ki-abstract-4.ki-solid:before {
  content: "\e903";
}
.ki-abstract-5.ki-solid:before {
  content: "\e904";
}
.ki-abstract-6.ki-solid:before {
  content: "\e905";
}
.ki-abstract-7.ki-solid:before {
  content: "\e906";
}
.ki-abstract-8.ki-solid:before {
  content: "\e907";
}
.ki-abstract-9.ki-solid:before {
  content: "\e908";
}
.ki-abstract-10.ki-solid:before {
  content: "\e909";
}
.ki-abstract-11.ki-solid:before {
  content: "\e90a";
}
.ki-abstract-12.ki-solid:before {
  content: "\e90b";
}
.ki-abstract-13.ki-solid:before {
  content: "\e90c";
}
.ki-abstract-14.ki-solid:before {
  content: "\e90d";
}
.ki-abstract-15.ki-solid:before {
  content: "\e90e";
}
.ki-abstract-16.ki-solid:before {
  content: "\e90f";
}
.ki-abstract-17.ki-solid:before {
  content: "\e910";
}
.ki-abstract-18.ki-solid:before {
  content: "\e911";
}
.ki-abstract-19.ki-solid:before {
  content: "\e912";
}
.ki-abstract-20.ki-solid:before {
  content: "\e913";
}
.ki-abstract-21.ki-solid:before {
  content: "\e914";
}
.ki-abstract-22.ki-solid:before {
  content: "\e915";
}
.ki-abstract-23.ki-solid:before {
  content: "\e916";
}
.ki-abstract-24.ki-solid:before {
  content: "\e917";
}
.ki-abstract-25.ki-solid:before {
  content: "\e918";
}
.ki-abstract-26.ki-solid:before {
  content: "\e919";
}
.ki-abstract-27.ki-solid:before {
  content: "\e91a";
}
.ki-abstract-28.ki-solid:before {
  content: "\e91b";
}
.ki-abstract-29.ki-solid:before {
  content: "\e91c";
}
.ki-abstract-30.ki-solid:before {
  content: "\e91d";
}
.ki-abstract-31.ki-solid:before {
  content: "\e91e";
}
.ki-abstract-32.ki-solid:before {
  content: "\e91f";
}
.ki-abstract-33.ki-solid:before {
  content: "\e920";
}
.ki-abstract-34.ki-solid:before {
  content: "\e921";
}
.ki-abstract-35.ki-solid:before {
  content: "\e922";
}
.ki-abstract-36.ki-solid:before {
  content: "\e923";
}
.ki-abstract-37.ki-solid:before {
  content: "\e924";
}
.ki-abstract-38.ki-solid:before {
  content: "\e925";
}
.ki-abstract-39.ki-solid:before {
  content: "\e926";
}
.ki-abstract-40.ki-solid:before {
  content: "\e927";
}
.ki-abstract-41.ki-solid:before {
  content: "\e928";
}
.ki-abstract-42.ki-solid:before {
  content: "\e929";
}
.ki-abstract-43.ki-solid:before {
  content: "\e92a";
}
.ki-abstract-44.ki-solid:before {
  content: "\e92b";
}
.ki-abstract-45.ki-solid:before {
  content: "\e92c";
}
.ki-abstract-46.ki-solid:before {
  content: "\e92d";
}
.ki-abstract-47.ki-solid:before {
  content: "\e92e";
}
.ki-abstract-48.ki-solid:before {
  content: "\e92f";
}
.ki-abstract-49.ki-solid:before {
  content: "\e930";
}
.ki-abstract.ki-solid:before {
  content: "\e931";
}
.ki-add-files.ki-solid:before {
  content: "\e932";
}
.ki-add-folder.ki-solid:before {
  content: "\e933";
}
.ki-add-item.ki-solid:before {
  content: "\e934";
}
.ki-add-notepad.ki-solid:before {
  content: "\e935";
}
.ki-address-book.ki-solid:before {
  content: "\e936";
}
.ki-airplane-square.ki-solid:before {
  content: "\e937";
}
.ki-airplane.ki-solid:before {
  content: "\e938";
}
.ki-airpod.ki-solid:before {
  content: "\e939";
}
.ki-android.ki-solid:before {
  content: "\e93a";
}
.ki-angular.ki-solid:before {
  content: "\e93b";
}
.ki-apple.ki-solid:before {
  content: "\e93c";
}
.ki-archive-tick.ki-solid:before {
  content: "\e93d";
}
.ki-archive.ki-solid:before {
  content: "\e93e";
}
.ki-arrow-circle-left.ki-solid:before {
  content: "\e93f";
}
.ki-arrow-circle-right.ki-solid:before {
  content: "\e940";
}
.ki-arrow-diagonal.ki-solid:before {
  content: "\e941";
}
.ki-arrow-down-left.ki-solid:before {
  content: "\e942";
}
.ki-arrow-down-refraction.ki-solid:before {
  content: "\e943";
}
.ki-arrow-down-right.ki-solid:before {
  content: "\e944";
}
.ki-arrow-down.ki-solid:before {
  content: "\e945";
}
.ki-arrow-left.ki-solid:before {
  content: "\e946";
}
.ki-arrow-mix.ki-solid:before {
  content: "\e947";
}
.ki-arrow-right-left.ki-solid:before {
  content: "\e948";
}
.ki-arrow-right.ki-solid:before {
  content: "\e949";
}
.ki-arrow-two-diagonals.ki-solid:before {
  content: "\e94a";
}
.ki-arrow-up-down.ki-solid:before {
  content: "\e94b";
}
.ki-arrow-up-left.ki-solid:before {
  content: "\e94c";
}
.ki-arrow-up-refraction.ki-solid:before {
  content: "\e94d";
}
.ki-arrow-up-right.ki-solid:before {
  content: "\e94e";
}
.ki-arrow-up.ki-solid:before {
  content: "\e94f";
}
.ki-arrow-zigzag.ki-solid:before {
  content: "\e950";
}
.ki-arrows-circle.ki-solid:before {
  content: "\e951";
}
.ki-arrows-loop.ki-solid:before {
  content: "\e952";
}
.ki-artificial-intelligence.ki-solid:before {
  content: "\e953";
}
.ki-auto-brightness.ki-solid:before {
  content: "\e954";
}
.ki-avalanche.ki-solid:before {
  content: "\e955";
}
.ki-award.ki-solid:before {
  content: "\e956";
}
.ki-badge.ki-solid:before {
  content: "\e957";
}
.ki-bandage.ki-solid:before {
  content: "\e958";
}
.ki-bank.ki-solid:before {
  content: "\e959";
}
.ki-barcode.ki-solid:before {
  content: "\e95a";
}
.ki-basket-ok.ki-solid:before {
  content: "\e95b";
}
.ki-basket.ki-solid:before {
  content: "\e95c";
}
.ki-behance.ki-solid:before {
  content: "\e95d";
}
.ki-bill.ki-solid:before {
  content: "\e95e";
}
.ki-binance-usd.ki-solid:before {
  content: "\e95f";
}
.ki-binance.ki-solid:before {
  content: "\e960";
}
.ki-bitcoin.ki-solid:before {
  content: "\e961";
}
.ki-black-down.ki-solid:before {
  content: "\e962";
}
.ki-black-left-line.ki-solid:before {
  content: "\e963";
}
.ki-black-left.ki-solid:before {
  content: "\e964";
}
.ki-black-right-line.ki-solid:before {
  content: "\e965";
}
.ki-black-right.ki-solid:before {
  content: "\e966";
}
.ki-black-up.ki-solid:before {
  content: "\e967";
}
.ki-bluetooth.ki-solid:before {
  content: "\e968";
}
.ki-book-open.ki-solid:before {
  content: "\e969";
}
.ki-book-square.ki-solid:before {
  content: "\e96a";
}
.ki-book.ki-solid:before {
  content: "\e96b";
}
.ki-bookmark-2.ki-solid:before {
  content: "\e96c";
}
.ki-bookmark.ki-solid:before {
  content: "\e96d";
}
.ki-bootstrap.ki-solid:before {
  content: "\e96e";
}
.ki-briefcase.ki-solid:before {
  content: "\e96f";
}
.ki-brifecase-cros.ki-solid:before {
  content: "\e970";
}
.ki-brifecase-tick.ki-solid:before {
  content: "\e971";
}
.ki-brifecase-timer.ki-solid:before {
  content: "\e972";
}
.ki-brush.ki-solid:before {
  content: "\e973";
}
.ki-bucket-square.ki-solid:before {
  content: "\e974";
}
.ki-bucket.ki-solid:before {
  content: "\e975";
}
.ki-burger-menu-1.ki-solid:before {
  content: "\e976";
}
.ki-burger-menu-2.ki-solid:before {
  content: "\e977";
}
.ki-burger-menu-3.ki-solid:before {
  content: "\e978";
}
.ki-burger-menu-4.ki-solid:before {
  content: "\e979";
}
.ki-burger-menu-5.ki-solid:before {
  content: "\e97a";
}
.ki-burger-menu-6.ki-solid:before {
  content: "\e97b";
}
.ki-burger-menu.ki-solid:before {
  content: "\e97c";
}
.ki-bus.ki-solid:before {
  content: "\e97d";
}
.ki-calculator.ki-solid:before {
  content: "\e97e";
}
.ki-calendar-2.ki-solid:before {
  content: "\e97f";
}
.ki-calendar-8.ki-solid:before {
  content: "\e980";
}
.ki-calendar-add.ki-solid:before {
  content: "\e981";
}
.ki-calendar-edit.ki-solid:before {
  content: "\e982";
}
.ki-calendar-remove.ki-solid:before {
  content: "\e983";
}
.ki-calendar-search.ki-solid:before {
  content: "\e984";
}
.ki-calendar-tick.ki-solid:before {
  content: "\e985";
}
.ki-calendar.ki-solid:before {
  content: "\e986";
}
.ki-call.ki-solid:before {
  content: "\e987";
}
.ki-capsule.ki-solid:before {
  content: "\e988";
}
.ki-car-2.ki-solid:before {
  content: "\e989";
}
.ki-car-3.ki-solid:before {
  content: "\e98a";
}
.ki-car.ki-solid:before {
  content: "\e98b";
}
.ki-category.ki-solid:before {
  content: "\e98c";
}
.ki-cd.ki-solid:before {
  content: "\e98d";
}
.ki-celsius.ki-solid:before {
  content: "\e98e";
}
.ki-chart-line-down-2.ki-solid:before {
  content: "\e98f";
}
.ki-chart-line-down.ki-solid:before {
  content: "\e990";
}
.ki-chart-line-star.ki-solid:before {
  content: "\e991";
}
.ki-chart-line-up-2.ki-solid:before {
  content: "\e992";
}
.ki-chart-line-up.ki-solid:before {
  content: "\e993";
}
.ki-chart-line.ki-solid:before {
  content: "\e994";
}
.ki-chart-pie-3.ki-solid:before {
  content: "\e995";
}
.ki-chart-pie-4.ki-solid:before {
  content: "\e996";
}
.ki-chart-pie-simple.ki-solid:before {
  content: "\e997";
}
.ki-chart-pie-too.ki-solid:before {
  content: "\e998";
}
.ki-chart-simple-2.ki-solid:before {
  content: "\e999";
}
.ki-chart-simple-3.ki-solid:before {
  content: "\e99a";
}
.ki-chart-simple.ki-solid:before {
  content: "\e99b";
}
.ki-chart.ki-solid:before {
  content: "\e99c";
}
.ki-check-circle.ki-solid:before {
  content: "\e99d";
}
.ki-check-square.ki-solid:before {
  content: "\e99e";
}
.ki-check.ki-solid:before {
  content: "\e99f";
}
.ki-cheque.ki-solid:before {
  content: "\e9a0";
}
.ki-chrome.ki-solid:before {
  content: "\e9a1";
}
.ki-classmates.ki-solid:before {
  content: "\e9a2";
}
.ki-click.ki-solid:before {
  content: "\e9a3";
}
.ki-clipboard.ki-solid:before {
  content: "\e9a4";
}
.ki-cloud-add.ki-solid:before {
  content: "\e9a5";
}
.ki-cloud-change.ki-solid:before {
  content: "\e9a6";
}
.ki-cloud-download.ki-solid:before {
  content: "\e9a7";
}
.ki-cloud.ki-solid:before {
  content: "\e9a8";
}
.ki-code.ki-solid:before {
  content: "\e9a9";
}
.ki-coffee.ki-solid:before {
  content: "\e9aa";
}
.ki-color-swatch.ki-solid:before {
  content: "\e9ab";
}
.ki-colors-square.ki-solid:before {
  content: "\e9ac";
}
.ki-compass.ki-solid:before {
  content: "\e9ad";
}
.ki-copy-success.ki-solid:before {
  content: "\e9ae";
}
.ki-copy.ki-solid:before {
  content: "\e9af";
}
.ki-courier-express.ki-solid:before {
  content: "\e9b0";
}
.ki-courier.ki-solid:before {
  content: "\e9b1";
}
.ki-credit-cart.ki-solid:before {
  content: "\e9b2";
}
.ki-cross-circle.ki-solid:before {
  content: "\e9b3";
}
.ki-cross-square.ki-solid:before {
  content: "\e9b4";
}
.ki-cross.ki-solid:before {
  content: "\e9b5";
}
.ki-crown-2.ki-solid:before {
  content: "\e9b6";
}
.ki-crown.ki-solid:before {
  content: "\e9b7";
}
.ki-css.ki-solid:before {
  content: "\e9b8";
}
.ki-cube-2.ki-solid:before {
  content: "\e9b9";
}
.ki-cube-3.ki-solid:before {
  content: "\e9ba";
}
.ki-cup.ki-solid:before {
  content: "\e9bb";
}
.ki-dash.ki-solid:before {
  content: "\e9bc";
}
.ki-data.ki-solid:before {
  content: "\e9bd";
}
.ki-delete-files.ki-solid:before {
  content: "\e9be";
}
.ki-delete-folder.ki-solid:before {
  content: "\e9bf";
}
.ki-delivery-2.ki-solid:before {
  content: "\e9c0";
}
.ki-delivery-3.ki-solid:before {
  content: "\e9c1";
}
.ki-delivery-24.ki-solid:before {
  content: "\e9c2";
}
.ki-delivery-door.ki-solid:before {
  content: "\e9c3";
}
.ki-delivery-geolocation.ki-solid:before {
  content: "\e9c4";
}
.ki-delivery-time.ki-solid:before {
  content: "\e9c5";
}
.ki-delivery.ki-solid:before {
  content: "\e9c6";
}
.ki-design-2.ki-solid:before {
  content: "\e9c7";
}
.ki-design-frame.ki-solid:before {
  content: "\e9c8";
}
.ki-design-mask.ki-solid:before {
  content: "\e9c9";
}
.ki-design.ki-solid:before {
  content: "\e9ca";
}
.ki-devices-2.ki-solid:before {
  content: "\e9cb";
}
.ki-devices.ki-solid:before {
  content: "\e9cc";
}
.ki-diamonds.ki-solid:before {
  content: "\e9cd";
}
.ki-directbox-default.ki-solid:before {
  content: "\e9ce";
}
.ki-disconnect.ki-solid:before {
  content: "\e9cf";
}
.ki-discount.ki-solid:before {
  content: "\e9d0";
}
.ki-disk.ki-solid:before {
  content: "\e9d1";
}
.ki-dislike.ki-solid:before {
  content: "\e9d2";
}
.ki-dj.ki-solid:before {
  content: "\e9d3";
}
.ki-document.ki-solid:before {
  content: "\e9d4";
}
.ki-dollar.ki-solid:before {
  content: "\e9d5";
}
.ki-dots-circle-vertical.ki-solid:before {
  content: "\e9d6";
}
.ki-dots-circle.ki-solid:before {
  content: "\e9d7";
}
.ki-dots-horizontal.ki-solid:before {
  content: "\e9d8";
}
.ki-dots-square-vertical.ki-solid:before {
  content: "\e9d9";
}
.ki-dots-square.ki-solid:before {
  content: "\e9da";
}
.ki-dots-vertical.ki-solid:before {
  content: "\e9db";
}
.ki-double-check-circle.ki-solid:before {
  content: "\e9dc";
}
.ki-double-check.ki-solid:before {
  content: "\e9dd";
}
.ki-double-down.ki-solid:before {
  content: "\e9de";
}
.ki-double-left-arrow.ki-solid:before {
  content: "\e9df";
}
.ki-double-left.ki-solid:before {
  content: "\e9e0";
}
.ki-double-right-arrow.ki-solid:before {
  content: "\e9e1";
}
.ki-double-right.ki-solid:before {
  content: "\e9e2";
}
.ki-double-up.ki-solid:before {
  content: "\e9e3";
}
.ki-down-square.ki-solid:before {
  content: "\e9e4";
}
.ki-down.ki-solid:before {
  content: "\e9e5";
}
.ki-dribbble.ki-solid:before {
  content: "\e9e6";
}
.ki-drop.ki-solid:before {
  content: "\e9e7";
}
.ki-dropbox.ki-solid:before {
  content: "\e9e8";
}
.ki-educare.ki-solid:before {
  content: "\e9e9";
}
.ki-electricity.ki-solid:before {
  content: "\e9ea";
}
.ki-electronic-clock.ki-solid:before {
  content: "\e9eb";
}
.ki-element-1.ki-solid:before {
  content: "\e9ec";
}
.ki-element-2.ki-solid:before {
  content: "\e9ed";
}
.ki-element-3.ki-solid:before {
  content: "\e9ee";
}
.ki-element-4.ki-solid:before {
  content: "\e9ef";
}
.ki-element-5.ki-solid:before {
  content: "\e9f0";
}
.ki-element-6.ki-solid:before {
  content: "\e9f1";
}
.ki-element-7.ki-solid:before {
  content: "\e9f2";
}
.ki-element-8.ki-solid:before {
  content: "\e9f3";
}
.ki-element-9.ki-solid:before {
  content: "\e9f4";
}
.ki-element-10.ki-solid:before {
  content: "\e9f5";
}
.ki-element-11.ki-solid:before {
  content: "\e9f6";
}
.ki-element-12.ki-solid:before {
  content: "\e9f7";
}
.ki-element-equal.ki-solid:before {
  content: "\e9f8";
}
.ki-element-plus.ki-solid:before {
  content: "\e9f9";
}
.ki-emoji-happy.ki-solid:before {
  content: "\e9fa";
}
.ki-enjin-coin.ki-solid:before {
  content: "\e9fb";
}
.ki-entrance-left.ki-solid:before {
  content: "\e9fc";
}
.ki-entrance-right.ki-solid:before {
  content: "\e9fd";
}
.ki-eraser.ki-solid:before {
  content: "\e9fe";
}
.ki-euro.ki-solid:before {
  content: "\e9ff";
}
.ki-exit-down.ki-solid:before {
  content: "\ea00";
}
.ki-exit-left.ki-solid:before {
  content: "\ea01";
}
.ki-exit-right-corner.ki-solid:before {
  content: "\ea02";
}
.ki-exit-right.ki-solid:before {
  content: "\ea03";
}
.ki-exit-up.ki-solid:before {
  content: "\ea04";
}
.ki-external-drive.ki-solid:before {
  content: "\ea05";
}
.ki-eye-slash.ki-solid:before {
  content: "\ea06";
}
.ki-eye.ki-solid:before {
  content: "\ea07";
}
.ki-facebook.ki-solid:before {
  content: "\ea08";
}
.ki-faceid.ki-solid:before {
  content: "\ea09";
}
.ki-fasten.ki-solid:before {
  content: "\ea0a";
}
.ki-fat-rows.ki-solid:before {
  content: "\ea0b";
}
.ki-feather.ki-solid:before {
  content: "\ea0c";
}
.ki-figma.ki-solid:before {
  content: "\ea0d";
}
.ki-file-added.ki-solid:before {
  content: "\ea0e";
}
.ki-file-deleted.ki-solid:before {
  content: "\ea0f";
}
.ki-file-down.ki-solid:before {
  content: "\ea10";
}
.ki-file-left.ki-solid:before {
  content: "\ea11";
}
.ki-file-right.ki-solid:before {
  content: "\ea12";
}
.ki-file-sheet.ki-solid:before {
  content: "\ea13";
}
.ki-file-up.ki-solid:before {
  content: "\ea14";
}
.ki-file.ki-solid:before {
  content: "\ea15";
}
.ki-files-tablet.ki-solid:before {
  content: "\ea16";
}
.ki-filter-edit.ki-solid:before {
  content: "\ea17";
}
.ki-filter-search.ki-solid:before {
  content: "\ea18";
}
.ki-filter-square.ki-solid:before {
  content: "\ea19";
}
.ki-filter-tablet.ki-solid:before {
  content: "\ea1a";
}
.ki-filter-tick.ki-solid:before {
  content: "\ea1b";
}
.ki-filter.ki-solid:before {
  content: "\ea1c";
}
.ki-finance-calculator.ki-solid:before {
  content: "\ea1d";
}
.ki-financial-schedule.ki-solid:before {
  content: "\ea1e";
}
.ki-fingerprint-scanning.ki-solid:before {
  content: "\ea1f";
}
.ki-flag.ki-solid:before {
  content: "\ea20";
}
.ki-flash-circle.ki-solid:before {
  content: "\ea21";
}
.ki-flask.ki-solid:before {
  content: "\ea22";
}
.ki-focus.ki-solid:before {
  content: "\ea23";
}
.ki-folder-added.ki-solid:before {
  content: "\ea24";
}
.ki-folder-down.ki-solid:before {
  content: "\ea25";
}
.ki-folder-up.ki-solid:before {
  content: "\ea26";
}
.ki-folder.ki-solid:before {
  content: "\ea27";
}
.ki-frame.ki-solid:before {
  content: "\ea28";
}
.ki-gear.ki-solid:before {
  content: "\ea29";
}
.ki-general-mouse.ki-solid:before {
  content: "\ea2a";
}
.ki-geolocation-home.ki-solid:before {
  content: "\ea2b";
}
.ki-geolocation.ki-solid:before {
  content: "\ea2c";
}
.ki-ghost.ki-solid:before {
  content: "\ea2d";
}
.ki-gift.ki-solid:before {
  content: "\ea2e";
}
.ki-github.ki-solid:before {
  content: "\ea2f";
}
.ki-glass.ki-solid:before {
  content: "\ea30";
}
.ki-google-play.ki-solid:before {
  content: "\ea31";
}
.ki-google.ki-solid:before {
  content: "\ea32";
}
.ki-graph-2.ki-solid:before {
  content: "\ea33";
}
.ki-graph-3.ki-solid:before {
  content: "\ea34";
}
.ki-graph-4.ki-solid:before {
  content: "\ea35";
}
.ki-graph-up.ki-solid:before {
  content: "\ea36";
}
.ki-graph.ki-solid:before {
  content: "\ea37";
}
.ki-grid-2.ki-solid:before {
  content: "\ea38";
}
.ki-grid-frame.ki-solid:before {
  content: "\ea39";
}
.ki-grid.ki-solid:before {
  content: "\ea3a";
}
.ki-handcart.ki-solid:before {
  content: "\ea3b";
}
.ki-happy-emoji.ki-solid:before {
  content: "\ea3c";
}
.ki-heart-circle.ki-solid:before {
  content: "\ea3d";
}
.ki-heart.ki-solid:before {
  content: "\ea3e";
}
.ki-home-1.ki-solid:before {
  content: "\ea3f";
}
.ki-home-2.ki-solid:before {
  content: "\ea40";
}
.ki-home-3.ki-solid:before {
  content: "\ea41";
}
.ki-home.ki-solid:before {
  content: "\ea42";
}
.ki-html.ki-solid:before {
  content: "\ea43";
}
.ki-icon.ki-solid:before {
  content: "\ea44";
}
.ki-illustrator.ki-solid:before {
  content: "\ea45";
}
.ki-information-2.ki-solid:before {
  content: "\ea46";
}
.ki-information-3.ki-solid:before {
  content: "\ea47";
}
.ki-information-4.ki-solid:before {
  content: "\ea48";
}
.ki-information-5.ki-solid:before {
  content: "\ea49";
}
.ki-information.ki-solid:before {
  content: "\ea4a";
}
.ki-instagram.ki-solid:before {
  content: "\ea4b";
}
.ki-joystick.ki-solid:before {
  content: "\ea4c";
}
.ki-js-2.ki-solid:before {
  content: "\ea4d";
}
.ki-js.ki-solid:before {
  content: "\ea4e";
}
.ki-kanban.ki-solid:before {
  content: "\ea4f";
}
.ki-key-square.ki-solid:before {
  content: "\ea50";
}
.ki-key.ki-solid:before {
  content: "\ea51";
}
.ki-keyboard.ki-solid:before {
  content: "\ea52";
}
.ki-laptop.ki-solid:before {
  content: "\ea53";
}
.ki-laravel.ki-solid:before {
  content: "\ea54";
}
.ki-left-square.ki-solid:before {
  content: "\ea55";
}
.ki-left.ki-solid:before {
  content: "\ea56";
}
.ki-like-2.ki-solid:before {
  content: "\ea57";
}
.ki-like-folder.ki-solid:before {
  content: "\ea58";
}
.ki-like-shapes.ki-solid:before {
  content: "\ea59";
}
.ki-like-tag.ki-solid:before {
  content: "\ea5a";
}
.ki-like.ki-solid:before {
  content: "\ea5b";
}
.ki-loading.ki-solid:before {
  content: "\ea5c";
}
.ki-lock-2.ki-solid:before {
  content: "\ea5d";
}
.ki-lock-3.ki-solid:before {
  content: "\ea5e";
}
.ki-lock.ki-solid:before {
  content: "\ea5f";
}
.ki-logistic.ki-solid:before {
  content: "\ea60";
}
.ki-lots-shopping.ki-solid:before {
  content: "\ea61";
}
.ki-lovely.ki-solid:before {
  content: "\ea62";
}
.ki-lts.ki-solid:before {
  content: "\ea63";
}
.ki-magnifier.ki-solid:before {
  content: "\ea64";
}
.ki-map.ki-solid:before {
  content: "\ea65";
}
.ki-mask.ki-solid:before {
  content: "\ea66";
}
.ki-maximize.ki-solid:before {
  content: "\ea67";
}
.ki-medal-star.ki-solid:before {
  content: "\ea68";
}
.ki-menu.ki-solid:before {
  content: "\ea69";
}
.ki-message-add.ki-solid:before {
  content: "\ea6a";
}
.ki-message-edit.ki-solid:before {
  content: "\ea6b";
}
.ki-message-minus.ki-solid:before {
  content: "\ea6c";
}
.ki-message-notif.ki-solid:before {
  content: "\ea6d";
}
.ki-message-programming.ki-solid:before {
  content: "\ea6e";
}
.ki-message-question.ki-solid:before {
  content: "\ea6f";
}
.ki-message-text-2.ki-solid:before {
  content: "\ea70";
}
.ki-message-text.ki-solid:before {
  content: "\ea71";
}
.ki-messages.ki-solid:before {
  content: "\ea72";
}
.ki-microsoft.ki-solid:before {
  content: "\ea73";
}
.ki-milk.ki-solid:before {
  content: "\ea74";
}
.ki-minus-circle.ki-solid:before {
  content: "\ea75";
}
.ki-minus-folder.ki-solid:before {
  content: "\ea76";
}
.ki-minus-square.ki-solid:before {
  content: "\ea77";
}
.ki-minus.ki-solid:before {
  content: "\ea78";
}
.ki-monitor-mobile.ki-solid:before {
  content: "\ea79";
}
.ki-moon.ki-solid:before {
  content: "\ea7a";
}
.ki-more-2.ki-solid:before {
  content: "\ea7b";
}
.ki-mouse-circle.ki-solid:before {
  content: "\ea7c";
}
.ki-mouse-square.ki-solid:before {
  content: "\ea7d";
}
.ki-mouse.ki-solid:before {
  content: "\ea7e";
}
.ki-nexo.ki-solid:before {
  content: "\ea7f";
}
.ki-night-day.ki-solid:before {
  content: "\ea80";
}
.ki-note-2.ki-solid:before {
  content: "\ea81";
}
.ki-note.ki-solid:before {
  content: "\ea82";
}
.ki-notepad-bookmark.ki-solid:before {
  content: "\ea83";
}
.ki-notepad-edit.ki-solid:before {
  content: "\ea84";
}
.ki-notepad.ki-solid:before {
  content: "\ea85";
}
.ki-notification-2.ki-solid:before {
  content: "\ea86";
}
.ki-notification-bing.ki-solid:before {
  content: "\ea87";
}
.ki-notification-circle.ki-solid:before {
  content: "\ea88";
}
.ki-notification-favorite.ki-solid:before {
  content: "\ea89";
}
.ki-notification-on.ki-solid:before {
  content: "\ea8a";
}
.ki-notification-status.ki-solid:before {
  content: "\ea8b";
}
.ki-notification.ki-solid:before {
  content: "\ea8c";
}
.ki-ocean.ki-solid:before {
  content: "\ea8d";
}
.ki-office-bag.ki-solid:before {
  content: "\ea8e";
}
.ki-package.ki-solid:before {
  content: "\ea8f";
}
.ki-pails.ki-solid:before {
  content: "\ea90";
}
.ki-paintbucket.ki-solid:before {
  content: "\ea91";
}
.ki-paper-clip.ki-solid:before {
  content: "\ea92";
}
.ki-parcel-tracking.ki-solid:before {
  content: "\ea93";
}
.ki-parcel.ki-solid:before {
  content: "\ea94";
}
.ki-password-check.ki-solid:before {
  content: "\ea95";
}
.ki-paypal.ki-solid:before {
  content: "\ea96";
}
.ki-pencil.ki-solid:before {
  content: "\ea97";
}
.ki-people.ki-solid:before {
  content: "\ea98";
}
.ki-percentage.ki-solid:before {
  content: "\ea99";
}
.ki-phone.ki-solid:before {
  content: "\ea9a";
}
.ki-photoshop.ki-solid:before {
  content: "\ea9b";
}
.ki-picture.ki-solid:before {
  content: "\ea9c";
}
.ki-pill.ki-solid:before {
  content: "\ea9d";
}
.ki-pin.ki-solid:before {
  content: "\ea9e";
}
.ki-plus-circle.ki-solid:before {
  content: "\ea9f";
}
.ki-plus-square.ki-solid:before {
  content: "\eaa0";
}
.ki-plus.ki-solid:before {
  content: "\eaa1";
}
.ki-pointers.ki-solid:before {
  content: "\eaa2";
}
.ki-price-tag.ki-solid:before {
  content: "\eaa3";
}
.ki-printer.ki-solid:before {
  content: "\eaa4";
}
.ki-profile-circle.ki-solid:before {
  content: "\eaa5";
}
.ki-profile-user.ki-solid:before {
  content: "\eaa6";
}
.ki-pulse.ki-solid:before {
  content: "\eaa7";
}
.ki-purchase.ki-solid:before {
  content: "\eaa8";
}
.ki-python.ki-solid:before {
  content: "\eaa9";
}
.ki-question-2.ki-solid:before {
  content: "\eaaa";
}
.ki-question.ki-solid:before {
  content: "\eaab";
}
.ki-questionnaire-tablet.ki-solid:before {
  content: "\eaac";
}
.ki-ranking.ki-solid:before {
  content: "\eaad";
}
.ki-react.ki-solid:before {
  content: "\eaae";
}
.ki-receipt-square.ki-solid:before {
  content: "\eaaf";
}
.ki-rescue.ki-solid:before {
  content: "\eab0";
}
.ki-right-left.ki-solid:before {
  content: "\eab1";
}
.ki-right-square.ki-solid:before {
  content: "\eab2";
}
.ki-right.ki-solid:before {
  content: "\eab3";
}
.ki-rocket.ki-solid:before {
  content: "\eab4";
}
.ki-route.ki-solid:before {
  content: "\eab5";
}
.ki-router.ki-solid:before {
  content: "\eab6";
}
.ki-row-horizontal.ki-solid:before {
  content: "\eab7";
}
.ki-row-vertical.ki-solid:before {
  content: "\eab8";
}
.ki-safe-home.ki-solid:before {
  content: "\eab9";
}
.ki-satellite.ki-solid:before {
  content: "\eaba";
}
.ki-save-2.ki-solid:before {
  content: "\eabb";
}
.ki-save-deposit.ki-solid:before {
  content: "\eabc";
}
.ki-scan-barcode.ki-solid:before {
  content: "\eabd";
}
.ki-scooter-2.ki-solid:before {
  content: "\eabe";
}
.ki-scooter.ki-solid:before {
  content: "\eabf";
}
.ki-screen.ki-solid:before {
  content: "\eac0";
}
.ki-scroll.ki-solid:before {
  content: "\eac1";
}
.ki-search-list.ki-solid:before {
  content: "\eac2";
}
.ki-security-check.ki-solid:before {
  content: "\eac3";
}
.ki-security-user.ki-solid:before {
  content: "\eac4";
}
.ki-send.ki-solid:before {
  content: "\eac5";
}
.ki-setting-2.ki-solid:before {
  content: "\eac6";
}
.ki-setting-3.ki-solid:before {
  content: "\eac7";
}
.ki-setting-4.ki-solid:before {
  content: "\eac8";
}
.ki-setting.ki-solid:before {
  content: "\eac9";
}
.ki-share.ki-solid:before {
  content: "\eaca";
}
.ki-shield-cross.ki-solid:before {
  content: "\eacb";
}
.ki-shield-search.ki-solid:before {
  content: "\eacc";
}
.ki-shield-slash.ki-solid:before {
  content: "\eacd";
}
.ki-shield-tick.ki-solid:before {
  content: "\eace";
}
.ki-shield.ki-solid:before {
  content: "\eacf";
}
.ki-ship.ki-solid:before {
  content: "\ead0";
}
.ki-shop.ki-solid:before {
  content: "\ead1";
}
.ki-simcard-2.ki-solid:before {
  content: "\ead2";
}
.ki-simcard.ki-solid:before {
  content: "\ead3";
}
.ki-size.ki-solid:before {
  content: "\ead4";
}
.ki-slack.ki-solid:before {
  content: "\ead5";
}
.ki-slider-horizontal-2.ki-solid:before {
  content: "\ead6";
}
.ki-slider-horizontal.ki-solid:before {
  content: "\ead7";
}
.ki-slider-vertical-2.ki-solid:before {
  content: "\ead8";
}
.ki-slider-vertical.ki-solid:before {
  content: "\ead9";
}
.ki-slider.ki-solid:before {
  content: "\eada";
}
.ki-sms.ki-solid:before {
  content: "\eadb";
}
.ki-snapchat.ki-solid:before {
  content: "\eadc";
}
.ki-social-media.ki-solid:before {
  content: "\eadd";
}
.ki-soft-2.ki-solid:before {
  content: "\eade";
}
.ki-soft-3.ki-solid:before {
  content: "\eadf";
}
.ki-soft.ki-solid:before {
  content: "\eae0";
}
.ki-some-files.ki-solid:before {
  content: "\eae1";
}
.ki-sort.ki-solid:before {
  content: "\eae2";
}
.ki-speaker.ki-solid:before {
  content: "\eae3";
}
.ki-spotify.ki-solid:before {
  content: "\eae4";
}
.ki-spring-framework.ki-solid:before {
  content: "\eae5";
}
.ki-square-brackets.ki-solid:before {
  content: "\eae6";
}
.ki-star.ki-solid:before {
  content: "\eae7";
}
.ki-status.ki-solid:before {
  content: "\eae8";
}
.ki-subtitle.ki-solid:before {
  content: "\eae9";
}
.ki-sun.ki-solid:before {
  content: "\eaea";
}
.ki-support-24.ki-solid:before {
  content: "\eaeb";
}
.ki-switch.ki-solid:before {
  content: "\eaec";
}
.ki-syringe.ki-solid:before {
  content: "\eaed";
}
.ki-tablet-book.ki-solid:before {
  content: "\eaee";
}
.ki-tablet-delete.ki-solid:before {
  content: "\eaef";
}
.ki-tablet-down.ki-solid:before {
  content: "\eaf0";
}
.ki-tablet-ok.ki-solid:before {
  content: "\eaf1";
}
.ki-tablet-text-down.ki-solid:before {
  content: "\eaf2";
}
.ki-tablet-text-up.ki-solid:before {
  content: "\eaf3";
}
.ki-tablet-up.ki-solid:before {
  content: "\eaf4";
}
.ki-tablet.ki-solid:before {
  content: "\eaf5";
}
.ki-tag-cross.ki-solid:before {
  content: "\eaf6";
}
.ki-tag.ki-solid:before {
  content: "\eaf7";
}
.ki-teacher.ki-solid:before {
  content: "\eaf8";
}
.ki-tech-wifi.ki-solid:before {
  content: "\eaf9";
}
.ki-technology-2.ki-solid:before {
  content: "\eafa";
}
.ki-technology-3.ki-solid:before {
  content: "\eafb";
}
.ki-technology-4.ki-solid:before {
  content: "\eafc";
}
.ki-technology.ki-solid:before {
  content: "\eafd";
}
.ki-telephone-geolocation.ki-solid:before {
  content: "\eafe";
}
.ki-test-tubes.ki-solid:before {
  content: "\eaff";
}
.ki-text-align-center.ki-solid:before {
  content: "\eb00";
}
.ki-text-align-justify-center.ki-solid:before {
  content: "\eb01";
}
.ki-text-align-left.ki-solid:before {
  content: "\eb02";
}
.ki-text-align-right.ki-solid:before {
  content: "\eb03";
}
.ki-text-bold.ki-solid:before {
  content: "\eb04";
}
.ki-text-circle.ki-solid:before {
  content: "\eb05";
}
.ki-text-italic.ki-solid:before {
  content: "\eb06";
}
.ki-text-number.ki-solid:before {
  content: "\eb07";
}
.ki-text-strikethrough.ki-solid:before {
  content: "\eb08";
}
.ki-text-underline.ki-solid:before {
  content: "\eb09";
}
.ki-text.ki-solid:before {
  content: "\eb0a";
}
.ki-thermometer.ki-solid:before {
  content: "\eb0b";
}
.ki-theta.ki-solid:before {
  content: "\eb0c";
}
.ki-tiktok.ki-solid:before {
  content: "\eb0d";
}
.ki-time.ki-solid:before {
  content: "\eb0e";
}
.ki-timer.ki-solid:before {
  content: "\eb0f";
}
.ki-to-left.ki-solid:before {
  content: "\eb10";
}
.ki-to-right.ki-solid:before {
  content: "\eb11";
}
.ki-toggle-off-circle.ki-solid:before {
  content: "\eb12";
}
.ki-toggle-off.ki-solid:before {
  content: "\eb13";
}
.ki-toggle-on-circle.ki-solid:before {
  content: "\eb14";
}
.ki-toggle-on.ki-solid:before {
  content: "\eb15";
}
.ki-trailer.ki-solid:before {
  content: "\eb16";
}
.ki-trash-square.ki-solid:before {
  content: "\eb17";
}
.ki-trash.ki-solid:before {
  content: "\eb18";
}
.ki-tree.ki-solid:before {
  content: "\eb19";
}
.ki-trello.ki-solid:before {
  content: "\eb1a";
}
.ki-triangle.ki-solid:before {
  content: "\eb1b";
}
.ki-truck.ki-solid:before {
  content: "\eb1c";
}
.ki-ts.ki-solid:before {
  content: "\eb1d";
}
.ki-twitch.ki-solid:before {
  content: "\eb1e";
}
.ki-twitter.ki-solid:before {
  content: "\eb1f";
}
.ki-two-credit-cart.ki-solid:before {
  content: "\eb20";
}
.ki-underlining.ki-solid:before {
  content: "\eb21";
}
.ki-up-down.ki-solid:before {
  content: "\eb22";
}
.ki-up-square.ki-solid:before {
  content: "\eb23";
}
.ki-up.ki-solid:before {
  content: "\eb24";
}
.ki-update-file.ki-solid:before {
  content: "\eb25";
}
.ki-update-folder.ki-solid:before {
  content: "\eb26";
}
.ki-user-edit.ki-solid:before {
  content: "\eb27";
}
.ki-user-square.ki-solid:before {
  content: "\eb28";
}
.ki-user-tick.ki-solid:before {
  content: "\eb29";
}
.ki-user.ki-solid:before {
  content: "\eb2a";
}
.ki-verify.ki-solid:before {
  content: "\eb2b";
}
.ki-vibe.ki-solid:before {
  content: "\eb2c";
}
.ki-virus.ki-solid:before {
  content: "\eb2d";
}
.ki-vue.ki-solid:before {
  content: "\eb2e";
}
.ki-vuesax.ki-solid:before {
  content: "\eb2f";
}
.ki-wallet.ki-solid:before {
  content: "\eb30";
}
.ki-wanchain.ki-solid:before {
  content: "\eb31";
}
.ki-watch.ki-solid:before {
  content: "\eb32";
}
.ki-whatsapp.ki-solid:before {
  content: "\eb33";
}
.ki-wifi-home.ki-solid:before {
  content: "\eb34";
}
.ki-wifi-square.ki-solid:before {
  content: "\eb35";
}
.ki-wifi.ki-solid:before {
  content: "\eb36";
}
.ki-wrench.ki-solid:before {
  content: "\eb37";
}
.ki-xaomi.ki-solid:before {
  content: "\eb38";
}
.ki-xd.ki-solid:before {
  content: "\eb39";
}
.ki-xmr.ki-solid:before {
  content: "\eb3a";
}
.ki-yii.ki-solid:before {
  content: "\eb3b";
}
.ki-youtube.ki-solid:before {
  content: "\eb3c";
}

:root{--td-light:#fff;--td-widget-background:#fff;--td-font-color:#000;--td-timepicker-font-size:1.2em;--td-active-bg:#0d6efd;--td-range-bg:#01419e;--td-active-color:#fff;--td-active-border-color:#fff;--td-border-radius:999px;--td-btn-hover-bg:#e9ecef;--td-disabled-color:#6c757d;--td-alternate-color:rgba(0,0,0,.38);--td-secondary-border-color:#ccc;--td-secondary-border-color-rgba:rgba(0,0,0,.2);--td-primary-border-color:#fff;--td-text-shadow:0 -1px 0 rgba(0,0,0,.25);--td-dow-color:rgba(0,0,0,.5);--td-dark:#1b1b1b;--td-dark-widget-background:#1b1b1b;--td-dark-font-color:#e3e3e3;--td-dark-active-bg:#4db2ff;--td-dark-range-bg:#0071c7;--td-dark-active-color:#fff;--td-dark-active-border-color:#1b1b1b;--td-dark-btn-hover-bg:#232627;--td-dark-disabled-color:#6c757d;--td-dark-alternate-color:hsla(36,10%,90%,.38);--td-dark-secondary-border-color:#ccc;--td-dark-secondary-border-color-rgba:hsla(36,10%,90%,.2);--td-dark-primary-border-color:#1b1b1b;--td-dark-text-shadow:0 -1px 0 hsla(36,10%,90%,.25);--td-dark-dow-color:hsla(36,10%,90%,.5);--td-widget-z-index:9999}.tempus-dominus-widget [data-action]:after,.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.tempus-dominus-widget{border-radius:4px;box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);display:none;list-style:none;padding:4px;width:19rem;z-index:var(--td-widget-z-index)}.tempus-dominus-widget :focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.tempus-dominus-widget.calendarWeeks{width:21rem}.tempus-dominus-widget.calendarWeeks .date-container-days{grid-auto-columns:12.5%;grid-template-areas:"a a a a a a a a"}.tempus-dominus-widget [data-action]{cursor:pointer}.tempus-dominus-widget [data-action]:after{content:attr(title)}.tempus-dominus-widget [data-action].disabled,.tempus-dominus-widget [data-action].disabled:hover{background:none;cursor:not-allowed}.tempus-dominus-widget .arrow{display:none}.tempus-dominus-widget.show{display:block}.tempus-dominus-widget.show.date-container{min-height:315px}.tempus-dominus-widget.show.time-container{min-height:217px}.tempus-dominus-widget .td-collapse:not(.show){display:none}.tempus-dominus-widget .td-collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (min-width:576px){.tempus-dominus-widget.timepicker-sbs{width:38em}}@media (min-width:768px){.tempus-dominus-widget.timepicker-sbs{width:38em}}@media (min-width:992px){.tempus-dominus-widget.timepicker-sbs{width:38em}}.tempus-dominus-widget.timepicker-sbs .td-row{display:flex}.tempus-dominus-widget.timepicker-sbs .td-row .td-half{flex:0 0 auto;width:50%}.tempus-dominus-widget div[data-action]:active{box-shadow:none}.tempus-dominus-widget .timepicker-hour,.tempus-dominus-widget .timepicker-minute,.tempus-dominus-widget .timepicker-second{font-size:1.2em;font-weight:700;margin:0;width:54px}.tempus-dominus-widget button[data-action]{padding:6px}.tempus-dominus-widget .toggleMeridiem{height:38px;text-align:center}.tempus-dominus-widget .calendar-header{display:grid;font-weight:700;grid-template-areas:"a a a";margin-bottom:10px}.tempus-dominus-widget .calendar-header .next{padding-right:10px;text-align:right}.tempus-dominus-widget .calendar-header .previous{padding-left:10px;text-align:left}.tempus-dominus-widget .calendar-header .picker-switch{text-align:center}.tempus-dominus-widget .toolbar{display:grid;grid-auto-flow:column;grid-auto-rows:40px}.tempus-dominus-widget .toolbar div{align-items:center;border-radius:var(--td-border-radius);box-sizing:border-box;display:flex;justify-content:center}.tempus-dominus-widget .date-container-days{display:grid;grid-auto-columns:14.2857142857%;grid-auto-rows:40px;grid-template-areas:"a a a a a a a"}.tempus-dominus-widget .date-container-days .range-in{background-color:var(--td-range-bg)!important;border:none;border-radius:0!important;box-shadow:-5px 0 0 var(--td-range-bg),5px 0 0 var(--td-range-bg)}.tempus-dominus-widget .date-container-days .range-end{border-radius:0 50px 50px 0!important}.tempus-dominus-widget .date-container-days .range-start{border-radius:50px 0 0 50px!important}.tempus-dominus-widget .date-container-days .dow{align-items:center;justify-content:center;text-align:center}.tempus-dominus-widget .date-container-days .cw{align-items:center;cursor:default;display:flex;font-size:.8em;height:90%;justify-content:center;line-height:20px;width:90%}.tempus-dominus-widget .date-container-decades,.tempus-dominus-widget .date-container-months,.tempus-dominus-widget .date-container-years{display:grid;grid-auto-rows:calc(2.71429rem - 1.14286px);grid-template-areas:"a a a"}.tempus-dominus-widget .time-container-hour,.tempus-dominus-widget .time-container-minute,.tempus-dominus-widget .time-container-second{display:grid;grid-auto-rows:calc(2.71429rem - 1.14286px);grid-template-areas:"a a a a"}.tempus-dominus-widget .time-container-clock{display:grid;grid-auto-rows:calc(2.71429rem - 1.14286px)}.tempus-dominus-widget .time-container-clock .no-highlight{align-items:center;display:flex;height:90%;justify-content:center;width:90%}.tempus-dominus-widget .date-container-days div:not(.no-highlight),.tempus-dominus-widget .date-container-decades div:not(.no-highlight),.tempus-dominus-widget .date-container-months div:not(.no-highlight),.tempus-dominus-widget .date-container-years div:not(.no-highlight),.tempus-dominus-widget .time-container-clock div:not(.no-highlight),.tempus-dominus-widget .time-container-hour div:not(.no-highlight),.tempus-dominus-widget .time-container-minute div:not(.no-highlight),.tempus-dominus-widget .time-container-second div:not(.no-highlight){align-items:center;border-radius:var(--td-border-radius);box-sizing:border-box;display:flex;height:90%;justify-content:center;width:90%}.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled:hover{background:none;cursor:not-allowed}.tempus-dominus-widget .date-container-days div:not(.no-highlight).today,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today,.tempus-dominus-widget .date-container-months div:not(.no-highlight).today,.tempus-dominus-widget .date-container-years div:not(.no-highlight).today,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today,.tempus-dominus-widget .time-container-second div:not(.no-highlight).today{position:relative}.tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before{border:solid transparent;border-width:0 0 7px 7px;bottom:6px;content:"";display:inline-block;position:absolute;right:6px}.tempus-dominus-widget .time-container{margin-bottom:.5rem}.tempus-dominus-widget button{border-radius:.25rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds],.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod],.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.second{cursor:default;pointer-events:none}.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod]:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.day:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute:hover,.tempus-dominus-widget.tempus-dominus-widget-readonly table td.second:hover{background:none}.tempus-dominus-widget.light{background-color:var(--td-widget-background);color:var(--td-font-color)}.tempus-dominus-widget.light [data-action].disabled,.tempus-dominus-widget.light [data-action].disabled:hover{color:var(--td-disabled-color)}.tempus-dominus-widget.light .toolbar div:hover{background:var(--td-btn-hover-bg)}.tempus-dominus-widget.light .date-container-days .dow{color:var(--td-dow-color)}.tempus-dominus-widget.light .date-container-days .cw{color:var(--td-alternate-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover{background:var(--td-btn-hover-bg)}.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight),.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active{background-color:var(--td-active-bg);color:var(--td-active-color);text-shadow:var(--td-text-shadow)}.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old{color:var(--td-active-color)}.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before{border-bottom-color:var(--td-active-border-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old{color:var(--td-alternate-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover{color:var(--td-disabled-color)}.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before{border-bottom-color:var(--td-active-bg);border-top-color:var(--td-secondary-border-color-rgba)}.tempus-dominus-widget.light button{background-color:var(--td-active-bg);border-color:var(--td-active-bg);color:var(--td-active-color)}.tempus-dominus-widget.dark{background-color:var(--td-dark-widget-background);color:var(--td-dark-font-color)}.tempus-dominus-widget.dark [data-action].disabled,.tempus-dominus-widget.dark [data-action].disabled:hover{color:var(--td-dark-disabled-color)}.tempus-dominus-widget.dark .toolbar div:hover{background:var(--td-dark-btn-hover-bg)}.tempus-dominus-widget.dark .date-container-days .dow{color:var(--td-dark-dow-color)}.tempus-dominus-widget.dark .date-container-days .range-in{background-color:var(--td-dark-range-bg)!important;box-shadow:-5px 0 0 var(--td-dark-range-bg),5px 0 0 var(--td-dark-range-bg)}.tempus-dominus-widget.dark .date-container-days .cw{color:var(--td-dark-alternate-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover{background:var(--td-dark-btn-hover-bg)}.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight),.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active{background-color:var(--td-dark-active-bg);color:var(--td-dark-active-color);text-shadow:var(--td-dark-text-shadow)}.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old{color:var(--td-dark-active-color)}.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before{border-bottom-color:var(--td-dark-active-border-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old{color:var(--td-dark-alternate-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover{color:var(--td-dark-disabled-color)}.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before,.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before{border-bottom-color:var(--td-dark-active-bg);border-top-color:var(--td-dark-secondary-border-color-rgba)}.tempus-dominus-widget.dark button{background-color:var(--td-dark-active-bg);border-color:var(--td-dark-active-bg);color:var(--td-dark-active-color)}
@charset "UTF-8";
/*rtl:begin:ignore*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*rtl:end:ignore*/
:root,
[data-bs-theme=light] {
  --bs-prismjs-bg: #1e1e3f;
  --bs-prismjs-border: rgba(255, 255, 255, 0.1);
  --bs-prismjs-btn-bg: #2d2d5e;
  --bs-prismjs-btn-bg-hover: #2d2d5e;
  --bs-prismjs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-prismjs-btn-color-hover: #1B84FF;
  --bs-prismjs-scrollbar-color: #323268;
  --bs-prismjs-scrollbar-color-hover: #373773;
}

[data-bs-theme=dark] {
  --bs-prismjs-bg: #151521;
  --bs-prismjs-border: rgba(255, 255, 255, 0.1);
  --bs-prismjs-btn-bg: #27273d;
  --bs-prismjs-btn-bg-hover: #27273d;
  --bs-prismjs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-prismjs-btn-color-hover: #1B84FF;
  --bs-prismjs-scrollbar-color: #2d2d46;
  --bs-prismjs-scrollbar-color-hover: #333350;
}

.highlight {
  position: relative;
  background: var(--bs-prismjs-bg);
  border-radius: 4px;
  padding: 1.75rem 1.5rem 1.75rem 1.5rem;
}
.highlight .nav {
  border-bottom: 1px solid var(--bs-prismjs-border);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: -0.25rem;
}
.highlight .nav .nav-item {
  margin-right: 0.75rem;
}
.highlight .nav .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.35rem 1rem;
  border-radius: 4px;
  color: var(--bs-prismjs-btn-color);
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
.highlight .nav .nav-link:focus, .highlight .nav .nav-link.active {
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-prismjs-btn-bg-hover);
  color: var(--bs-prismjs-btn-color-hover);
}
.highlight .highlight-copy {
  display: none;
  position: absolute;
  right: 1.75rem;
  top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35rem 1rem !important;
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-prismjs-btn-bg);
  color: var(--bs-prismjs-btn-color);
}
.highlight .highlight-copy:focus, .highlight .highlight-copy:hover {
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-prismjs-btn-bg-hover);
  color: var(--bs-prismjs-btn-color-hover);
}
.highlight:hover .highlight-copy {
  display: flex;
}
.highlight .highlight-code pre {
  background-color: transparent;
  overflow: auto;
  padding: 0;
  margin: 0;
  scrollbar-color: var(--bs-prismjs-scrollbar-color) transparent;
}
.highlight .highlight-code pre::-webkit-scrollbar-thumb {
  background-color: var(--bs-prismjs-scrollbar-color);
}
.highlight .highlight-code pre::-webkit-scrollbar-corner {
  background-color: transparent;
}
.highlight .highlight-code pre:hover {
  scrollbar-color: var(--bs-prismjs-scrollbar-color-hover) transparent;
}
.highlight .highlight-code pre:hover::-webkit-scrollbar-thumb {
  background-color: var(--bs-prismjs-scrollbar-color-hover);
}
.highlight .highlight-code pre:hover::-webkit-scrollbar-corner {
  background-color: transparent;
}
.highlight .highlight-code pre code[class*=language-] {
  padding: 0;
  margin: 0;
  font-size: 1rem !important;
}

.fslightbox-slide-btn {
  border-radius: 4px;
}

.fslightbox-toolbar {
  border-bottom-left-radius: 4px;
}

.select2-container--bootstrap5 .select2-selection {
  box-shadow: none;
  height: auto;
  outline: none !important;
}
.select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select-solid, .select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select-solid {
  background-color: var(--bs-gray-200);
}
.select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select:not(.form-select-solid):not(.form-select-transparent), .select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select:not(.form-select-solid):not(.form-select-transparent) {
  border-color: var(--bs-gray-400);
}
.select2-container--bootstrap5.select2-container--disabled .form-select {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
}
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__rendered,
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__placeholder {
  color: var(--bs-gray-500) !important;
}
.select2-container--bootstrap5.select2-container--disabled .form-select.form-select-transparent {
  background-color: transparent;
  border-color: transparent;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline {
  flex-grow: 1;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field {
  color: var(--bs-gray-700);
  font-weight: 500;
  font-family: inherit !important;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field {
  color: var(--bs-gray-700);
  font-family: inherit !important;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}
.select2-container--bootstrap5 .select2-selection--single {
  display: flex;
  align-items: center;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bs-input-color);
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered {
  color: var(--bs-gray-700);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-transparent .select2-selection__rendered {
  color: var(--bs-gray-800);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-transparent .select2-selection__placeholder {
  color: var(--bs-gray-800);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-dark .select2-selection__rendered {
  color: var(--bs-gray-900);
}
.select2-container--bootstrap5 .select2-selection--multiple {
  display: flex;
  align-items: center;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline {
  display: inline-flex;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  margin: 0;
  padding: 0;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: var(--bs-gray-300);
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  display: block;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0.5;
  border: 0;
  transition: color 0.2s ease;
  top: 50%;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  display: none;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  transition: color 0.2s ease;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  font-weight: 500;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  height: 0.6rem;
  width: 0.6rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice {
  border-radius: 0.425rem;
  padding: 0.1rem 0.35rem;
  margin-right: 0.35rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice .select2-selection__choice__display {
  margin-left: 0.95rem;
  font-size: 0.95rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-search__field {
  height: 14px;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
  min-height: calc(1.5em + 1.55rem + 2px);
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  margin-left: 1.1rem;
  font-size: 1.1rem;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search__field {
  height: 16px;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg {
  min-height: calc(1.5em + 1.65rem + 2px);
  padding-top: 0.525rem;
  padding-bottom: 0.525rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice {
  border-radius: 0.625rem;
  padding: 0.15rem 0.65rem;
  margin-right: 0.65rem;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__display {
  margin-left: 1.25rem;
  font-size: 1.15rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-search__field {
  height: 18px;
}
.select2-container--bootstrap5 .select2-dropdown {
  border: 0;
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 4px;
  padding: 1rem 0;
  background-color: var(--bs-dropdown-bg);
}
.modal-open .select2-container--bootstrap5 .select2-dropdown {
  z-index: 1056;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search {
  padding: 0.5rem 1.25rem;
  margin: 0 0 0.5rem 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
  background-color: var(--bs-body-bg);
  padding: 0.55rem 0.75rem;
  color: var(--bs-gray-700);
  font-size: 0.95rem;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.425rem;
  outline: 0 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:focus, .select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:active {
  border: 1px solid var(--bs-gray-400);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
  padding: 0.75rem 1.25rem;
  margin: 0 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  transition: color 0.2s ease;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  transition: color 0.2s ease;
  position: relative;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  height: 0.75rem;
  width: 0.75rem;
  content: "";
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-component-hover-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='var%28--bs-component-hover-color%29' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='var%28--bs-component-hover-color%29' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e");
  mask-position: center;
  -webkit-mask-position: center;
  right: 1.25rem;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--disabled {
  color: var(--bs-gray-400);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__message {
  color: var(--bs-gray-600);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group {
  display: block;
  color: var(--bs-gray-800);
  font-weight: 500;
  font-size: 1.15rem;
  padding: 0 1.25rem 0 1.25rem;
  margin: 0 0 0.25rem 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__option {
  padding: 0.75rem 1.25rem;
  margin: 0 0;
}
.select2-container--bootstrap5 .select2-selection__clear {
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  top: 50%;
  right: 3rem;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--bs-gray-700) !important;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.select2-container--bootstrap5 .select2-selection__clear span {
  display: none;
}
.select2-container--bootstrap5 .select2-selection__clear:hover {
  background-color: var(--bs-primary) !important;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.form-floating .form-select {
  padding-top: 1.85rem !important;
}

.fv-plugins-message-container {
  --input-invalid-color: var(--bs-danger);
  margin-top: 0.3rem;
}
.fv-plugins-message-container .fv-help-block {
  color: var(--bs-danger);
  font-size: 1rem;
  font-weight: 400;
}
.fv-plugins-message-container.valid-feedback, .fv-plugins-message-container.invalid-feedback {
  display: block;
  font-weight: 400;
}

.daterangepicker {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  background-color: var(--bs-body-bg);
  box-shadow: var(--bs-dropdown-box-shadow);
  font-family: Inter, Helvetica, "sans-serif";
  z-index: 1000;
  border-radius: 4px;
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent;
}
.modal-open .daterangepicker {
  z-index: 1056;
}
.daterangepicker .calendar-table {
  background-color: var(--bs-body-bg);
  border: 0;
}
.daterangepicker .ranges {
  border-radius: 4px;
  background-color: var(--bs-body-bg);
  position: relative;
  overflow: hidden;
}
.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 150px;
  overflow: auto;
  max-height: 260px;
}
.daterangepicker .ranges li {
  padding: 0.7rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--bs-gray-600);
  transition: color 0.2s ease;
}
.daterangepicker .ranges li:hover {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  transition: color 0.2s ease;
}
.daterangepicker .ranges li.active {
  background-color: var(--bs-component-active-bg);
  color: var(--bs-component-active-color);
  transition: color 0.2s ease;
}
.daterangepicker.show-calendar .ranges {
  border-radius: 0;
  border-top-left-radius: 4px;
  margin-top: 0;
  height: 297px;
}
.daterangepicker.show-ranges.show-calendar .ranges {
  border-right: 1px solid var(--bs-gray-200);
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 0;
}
.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid var(--bs-gray-200);
}
.daterangepicker .drp-buttons .btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.daterangepicker .drp-buttons .cancelBtn {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}
.daterangepicker .drp-buttons .cancelBtn i,
.daterangepicker .drp-buttons .cancelBtn .svg-icon {
  color: var(--bs-light-inverse);
}
.daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn, .btn-check:active + .daterangepicker .drp-buttons .cancelBtn, .daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active), .daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active), .daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active), .daterangepicker .drp-buttons .cancelBtn.active, .daterangepicker .drp-buttons .cancelBtn.show, .show > .daterangepicker .drp-buttons .cancelBtn {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light-active);
  background-color: var(--bs-light-active) !important;
}
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn i,
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn .svg-icon, .btn-check:active + .daterangepicker .drp-buttons .cancelBtn i,
.btn-check:active + .daterangepicker .drp-buttons .cancelBtn .svg-icon, .daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) i,
.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) .svg-icon, .daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) i,
.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) .svg-icon, .daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) i,
.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) .svg-icon, .daterangepicker .drp-buttons .cancelBtn.active i,
.daterangepicker .drp-buttons .cancelBtn.active .svg-icon, .daterangepicker .drp-buttons .cancelBtn.show i,
.daterangepicker .drp-buttons .cancelBtn.show .svg-icon, .show > .daterangepicker .drp-buttons .cancelBtn i,
.show > .daterangepicker .drp-buttons .cancelBtn .svg-icon {
  color: var(--bs-light-inverse);
}
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after, .btn-check:active + .daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active).dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active).dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active).dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn.active.dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn.show.dropdown-toggle:after, .show > .daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}
.daterangepicker .drp-selected {
  font-size: 0.9rem;
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1rem;
}
.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}
.daterangepicker .drp-calendar th,
.daterangepicker .drp-calendar td {
  font-size: 1rem;
  font-weight: 400;
  width: 33px;
  height: 33px;
}
.daterangepicker .drp-calendar th.available:hover,
.daterangepicker .drp-calendar td.available:hover {
  border-radius: 4px;
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.daterangepicker .drp-calendar th {
  font-weight: 500;
  color: var(--bs-gray-800);
}
.daterangepicker .drp-calendar th.month {
  font-weight: 500;
  color: var(--bs-gray-800);
}
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: var(--bs-gray-600);
}
.daterangepicker .drp-calendar th.next.available:hover span, .daterangepicker .drp-calendar th.prev.available:hover span {
  border-color: var(--bs-component-hover-color);
}
.daterangepicker .drp-calendar th.next span {
  margin-right: 1px;
}
.daterangepicker .drp-calendar th.prev span {
  margin-left: 1px;
}
.daterangepicker .drp-calendar td {
  color: var(--bs-gray-700);
}
.daterangepicker .drp-calendar td.available.off {
  color: var(--bs-gray-500);
}
.daterangepicker .drp-calendar td.active {
  background-color: var(--bs-component-active-bg) !important;
  color: var(--bs-component-active-color) !important;
  border-radius: 4px;
}
.daterangepicker .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  background: var(--bs-gray-200) !important;
  color: var(--bs-gray-700) !important;
  border-radius: 4px;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.daterangepicker .drp-calendar td:hover {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.daterangepicker select.ampmselect,
.daterangepicker select.minuteselect,
.daterangepicker select.hourselect,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border-radius: 4px;
  background-color: var(--bs-body-bg) !important;
  border-color: transparent;
  color: var(--bs-input-color);
  font-weight: 500;
  outline: 0 !important;
}
.daterangepicker select.ampmselect:focus,
.daterangepicker select.minuteselect:focus,
.daterangepicker select.hourselect:focus,
.daterangepicker select.monthselect:focus,
.daterangepicker select.yearselect:focus {
  background-color: var(--bs-gray-100);
}

@media (max-width: 767.98px) {
  .daterangepicker.show-calendar .ranges {
    float: none !important;
    height: auto !important;
  }
  .daterangepicker.show-calendar .ranges ul {
    width: 100%;
  }
  .daterangepicker.show-calendar .drp-calendar {
    float: none !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.flatpickr-calendar {
  width: 280px !important;
  font-family: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: var(--bs-dropdown-box-shadow);
  background-color: var(--bs-body-bg);
  border-radius: 4px;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  display: none;
}
.flatpickr-calendar.hasWeeks {
  width: 325px !important;
}

.flatpickr-months {
  padding: 0 1rem;
  padding-top: 0.5rem;
}

.flatpickr-innerContainer {
  padding: 0.5rem 1rem;
}

.flatpickr-days,
.dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: var(--bs-gray-600);
  fill: var(--bs-gray-600);
  height: 46px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  top: 1rem;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: var(--bs-gray-500);
  height: 13px;
  width: 13px;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: var(--bs-gray-100);
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--bs-gray-700);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*rtl:begin:ignore*/
  left: 1rem;
  /*rtl:end:ignore*/
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*rtl:begin:ignore*/
  right: 1rem;
  /*rtl:end:ignore*/
}

.flatpickr-current-month {
  font-weight: 500;
  color: inherit;
}
.flatpickr-current-month .numInputWrapper {
  border-radius: 4px;
  width: 65px;
}
.flatpickr-current-month .numInputWrapper span.arrowUp {
  border-top-right-radius: 4px;
}
.flatpickr-current-month .numInputWrapper span.arrowDown {
  border-bottom-right-radius: 4px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  border: 0 !important;
  background-color: var(--bs-body-bg);
  font-size: 1rem;
  color: var(--bs-gray-700);
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  margin-right: 0.5rem;
  outline: none !important;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: var(--bs-gray-100);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  font-size: 1rem;
  color: var(--bs-gray-700);
  font-weight: 500;
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-current-month span.cur-month {
  color: var(--bs-gray-700);
  font-size: 1rem;
  font-weight: 500;
}
.flatpickr-current-month span.cur-month:hover {
  background: var(--bs-gray-100);
}
.flatpickr-current-month input.cur-year {
  color: var(--bs-gray-700);
  font-size: 1.1rem !important;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  outline: 0 !important;
}

span.flatpickr-weekday {
  color: var(--bs-gray-800);
  font-size: 1rem;
  font-weight: 600;
}

.flatpickr-time {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: height;
  line-height: height;
  max-height: height;
  border-top: 1px solid var(--bs-gray-100);
}
.flatpickr-time .numInputWrapper {
  height: height;
}
.flatpickr-time .flatpickr-am-pm {
  color: var(--bs-gray-700);
  font-size: 1rem;
  font-weight: 500;
}
.flatpickr-time input.flatpickr-hour, .flatpickr-time input.flatpickr-minute {
  color: var(--bs-gray-700);
  font-size: 1rem;
  font-weight: 500;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: transparent;
}

.numInputWrapper span {
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
.numInputWrapper span:hover {
  background: transparent !important;
}
.numInputWrapper span:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--bs-gray-500) !important;
}
.numInputWrapper span.arrowUp:hover:after {
  border-bottom-color: var(--bs-gray-700) !important;
}
.numInputWrapper span.arrowDown:after {
  border-top-color: var(--bs-gray-500) !important;
}
.numInputWrapper span.arrowDown:hover:after {
  border-top-color: var(--bs-gray-700) !important;
}
.numInputWrapper:hover {
  background: transparent;
}

.flatpickr-day {
  font-size: 1rem;
  border-radius: 4px;
  box-shadow: none !important;
  height: 36px;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  line-height: 36px;
  color: var(--bs-gray-600);
  margin-top: 0 !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  border-color: transparent;
}
.flatpickr-day.today {
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
  border-color: transparent;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: transparent;
  background: var(--bs-gray-200);
  color: var(--bs-gray-700);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--bs-component-active-bg);
  color: var(--bs-component-active-color);
  border-color: transparent;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  border-color: transparent;
}
.flatpickr-day.today {
  border-color: transparent;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: transparent;
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--bs-component-active-bg);
  color: var(--bs-component-active-color);
  border-color: transparent;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: var(--bs-gray-500);
  background: transparent;
  border-color: transparent;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: var(--bs-gray-500);
}

.flatpickr-weekwrapper {
  margin-right: 5px;
}

.tagify {
  --tagify-dd-bg-color: var(--bs-body-bg);
  --tags-border-color: var(--bs-gray-300);
  --tags-hover-border-color: var(--bs-gray-300);
  --tags-focus-border-color: var(--bs-gray-400);
  --tag-bg: var(--bs-gray-200);
  --tag-hover: var(--bs-gray-200);
  --tag-text-color: var(--bs-gray-700);
  --tag-text-color--edit: var(--bs-gray-700);
  --tag-pad: 0 0.5rem;
  --tag-inset-shadow-size: 1rem;
  --tag-invalid-color: var(--bs-danger);
  --tag-invalid-bg: var(--bs-danger-light);
  --tag-remove-bg: var(--bs-gray-200);
  --tag-remove-btn-color: transparent;
  --tag-remove-btn-bg: transparent;
  --tag-remove-btn-bg--hover: transparent;
  --input-color: var(--bs-gray-700);
  --placeholder-color: var(--bs-gray-400);
  --placeholder-color-focus: var(--bs-gray-500);
  --loader-size: .8rem;
  --tagify-dd-item--hidden-duration: 0.3s;
}
.tagify .tagify__tag {
  background-color: var(--tag-bg);
  margin: 0;
  line-height: 1;
}
.tagify .tagify__tag div {
  border-radius: inherit;
}
.tagify .tagify__tag .tagify__tag-text {
  overflow: visible;
}
.tagify .tagify__tag .tagify__tag__removeBtn {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.5rem 0 0;
  border-radius: 0;
  content: " ";
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.tagify .tagify__tag .tagify__tag__removeBtn:after {
  display: none;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.tagify .tagify__tag.tagify--notAllowed div .tagify__tag-text {
  color: var(--bs-danger);
  opacity: 0.5;
}
.tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn {
  opacity: 0.5;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn:hover {
  background: transparent;
  opacity: 0.75;
}
.tagify .tagify__input {
  margin: 0;
}
.tagify .tagify__input:before {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.tagify.form-control {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.tagify.form-control-sm {
  border-radius: 0.425rem;
  min-height: calc(1.5em + 1.1rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tagify.form-control-sm .tagify__tag {
  padding: 0.3rem 0.3rem;
  border-radius: 0.425rem;
}
.tagify.form-control-sm .tagify__tag .tagify__tag-text {
  font-size: 0.95rem;
}
.tagify:not(.form-control-sm):not(.form-control-lg) {
  border-radius: 4px;
  min-height: calc(1.5em + 1.55rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag {
  padding: 0.4rem 0.4rem;
  border-radius: 4px;
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag .tagify__tag-text {
  font-size: 1.1rem;
}
.tagify.form-control-lg {
  border-radius: 0.625rem;
  min-height: calc(1.5em + 1.65rem + 2px);
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
}
.tagify.form-control-lg .tagify__tag {
  padding: 0.5rem 0.5rem;
  border-radius: 0.625rem;
}
.tagify.form-control-lg .tagify__tag .tagify__tag-text {
  font-size: 1.15rem;
}

.tagify__dropdown {
  box-shadow: var(--bs-dropdown-box-shadow);
  border: 0 !important;
  outline: none !important;
  padding: 0.75rem 0;
  z-index: 1000;
  background-color: var(--bs-body-bg);
  border-radius: 4px;
}
.tagify__dropdown ._wrapper {
  max-height: none;
  border-radius: 4px;
}
.modal-open .tagify__dropdown {
  z-index: 1056;
}
.tagify__dropdown .tagify__dropdown__wrapper {
  background-color: var(--bs-body-bg);
  border: 0 !important;
  outline: none !important;
  box-shadow: none;
}
.tagify__dropdown .tagify__dropdown__item {
  color: var(--bs-gray-700);
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  margin: 0;
  box-shadow: none;
  font-weight: 500;
}
.tagify__dropdown .tagify__dropdown__item:hover, .tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.tagify__dropdown.tagify__inline__suggestions {
  padding: 0.775rem 1rem;
}
.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item {
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.35rem 0.5rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  border-radius: 4px;
}
.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item:hover, .tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item.tagify__dropdown__item--active {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}

.bootstrap-maxlength {
  z-index: 1040 !important;
}
.modal-open .bootstrap-maxlength {
  z-index: 1060 !important;
}
.bootstrap-maxlength.badge {
  display: inline-flex !important;
}

.ck-target {
  display: none;
}

.ck-toolbar {
  border-radius: 4px !important;
}

.ck-content {
  min-height: 200px;
  border-radius: 4px !important;
}
.ck-content.ck-focused {
  border-color: var(--bs-primary) !important;
  box-shadow: none !important;
}

.ck-editor .ck-toolbar {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ck-editor .ck-content {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ck-body .ck-balloon-panel .ck-content {
  min-height: 200px;
  border-color: transparent !important;
}
.ck-body .ck-balloon-panel .ck-content.ck-focused {
  border-color: var(--bs-primary) !important;
}
.ck-body .ck-balloon-panel.ck-toolbar-container,
.ck-body .ck-balloon-panel .ck-toolbar {
  border-radius: 4px !important;
}

table.dataTable {
  width: 100% !important;
  margin: 0 !important;
}
table.dataTable th {
  border-bottom-color: var(--bs-table-border-color);
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 0;
}

table.dataTable > thead .dt-column-order {
  display: none;
}
table.dataTable > thead .dt-orderable-asc,
table.dataTable > thead .dt-orderable-desc {
  outline: 0 !important;
}
table.dataTable > thead .dt-orderable-asc:after, table.dataTable > thead .dt-orderable-asc:before,
table.dataTable > thead .dt-orderable-desc:after,
table.dataTable > thead .dt-orderable-desc:before {
  display: none !important;
}
table.dataTable > thead .dt-ordering-asc,
table.dataTable > thead .dt-ordering-desc {
  vertical-align: middle;
}
table.dataTable > thead .dt-ordering-asc:before, table.dataTable > thead .dt-ordering-asc:after,
table.dataTable > thead .dt-ordering-desc:before,
table.dataTable > thead .dt-ordering-desc:after {
  position: relative !important;
  opacity: 1 !important;
  display: inline-block !important;
  width: 0.65rem;
  height: 0.65rem;
  content: " " !important;
  bottom: auto;
  right: auto !important;
  left: auto;
  margin-left: 0.5rem;
}
table.dataTable > thead .dt-ordering-asc:before,
table.dataTable > thead .dt-ordering-desc:before {
  display: none !important;
}

table.dataTable > thead .dt-ordering-asc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
}

table.dataTable > thead .dt-ordering-desc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
}

.dt-container .table-responsive {
  position: relative;
}
.dt-container .dt-processing {
  border-radius: 4px;
  box-shadow: var(--bs-dropdown-box-shadow);
  background-color: var(--bs-body-bg);
  color: var(--bs-gray-700);
  font-weight: 500;
  margin: 0 !important;
  width: auto;
  padding: 1rem 2rem !important;
  transform: translateX(-50%) translateY(-50%);
}
.dt-container .dt-processing > div {
  display: none;
}

.dtr-control:before {
  border: 0 !important;
  height: 1.35rem;
  width: 1.35rem;
  line-height: 1.5;
  text-indent: -999px !important;
  margin-bottom: -0.3375rem;
  margin-right: 0.675rem;
  display: inline-block;
  position: relative;
  font-size: 1.05rem;
  border: 0;
  box-shadow: none;
  mask-size: 85%;
  -webkit-mask-size: 85%;
  content: " ";
}
:root .dtr-control:before, [data-bs-theme=light] .dtr-control:before {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #78829D;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%2378829D'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%2378829D'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%2378829D'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%2378829D'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%2378829D'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%2378829D'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .dtr-control:before {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #808290;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%23808290'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%23808290'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%23808290'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%23808290'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%23808290'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%23808290'/%3e%3c/svg%3e");
}

.dt-hasChild.dtr-expanded .dtr-control:before {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #1B84FF;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%231B84FF'/%3e%3crect x='6.0104' y='10.9247' width='12' height='2' rx='1' fill='%231B84FF'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%231B84FF'/%3e%3crect x='6.0104' y='10.9247' width='12' height='2' rx='1' fill='%231B84FF'/%3e%3c/svg%3e");
}

thead .dtr-control:before {
  display: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 100px;
  font-weight: 500;
}

table.dataTable > tbody > tr.child span.dtr-data {
  font-weight: 400;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px var(--bs-table-striped-bg);
}

table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px var(--bs-primary);
  color: var(--bs-primary-inverse);
}
table.table.dataTable > tbody > tr.selected > * a:not([class=btn]) {
  color: var(--bs-primary-light);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: dotted;
}
table.table.dataTable > tbody > tr.selected > * a:not([class=btn]):hover {
  color: var(--bs-primary-inverse);
}

.dt-search > div,
.dt-toolbar > div {
  display: flex;
  align-items: center;
}

.dt-toolbar .dt-info {
  margin-left: 0.75rem;
  padding-top: 0 !important;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-text-gray-700);
}

.dt-paging {
  padding: 1rem 0;
  margin-left: 0.5rem;
}
.dt-paging .pagination {
  margin: 0;
}

.dt-scroll-body {
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.dt-scroll-body .dt-orderable-none.dt-ordering-asc:after,
.dt-scroll-body .dt-orderable-none.dt-ordering-desc:after {
  display: none !important;
}

.dt-scroll-foot {
  border-top: 1px solid var(--bs-border-color);
}

.dt-scroll > .dt-scroll-body > .table > thead {
  line-height: 0;
}
.dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-asc:after, .dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-asc:before,
.dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-desc:after,
.dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-desc:before {
  display: none !important;
}

div.dtfc-right-top-blocker,
div.dtfc-left-top-blocker {
  background-color: var(--bs-body-bg);
}

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right {
  background-color: var(--bs-body-bg);
}
table.dataTable thead tr > .dtfc-fixed-left:after,
table.dataTable thead tr > .dtfc-fixed-right:after {
  box-shadow: none !important;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  background-color: var(--bs-body-bg);
}
table.dataTable tbody tr > .dtfc-fixed-left:after,
table.dataTable tbody tr > .dtfc-fixed-right:after {
  box-shadow: none !important;
}

.dtfh-floatingparent {
  box-shadow: var(--bs-box-shadow-sm);
}
.dtfh-floatingparent .table {
  background-color: var(--bs-body-bg) !important;
}
.dtfh-floatingparent,
.dtfh-floatingparent .table,
.dtfh-floatingparent .table th {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.dtr-details {
  display: table !important;
}
.dtr-details li {
  display: table-row !important;
}
.dtr-details li .dtr-title {
  padding-right: 0.75rem;
  color: var(--bs-gray-900);
}
.dtr-details li .dtr-data {
  color: var(--bs-gray-700);
}
.dtr-details li .dtr-title,
.dtr-details li .dtr-data {
  font-size: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: table-cell !important;
  border-bottom: 1px solid var(--bs-border-color);
}

.dropzone {
  min-height: auto;
  padding: 1.5rem 1.75rem;
  text-align: center;
  cursor: pointer;
  border: 1px dashed var(--bs-primary);
  background-color: var(--bs-primary-light);
  border-radius: 4px !important;
}
.dropzone .dz-message {
  margin: 0;
  display: flex;
  text-align: left;
}
.dropzone .dz-preview {
  border-radius: 4px !important;
  margin: 0.75rem;
}
.dropzone .dz-preview .dz-image {
  border-radius: 4px !important;
  z-index: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: var(--bs-gray-200);
}
.dropzone .dz-success-mark,
.dropzone .dz-error-mark {
  margin-left: -20px !important;
  margin-top: -20px !important;
}
.dropzone .dz-success-mark svg,
.dropzone .dz-error-mark svg {
  height: 40px !important;
  width: 40px !important;
}
.dropzone .dz-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.65rem;
  width: 1.65rem;
  font-size: 1rem;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  background-color: var(--bs-body-bg) !important;
  box-shadow: var(--bs-box-shadow);
  border-radius: 100%;
  top: -0.825rem;
  right: -0.825rem;
}
.dropzone .dz-remove:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  mask-size: 40%;
  -webkit-mask-size: 40%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-600);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-600%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-600%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.dropzone .dz-remove:hover:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.dropzone .dz-error-message {
  color: var(--bs-danger-inverse);
  background: var(--bs-danger);
}

.dropzone.dropzone-queue {
  border: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.dropzone.dropzone-queue .dz-message {
  display: none;
}
.dropzone.dropzone-queue .dropzone-panel .dropzone-upload,
.dropzone.dropzone-queue .dropzone-panel .dropzone-remove-all {
  display: none;
}
.dropzone.dropzone-queue .dropzone-item {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  background-color: var(--bs-gray-100);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file {
  flex-grow: 1;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bs-gray-600);
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename:hover {
  color: var(--bs-primary);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-error {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--bs-danger);
  text-overflow: ellipsis;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress {
  width: 15%;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress {
  height: 5px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress {
    transition: none;
  }
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar {
  margin-left: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete {
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete > i {
  transition: color 0.2s ease;
  font-size: 0.8rem;
  color: var(--bs-gray-600);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
  transition: color 0.2s ease;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover > i {
  color: var(--bs-primary);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start {
  transition: color 0.2s ease;
}

.gmaps {
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}
.gmaps img {
  max-width: none;
}
.gmaps.gmaps-static > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

.noUi-target {
  border: 0;
  background: var(--bs-gray-100);
  box-shadow: none;
}
.noUi-target.noUi-horizontal {
  height: 15px;
}
.noUi-target.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  top: -4.5px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-target.noUi-vertical {
  height: 150px;
  width: 15px;
}
.noUi-target.noUi-vertical .noUi-handle {
  width: 24px;
  height: 24px;
  right: -4.5px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-vertical .noUi-handle::after {
  display: none;
}
.noUi-target .noUi-connect {
  background: var(--bs-component-active-bg);
}
.noUi-target .noUi-handle {
  background-color: #ffffff;
  border: 1px solid var(--bs-gray-200);
  box-shadow: var(--bs-box-shadow-sm);
}
.noUi-target.noUi-sm {
  height: 6px;
}
.noUi-target.noUi-sm .noUi-handle {
  width: 20px;
  height: 20px;
  top: -7px;
}
.noUi-target.noUi-lg {
  height: 18px;
}
.noUi-target.noUi-lg .noUi-handle {
  width: 30px;
  height: 30px;
  top: -6px;
}

.noUi-target.noUi-target-light .noUi-connects {
  background-color: var(--bs-light-light);
}
.noUi-target.noUi-target-light .noUi-connects .noUi-connect {
  background-color: var(--bs-light);
}
.noUi-target.noUi-target-light .noUi-handle {
  border: 1px solid var(--bs-light);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-light), 0.7);
  background-color: var(--bs-light);
}

.noUi-target.noUi-target-primary .noUi-connects {
  background-color: var(--bs-primary-light);
}
.noUi-target.noUi-target-primary .noUi-connects .noUi-connect {
  background-color: var(--bs-primary);
}
.noUi-target.noUi-target-primary .noUi-handle {
  border: 1px solid var(--bs-primary);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-primary), 0.7);
  background-color: var(--bs-primary);
}

.noUi-target.noUi-target-secondary .noUi-connects {
  background-color: var(--bs-secondary-light);
}
.noUi-target.noUi-target-secondary .noUi-connects .noUi-connect {
  background-color: var(--bs-secondary);
}
.noUi-target.noUi-target-secondary .noUi-handle {
  border: 1px solid var(--bs-secondary);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-secondary), 0.7);
  background-color: var(--bs-secondary);
}

.noUi-target.noUi-target-success .noUi-connects {
  background-color: var(--bs-success-light);
}
.noUi-target.noUi-target-success .noUi-connects .noUi-connect {
  background-color: var(--bs-success);
}
.noUi-target.noUi-target-success .noUi-handle {
  border: 1px solid var(--bs-success);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-success), 0.7);
  background-color: var(--bs-success);
}

.noUi-target.noUi-target-info .noUi-connects {
  background-color: var(--bs-info-light);
}
.noUi-target.noUi-target-info .noUi-connects .noUi-connect {
  background-color: var(--bs-info);
}
.noUi-target.noUi-target-info .noUi-handle {
  border: 1px solid var(--bs-info);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-info), 0.7);
  background-color: var(--bs-info);
}

.noUi-target.noUi-target-warning .noUi-connects {
  background-color: var(--bs-warning-light);
}
.noUi-target.noUi-target-warning .noUi-connects .noUi-connect {
  background-color: var(--bs-warning);
}
.noUi-target.noUi-target-warning .noUi-handle {
  border: 1px solid var(--bs-warning);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-warning), 0.7);
  background-color: var(--bs-warning);
}

.noUi-target.noUi-target-danger .noUi-connects {
  background-color: var(--bs-danger-light);
}
.noUi-target.noUi-target-danger .noUi-connects .noUi-connect {
  background-color: var(--bs-danger);
}
.noUi-target.noUi-target-danger .noUi-handle {
  border: 1px solid var(--bs-danger);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-danger), 0.7);
  background-color: var(--bs-danger);
}

.noUi-target.noUi-target-dark .noUi-connects {
  background-color: var(--bs-dark-light);
}
.noUi-target.noUi-target-dark .noUi-connects .noUi-connect {
  background-color: var(--bs-dark);
}
.noUi-target.noUi-target-dark .noUi-handle {
  border: 1px solid var(--bs-dark);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-dark), 0.7);
  background-color: var(--bs-dark);
}

.noUi-tooltip {
  box-shadow: var(--bs-tooltip-box-shadow);
  background: var(--bs-tooltip-bg);
  color: var(--bs-tooltip-color);
  font-size: 1rem;
  border: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

.ql-toolbar {
  font-family: Inter, Helvetica, "sans-serif";
}
.ql-toolbar.ql-snow {
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ql-toolbar.ql-snow .ql-picker .ql-fill,
.ql-toolbar.ql-snow .ql-picker .ql-stroke,
.ql-toolbar.ql-snow button .ql-fill,
.ql-toolbar.ql-snow button .ql-stroke {
  stroke: var(--bs-gray-500);
}
.ql-toolbar.ql-snow .ql-picker .ql-fill,
.ql-toolbar.ql-snow button .ql-fill {
  fill: var(--bs-gray-500);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-fill,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-stroke, .ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill,
.ql-toolbar.ql-snow .ql-picker.ql-active .ql-stroke, .ql-toolbar.ql-snow .ql-picker:focus .ql-fill,
.ql-toolbar.ql-snow .ql-picker:focus .ql-stroke, .ql-toolbar.ql-snow .ql-picker:hover .ql-fill,
.ql-toolbar.ql-snow .ql-picker:hover .ql-stroke,
.ql-toolbar.ql-snow button.ql-expanded .ql-fill,
.ql-toolbar.ql-snow button.ql-expanded .ql-stroke,
.ql-toolbar.ql-snow button.ql-active .ql-fill,
.ql-toolbar.ql-snow button.ql-active .ql-stroke,
.ql-toolbar.ql-snow button:focus .ql-fill,
.ql-toolbar.ql-snow button:focus .ql-stroke,
.ql-toolbar.ql-snow button:hover .ql-fill,
.ql-toolbar.ql-snow button:hover .ql-stroke {
  stroke: var(--bs-primary);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-fill, .ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill, .ql-toolbar.ql-snow .ql-picker:focus .ql-fill, .ql-toolbar.ql-snow .ql-picker:hover .ql-fill,
.ql-toolbar.ql-snow button.ql-expanded .ql-fill,
.ql-toolbar.ql-snow button.ql-active .ql-fill,
.ql-toolbar.ql-snow button:focus .ql-fill,
.ql-toolbar.ql-snow button:hover .ql-fill {
  fill: var(--bs-primary);
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
}
[direction=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg, [dir=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  left: 0;
  right: auto;
}

.ql-editor {
  color: var(--bs-input-color);
  text-align: initial;
}
.ql-editor.ql-blank:before {
  left: auto !important;
  right: auto !important;
  color: var(--bs-text-muted) !important;
  font-style: normal !important;
}

.ql-container.ql-snow {
  background-color: var(--bs-input-bg);
  border: 1px solid var(--bs-gray-200);
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ql-snow .ql-picker .ql-picker-label {
  color: var(--bs-gray-500);
}
.ql-snow .ql-picker .ql-picker-label.ql-active, .ql-snow .ql-picker .ql-picker-label:hover {
  color: var(--bs-primary);
}
.ql-snow .ql-picker.ql-expanded {
  outline: none !important;
  border-color: transparent !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent !important;
  color: var(--bs-primary);
  outline: none !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-label:hover {
  color: var(--bs-primary);
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: var(--bs-dropdown-box-shadow);
  background-color: var(--bs-body-bg);
  border-radius: 4px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: var(--bs-gray-600);
  outline: none;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item.ql-selected, .ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: var(--bs-primary);
}
.ql-snow .ql-tooltip {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 4px;
}
.ql-snow .ql-tooltip input[type=text] {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-gray-700);
  outline: none !important;
  border-radius: 4px;
}
.ql-snow .ql-tooltip input[type=text]:active, .ql-snow .ql-tooltip input[type=text]:focus {
  border-color: var(--bs-input-focus-border-color) !important;
}
.ql-snow .ql-tooltip .ql-preview {
  color: var(--bs-gray-600);
}
.ql-snow .ql-tooltip .ql-action {
  transition: color 0.3s ease;
  color: var(--bs-gray-600);
}
.ql-snow .ql-tooltip .ql-action:hover {
  transition: color 0.3s ease;
  color: var(--bs-primary);
}
.modal .ql-snow .ql-tooltip.ql-editing {
  left: 20px !important;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: var(--bs-gray-900);
  color: var(--bs-text-muted);
  overflow: visible;
  border-radius: 4px;
}

.ql-quil.ql-quil-plain .ql-toolbar {
  padding: 0;
  margin: 0;
  border: 0;
}
.ql-quil.ql-quil-plain .ql-toolbar:after {
  display: none;
}
.ql-quil.ql-quil-plain .ql-toolbar .ql-picker-label {
  padding-left: 0;
}
.ql-quil.ql-quil-plain .ql-container {
  border: 0;
}
.ql-quil.ql-quil-plain .ql-editor {
  border: 0;
  padding: 0;
}

.recaptcha {
  padding: 15px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 4px;
}
.recaptcha .recaptcha-img {
  margin-bottom: 10px;
}
.recaptcha .recaptcha_only_if_incorrect_sol {
  color: var(--bs-danger);
}
.recaptcha .input-group .btn i {
  padding-right: 0;
}
.recaptcha .input-group .form-control {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open) {
  overflow-y: initial !important;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open):not(.sweetalert2-nopadding) {
  padding-right: 0 !important;
}

.swal2-popup {
  background-color: var(--bs-body-bg);
  padding: 2rem;
  border-radius: 4px;
}
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--bs-dark);
}
.swal2-popup .swal2-html-container,
.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: var(--bs-gray-800);
}
.swal2-popup .btn {
  margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}
.swal2-popup .swal2-actions {
  margin: 1.5rem auto 1rem auto;
}

.swal2-container {
  overflow-y: hidden !important;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}
.swal2-container .swal2-html-container {
  max-height: 200px;
  overflow: auto;
}

body.swal2-height-auto {
  height: 100% !important;
}

.swal2-icon.swal2-warning {
  border-color: var(--bs-warning);
  color: var(--bs-warning);
}
.swal2-icon.swal2-error {
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: rgba(var(--bs-danger-rgb), 0.75);
}
.swal2-icon.swal2-success {
  border-color: var(--bs-success);
  color: var(--bs-success);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: var(--bs-success);
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(var(--bs-success-rgb), 0.3);
}
.swal2-icon.swal2-info {
  border-color: var(--bs-info);
  color: var(--bs-info);
}
.swal2-icon.swal2-question {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.tox-target {
  display: none;
}

.tox-tinymce {
  border-radius: 4px !important;
}

.toastr {
  background-position: calc(100% - 1.5rem) center !important;
  /*rtl:ignore*/
  background-position: 1.5rem center !important;
  box-shadow: var(--bs-dropdown-box-shadow) !important;
  border-radius: 4px !important;
  border: 0 !important;
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  padding: 1.25rem 1.25rem 1.25rem 4.5rem !important;
}
.toastr .toastr-close-button {
  outline: none !important;
  font-size: 0;
  width: 0.85rem;
  height: 0.85rem;
}
.toastr .toastr-title {
  font-size: 1.15rem;
  font-weight: 500;
}
.toastr .toastr-title + .toastr-message {
  margin-top: 0.25rem;
}
.toastr .toastr-message {
  font-size: 1rem;
  font-weight: 400;
}
.toastr.toastr-success {
  background-color: var(--bs-success);
  color: var(--bs-success-inverse);
}
.toastr.toastr-success .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-success-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-success-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-success-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.toastr.toastr-info {
  background-color: var(--bs-info);
  color: var(--bs-info-inverse);
}
.toastr.toastr-info .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-info-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-info-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-info-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.toastr.toastr-warning {
  background-color: var(--bs-warning);
  color: var(--bs-warning-inverse);
}
.toastr.toastr-warning .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-warning-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-warning-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-warning-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.toastr.toastr-error {
  background-color: var(--bs-danger);
  color: var(--bs-danger-inverse);
}
.toastr.toastr-error .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.toastr-top-center {
  top: 12px;
}

.toastr-bottom-center {
  bottom: 12px;
}

.draggable {
  transition: opacity 0.3s ease;
  outline: none !important;
}
.draggable.draggable-mirror {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  border: 1px dashed var(--bs-gray-300) !important;
  border-radius: 4px;
}
.draggable.draggable--original {
  opacity: 0 !important;
}
.draggable.draggable-source--is-dragging.draggable--over {
  opacity: 0 !important;
}
.draggable .draggable-handle {
  cursor: move;
}

.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text {
  font-family: Inter, Helvetica, "sans-serif" !important;
}

.apexcharts-title-text {
  font-weight: 400;
}

.apexcharts-pie-label {
  font-weight: 400;
  font-size: 0.95rem;
}

.apexcharts-toolbar {
  text-align: left !important;
}

.apexcharts-menu {
  background: var(--bs-body-bg) !important;
  border: 0 !important;
  padding: 0.5rem 0 !important;
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 4px !important;
  overflow: hidden;
  min-width: 10rem !important;
}
.apexcharts-menu .apexcharts-menu-item {
  padding: 0.65rem 0.85rem;
  transition: all 0.2s ease-in-out;
}
.apexcharts-menu .apexcharts-menu-item:hover {
  background-color: var(--bs-component-hover-bg) !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border-radius: 4px;
  box-shadow: var(--bs-dropdown-box-shadow);
  border: 0 !important;
  background: var(--bs-body-bg) !important;
  color: var(--bs-gray-800);
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: var(--bs-body-bg) !important;
  font-weight: 500;
  color: var(--bs-gray-800);
  border-bottom: 1px solid var(--bs-gray-100) !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  padding: 0.5rem 1rem;
}
.apexcharts-xaxistooltip.apexcharts-theme-light {
  border-radius: 4px !important;
  box-shadow: var(--bs-dropdown-box-shadow) !important;
  border: 0 !important;
  background: var(--bs-dropdown-box-shadow) !important;
  color: var(--bs-gray-800);
}
.apexcharts-xaxistooltip.apexcharts-theme-light:before {
  border-bottom: 0 !important;
}
.apexcharts-xaxistooltip.apexcharts-theme-light:after {
  border-bottom-color: var(--bs-dropdown-box-shadow) !important;
}

.card-rounded-bottom .apexcharts-canvas svg {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.rounded .apexcharts-canvas svg {
  border-radius: 4px !important;
}

.rounded-sm .apexcharts-canvas svg {
  border-radius: 0.425rem !important;
}

.rounded-lg .apexcharts-canvas svg {
  border-radius: 0.625rem !important;
}

.rounded-xl .apexcharts-canvas svg {
  border-radius: 1rem !important;
}

.leaflet-container .leaflet-pane,
.leaflet-container .leaflet-top,
.leaflet-container .leaflet-bottom,
.leaflet-container .leaflet-control {
  z-index: 1 !important;
}
.leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 4px !important;
  text-align: center;
  box-shadow: var(--bs-box-shadow) !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-family: Inter, Helvetica, "sans-serif";
  font-size: 1rem;
}

.tns {
  position: relative;
  overflow: hidden;
}
.tns [data-tns=true] {
  display: none;
}
.tns .tns-item {
  opacity: 0;
  transition: all 0.3s ease;
}
.tns .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tns .tns-controls button {
  outline: none;
  border: 0;
  margin: 0 0.25rem;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}
.tns .tns-controls button:hover {
  background-color: var(--bs-primary-active);
}
.tns .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tns .tns-nav button {
  display: block;
  outline: none;
  width: 1.25rem;
  height: 0.75rem;
  background-color: var(--bs-gray-200);
  margin: 0 0.25rem;
  border: 0;
  border-radius: 0.35rem;
}
.tns .tns-nav button.tns-nav-active {
  background-color: var(--bs-primary);
}
.tns.tns-initiazlied [data-tns=true] {
  display: flex;
}
.tns.tns-initiazlied .tns-item {
  opacity: 1;
  transition: all 0.3s ease;
}
.tns.tns-default {
  position: relative;
}
.tns.tns-default [data-controls=prev],
.tns.tns-default [data-controls=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tns.tns-default [data-controls=prev] {
  left: 0;
}
.tns.tns-default [data-controls=next] {
  right: 0;
}
.tns.tns-default .tns-outer {
  margin: 0 4rem;
}
@media (max-width: 767.98px) {
  .tns.tns-default .tns-outer {
    margin: 0 2rem;
  }
}
.tns.tns-flush .tns-outer {
  margin: 0;
}
.tns.tns-circle-nav .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tns.tns-circle-nav .tns-nav button {
  display: block;
  outline: none;
  width: 1.15rem;
  height: 1.15rem;
  background-color: var(--bs-gray-200);
  margin: 0 0.55rem;
  border: 0;
  border-radius: 50%;
}
.tns.tns-circle-nav .tns-nav button.tns-nav-active {
  background-color: var(--bs-gray-400);
}

.tns-hide-disabled-nav [disabled] {
  display: none !important;
}

body {
  --fc-event-border-color: var(--bs-primary);
  --fc-event-bg-color: var(--bs-primary);
  --fc-event-text-color: var(--bs-primary-inverse);
}

.fc {
  --fc-border-color: var(--bs-gray-200);
  --fc-page-bg-color: #ffffff;
  --fc-small-font-size: 0.95rem;
  --fc-highlight-color: var(--bs-light);
  --fc-bg-event-opacity: 0.3;
  --fc-neutral-bg-color: var(--bs-light);
  --fc-today-bg-color: var(--bs-success-light);
  --fc-now-indicator-color: var(--bs-danger);
  --fc-list-event-hover-bg-color: var(--bs-light);
  --fc-button-text-color: var(--bs-gray-600);
  --fc-button-bg-color: var(--bs-gray-100);
  --fc-button-border-color: var(--bs-gray-100);
  --fc-button-hover-bg-color: var(--bs-gray-100);
  --fc-button-hover-border-color: var(--bs-gray-100);
  --fc-button-active-bg-color: var(--bs-gray-200);
  --fc-button-active-border-color: var(--bs-gray-200);
}
.fc table {
  font-size: 1rem;
}
.fc .fc-button {
  padding: 0.75rem 1.25rem;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 4px;
  vertical-align: middle;
  font-weight: 500;
  text-transform: capitalize;
}
.fc .fc-button-primary {
  margin: 0;
}
.fc .fc-button-primary .fc-icon {
  font-size: 1.35rem;
  margin-bottom: 0.15rem;
}
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):active {
  color: var(--bs-gray-900);
}
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):active .fc-icon {
  color: var(--bs-gray-900);
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: var(--bs-gray-900);
}
.fc .fc-button-primary:not(:disabled).fc-button-active .fc-icon {
  color: var(--bs-gray-900);
}
.fc .fc-button-group .fc-button {
  margin: 0 !important;
}
.fc .fc-toolbar-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-gray-800);
}
.fc .fc-col-header-cell {
  padding: 0.75rem 0.5rem;
}
.fc .fc-col-header-cell .fc-col-header-cell-cushion {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-gray-800);
}
.fc .fc-scrollgrid {
  border-radius: 4px;
}
.fc .fc-scrollgrid thead > tr td:first-child {
  border-top-left-radius: 4px;
}
.fc .fc-scrollgrid thead > tr td:last-child {
  border-top-right-radius: 4px;
}
.fc .fc-scrollgrid tbody > tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.fc .fc-scrollgrid tbody > tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.fc .fc-daygrid-event {
  margin-top: 3px;
}
.fc .fc-daygrid-dot-event .fc-event-title,
.fc .fc-daygrid-dot-event .fc-event-time,
.fc .fc-daygrid-block-event .fc-event-title,
.fc .fc-daygrid-block-event .fc-event-time {
  padding: 0.25rem 0.25rem;
}
.fc .fc-daygrid-day-number {
  color: var(--bs-gray-800);
}
.fc .fc-daygrid-dot-event {
  background-color: var(--bs-light);
  color: var(--bs-gray-600);
}
.fc .fc-daygrid-dot-event .fc-event-title {
  font-weight: 500;
}
.fc .fc-daygrid-dot-event:hover, .fc .fc-daygrid-dot-event.fc-event-mirror {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.fc .fc-daygrid-event-dot {
  margin-left: 0.5rem;
  margin-right: 0.1rem;
}
.fc .fc-popover {
  border: 0 !important;
  background-color: var(--bs-body-bg);
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 4px;
}
.fc .fc-popover .fc-popover-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0.65rem 0.75rem;
  background-color: var(--bs-tooltip-bg);
}
.fc .fc-popover .fc-popover-header .fc-popover-title {
  color: var(--bs-gray-800);
  font-size: 1rem;
  font-weight: 500;
}
.fc .fc-popover .fc-popover-header .fc-popover-close {
  font-size: 1rem;
  color: var(--bs-gray-600);
}
.fc .fc-popover .fc-popover-header .fc-popover-close:hover {
  color: var(--bs-primary);
}
.fc .fc-popover .fc-popover-body {
  padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}
.fc .fc-daygrid-more-link {
  font-weight: 500;
}
.fc .fc-timegrid-slot {
  height: 2rem;
  font-size: 0.95rem;
}
.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 0.85rem 1.15rem;
}
.fc .fc-list-day-text,
.fc .fc-list-day-side-text {
  font-size: 1.1rem;
  color: var(--bs-gray-900);
  font-weight: 600;
}
.fc .fc-list,
.fc .fc-list-table {
  border-radius: 4px;
}
.fc .fc-list {
  overflow: hidden;
  position: relative;
}
.fc .fc-timegrid-axis {
  padding-left: 0rem;
  padding-right: 0;
}
.fc .fc-timegrid-event .fc-event-main {
  padding: 0.25rem 0.25rem;
}
.fc .fc-timegrid-now-indicator-arrow {
  margin-top: -1px;
}

.fc-h-event {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .fc .fc-header-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1), .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 2;
  }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
  }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2), .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    margin-bottom: 1rem;
  }
}
.kanban-container {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.kanban-container .kanban-board {
  float: none;
  flex-shrink: 0;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem !important;
  background-color: var(--bs-gray-100);
  border-radius: 4px;
}
.kanban-container .kanban-board:last-child {
  margin-right: 0 !important;
}
.kanban-container .kanban-board .kanban-board-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.kanban-container .kanban-board .kanban-board-header .kanban-title-board {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-gray-900);
}
.kanban-container .kanban-board .kanban-board-header.light {
  background-color: var(--bs-light);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light .kanban-title-board {
  color: var(--bs-light-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-light {
  color: rgba(var(--bs-light), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-light .kanban-title-board {
  color: var(--bs-light);
}
.kanban-container .kanban-board .kanban-board-header.primary {
  background-color: var(--bs-primary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.primary .kanban-title-board {
  color: var(--bs-primary-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-primary {
  color: rgba(var(--bs-primary), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-primary .kanban-title-board {
  color: var(--bs-primary);
}
.kanban-container .kanban-board .kanban-board-header.secondary {
  background-color: var(--bs-secondary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.secondary .kanban-title-board {
  color: var(--bs-secondary-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-secondary {
  color: rgba(var(--bs-secondary), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-secondary .kanban-title-board {
  color: var(--bs-secondary);
}
.kanban-container .kanban-board .kanban-board-header.success {
  background-color: var(--bs-success);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.success .kanban-title-board {
  color: var(--bs-success-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-success {
  color: rgba(var(--bs-success), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-success .kanban-title-board {
  color: var(--bs-success);
}
.kanban-container .kanban-board .kanban-board-header.info {
  background-color: var(--bs-info);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.info .kanban-title-board {
  color: var(--bs-info-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-info {
  color: rgba(var(--bs-info), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-info .kanban-title-board {
  color: var(--bs-info);
}
.kanban-container .kanban-board .kanban-board-header.warning {
  background-color: var(--bs-warning);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.warning .kanban-title-board {
  color: var(--bs-warning-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-warning {
  color: rgba(var(--bs-warning), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-warning .kanban-title-board {
  color: var(--bs-warning);
}
.kanban-container .kanban-board .kanban-board-header.danger {
  background-color: var(--bs-danger);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.danger .kanban-title-board {
  color: var(--bs-danger-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-danger {
  color: rgba(var(--bs-danger), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-danger .kanban-title-board {
  color: var(--bs-danger);
}
.kanban-container .kanban-board .kanban-board-header.dark {
  background-color: var(--bs-dark);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.dark .kanban-title-board {
  color: var(--bs-dark-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-dark {
  color: rgba(var(--bs-dark), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-dark .kanban-title-board {
  color: var(--bs-dark);
}
.kanban-container .kanban-board .kanban-drag .kanban-item {
  border-radius: 4px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
  background: var(--bs-body-bg);
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light] {
  background-color: var(--bs-light);
  color: var(--bs-light-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-light] {
  background-color: var(--bs-light-light);
  color: var(--bs-light);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=primary] {
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-primary] {
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=secondary] {
  background-color: var(--bs-secondary);
  color: var(--bs-secondary-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-secondary] {
  background-color: var(--bs-secondary-light);
  color: var(--bs-secondary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=success] {
  background-color: var(--bs-success);
  color: var(--bs-success-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-success] {
  background-color: var(--bs-success-light);
  color: var(--bs-success);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=info] {
  background-color: var(--bs-info);
  color: var(--bs-info-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-info] {
  background-color: var(--bs-info-light);
  color: var(--bs-info);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=warning] {
  background-color: var(--bs-warning);
  color: var(--bs-warning-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-warning] {
  background-color: var(--bs-warning-light);
  color: var(--bs-warning);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=danger] {
  background-color: var(--bs-danger);
  color: var(--bs-danger-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-danger] {
  background-color: var(--bs-danger-light);
  color: var(--bs-danger);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=dark] {
  background-color: var(--bs-dark);
  color: var(--bs-dark-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-dark] {
  background-color: var(--bs-dark-light);
  color: var(--bs-dark);
  box-shadow: none;
}
.kanban-fixed-height .kanban-container .kanban-board .kanban-drag {
  position: relative;
  overflow-y: auto;
}

.jstree-default .jstree-anchor {
  color: var(--bs-gray-700);
  padding: 0 8px 0 4px;
}
.jstree-default .jstree-icon {
  color: var(--bs-gray-700);
  font-size: 1.3rem;
}
.jstree-default .jstree-icon.la {
  font-size: 1.5rem;
}
.jstree-default .jstree-icon.fa {
  font-size: 1.2rem;
}
.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto;
  opacity: 0.7;
}
.jstree-default .jstree-disabled .jstree-icon {
  color: var(--bs-gray-700);
}
.jstree-default .jstree-clicked {
  border: 0;
  background: var(--bs-gray-100);
  box-shadow: none;
}
.jstree-default .jstree-hovered {
  border: 0;
  background-color: var(--bs-gray-100);
  box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: var(--bs-gray-200);
  box-shadow: none;
}
.jstree-default .jstree-wholerow-hovered, .jstree-default.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: var(--bs-gray-100);
  box-shadow: none;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c";
}

.jstree-open > .jstree-anchor > .la-folder:before {
  margin-left: 2px;
  content: "\f200";
}

.jstree-default.jstree-rtl .jstree-node {
  background-position: 100% 1px /*rtl:ignore*/ !important;
}

.jstree-default.jstree-rtl .jstree-last {
  background: transparent /*rtl:ignore*/;
  background-repeat: no-repeat;
}

.jstree-rtl .jstree-anchor {
  padding: 0 4px 0 8px /*rtl:ignore*/;
}

.vakata-context,
.vakata-context ul {
  padding: 0.5rem 0;
  min-width: 150px;
  font-size: 1rem;
  font-family: var(--bs-font-sans-serif);
  background: var(--bs-body-bg);
  box-shadow: var(--bs-dropdown-box-shadow);
  border: 0;
  border-radius: 4px;
}
.vakata-context li,
.vakata-context ul li {
  padding: 0;
  border: 0;
}
.vakata-context li a,
.vakata-context ul li a {
  padding: 0rem 1.2rem;
  border: 0;
}
.vakata-context li a i,
.vakata-context ul li a i {
  display: none;
}
.vakata-context li a .vakata-contextmenu-sep,
.vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}
.vakata-context li a span,
.vakata-context li a ins,
.vakata-context ul li a span,
.vakata-context ul li a ins {
  display: none;
  border: 0 !important;
}
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  margin: 0;
  background-color: var(--bs-gray-100);
  color: var(--bs-primary);
  box-shadow: none;
}
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins,
.vakata-context ul .vakata-context-hover > a .span,
.vakata-context ul .vakata-context-hover > a .ins,
.vakata-context ul li a:hover .span,
.vakata-context ul li a:hover .ins {
  border: 0 !important;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
  height: 2px;
  background-color: var(--bs-gray-200);
}

.jstree-rename-input {
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
  background-color: var(--bs-gray-100) !important;
  border: 1px solid var(--bs-gray-100) !important;
  border-radius: 4px;
}

.vis-timeline {
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 4px !important;
}
.vis-timeline .vis-labelset .vis-label {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--bs-gray-900);
}
.vis-timeline .vis-foreground .vis-group {
  border-bottom: none;
}
.vis-timeline .vis-item {
  position: absolute;
  color: var(--bs-gray-700);
  border-color: var(--bs-primary);
  border-width: 1px;
  background-color: var(--bs-gray-100);
  border-radius: 4px !important;
}
.vis-timeline .vis-item.vis-selected {
  background-color: var(--bs-warning-light);
  color: var(--bs-gray-700);
  border-color: var(--bs-warning);
}
.vis-timeline .vis-item .vis-item-content {
  padding: 0.75rem 1rem;
  width: 100%;
  transform: none !important;
}
.vis-timeline .vis-time-axis {
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 500;
}
.vis-timeline .vis-time-axis .vis-text {
  color: var(--bs-gray-400);
}
.vis-timeline .vis-time-axis .vis-grid.vis-minor {
  border-left-color: var(--bs-border-dashed-color) !important;
}
.vis-timeline .vis-time-axis .vis-grid.vis-vertical {
  border-left-style: dashed !important;
}
.vis-timeline .vis-panel .vis-shadow {
  box-shadow: none !important;
}
.vis-timeline .vis-panel.vis-bottom, .vis-timeline .vis-panel.vis-center, .vis-timeline .vis-panel.vis-left, .vis-timeline .vis-panel.vis-right, .vis-timeline .vis-panel.vis-top {
  border-color: var(--bs-border-color) !important;
}
.vis-timeline .vis-current-time {
  background-color: var(--bs-success);
}

.vis-timeline-custom .vis-timeline {
  border: 0 !important;
}
.vis-timeline-custom .vis-timeline .vis-label {
  padding-left: 0 !important;
}
.vis-timeline-custom .vis-panel.vis-bottom, .vis-timeline-custom .vis-panel.vis-center, .vis-timeline-custom .vis-panel.vis-left, .vis-timeline-custom .vis-panel.vis-right, .vis-timeline-custom .vis-panel.vis-top {
  border: 0 !important;
}
.vis-timeline-custom .vis-item {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
}
.vis-timeline-custom .vis-item .vis-item-content {
  padding: 0 !important;
}

.tempus-dominus-widget {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  width: 280px !important;
  box-shadow: var(--bs-dropdown-box-shadow) !important;
  background-color: var(--bs-body-bg) !important;
  border-radius: 4px;
}
.tempus-dominus-widget i:not(.ki-outline):not(.ki-solid):not(.ki-duotone) {
  font-size: 0.9rem !important;
}
.tempus-dominus-widget .picker-switch {
  font-size: 1.05rem;
  font-weight: 600;
}
.tempus-dominus-widget .date-container-days {
  grid-auto-rows: 36px;
}
.tempus-dominus-widget .date-container-days .day {
  border-radius: 4px !important;
}
.tempus-dominus-widget .date-container-months {
  grid-auto-rows: 36px;
}
.tempus-dominus-widget .date-container-months .month {
  border-radius: 4px !important;
}
.tempus-dominus-widget .date-container-years {
  grid-auto-rows: 36px;
}
.tempus-dominus-widget .date-container-years .year {
  border-radius: 4px !important;
}
.tempus-dominus-widget .time-container .separator {
  border: 0px !important;
}
.tempus-dominus-widget .time-container .time-container-clock div {
  border-radius: 4px !important;
}
.tempus-dominus-widget .toolbar div {
  border-radius: 4px;
}
.tempus-dominus-widget .toolbar div i:not(.ki-outline):not(.ki-solid):not(.ki-duotone) {
  font-size: 1.1rem !important;
}
.tempus-dominus-widget.light, .tempus-dominus-widget.dark {
  color: var(--bs-gray-900);
}
.tempus-dominus-widget.light [data-action].disabled, .tempus-dominus-widget.light [data-action].disabled:hover, .tempus-dominus-widget.dark [data-action].disabled, .tempus-dominus-widget.dark [data-action].disabled:hover {
  color: var(--bs-gray-400);
}
.tempus-dominus-widget.light .toolbar div:hover, .tempus-dominus-widget.dark .toolbar div:hover {
  background: var(--bs-gray-200);
}
.tempus-dominus-widget.light .date-container-days .dow, .tempus-dominus-widget.dark .date-container-days .dow {
  color: var(--bs-gray-700) !important;
}
.tempus-dominus-widget.light .date-container-days .cw, .tempus-dominus-widget.dark .date-container-days .cw {
  color: rgba(var(--bs-gray-900-rgb), 0.38);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover {
  background: var(--bs-gray-200);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active {
  background-color: var(--bs-primary);
  color: var(--bs-body-bg);
  text-shadow: 0 -1px 0 rgba(var(--bs-gray-900-rgb), 0.25);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new {
  color: var(--bs-body-bg);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before {
  border-bottom-color: var(--bs-body-bg);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new {
  color: rgba(var(--bs-gray-900-rgb), 0.38);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover {
  color: var(--bs-gray-400);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: var(--bs-primary);
  border-top-color: rgba(var(--bs-gray-900-rgb), 0.2);
}
.tempus-dominus-widget.light button, .tempus-dominus-widget.dark button {
  color: var(--bs-body-bg);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.ki-duotone,
.ki-outline,
.ki-solid {
  line-height: 1;
  font-size: 1rem;
  color: var(--bs-text-muted);
}

@font-face {
  font-family: uicons-bold-rounded;
  src: url(./fonts/@flaticon/uicons-bold-rounded-MQNABNC6.woff2) format("woff2"), url(./fonts/@flaticon/uicons-bold-rounded-UTQQXXF3.woff) format("woff"), url(../uicons-bold-rounded-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.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: "豈";
}

.fi-br-map-marker-smile:before {
  content: "更";
}

.fi-br-map-marker:before {
  content: "車";
}

.fi-br-map-pin:before {
  content: "賈";
}

.fi-br-map-point:before {
  content: "滑";
}

.fi-br-map:before {
  content: "串";
}

.fi-br-marker-time:before {
  content: "句";
}

.fi-br-marker:before {
  content: "龜";
}

.fi-br-marketplace-alt:before {
  content: "龜";
}

.fi-br-marketplace-store:before {
  content: "契";
}

.fi-br-marketplace:before {
  content: "金";
}

.fi-br-mars-stroke-right:before {
  content: "喇";
}

.fi-br-mars-stroke-up:before {
  content: "奈";
}

.fi-br-martini-glass-citrus:before {
  content: "懶";
}

.fi-br-martini-glass-empty:before {
  content: "癩";
}

.fi-br-mask-carnival:before {
  content: "羅";
}

.fi-br-mask-face:before {
  content: "蘿";
}

.fi-br-mask-snorkel:before {
  content: "螺";
}

.fi-br-massage:before {
  content: "裸";
}

.fi-br-match-fire:before {
  content: "邏";
}

.fi-br-mattress-pillow:before {
  content: "樂";
}

.fi-br-measuring-tape:before {
  content: "洛";
}

.fi-br-meat:before {
  content: "烙";
}

.fi-br-medal:before {
  content: "珞";
}

.fi-br-medical-star:before {
  content: "落";
}

.fi-br-medicine:before {
  content: "酪";
}

.fi-br-meditation:before {
  content: "駱";
}

.fi-br-meeting-alt:before {
  content: "亂";
}

.fi-br-meeting:before {
  content: "卵";
}

.fi-br-megaphone-announcement-leader:before {
  content: "欄";
}

.fi-br-megaphone:before {
  content: "爛";
}

.fi-br-meh-blank:before {
  content: "蘭";
}

.fi-br-meh-rolling-eyes:before {
  content: "鸞";
}

.fi-br-melon-alt:before {
  content: "嵐";
}

.fi-br-melon:before {
  content: "濫";
}

.fi-br-member-list:before {
  content: "藍";
}

.fi-br-member-search:before {
  content: "襤";
}

.fi-br-membership-vip:before {
  content: "拉";
}

.fi-br-membership:before {
  content: "臘";
}

.fi-br-memo-circle-check:before {
  content: "蠟";
}

.fi-br-memo-pad:before {
  content: "廊";
}

.fi-br-memo:before {
  content: "朗";
}

.fi-br-memory:before {
  content: "浪";
}

.fi-br-menu-burger:before {
  content: "狼";
}

.fi-br-menu-dots-vertical:before {
  content: "郎";
}

.fi-br-menu-dots:before {
  content: "來";
}

.fi-br-mercury:before {
  content: "冷";
}

.fi-br-message-arrow-down:before {
  content: "勞";
}

.fi-br-message-arrow-up-right:before {
  content: "擄";
}

.fi-br-message-arrow-up:before {
  content: "櫓";
}

.fi-br-message-bot:before {
  content: "爐";
}

.fi-br-message-code:before {
  content: "盧";
}

.fi-br-message-dollar:before {
  content: "老";
}

.fi-br-message-heart:before {
  content: "蘆";
}

.fi-br-message-image:before {
  content: "虜";
}

.fi-br-message-question:before {
  content: "路";
}

.fi-br-message-quote:before {
  content: "露";
}

.fi-br-message-slash:before {
  content: "魯";
}

.fi-br-message-sms:before {
  content: "鷺";
}

.fi-br-message-text:before {
  content: "碌";
}

.fi-br-message-xmark:before {
  content: "祿";
}

.fi-br-messages-dollar:before {
  content: "綠";
}

.fi-br-messages-question:before {
  content: "菉";
}

.fi-br-messages:before {
  content: "錄";
}

.fi-br-meteor:before {
  content: "鹿";
}

.fi-br-meter-bolt:before {
  content: "論";
}

.fi-br-meter-droplet:before {
  content: "壟";
}

.fi-br-meter-fire:before {
  content: "弄";
}

.fi-br-meter:before {
  content: "籠";
}

.fi-br-method:before {
  content: "聾";
}

.fi-br-microchip-ai:before {
  content: "牢";
}

.fi-br-microchip:before {
  content: "磊";
}

.fi-br-microphone-alt:before {
  content: "賂";
}

.fi-br-microphone-slash:before {
  content: "雷";
}

.fi-br-microphone:before {
  content: "壘";
}

.fi-br-microscope:before {
  content: "屢";
}

.fi-br-microwave:before {
  content: "樓";
}

.fi-br-milk-alt:before {
  content: "淚";
}

.fi-br-milk:before {
  content: "漏";
}

.fi-br-mill-sign:before {
  content: "累";
}

.fi-br-mind-share:before {
  content: "縷";
}

.fi-br-minus-circle:before {
  content: "陋";
}

.fi-br-minus-hexagon:before {
  content: "勒";
}

.fi-br-minus-small:before {
  content: "肋";
}

.fi-br-minus:before {
  content: "凜";
}

.fi-br-mistletoe:before {
  content: "凌";
}

.fi-br-mix:before {
  content: "稜";
}

.fi-br-mobile-button:before {
  content: "綾";
}

.fi-br-mobile-notch:before {
  content: "菱";
}

.fi-br-mobile:before {
  content: "陵";
}

.fi-br-mockup:before {
  content: "讀";
}

.fi-br-mode-alt:before {
  content: "拏";
}

.fi-br-mode-landscape:before {
  content: "樂";
}

.fi-br-mode-portrait:before {
  content: "諾";
}

.fi-br-mode:before {
  content: "丹";
}

.fi-br-model-cube-arrows:before {
  content: "寧";
}

.fi-br-model-cube-space:before {
  content: "怒";
}

.fi-br-model-cube:before {
  content: "率";
}

.fi-br-module:before {
  content: "異";
}

.fi-br-monday:before {
  content: "北";
}

.fi-br-money-bill-simple:before {
  content: "磻";
}

.fi-br-money-bill-transfer:before {
  content: "便";
}

.fi-br-money-bill-wave-alt:before {
  content: "復";
}

.fi-br-money-bill-wave:before {
  content: "不";
}

.fi-br-money-bills-simple:before {
  content: "泌";
}

.fi-br-money-bills:before {
  content: "數";
}

.fi-br-money-check-edit-alt:before {
  content: "索";
}

.fi-br-money-check-edit:before {
  content: "參";
}

.fi-br-money-check:before {
  content: "塞";
}

.fi-br-money-coin-transfer:before {
  content: "省";
}

.fi-br-money-from-bracket:before {
  content: "葉";
}

.fi-br-money-simple-from-bracket:before {
  content: "說";
}

.fi-br-money-transfer-alt:before {
  content: "殺";
}

.fi-br-money-transfer-coin-arrow:before {
  content: "辰";
}

.fi-br-money-transfer-smartphone:before {
  content: "沈";
}

.fi-br-money-wings:before {
  content: "拾";
}

.fi-br-money:before {
  content: "若";
}

.fi-br-monkey:before {
  content: "掠";
}

.fi-br-monument:before {
  content: "略";
}

.fi-br-moon-stars:before {
  content: "亮";
}

.fi-br-moon:before {
  content: "兩";
}

.fi-br-moped:before {
  content: "凉";
}

.fi-br-mortar-pestle:before {
  content: "梁";
}

.fi-br-mortgage:before {
  content: "糧";
}

.fi-br-mosque-alt:before {
  content: "良";
}

.fi-br-mosque-moon:before {
  content: "諒";
}

.fi-br-mosque:before {
  content: "量";
}

.fi-br-mosquito-net:before {
  content: "勵";
}

.fi-br-mosquito:before {
  content: "呂";
}

.fi-br-motorcycle:before {
  content: "女";
}

.fi-br-mound:before {
  content: "廬";
}

.fi-br-mountain-city:before {
  content: "旅";
}

.fi-br-mountain:before {
  content: "濾";
}

.fi-br-mountains:before {
  content: "礪";
}

.fi-br-mouse-field:before {
  content: "閭";
}

.fi-br-mouse:before {
  content: "驪";
}

.fi-br-mov-file:before {
  content: "麗";
}

.fi-br-move-to-folder-2:before {
  content: "黎";
}

.fi-br-move-to-folder:before {
  content: "力";
}

.fi-br-mp3-file:before {
  content: "曆";
}

.fi-br-mp3-player:before {
  content: "歷";
}

.fi-br-mp4-file:before {
  content: "轢";
}

.fi-br-mug-alt:before {
  content: "年";
}

.fi-br-mug-hot-alt:before {
  content: "憐";
}

.fi-br-mug-hot:before {
  content: "戀";
}

.fi-br-mug-marshmallows:before {
  content: "撚";
}

.fi-br-mug-tea-saucer:before {
  content: "漣";
}

.fi-br-mug-tea:before {
  content: "煉";
}

.fi-br-mug:before {
  content: "璉";
}

.fi-br-multiple-alt:before {
  content: "秊";
}

.fi-br-multiple:before {
  content: "練";
}

.fi-br-muscle:before {
  content: "聯";
}

.fi-br-mushroom-alt:before {
  content: "輦";
}

.fi-br-mushroom:before {
  content: "蓮";
}

.fi-br-music-alt:before {
  content: "連";
}

.fi-br-music-file:before {
  content: "鍊";
}

.fi-br-music-note-slash:before {
  content: "列";
}

.fi-br-music-note:before {
  content: "劣";
}

.fi-br-music-slash:before {
  content: "咽";
}

.fi-br-music:before {
  content: "烈";
}

.fi-br-n:before {
  content: "裂";
}

.fi-br-naira-sign:before {
  content: "說";
}

.fi-br-narwhal:before {
  content: "廉";
}

.fi-br-navigation:before {
  content: "念";
}

.fi-br-nesting-dolls:before {
  content: "捻";
}

.fi-br-network-analytic:before {
  content: "殮";
}

.fi-br-network-cloud:before {
  content: "簾";
}

.fi-br-network:before {
  content: "獵";
}

.fi-br-neuter:before {
  content: "令";
}

.fi-br-newsletter-subscribe:before {
  content: "囹";
}

.fi-br-newspaper-open:before {
  content: "寧";
}

.fi-br-newspaper:before {
  content: "嶺";
}

.fi-br-nfc-lock:before {
  content: "怜";
}

.fi-br-nfc-magnifying-glass:before {
  content: "玲";
}

.fi-br-nfc-pen:before {
  content: "瑩";
}

.fi-br-nfc-slash:before {
  content: "羚";
}

.fi-br-nfc-trash:before {
  content: "聆";
}

.fi-br-nfc:before {
  content: "鈴";
}

.fi-br-night-day:before {
  content: "零";
}

.fi-br-no-fee:before {
  content: "靈";
}

.fi-br-no-people:before {
  content: "領";
}

.fi-br-noodles:before {
  content: "例";
}

.fi-br-nose:before {
  content: "禮";
}

.fi-br-not-equal:before {
  content: "醴";
}

.fi-br-not-found-alt:before {
  content: "隸";
}

.fi-br-not-found-magnifying-glass:before {
  content: "惡";
}

.fi-br-not-found:before {
  content: "了";
}

.fi-br-notdef:before {
  content: "僚";
}

.fi-br-note-medical:before {
  content: "寮";
}

.fi-br-note-sticky:before {
  content: "尿";
}

.fi-br-note:before {
  content: "料";
}

.fi-br-notebook-alt:before {
  content: "樂";
}

.fi-br-notebook:before {
  content: "燎";
}

.fi-br-notes-medical:before {
  content: "療";
}

.fi-br-notes:before {
  content: "蓼";
}

.fi-br-o:before {
  content: "遼";
}

.fi-br-object-exclude:before {
  content: "龍";
}

.fi-br-object-group:before {
  content: "暈";
}

.fi-br-object-intersect:before {
  content: "阮";
}

.fi-br-object-subtract:before {
  content: "劉";
}

.fi-br-object-ungroup:before {
  content: "杻";
}

.fi-br-object-union:before {
  content: "柳";
}

.fi-br-objects-column:before {
  content: "流";
}

.fi-br-octagon-check:before {
  content: "溜";
}

.fi-br-octagon-divide:before {
  content: "琉";
}

.fi-br-octagon-exclamation:before {
  content: "留";
}

.fi-br-octagon-minus:before {
  content: "硫";
}

.fi-br-octagon-plus:before {
  content: "紐";
}

.fi-br-octagon-xmark:before {
  content: "類";
}

.fi-br-octagon:before {
  content: "六";
}

.fi-br-oil-can:before {
  content: "戮";
}

.fi-br-oil-temp:before {
  content: "陸";
}

.fi-br-olive-oil:before {
  content: "倫";
}

.fi-br-olive:before {
  content: "崙";
}

.fi-br-olives:before {
  content: "淪";
}

.fi-br-om:before {
  content: "輪";
}

.fi-br-omega:before {
  content: "律";
}

.fi-br-onboarding:before {
  content: "慄";
}

.fi-br-onion:before {
  content: "栗";
}

.fi-br-opacity:before {
  content: "率";
}

.fi-br-open-mail-clip:before {
  content: "隆";
}

.fi-br-operating-system-upgrade:before {
  content: "利";
}

.fi-br-operation:before {
  content: "吏";
}

.fi-br-order-history:before {
  content: "履";
}

.fi-br-organization-chart:before {
  content: "易";
}

.fi-br-ornament:before {
  content: "李";
}

.fi-br-otp:before {
  content: "梨";
}

.fi-br-otter:before {
  content: "泥";
}

.fi-br-outdent:before {
  content: "理";
}

.fi-br-oval-alt:before {
  content: "痢";
}

.fi-br-oval:before {
  content: "罹";
}

.fi-br-oven:before {
  content: "裏";
}

.fi-br-overline:before {
  content: "裡";
}

.fi-br-overview:before {
  content: "里";
}

.fi-br-p:before {
  content: "離";
}

.fi-br-package:before {
  content: "匿";
}

.fi-br-padlock-check:before {
  content: "溺";
}

.fi-br-page-break:before {
  content: "吝";
}

.fi-br-pager:before {
  content: "燐";
}

.fi-br-paid:before {
  content: "璘";
}

.fi-br-paint-brush:before {
  content: "藺";
}

.fi-br-paint-roller:before {
  content: "隣";
}

.fi-br-paintbrush-pencil:before {
  content: "鱗";
}

.fi-br-palette:before {
  content: "麟";
}

.fi-br-pallet-alt:before {
  content: "林";
}

.fi-br-pallet:before {
  content: "淋";
}

.fi-br-pan-food:before {
  content: "臨";
}

.fi-br-pan-frying:before {
  content: "立";
}

.fi-br-pan:before {
  content: "笠";
}

.fi-br-pancakes:before {
  content: "粒";
}

.fi-br-panorama:before {
  content: "狀";
}

.fi-br-paper-plane-launch:before {
  content: "炙";
}

.fi-br-paper-plane-top:before {
  content: "識";
}

.fi-br-paper-plane:before {
  content: "什";
}

.fi-br-paperclip-vertical:before {
  content: "茶";
}

.fi-br-parachute-box:before {
  content: "刺";
}

.fi-br-paragraph-left:before {
  content: "切";
}

.fi-br-paragraph:before {
  content: "度";
}

.fi-br-parking-circle-slash:before {
  content: "拓";
}

.fi-br-parking-circle:before {
  content: "糖";
}

.fi-br-parking-slash:before {
  content: "宅";
}

.fi-br-parking:before {
  content: "洞";
}

.fi-br-party-bell:before {
  content: "暴";
}

.fi-br-party-horn:before {
  content: "輻";
}

.fi-br-passport:before {
  content: "行";
}

.fi-br-password-alt:before {
  content: "降";
}

.fi-br-password-computer:before {
  content: "見";
}

.fi-br-password-email:before {
  content: "廓";
}

.fi-br-password-smartphone:before {
  content: "兀";
}

.fi-br-password:before {
  content: "嗀";
}

.fi-br-paste:before {
  content: "﨎";
}

.fi-br-pattern:before {
  content: "﨏";
}

.fi-br-pause-circle:before {
  content: "塚";
}

.fi-br-pause-square:before {
  content: "﨑";
}

.fi-br-pause:before {
  content: "晴";
}

.fi-br-paw-claws:before {
  content: "﨓";
}

.fi-br-paw-heart:before {
  content: "﨔";
}

.fi-br-paw:before {
  content: "凞";
}

.fi-br-payment-pos:before {
  content: "猪";
}

.fi-br-payroll-calendar:before {
  content: "益";
}

.fi-br-payroll-check:before {
  content: "礼";
}

.fi-br-payroll:before {
  content: "神";
}

.fi-br-peace:before {
  content: "祥";
}

.fi-br-peach:before {
  content: "福";
}

.fi-br-peanut:before {
  content: "靖";
}

.fi-br-peanuts:before {
  content: "精";
}

.fi-br-peapod:before {
  content: "羽";
}

.fi-br-pear:before {
  content: "﨟";
}

.fi-br-pedestal:before {
  content: "蘒";
}

.fi-br-pen-circle:before {
  content: "﨡";
}

.fi-br-pen-clip-slash:before {
  content: "諸";
}

.fi-br-pen-clip:before {
  content: "﨣";
}

.fi-br-pen-fancy-slash:before {
  content: "﨤";
}

.fi-br-pen-fancy:before {
  content: "逸";
}

.fi-br-pen-field:before {
  content: "都";
}

.fi-br-pen-nib-slash:before {
  content: "﨧";
}

.fi-br-pen-nib:before {
  content: "﨨";
}

.fi-br-pen-slash:before {
  content: "﨩";
}

.fi-br-pen-square:before {
  content: "飯";
}

.fi-br-pen-swirl:before {
  content: "飼";
}

.fi-br-pencil-paintbrush:before {
  content: "館";
}

.fi-br-pencil-ruler:before {
  content: "鶴";
}

.fi-br-pencil-slash:before {
  content: "郞";
}

.fi-br-pencil:before {
  content: "隷";
}

.fi-br-pending:before {
  content: "侮";
}

.fi-br-pennant:before {
  content: "僧";
}

.fi-br-people-arrows-left-right:before {
  content: "免";
}

.fi-br-people-carry-box:before {
  content: "勉";
}

.fi-br-people-dress:before {
  content: "勤";
}

.fi-br-people-network-partner:before {
  content: "卑";
}

.fi-br-people-pants:before {
  content: "喝";
}

.fi-br-people-poll:before {
  content: "嘆";
}

.fi-br-people-pulling:before {
  content: "器";
}

.fi-br-people-roof:before {
  content: "塀";
}

.fi-br-people:before {
  content: "墨";
}

.fi-br-pepper-alt:before {
  content: "層";
}

.fi-br-pepper-hot:before {
  content: "屮";
}

.fi-br-pepper:before {
  content: "悔";
}

.fi-br-percent-10:before {
  content: "慨";
}

.fi-br-percent-100:before {
  content: "憎";
}

.fi-br-percent-20:before {
  content: "懲";
}

.fi-br-percent-25:before {
  content: "敏";
}

.fi-br-percent-30:before {
  content: "既";
}

.fi-br-percent-40:before {
  content: "暑";
}

.fi-br-percent-50:before {
  content: "梅";
}

.fi-br-percent-60:before {
  content: "海";
}

.fi-br-percent-70:before {
  content: "渚";
}

.fi-br-percent-75:before {
  content: "漢";
}

.fi-br-percent-80:before {
  content: "煮";
}

.fi-br-percent-90:before {
  content: "爫";
}

.fi-br-percentage:before {
  content: "琢";
}

.fi-br-person-burst:before {
  content: "碑";
}

.fi-br-person-carry-box:before {
  content: "社";
}

.fi-br-person-circle-check:before {
  content: "祉";
}

.fi-br-person-circle-exclamation:before {
  content: "祈";
}

.fi-br-person-circle-minus:before {
  content: "祐";
}

.fi-br-person-circle-plus:before {
  content: "祖";
}

.fi-br-person-circle-question:before {
  content: "祝";
}

.fi-br-person-circle-xmark:before {
  content: "禍";
}

.fi-br-person-cv:before {
  content: "禎";
}

.fi-br-person-dolly-empty:before {
  content: "穀";
}

.fi-br-person-dolly:before {
  content: "突";
}

.fi-br-person-dress-simple:before {
  content: "節";
}

.fi-br-person-dress:before {
  content: "練";
}

.fi-br-person-luggage:before {
  content: "縉";
}

.fi-br-person-lunge:before {
  content: "繁";
}

.fi-br-person-pilates:before {
  content: "署";
}

.fi-br-person-praying:before {
  content: "者";
}

.fi-br-person-pregnant:before {
  content: "臭";
}

.fi-br-person-seat-reclined:before {
  content: "艹";
}

.fi-br-person-seat:before {
  content: "艹";
}

.fi-br-person-shelter:before {
  content: "著";
}

.fi-br-person-sign:before {
  content: "褐";
}

.fi-br-person-simple:before {
  content: "視";
}

.fi-br-person-walking-with-cane:before {
  content: "謁";
}

.fi-br-peseta-sign:before {
  content: "謹";
}

.fi-br-peso-sign:before {
  content: "賓";
}

.fi-br-pets:before {
  content: "贈";
}

.fi-br-pharmacy:before {
  content: "辶";
}

.fi-br-phone-call:before {
  content: "逸";
}

.fi-br-phone-cross:before {
  content: "難";
}

.fi-br-phone-flip:before {
  content: "響";
}

.fi-br-phone-guide:before {
  content: "頻";
}

.fi-br-phone-heart-message:before {
  content: "恵";
}

.fi-br-phone-office:before {
  content: "𤋮";
}

.fi-br-phone-pause:before {
  content: "舘";
}

.fi-br-phone-plus:before {
  content: "﩮";
}

.fi-br-phone-rotary:before {
  content: "﩯";
}

.fi-br-phone-slash:before {
  content: "並";
}

.fi-br-photo-capture:before {
  content: "况";
}

.fi-br-photo-film-music:before {
  content: "全";
}

.fi-br-photo-video:before {
  content: "侀";
}

.fi-br-physics:before {
  content: "充";
}

.fi-br-Pi:before {
  content: "冀";
}

.fi-br-piano-keyboard:before {
  content: "勇";
}

.fi-br-piano:before {
  content: "勺";
}

.fi-br-pickaxe:before {
  content: "喝";
}

.fi-br-picking-box:before {
  content: "啕";
}

.fi-br-picking:before {
  content: "喙";
}

.fi-br-picnic:before {
  content: "嗢";
}

.fi-br-picpeople-filled:before {
  content: "塚";
}

.fi-br-picpeople:before {
  content: "墳";
}

.fi-br-picture:before {
  content: "奄";
}

.fi-br-pie:before {
  content: "奔";
}

.fi-br-pig-bank-bulb:before {
  content: "婢";
}

.fi-br-pig-face:before {
  content: "嬨";
}

.fi-br-pig:before {
  content: "廒";
}

.fi-br-piggy-bank-budget:before {
  content: "廙";
}

.fi-br-piggy-bank:before {
  content: "彩";
}

.fi-br-pills:before {
  content: "徭";
}

.fi-br-pinata:before {
  content: "惘";
}

.fi-br-pineapple-alt:before {
  content: "慎";
}

.fi-br-pineapple:before {
  content: "愈";
}

.fi-br-ping-pong:before {
  content: "憎";
}

.fi-br-pipe-smoking:before {
  content: "慠";
}

.fi-br-pizza-slice:before {
  content: "懲";
}

.fi-br-place-of-worship:before {
  content: "戴";
}

.fi-br-plan-strategy:before {
  content: "揄";
}

.fi-br-plan:before {
  content: "搜";
}

.fi-br-plane-alt:before {
  content: "摒";
}

.fi-br-plane-arrival:before {
  content: "敖";
}

.fi-br-plane-departure:before {
  content: "晴";
}

.fi-br-plane-prop:before {
  content: "朗";
}

.fi-br-plane-slash:before {
  content: "望";
}

.fi-br-plane-tail:before {
  content: "杖";
}

.fi-br-plane:before {
  content: "歹";
}

.fi-br-planet-moon:before {
  content: "殺";
}

.fi-br-planet-ringed:before {
  content: "流";
}

.fi-br-plant-care:before {
  content: "滛";
}

.fi-br-plant-growth:before {
  content: "滋";
}

.fi-br-plant-seed-invest:before {
  content: "漢";
}

.fi-br-plant-wilt:before {
  content: "瀞";
}

.fi-br-plate-utensils:before {
  content: "煮";
}

.fi-br-plate-wheat:before {
  content: "瞧";
}

.fi-br-plate:before {
  content: "爵";
}

.fi-br-play-alt:before {
  content: "犯";
}

.fi-br-play-circle:before {
  content: "猪";
}

.fi-br-play-microphone:before {
  content: "瑱";
}

.fi-br-play-pause:before {
  content: "甆";
}

.fi-br-play:before {
  content: "画";
}

.fi-br-playing-cards:before {
  content: "瘝";
}

.fi-br-plug-alt:before {
  content: "瘟";
}

.fi-br-plug-cable:before {
  content: "益";
}

.fi-br-plug-circle-bolt:before {
  content: "盛";
}

.fi-br-plug-circle-check:before {
  content: "直";
}

.fi-br-plug-circle-exclamation:before {
  content: "睊";
}

.fi-br-plug-circle-minus:before {
  content: "着";
}

.fi-br-plug-circle-plus:before {
  content: "磌";
}

.fi-br-plug-connection:before {
  content: "窱";
}

.fi-br-plug:before {
  content: "節";
}

.fi-br-plus-hexagon:before {
  content: "类";
}

.fi-br-plus-minus:before {
  content: "絛";
}

.fi-br-plus-small:before {
  content: "練";
}

.fi-br-plus:before {
  content: "缾";
}

.fi-br-png-file:before {
  content: "者";
}

.fi-br-podcast:before {
  content: "荒";
}

.fi-br-podium-star:before {
  content: "華";
}

.fi-br-podium-victory-leader:before {
  content: "蝹";
}

.fi-br-podium:before {
  content: "襁";
}

.fi-br-point-of-sale-bill:before {
  content: "覆";
}

.fi-br-point-of-sale-signal:before {
  content: "視";
}

.fi-br-point-of-sale:before {
  content: "調";
}

.fi-br-pointer-loading:before {
  content: "諸";
}

.fi-br-pointer-text:before {
  content: "請";
}

.fi-br-poker-chip:before {
  content: "謁";
}

.fi-br-police-box:before {
  content: "諾";
}

.fi-br-poll-h:before {
  content: "諭";
}

.fi-br-pollution:before {
  content: "謹";
}

.fi-br-pompebled:before {
  content: "變";
}

.fi-br-poo-bolt:before {
  content: "贈";
}

.fi-br-poo:before {
  content: "輸";
}

.fi-br-pool-8-ball:before {
  content: "遲";
}

.fi-br-poop:before {
  content: "醙";
}

.fi-br-popcorn:before {
  content: "鉶";
}

.fi-br-popsicle:before {
  content: "陼";
}

.fi-br-portal-enter:before {
  content: "難";
}

.fi-br-portal-exit:before {
  content: "靖";
}

.fi-br-portrait:before {
  content: "韛";
}

.fi-br-postal-address:before {
  content: "響";
}

.fi-br-pot:before {
  content: "頋";
}

.fi-br-potato:before {
  content: "頻";
}

.fi-br-pound:before {
  content: "鬒";
}

.fi-br-power:before {
  content: "龜";
}

.fi-br-ppt-file:before {
  content: "𢡊";
}

.fi-br-practice:before {
  content: "𢡄";
}

.fi-br-praying-hands:before {
  content: "𣏕";
}

.fi-br-prescription-bottle-alt:before {
  content: "㮝";
}

.fi-br-prescription-bottle-pill:before {
  content: "䀘";
}

.fi-br-prescription-bottle:before {
  content: "䀹";
}

.fi-br-prescription:before {
  content: "𥉉";
}

.fi-br-presentation:before {
  content: "𥳐";
}

.fi-br-preview:before {
  content: "𧻓";
}

.fi-br-previous-square:before {
  content: "齃";
}

.fi-br-print-magnifying-glass:before {
  content: "龎";
}

.fi-br-print-slash:before {
  content: "﫚";
}

.fi-br-print:before {
  content: "﫛";
}

.fi-br-priority-arrow:before {
  content: "﫜";
}

.fi-br-priority-arrows:before {
  content: "﫝";
}

.fi-br-priority-importance:before {
  content: "﫞";
}

.fi-br-problem-solving:before {
  content: "﫟";
}

.fi-br-procedures:before {
  content: "﫠";
}

.fi-br-process:before {
  content: "﫡";
}

.fi-br-productivity:before {
  content: "﫢";
}

.fi-br-progress-complete:before {
  content: "﫣";
}

.fi-br-progress-download:before {
  content: "﫤";
}

.fi-br-progress-upload:before {
  content: "﫥";
}

.fi-br-projector:before {
  content: "﫦";
}

.fi-br-protractor:before {
  content: "﫧";
}

.fi-br-pulse:before {
  content: "﫨";
}

.fi-br-pump-medical:before {
  content: "﫩";
}

.fi-br-pump:before {
  content: "﫪";
}

.fi-br-pumpkin-alt-2:before {
  content: "﫫";
}

.fi-br-pumpkin-alt:before {
  content: "﫬";
}

.fi-br-pumpkin:before {
  content: "﫭";
}

.fi-br-puzzle-alt:before {
  content: "﫮";
}

.fi-br-puzzle-piece-integration:before {
  content: "﫯";
}

.fi-br-puzzle-piece:before {
  content: "﫰";
}

.fi-br-puzzle-pieces:before {
  content: "﫱";
}

.fi-br-pyramid:before {
  content: "﫲";
}

.fi-br-q:before {
  content: "﫳";
}

.fi-br-qr-scan:before {
  content: "﫴";
}

.fi-br-QR:before {
  content: "﫵";
}

.fi-br-qrcode:before {
  content: "﫶";
}

.fi-br-question-square:before {
  content: "﫷";
}

.fi-br-question:before {
  content: "﫸";
}

.fi-br-queue-alt:before {
  content: "﫹";
}

.fi-br-queue-line:before {
  content: "﫺";
}

.fi-br-queue-signal:before {
  content: "﫻";
}

.fi-br-queue:before {
  content: "﫼";
}

.fi-br-quill-pen-story:before {
  content: "﫽";
}

.fi-br-quiz-alt:before {
  content: "﫾";
}

.fi-br-quiz:before {
  content: "﫿";
}

.fi-br-quote-right:before {
  content: "ﬀ";
}

.fi-br-r:before {
  content: "ﬁ";
}

.fi-br-rabbit-fast:before {
  content: "ﬂ";
}

.fi-br-rabbit:before {
  content: "ﬃ";
}

.fi-br-raccoon:before {
  content: "ﬄ";
}

.fi-br-racquet:before {
  content: "ﬅ";
}

.fi-br-radar-monitoring-track:before {
  content: "ﬆ";
}

.fi-br-radar:before {
  content: "﬇";
}

.fi-br-radiation-alt:before {
  content: "﬈";
}

.fi-br-radiation:before {
  content: "﬉";
}

.fi-br-radio-alt:before {
  content: "﬊";
}

.fi-br-radio-button:before {
  content: "﬋";
}

.fi-br-radio:before {
  content: "﬌";
}

.fi-br-radish:before {
  content: "﬍";
}

.fi-br-rainbow:before {
  content: "﬎";
}

.fi-br-raindrops:before {
  content: "﬏";
}

.fi-br-ram:before {
  content: "﬐";
}

.fi-br-ramp-loading:before {
  content: "﬑";
}

.fi-br-rank:before {
  content: "﬒";
}

.fi-br-ranking-podium-empty:before {
  content: "ﬓ";
}

.fi-br-ranking-podium:before {
  content: "ﬔ";
}

.fi-br-ranking-star:before {
  content: "ﬕ";
}

.fi-br-ranking-stars:before {
  content: "ﬖ";
}

.fi-br-raygun:before {
  content: "ﬗ";
}

.fi-br-razor-barber:before {
  content: "﬘";
}

.fi-br-react:before {
  content: "﬙";
}

.fi-br-rec:before {
  content: "﬚";
}

.fi-br-receipt:before {
  content: "﬛";
}

.fi-br-recipe-book:before {
  content: "﬜";
}

.fi-br-recipe:before {
  content: "יִ";
}

.fi-br-record-vinyl:before {
  content: "ﬞ";
}

.fi-br-rectabgle-vertical:before {
  content: "ײַ";
}

.fi-br-rectangle-barcode:before {
  content: "ﬠ";
}

.fi-br-rectangle-code:before {
  content: "ﬡ";
}

.fi-br-rectangle-history-circle-plus:before {
  content: "ﬢ";
}

.fi-br-rectangle-horizontal:before {
  content: "ﬣ";
}

.fi-br-rectangle-list:before {
  content: "ﬤ";
}

.fi-br-rectangle-panoramic:before {
  content: "ﬥ";
}

.fi-br-rectangle-pro:before {
  content: "ﬦ";
}

.fi-br-rectangle-vertical-history:before {
  content: "ﬧ";
}

.fi-br-rectangle-vertical:before {
  content: "ﬨ";
}

.fi-br-rectangle-xmark:before {
  content: "﬩";
}

.fi-br-rectangles-mixed:before {
  content: "שׁ";
}

.fi-br-recycle-bin:before {
  content: "שׂ";
}

.fi-br-recycle:before {
  content: "שּׁ";
}

.fi-br-redo-alt:before {
  content: "שּׂ";
}

.fi-br-redo:before {
  content: "אַ";
}

.fi-br-reel:before {
  content: "אָ";
}

.fi-br-refer-arrow:before {
  content: "אּ";
}

.fi-br-refer:before {
  content: "בּ";
}

.fi-br-referral-alt:before {
  content: "גּ";
}

.fi-br-referral-user:before {
  content: "דּ";
}

.fi-br-referral:before {
  content: "הּ";
}

.fi-br-reflect-horizontal-alt:before {
  content: "וּ";
}

.fi-br-reflect-horizontal:before {
  content: "זּ";
}

.fi-br-reflect-vertical:before {
  content: "﬷";
}

.fi-br-reflect:before {
  content: "טּ";
}

.fi-br-refresh:before {
  content: "יּ";
}

.fi-br-refrigerator:before {
  content: "ךּ";
}

.fi-br-refund-alt:before {
  content: "כּ";
}

.fi-br-refund:before {
  content: "לּ";
}

.fi-br-region-pin-alt:before {
  content: "﬽";
}

.fi-br-region-pin:before {
  content: "מּ";
}

.fi-br-registered:before {
  content: "﬿";
}

.fi-br-registration-paper:before {
  content: "נּ";
}

.fi-br-remove-folder:before {
  content: "סּ";
}

.fi-br-remove-user:before {
  content: "﭂";
}

.fi-br-rent-signal:before {
  content: "ףּ";
}

.fi-br-rent:before {
  content: "פּ";
}

.fi-br-replace:before {
  content: "﭅";
}

.fi-br-replay-10:before {
  content: "צּ";
}

.fi-br-replay-30:before {
  content: "קּ";
}

.fi-br-replay-5:before {
  content: "רּ";
}

.fi-br-reply-all:before {
  content: "שּ";
}

.fi-br-republican:before {
  content: "תּ";
}

.fi-br-reservation-smartphone:before {
  content: "וֹ";
}

.fi-br-reservation-table:before {
  content: "בֿ";
}

.fi-br-resistance-band:before {
  content: "כֿ";
}

.fi-br-resize:before {
  content: "פֿ";
}

.fi-br-resources:before {
  content: "ﭏ";
}

.fi-br-restaurant:before {
  content: "ﭐ";
}

.fi-br-restock:before {
  content: "ﭑ";
}

.fi-br-restroom-simple:before {
  content: "ﭒ";
}

.fi-br-resume:before {
  content: "ﭓ";
}

.fi-br-revenue-alt:before {
  content: "ﭔ";
}

.fi-br-revenue-euro:before {
  content: "ﭕ";
}

.fi-br-Revenue:before {
  content: "ﭖ";
}

.fi-br-review:before {
  content: "ﭗ";
}

.fi-br-rewind-button-circle:before {
  content: "ﭘ";
}

.fi-br-rewind:before {
  content: "ﭙ";
}

.fi-br-rhombus:before {
  content: "ﭚ";
}

.fi-br-ribbon:before {
  content: "ﭛ";
}

.fi-br-right-from-bracket:before {
  content: "ﭜ";
}

.fi-br-right:before {
  content: "ﭝ";
}

.fi-br-ring-diamond:before {
  content: "ﭞ";
}

.fi-br-ring:before {
  content: "ﭟ";
}

.fi-br-rings-wedding:before {
  content: "ﭠ";
}

.fi-br-risk-alt:before {
  content: "ﭡ";
}

.fi-br-risk:before {
  content: "ﭢ";
}

.fi-br-road-barrier:before {
  content: "ﭣ";
}

.fi-br-road-sign-left:before {
  content: "ﭤ";
}

.fi-br-road:before {
  content: "ﭥ";
}

.fi-br-robot:before {
  content: "ﭦ";
}

.fi-br-robotic-arm:before {
  content: "ﭧ";
}

.fi-br-rocket-lunch:before {
  content: "ﭨ";
}

.fi-br-rocket:before {
  content: "ﭩ";
}

.fi-br-roller-coaster:before {
  content: "ﭪ";
}

.fi-br-room-service:before {
  content: "ﭫ";
}

.fi-br-rotate-exclamation:before {
  content: "ﭬ";
}

.fi-br-rotate-left:before {
  content: "ﭭ";
}

.fi-br-rotate-reverse:before {
  content: "ﭮ";
}

.fi-br-rotate-right:before {
  content: "ﭯ";
}

.fi-br-rotate-square:before {
  content: "ﭰ";
}

.fi-br-roulette:before {
  content: "ﭱ";
}

.fi-br-route-highway:before {
  content: "ﭲ";
}

.fi-br-route-interstate:before {
  content: "ﭳ";
}

.fi-br-route:before {
  content: "ﭴ";
}

.fi-br-router:before {
  content: "ﭵ";
}

.fi-br-rss-alt:before {
  content: "ﭶ";
}

.fi-br-rss:before {
  content: "ﭷ";
}

.fi-br-ruble-sign:before {
  content: "ﭸ";
}

.fi-br-rugby-helmet:before {
  content: "ﭹ";
}

.fi-br-rugby:before {
  content: "ﭺ";
}

.fi-br-ruler-combined:before {
  content: "ﭻ";
}

.fi-br-ruler-horizontal:before {
  content: "ﭼ";
}

.fi-br-ruler-triangle:before {
  content: "ﭽ";
}

.fi-br-ruler-vertical:before {
  content: "ﭾ";
}

.fi-br-rules-alt:before {
  content: "ﭿ";
}

.fi-br-rules:before {
  content: "ﮀ";
}

.fi-br-running-track:before {
  content: "ﮁ";
}

.fi-br-running:before {
  content: "ﮂ";
}

.fi-br-rupee-sign:before {
  content: "ﮃ";
}

.fi-br-rupiah-sign:before {
  content: "ﮄ";
}

.fi-br-rv:before {
  content: "ﮅ";
}

.fi-br-s:before {
  content: "ﮆ";
}

.fi-br-sack-dollar:before {
  content: "ﮇ";
}

.fi-br-sack:before {
  content: "ﮈ";
}

.fi-br-sad-cry:before {
  content: "ﮉ";
}

.fi-br-sad-tear:before {
  content: "ﮊ";
}

.fi-br-sad:before {
  content: "ﮋ";
}

.fi-br-safe-box:before {
  content: "ﮌ";
}

.fi-br-sailboat:before {
  content: "ﮍ";
}

.fi-br-salad:before {
  content: "ﮎ";
}

.fi-br-salary-alt:before {
  content: "ﮏ";
}

.fi-br-salt-pepper:before {
  content: "ﮐ";
}

.fi-br-salt-shaker:before {
  content: "ﮑ";
}

.fi-br-sandwich-alt:before {
  content: "ﮒ";
}

.fi-br-sandwich:before {
  content: "ﮓ";
}

.fi-br-satellite-dish:before {
  content: "ﮔ";
}

.fi-br-satellite:before {
  content: "ﮕ";
}

.fi-br-saturday:before {
  content: "ﮖ";
}

.fi-br-sauce:before {
  content: "ﮗ";
}

.fi-br-sausage:before {
  content: "ﮘ";
}

.fi-br-sax-hot:before {
  content: "ﮙ";
}

.fi-br-saxophone:before {
  content: "ﮚ";
}

.fi-br-scale-comparison-alt:before {
  content: "ﮛ";
}

.fi-br-scale-comparison:before {
  content: "ﮜ";
}

.fi-br-scale:before {
  content: "ﮝ";
}

.fi-br-scalpel-path:before {
  content: "ﮞ";
}

.fi-br-scalpel:before {
  content: "ﮟ";
}

.fi-br-scanner-gun:before {
  content: "ﮠ";
}

.fi-br-scanner-image:before {
  content: "ﮡ";
}

.fi-br-scanner-keyboard:before {
  content: "ﮢ";
}

.fi-br-scanner-touchscreen:before {
  content: "ﮣ";
}

.fi-br-scarecrow:before {
  content: "ﮤ";
}

.fi-br-scarf:before {
  content: "ﮥ";
}

.fi-br-school-bus:before {
  content: "ﮦ";
}

.fi-br-school:before {
  content: "ﮧ";
}

.fi-br-scissors:before {
  content: "ﮨ";
}

.fi-br-scooter:before {
  content: "ﮩ";
}

.fi-br-screen:before {
  content: "ﮪ";
}

.fi-br-screencast:before {
  content: "ﮫ";
}

.fi-br-screw-alt:before {
  content: "ﮬ";
}

.fi-br-screw:before {
  content: "ﮭ";
}

.fi-br-screwdriver:before {
  content: "ﮮ";
}

.fi-br-scribble:before {
  content: "ﮯ";
}

.fi-br-script:before {
  content: "ﮰ";
}

.fi-br-scroll-document-story:before {
  content: "ﮱ";
}

.fi-br-scroll-old:before {
  content: "﮲";
}

.fi-br-scroll-torah:before {
  content: "﮳";
}

.fi-br-scroll:before {
  content: "﮴";
}

.fi-br-scrubber:before {
  content: "﮵";
}

.fi-br-scythe:before {
  content: "﮶";
}

.fi-br-sd-card:before {
  content: "﮷";
}

.fi-br-sd-cards:before {
  content: "﮸";
}

.fi-br-seal-exclamation:before {
  content: "﮹";
}

.fi-br-seal-question:before {
  content: "﮺";
}

.fi-br-seal:before {
  content: "﮻";
}

.fi-br-search-alt:before {
  content: "﮼";
}

.fi-br-search-dollar:before {
  content: "﮽";
}

.fi-br-search-heart:before {
  content: "﮾";
}

.fi-br-search-location:before {
  content: "﮿";
}

.fi-br-search:before {
  content: "﯀";
}

.fi-br-seat-airline:before {
  content: "﯁";
}

.fi-br-seatbelt-safety-driver:before {
  content: "﯂";
}

.fi-br-second-award:before {
  content: "﯃";
}

.fi-br-second-laurel:before {
  content: "﯄";
}

.fi-br-second-medal:before {
  content: "﯅";
}

.fi-br-second:before {
  content: "﯆";
}

.fi-br-seedling:before {
  content: "﯇";
}

.fi-br-selection:before {
  content: "﯈";
}

.fi-br-sell:before {
  content: "﯉";
}

.fi-br-seller-store:before {
  content: "﯊";
}

.fi-br-seller:before {
  content: "﯋";
}

.fi-br-selling:before {
  content: "﯌";
}

.fi-br-send-back:before {
  content: "﯍";
}

.fi-br-send-backward:before {
  content: "﯎";
}

.fi-br-send-money-smartphone:before {
  content: "﯏";
}

.fi-br-send-money:before {
  content: "﯐";
}

.fi-br-sensor-alert:before {
  content: "﯑";
}

.fi-br-sensor-fire:before {
  content: "﯒";
}

.fi-br-sensor-on:before {
  content: "ﯓ";
}

.fi-br-sensor-smoke:before {
  content: "ﯔ";
}

.fi-br-sensor:before {
  content: "ﯕ";
}

.fi-br-settings-sliders:before {
  content: "ﯖ";
}

.fi-br-settings:before {
  content: "ﯗ";
}

.fi-br-share-alt-square:before {
  content: "ﯘ";
}

.fi-br-share-square:before {
  content: "ﯙ";
}

.fi-br-share:before {
  content: "ﯚ";
}

.fi-br-sheep:before {
  content: "ﯛ";
}

.fi-br-shekel-sign:before {
  content: "ﯜ";
}

.fi-br-shelves:before {
  content: "ﯝ";
}

.fi-br-shield-alt:before {
  content: "ﯞ";
}

.fi-br-shield-cat:before {
  content: "ﯟ";
}

.fi-br-shield-check:before {
  content: "ﯠ";
}

.fi-br-shield-cross:before {
  content: "ﯡ";
}

.fi-br-shield-dog:before {
  content: "ﯢ";
}

.fi-br-shield-exclamation:before {
  content: "ﯣ";
}

.fi-br-shield-interrogation:before {
  content: "ﯤ";
}

.fi-br-shield-keyhole:before {
  content: "ﯥ";
}

.fi-br-shield-minus:before {
  content: "ﯦ";
}

.fi-br-shield-plus:before {
  content: "ﯧ";
}

.fi-br-shield-security-risk:before {
  content: "ﯨ";
}

.fi-br-shield-slash:before {
  content: "ﯩ";
}

.fi-br-shield-trust:before {
  content: "ﯪ";
}

.fi-br-shield-virus:before {
  content: "ﯫ";
}

.fi-br-shield-xmark:before {
  content: "ﯬ";
}

.fi-br-shield:before {
  content: "ﯭ";
}

.fi-br-ship-side:before {
  content: "ﯮ";
}

.fi-br-ship:before {
  content: "ﯯ";
}

.fi-br-shipping-fast:before {
  content: "ﯰ";
}

.fi-br-shipping-timed:before {
  content: "ﯱ";
}

.fi-br-shirt-long-sleeve:before {
  content: "ﯲ";
}

.fi-br-shirt-running:before {
  content: "ﯳ";
}

.fi-br-shirt-tank-top:before {
  content: "ﯴ";
}

.fi-br-shirt:before {
  content: "ﯵ";
}

.fi-br-shish-kebab:before {
  content: "ﯶ";
}

.fi-br-shoe-prints:before {
  content: "ﯷ";
}

.fi-br-shop-lock:before {
  content: "ﯸ";
}

.fi-br-shop-slash:before {
  content: "ﯹ";
}

.fi-br-shop:before {
  content: "ﯺ";
}

.fi-br-shopping-bag-add:before {
  content: "ﯻ";
}

.fi-br-shopping-bag:before {
  content: "ﯼ";
}

.fi-br-shopping-basket:before {
  content: "ﯽ";
}

.fi-br-shopping-cart-add:before {
  content: "ﯾ";
}

.fi-br-shopping-cart-buyer:before {
  content: "ﯿ";
}

.fi-br-shopping-cart-check:before {
  content: "ﰀ";
}

.fi-br-shopping-cart:before {
  content: "ﰁ";
}

.fi-br-shovel-snow:before {
  content: "ﰂ";
}

.fi-br-shovel:before {
  content: "ﰃ";
}

.fi-br-shower-down:before {
  content: "ﰄ";
}

.fi-br-shower:before {
  content: "ﰅ";
}

.fi-br-shredder:before {
  content: "ﰆ";
}

.fi-br-shrimp:before {
  content: "ﰇ";
}

.fi-br-shuffle:before {
  content: "ﰈ";
}

.fi-br-shuttle-van:before {
  content: "ﰉ";
}

.fi-br-shuttlecock:before {
  content: "ﰊ";
}

.fi-br-Sickle:before {
  content: "ﰋ";
}

.fi-br-sidebar-flip:before {
  content: "ﰌ";
}

.fi-br-sidebar:before {
  content: "ﰍ";
}

.fi-br-sigma:before {
  content: "ﰎ";
}

.fi-br-sign-hanging:before {
  content: "ﰏ";
}

.fi-br-sign-in-alt:before {
  content: "ﰐ";
}

.fi-br-sign-out-alt:before {
  content: "ﰑ";
}

.fi-br-sign-posts-wrench:before {
  content: "ﰒ";
}

.fi-br-sign-posts:before {
  content: "ﰓ";
}

.fi-br-sign-up:before {
  content: "ﰔ";
}

.fi-br-signal-alt-1:before {
  content: "ﰕ";
}

.fi-br-signal-alt-2:before {
  content: "ﰖ";
}

.fi-br-signal-alt-slash:before {
  content: "ﰗ";
}

.fi-br-signal-alt:before {
  content: "ﰘ";
}

.fi-br-signal-bars-fair:before {
  content: "ﰙ";
}

.fi-br-signal-bars-good:before {
  content: "ﰚ";
}

.fi-br-signal-bars-weak:before {
  content: "ﰛ";
}

.fi-br-signal-stream-slash:before {
  content: "ﰜ";
}

.fi-br-signal-stream:before {
  content: "ﰝ";
}

.fi-br-signature-lock:before {
  content: "ﰞ";
}

.fi-br-signature-slash:before {
  content: "ﰟ";
}

.fi-br-signature:before {
  content: "ﰠ";
}

.fi-br-sim-card:before {
  content: "ﰡ";
}

.fi-br-sim-cards:before {
  content: "ﰢ";
}

.fi-br-sink:before {
  content: "ﰣ";
}

.fi-br-siren-on:before {
  content: "ﰤ";
}

.fi-br-Siren:before {
  content: "ﰥ";
}

.fi-br-site-alt:before {
  content: "ﰦ";
}

.fi-br-site-browser:before {
  content: "ﰧ";
}

.fi-br-site:before {
  content: "ﰨ";
}

.fi-br-sitemap:before {
  content: "ﰩ";
}

.fi-br-skateboard:before {
  content: "ﰪ";
}

.fi-br-skating:before {
  content: "ﰫ";
}

.fi-br-skeleton-ribs:before {
  content: "ﰬ";
}

.fi-br-skeleton:before {
  content: "ﰭ";
}

.fi-br-skewer:before {
  content: "ﰮ";
}

.fi-br-ski-boot-ski:before {
  content: "ﰯ";
}

.fi-br-ski-jump:before {
  content: "ﰰ";
}

.fi-br-ski-lift:before {
  content: "ﰱ";
}

.fi-br-skiing-nordic:before {
  content: "ﰲ";
}

.fi-br-skiing:before {
  content: "ﰳ";
}

.fi-br-skill-alt:before {
  content: "ﰴ";
}

.fi-br-skill-user:before {
  content: "ﰵ";
}

.fi-br-skill:before {
  content: "ﰶ";
}

.fi-br-skin-arrow:before {
  content: "ﰷ";
}

.fi-br-skin-drop:before {
  content: "ﰸ";
}

.fi-br-skin-hair:before {
  content: "ﰹ";
}

.fi-br-skin:before {
  content: "ﰺ";
}

.fi-br-skip-15-seconds:before {
  content: "ﰻ";
}

.fi-br-skull-cow:before {
  content: "ﰼ";
}

.fi-br-skull-crossbones:before {
  content: "ﰽ";
}

.fi-br-skull:before {
  content: "ﰾ";
}

.fi-br-slash:before {
  content: "ﰿ";
}

.fi-br-sledding:before {
  content: "ﱀ";
}

.fi-br-sleeping-bag:before {
  content: "ﱁ";
}

.fi-br-sleigh:before {
  content: "ﱂ";
}

.fi-br-sliders-h-square:before {
  content: "ﱃ";
}

.fi-br-sliders-v-square:before {
  content: "ﱄ";
}

.fi-br-sliders-v:before {
  content: "ﱅ";
}

.fi-br-slot-machine:before {
  content: "ﱆ";
}

.fi-br-smart-home-alt:before {
  content: "ﱇ";
}

.fi-br-smart-home:before {
  content: "ﱈ";
}

.fi-br-smartphone:before {
  content: "ﱉ";
}

.fi-br-smile-beam:before {
  content: "ﱊ";
}

.fi-br-smile-plus:before {
  content: "ﱋ";
}

.fi-br-smiley-comment-alt:before {
  content: "ﱌ";
}

.fi-br-smog:before {
  content: "ﱍ";
}

.fi-br-smoke:before {
  content: "ﱎ";
}

.fi-br-smoking-ban:before {
  content: "ﱏ";
}

.fi-br-smoking:before {
  content: "ﱐ";
}

.fi-br-snake:before {
  content: "ﱑ";
}

.fi-br-snap:before {
  content: "ﱒ";
}

.fi-br-snooze:before {
  content: "ﱓ";
}

.fi-br-snow-blowing:before {
  content: "ﱔ";
}

.fi-br-snowboarding:before {
  content: "ﱕ";
}

.fi-br-snowflake-droplets:before {
  content: "ﱖ";
}

.fi-br-snowflake:before {
  content: "ﱗ";
}

.fi-br-snowflakes:before {
  content: "ﱘ";
}

.fi-br-snowman-alt:before {
  content: "ﱙ";
}

.fi-br-snowman-head:before {
  content: "ﱚ";
}

.fi-br-snowmobile:before {
  content: "ﱛ";
}

.fi-br-snowplow:before {
  content: "ﱜ";
}

.fi-br-soap-alt:before {
  content: "ﱝ";
}

.fi-br-soap:before {
  content: "ﱞ";
}

.fi-br-social-network:before {
  content: "ﱟ";
}

.fi-br-socks:before {
  content: "ﱠ";
}

.fi-br-sofa-size:before {
  content: "ﱡ";
}

.fi-br-sofa:before {
  content: "ﱢ";
}

.fi-br-solar-panel-sun:before {
  content: "ﱣ";
}

.fi-br-solar-panel:before {
  content: "ﱤ";
}

.fi-br-solar-system:before {
  content: "ﱥ";
}

.fi-br-sold-house:before {
  content: "ﱦ";
}

.fi-br-sold-signal:before {
  content: "ﱧ";
}

.fi-br-sort-alpha-down-alt:before {
  content: "ﱨ";
}

.fi-br-sort-alpha-down:before {
  content: "ﱩ";
}

.fi-br-sort-alpha-up-alt:before {
  content: "ﱪ";
}

.fi-br-sort-alpha-up:before {
  content: "ﱫ";
}

.fi-br-sort-alt:before {
  content: "ﱬ";
}

.fi-br-sort-amount-down-alt:before {
  content: "ﱭ";
}

.fi-br-sort-amount-down:before {
  content: "ﱮ";
}

.fi-br-sort-amount-up-alt:before {
  content: "ﱯ";
}

.fi-br-sort-amount-up:before {
  content: "ﱰ";
}

.fi-br-sort-circle-down:before {
  content: "ﱱ";
}

.fi-br-sort-circle-up:before {
  content: "ﱲ";
}

.fi-br-sort-circle:before {
  content: "ﱳ";
}

.fi-br-sort-down:before {
  content: "ﱴ";
}

.fi-br-sort-numeric-down-alt:before {
  content: "ﱵ";
}

.fi-br-sort-numeric-down:before {
  content: "ﱶ";
}

.fi-br-sort-shapes-down:before {
  content: "ﱷ";
}

.fi-br-sort-shapes-up:before {
  content: "ﱸ";
}

.fi-br-sort-size-down:before {
  content: "ﱹ";
}

.fi-br-sort-size-up:before {
  content: "ﱺ";
}

.fi-br-sort:before {
  content: "ﱻ";
}

.fi-br-soup:before {
  content: "ﱼ";
}

.fi-br-source-data:before {
  content: "ﱽ";
}

.fi-br-source-document-alt:before {
  content: "ﱾ";
}

.fi-br-source-document:before {
  content: "ﱿ";
}

.fi-br-spa:before {
  content: "ﲀ";
}

.fi-br-space-shuttle:before {
  content: "ﲁ";
}

.fi-br-space-station-moon-alt:before {
  content: "ﲂ";
}

.fi-br-space-station-moon:before {
  content: "ﲃ";
}

.fi-br-spade:before {
  content: "ﲄ";
}

.fi-br-spaghetti-monster-flying:before {
  content: "ﲅ";
}

.fi-br-spain-map:before {
  content: "ﲆ";
}

.fi-br-sparkles:before {
  content: "ﲇ";
}

.fi-br-spartan-helmet:before {
  content: "ﲈ";
}

.fi-br-speaker:before {
  content: "ﲉ";
}

.fi-br-speakers:before {
  content: "ﲊ";
}

.fi-br-speech-bubble-story:before {
  content: "ﲋ";
}

.fi-br-speedometer-arrow:before {
  content: "ﲌ";
}

.fi-br-speedometer-kpi:before {
  content: "ﲍ";
}

.fi-br-sphere:before {
  content: "ﲎ";
}

.fi-br-spider-black-widow:before {
  content: "ﲏ";
}

.fi-br-spider-web:before {
  content: "ﲐ";
}

.fi-br-spider:before {
  content: "ﲑ";
}

.fi-br-spinner:before {
  content: "ﲒ";
}

.fi-br-split-up-relation:before {
  content: "ﲓ";
}

.fi-br-split:before {
  content: "ﲔ";
}

.fi-br-splotch:before {
  content: "ﲕ";
}

.fi-br-spoon:before {
  content: "ﲖ";
}

.fi-br-spray-can-sparkles:before {
  content: "ﲗ";
}

.fi-br-spray-can:before {
  content: "ﲘ";
}

.fi-br-spring-calendar:before {
  content: "ﲙ";
}

.fi-br-sprinkler:before {
  content: "ﲚ";
}

.fi-br-spy:before {
  content: "ﲛ";
}

.fi-br-square-0:before {
  content: "ﲜ";
}

.fi-br-square-1:before {
  content: "ﲝ";
}

.fi-br-square-2:before {
  content: "ﲞ";
}

.fi-br-square-3:before {
  content: "ﲟ";
}

.fi-br-square-4:before {
  content: "ﲠ";
}

.fi-br-square-5:before {
  content: "ﲡ";
}

.fi-br-square-6:before {
  content: "ﲢ";
}

.fi-br-square-7:before {
  content: "ﲣ";
}

.fi-br-square-8:before {
  content: "ﲤ";
}

.fi-br-square-9:before {
  content: "ﲥ";
}

.fi-br-square-a:before {
  content: "ﲦ";
}

.fi-br-square-b:before {
  content: "ﲧ";
}

.fi-br-square-bolt:before {
  content: "ﲨ";
}

.fi-br-square-c:before {
  content: "ﲩ";
}

.fi-br-square-code:before {
  content: "ﲪ";
}

.fi-br-square-d:before {
  content: "ﲫ";
}

.fi-br-square-dashed-circle-plus:before {
  content: "ﲬ";
}

.fi-br-square-dashed:before {
  content: "ﲭ";
}

.fi-br-square-divide:before {
  content: "ﲮ";
}

.fi-br-square-e:before {
  content: "ﲯ";
}

.fi-br-square-ellipsis-vertical:before {
  content: "ﲰ";
}

.fi-br-square-ellipsis:before {
  content: "ﲱ";
}

.fi-br-square-exclamation:before {
  content: "ﲲ";
}

.fi-br-square-f:before {
  content: "ﲳ";
}

.fi-br-square-g:before {
  content: "ﲴ";
}

.fi-br-square-h:before {
  content: "ﲵ";
}

.fi-br-square-heart:before {
  content: "ﲶ";
}

.fi-br-square-i:before {
  content: "ﲷ";
}

.fi-br-square-info:before {
  content: "ﲸ";
}

.fi-br-square-j:before {
  content: "ﲹ";
}

.fi-br-square-k:before {
  content: "ﲺ";
}

.fi-br-square-kanban:before {
  content: "ﲻ";
}

.fi-br-square-l:before {
  content: "ﲼ";
}

.fi-br-square-m:before {
  content: "ﲽ";
}

.fi-br-square-minus:before {
  content: "ﲾ";
}

.fi-br-square-n:before {
  content: "ﲿ";
}

.fi-br-square-o:before {
  content: "ﳀ";
}

.fi-br-square-p:before {
  content: "ﳁ";
}

.fi-br-square-phone-hangup:before {
  content: "ﳂ";
}

.fi-br-square-plus:before {
  content: "ﳃ";
}

.fi-br-square-poll-horizontal:before {
  content: "ﳄ";
}

.fi-br-square-poll-vertical:before {
  content: "ﳅ";
}

.fi-br-square-q:before {
  content: "ﳆ";
}

.fi-br-square-quote:before {
  content: "ﳇ";
}

.fi-br-square-r:before {
  content: "ﳈ";
}

.fi-br-square-root:before {
  content: "ﳉ";
}

.fi-br-square-s:before {
  content: "ﳊ";
}

.fi-br-square-small:before {
  content: "ﳋ";
}

.fi-br-square-star:before {
  content: "ﳌ";
}

.fi-br-square-t:before {
  content: "ﳍ";
}

.fi-br-square-terminal:before {
  content: "ﳎ";
}

.fi-br-square-u:before {
  content: "ﳏ";
}

.fi-br-square-up-right:before {
  content: "ﳐ";
}

.fi-br-square-v:before {
  content: "ﳑ";
}

.fi-br-square-w:before {
  content: "ﳒ";
}

.fi-br-square-x:before {
  content: "ﳓ";
}

.fi-br-square-y:before {
  content: "ﳔ";
}

.fi-br-square-z:before {
  content: "ﳕ";
}

.fi-br-square:before {
  content: "ﳖ";
}

.fi-br-squid:before {
  content: "ﳗ";
}

.fi-br-squircle:before {
  content: "ﳘ";
}

.fi-br-squirrel:before {
  content: "ﳙ";
}

.fi-br-staff:before {
  content: "ﳚ";
}

.fi-br-stage-concert:before {
  content: "ﳛ";
}

.fi-br-stage-theatre:before {
  content: "ﳜ";
}

.fi-br-stage:before {
  content: "ﳝ";
}

.fi-br-stairs:before {
  content: "ﳞ";
}

.fi-br-stamp:before {
  content: "ﳟ";
}

.fi-br-standard-definition:before {
  content: "ﳠ";
}

.fi-br-star-and-crescent:before {
  content: "ﳡ";
}

.fi-br-star-christmas:before {
  content: "ﳢ";
}

.fi-br-star-comment-alt:before {
  content: "ﳣ";
}

.fi-br-star-exclamation:before {
  content: "ﳤ";
}

.fi-br-star-octogram:before {
  content: "ﳥ";
}

.fi-br-star-of-david:before {
  content: "ﳦ";
}

.fi-br-star-rating-call:before {
  content: "ﳧ";
}

.fi-br-star-sharp-half-stroke:before {
  content: "ﳨ";
}

.fi-br-star-sharp-half:before {
  content: "ﳩ";
}

.fi-br-star-shooting:before {
  content: "ﳪ";
}

.fi-br-star:before {
  content: "ﳫ";
}

.fi-br-starfighter:before {
  content: "ﳬ";
}

.fi-br-stars:before {
  content: "ﳭ";
}

.fi-br-state-country:before {
  content: "ﳮ";
}

.fi-br-stationary-bike:before {
  content: "ﳯ";
}

.fi-br-stats:before {
  content: "ﳰ";
}

.fi-br-steak:before {
  content: "ﳱ";
}

.fi-br-steering-wheel:before {
  content: "ﳲ";
}

.fi-br-step-backward:before {
  content: "ﳳ";
}

.fi-br-step-forward:before {
  content: "ﳴ";
}

.fi-br-sterling-sign:before {
  content: "ﳵ";
}

.fi-br-stethoscope:before {
  content: "ﳶ";
}

.fi-br-sticker:before {
  content: "ﳷ";
}

.fi-br-stocking:before {
  content: "ﳸ";
}

.fi-br-stomach:before {
  content: "ﳹ";
}

.fi-br-stop-circle:before {
  content: "ﳺ";
}

.fi-br-stop-square:before {
  content: "ﳻ";
}

.fi-br-stop:before {
  content: "ﳼ";
}

.fi-br-stopwatch:before {
  content: "ﳽ";
}

.fi-br-store-alt:before {
  content: "ﳾ";
}

.fi-br-store-buyer:before {
  content: "ﳿ";
}

.fi-br-store-lock:before {
  content: "ﴀ";
}

.fi-br-store-slash:before {
  content: "ﴁ";
}

.fi-br-story-book:before {
  content: "ﴂ";
}

.fi-br-story-fairy-tale:before {
  content: "ﴃ";
}

.fi-br-story-fantasy:before {
  content: "ﴄ";
}

.fi-br-strategy-chess-risk:before {
  content: "ﴅ";
}

.fi-br-strawberry:before {
  content: "ﴆ";
}

.fi-br-street-view:before {
  content: "ﴇ";
}

.fi-br-stretcher:before {
  content: "ﴈ";
}

.fi-br-strikethrough:before {
  content: "ﴉ";
}

.fi-br-stroopwafel:before {
  content: "ﴊ";
}

.fi-br-student-alt:before {
  content: "ﴋ";
}

.fi-br-student:before {
  content: "ﴌ";
}

.fi-br-subscript:before {
  content: "ﴍ";
}

.fi-br-subscription-alt:before {
  content: "ﴎ";
}

.fi-br-subscription:before {
  content: "ﴏ";
}

.fi-br-subtitles-slash:before {
  content: "ﴐ";
}

.fi-br-subtitles:before {
  content: "ﴑ";
}

.fi-br-subway:before {
  content: "ﴒ";
}

.fi-br-suitcase-alt:before {
  content: "ﴓ";
}

.fi-br-summary-check:before {
  content: "ﴔ";
}

.fi-br-summer:before {
  content: "ﴕ";
}

.fi-br-sun-dust:before {
  content: "ﴖ";
}

.fi-br-sun-plant-wilt:before {
  content: "ﴗ";
}

.fi-br-sun-salutation-yoga:before {
  content: "ﴘ";
}

.fi-br-sun:before {
  content: "ﴙ";
}

.fi-br-sunday:before {
  content: "ﴚ";
}

.fi-br-sunglasses-alt:before {
  content: "ﴛ";
}

.fi-br-sunglasses:before {
  content: "ﴜ";
}

.fi-br-sunrise-alt:before {
  content: "ﴝ";
}

.fi-br-sunrise:before {
  content: "ﴞ";
}

.fi-br-sunset:before {
  content: "ﴟ";
}

.fi-br-superscript:before {
  content: "ﴠ";
}

.fi-br-supplier-alt:before {
  content: "ﴡ";
}

.fi-br-supplier:before {
  content: "ﴢ";
}

.fi-br-surfing:before {
  content: "ﴣ";
}

.fi-br-surprise:before {
  content: "ﴤ";
}

.fi-br-surveillance-camera:before {
  content: "ﴥ";
}

.fi-br-survey-xmark:before {
  content: "ﴦ";
}

.fi-br-sushi-alt:before {
  content: "ﴧ";
}

.fi-br-sushi-roll:before {
  content: "ﴨ";
}

.fi-br-sushi:before {
  content: "ﴩ";
}

.fi-br-svg:before {
  content: "ﴪ";
}

.fi-br-swap:before {
  content: "ﴫ";
}

.fi-br-swatchbook:before {
  content: "ﴬ";
}

.fi-br-swimmer:before {
  content: "ﴭ";
}

.fi-br-swimming-pool:before {
  content: "ﴮ";
}

.fi-br-swing:before {
  content: "ﴯ";
}

.fi-br-swipe-down:before {
  content: "ﴰ";
}

.fi-br-swipe-left:before {
  content: "ﴱ";
}

.fi-br-swipe-right:before {
  content: "ﴲ";
}

.fi-br-swipe-up:before {
  content: "ﴳ";
}

.fi-br-sword:before {
  content: "ﴴ";
}

.fi-br-symbol:before {
  content: "ﴵ";
}

.fi-br-symbols:before {
  content: "ﴶ";
}

.fi-br-synagogue:before {
  content: "ﴷ";
}

.fi-br-syringe:before {
  content: "ﴸ";
}

.fi-br-system-cloud:before {
  content: "ﴹ";
}

.fi-br-t:before {
  content: "ﴺ";
}

.fi-br-tab-folder:before {
  content: "ﴻ";
}

.fi-br-table-columns:before {
  content: "ﴼ";
}

.fi-br-table-layout:before {
  content: "ﴽ";
}

.fi-br-table-list:before {
  content: "﴾";
}

.fi-br-table-picnic:before {
  content: "﴿";
}

.fi-br-table-pivot:before {
  content: "﵀";
}

.fi-br-table-rows:before {
  content: "﵁";
}

.fi-br-table-tree:before {
  content: "﵂";
}

.fi-br-table:before {
  content: "﵃";
}

.fi-br-tablet-android-alt:before {
  content: "﵄";
}

.fi-br-tablet-android:before {
  content: "﵅";
}

.fi-br-tablet-rugged:before {
  content: "﵆";
}

.fi-br-tablet:before {
  content: "﵇";
}

.fi-br-tachometer-alt-average:before {
  content: "﵈";
}

.fi-br-tachometer-alt-fastest:before {
  content: "﵉";
}

.fi-br-tachometer-alt-slow:before {
  content: "﵊";
}

.fi-br-tachometer-alt-slowest:before {
  content: "﵋";
}

.fi-br-tachometer-average:before {
  content: "﵌";
}

.fi-br-tachometer-fast:before {
  content: "﵍";
}

.fi-br-tachometer-fastest:before {
  content: "﵎";
}

.fi-br-tachometer-slow:before {
  content: "﵏";
}

.fi-br-tachometer-slowest:before {
  content: "ﵐ";
}

.fi-br-tachometer:before {
  content: "ﵑ";
}

.fi-br-taco:before {
  content: "ﵒ";
}

.fi-br-tags:before {
  content: "ﵓ";
}

.fi-br-talent-alt:before {
  content: "ﵔ";
}

.fi-br-talent-hand:before {
  content: "ﵕ";
}

.fi-br-talent:before {
  content: "ﵖ";
}

.fi-br-tally-1:before {
  content: "ﵗ";
}

.fi-br-tally-2:before {
  content: "ﵘ";
}

.fi-br-tally-3:before {
  content: "ﵙ";
}

.fi-br-tally-4:before {
  content: "ﵚ";
}

.fi-br-tally:before {
  content: "ﵛ";
}

.fi-br-tamale:before {
  content: "ﵜ";
}

.fi-br-tank-water:before {
  content: "ﵝ";
}

.fi-br-tap:before {
  content: "ﵞ";
}

.fi-br-tape:before {
  content: "ﵟ";
}

.fi-br-target-audience:before {
  content: "ﵠ";
}

.fi-br-target:before {
  content: "ﵡ";
}

.fi-br-tax-alt:before {
  content: "ﵢ";
}

.fi-br-tax:before {
  content: "ﵣ";
}

.fi-br-taxi-bus:before {
  content: "ﵤ";
}

.fi-br-taxi:before {
  content: "ﵥ";
}

.fi-br-team-check-alt:before {
  content: "ﵦ";
}

.fi-br-team-check:before {
  content: "ﵧ";
}

.fi-br-teddy-bear:before {
  content: "ﵨ";
}

.fi-br-teeth-open:before {
  content: "ﵩ";
}

.fi-br-telescope:before {
  content: "ﵪ";
}

.fi-br-temperature-down:before {
  content: "ﵫ";
}

.fi-br-temperature-frigid:before {
  content: "ﵬ";
}

.fi-br-temperature-high:before {
  content: "ﵭ";
}

.fi-br-temperature-list:before {
  content: "ﵮ";
}

.fi-br-temperature-low:before {
  content: "ﵯ";
}

.fi-br-temperature-up:before {
  content: "ﵰ";
}

.fi-br-template-alt:before {
  content: "ﵱ";
}

.fi-br-template:before {
  content: "ﵲ";
}

.fi-br-tenge:before {
  content: "ﵳ";
}

.fi-br-tennis:before {
  content: "ﵴ";
}

.fi-br-tent-arrow-down-to-line:before {
  content: "ﵵ";
}

.fi-br-tent-arrow-left-right:before {
  content: "ﵶ";
}

.fi-br-tent-arrow-turn-left:before {
  content: "ﵷ";
}

.fi-br-tent-arrows-down:before {
  content: "ﵸ";
}

.fi-br-tents:before {
  content: "ﵹ";
}

.fi-br-terminal:before {
  content: "ﵺ";
}

.fi-br-terrace:before {
  content: "ﵻ";
}

.fi-br-test-tube:before {
  content: "ﵼ";
}

.fi-br-test:before {
  content: "ﵽ";
}

.fi-br-text-box-dots:before {
  content: "ﵾ";
}

.fi-br-text-box-edit:before {
  content: "ﵿ";
}

.fi-br-text-box:before {
  content: "ﶀ";
}

.fi-br-text-check:before {
  content: "ﶁ";
}

.fi-br-text-height:before {
  content: "ﶂ";
}

.fi-br-text-shadow:before {
  content: "ﶃ";
}

.fi-br-text-size:before {
  content: "ﶄ";
}

.fi-br-text-slash:before {
  content: "ﶅ";
}

.fi-br-text-width:before {
  content: "ﶆ";
}

.fi-br-text:before {
  content: "ﶇ";
}

.fi-br-theater-masks:before {
  content: "ﶈ";
}

.fi-br-thermometer-alt:before {
  content: "ﶉ";
}

.fi-br-thermometer-empty:before {
  content: "ﶊ";
}

.fi-br-thermometer-full:before {
  content: "ﶋ";
}

.fi-br-thermometer-half:before {
  content: "ﶌ";
}

.fi-br-thermometer-quarter:before {
  content: "ﶍ";
}

.fi-br-thermometer-three-quarters:before {
  content: "ﶎ";
}

.fi-br-theta:before {
  content: "ﶏ";
}

.fi-br-third-award:before {
  content: "﶐";
}

.fi-br-third-laurel:before {
  content: "﶑";
}

.fi-br-third-medal:before {
  content: "ﶒ";
}

.fi-br-third:before {
  content: "ﶓ";
}

.fi-br-thought-bubble:before {
  content: "ﶔ";
}

.fi-br-three-leaf-clover:before {
  content: "ﶕ";
}

.fi-br-thumbs-up-trust:before {
  content: "ﶖ";
}

.fi-br-thumbtack:before {
  content: "ﶗ";
}

.fi-br-thunderstorm-moon:before {
  content: "ﶘ";
}

.fi-br-thunderstorm-risk:before {
  content: "ﶙ";
}

.fi-br-thunderstorm-sun:before {
  content: "ﶚ";
}

.fi-br-thunderstorm:before {
  content: "ﶛ";
}

.fi-br-thursday:before {
  content: "ﶜ";
}

.fi-br-ticket-airline:before {
  content: "ﶝ";
}

.fi-br-ticket-alt:before {
  content: "ﶞ";
}

.fi-br-ticket:before {
  content: "ﶟ";
}

.fi-br-tickets-airline:before {
  content: "ﶠ";
}

.fi-br-tie:before {
  content: "ﶡ";
}

.fi-br-tilde:before {
  content: "ﶢ";
}

.fi-br-time-add:before {
  content: "ﶣ";
}

.fi-br-time-check:before {
  content: "ﶤ";
}

.fi-br-time-delete:before {
  content: "ﶥ";
}

.fi-br-time-fast:before {
  content: "ﶦ";
}

.fi-br-time-forward-sixty:before {
  content: "ﶧ";
}

.fi-br-time-forward-ten:before {
  content: "ﶨ";
}

.fi-br-time-forward:before {
  content: "ﶩ";
}

.fi-br-time-half-past:before {
  content: "ﶪ";
}

.fi-br-time-oclock:before {
  content: "ﶫ";
}

.fi-br-time-past:before {
  content: "ﶬ";
}

.fi-br-time-quarter-past:before {
  content: "ﶭ";
}

.fi-br-time-quarter-to:before {
  content: "ﶮ";
}

.fi-br-time-twenty-four:before {
  content: "ﶯ";
}

.fi-br-time-watch-calendar:before {
  content: "ﶰ";
}

.fi-br-timer-clock-call:before {
  content: "ﶱ";
}

.fi-br-times-hexagon:before {
  content: "ﶲ";
}

.fi-br-tint-slash:before {
  content: "ﶳ";
}

.fi-br-tip-coin:before {
  content: "ﶴ";
}

.fi-br-tire-flat:before {
  content: "ﶵ";
}

.fi-br-tire-pressure-warning:before {
  content: "ﶶ";
}

.fi-br-tire-rugged:before {
  content: "ﶷ";
}

.fi-br-tire:before {
  content: "ﶸ";
}

.fi-br-tired:before {
  content: "ﶹ";
}

.fi-br-to-do-alt:before {
  content: "ﶺ";
}

.fi-br-to-do:before {
  content: "ﶻ";
}

.fi-br-together-people:before {
  content: "ﶼ";
}

.fi-br-toggle-off:before {
  content: "ﶽ";
}

.fi-br-toggle-on:before {
  content: "ﶾ";
}

.fi-br-toilet-paper-blank-under:before {
  content: "ﶿ";
}

.fi-br-toilet-paper-blank:before {
  content: "ﷀ";
}

.fi-br-toilet-paper-slash:before {
  content: "ﷁ";
}

.fi-br-toilet-paper-under-slash:before {
  content: "ﷂ";
}

.fi-br-toilet-paper-under:before {
  content: "ﷃ";
}

.fi-br-toilet:before {
  content: "ﷄ";
}

.fi-br-toilets-portable:before {
  content: "ﷅ";
}

.fi-br-token:before {
  content: "ﷆ";
}

.fi-br-tomato:before {
  content: "ﷇ";
}

.fi-br-tombstone-alt:before {
  content: "﷈";
}

.fi-br-tombstone:before {
  content: "﷉";
}

.fi-br-tool-box:before {
  content: "﷊";
}

.fi-br-tool-crop:before {
  content: "﷋";
}

.fi-br-tool-marquee:before {
  content: "﷌";
}

.fi-br-tools:before {
  content: "﷍";
}

.fi-br-tooth:before {
  content: "﷎";
}

.fi-br-toothbrush:before {
  content: "﷏";
}

.fi-br-torch-inspiration-leader:before {
  content: "﷐";
}

.fi-br-torii-gate:before {
  content: "﷑";
}

.fi-br-tornado:before {
  content: "﷒";
}

.fi-br-total:before {
  content: "﷓";
}

.fi-br-tour-guide-people:before {
  content: "﷔";
}

.fi-br-tour-virtual:before {
  content: "﷕";
}

.fi-br-tower-control:before {
  content: "﷖";
}

.fi-br-track:before {
  content: "﷗";
}

.fi-br-tractor:before {
  content: "﷘";
}

.fi-br-trademark:before {
  content: "﷙";
}

.fi-br-traffic-cone:before {
  content: "﷚";
}

.fi-br-traffic-light-go:before {
  content: "﷛";
}

.fi-br-traffic-light-slow:before {
  content: "﷜";
}

.fi-br-traffic-light-stop:before {
  content: "﷝";
}

.fi-br-traffic-light:before {
  content: "﷞";
}

.fi-br-trailer:before {
  content: "﷟";
}

.fi-br-train-journey:before {
  content: "﷠";
}

.fi-br-train-side:before {
  content: "﷡";
}

.fi-br-train-station-building:before {
  content: "﷢";
}

.fi-br-train-station:before {
  content: "﷣";
}

.fi-br-train-subway-tunnel:before {
  content: "﷤";
}

.fi-br-train-track:before {
  content: "﷥";
}

.fi-br-train-tram:before {
  content: "﷦";
}

.fi-br-train:before {
  content: "﷧";
}

.fi-br-tram:before {
  content: "﷨";
}

.fi-br-transform:before {
  content: "﷩";
}

.fi-br-transformation-block:before {
  content: "﷪";
}

.fi-br-transformation-circle:before {
  content: "﷫";
}

.fi-br-transformation-design:before {
  content: "﷬";
}

.fi-br-transformation-shapes:before {
  content: "﷭";
}

.fi-br-transformer-bolt:before {
  content: "﷮";
}

.fi-br-transgender:before {
  content: "﷯";
}

.fi-br-transporter-1:before {
  content: "ﷰ";
}

.fi-br-transporter-2:before {
  content: "ﷱ";
}

.fi-br-transporter-3:before {
  content: "ﷲ";
}

.fi-br-transporter-4:before {
  content: "ﷳ";
}

.fi-br-transporter-5:before {
  content: "ﷴ";
}

.fi-br-transporter-6:before {
  content: "ﷵ";
}

.fi-br-transporter-7:before {
  content: "ﷶ";
}

.fi-br-transporter-empty:before {
  content: "ﷷ";
}

.fi-br-transporter:before {
  content: "ﷸ";
}

.fi-br-trash-can-check:before {
  content: "ﷹ";
}

.fi-br-trash-can-clock:before {
  content: "ﷺ";
}

.fi-br-trash-can-list:before {
  content: "ﷻ";
}

.fi-br-trash-can-plus:before {
  content: "﷼";
}

.fi-br-trash-can-slash:before {
  content: "﷽";
}

.fi-br-trash-check:before {
  content: "﷾";
}

.fi-br-trash-clock:before {
  content: "﷿";
}

.fi-br-trash-empty:before {
  content: "︐";
}

.fi-br-trash-list:before {
  content: "︑";
}

.fi-br-trash-plus:before {
  content: "︒";
}

.fi-br-trash-restore-alt:before {
  content: "︓";
}

.fi-br-trash-restore:before {
  content: "︔";
}

.fi-br-trash-slash:before {
  content: "︕";
}

.fi-br-trash-undo-alt:before {
  content: "︖";
}

.fi-br-trash-undo:before {
  content: "︗";
}

.fi-br-trash-xmark:before {
  content: "︘";
}

.fi-br-trash:before {
  content: "︙";
}

.fi-br-treadmill:before {
  content: "︚";
}

.fi-br-treasure-chest:before {
  content: "︛";
}

.fi-br-treatment:before {
  content: "︜";
}

.fi-br-tree-alt:before {
  content: "︝";
}

.fi-br-tree-christmas:before {
  content: "︞";
}

.fi-br-tree-deciduous:before {
  content: "︟";
}

.fi-br-tree:before {
  content: "︰";
}

.fi-br-trees-alt:before {
  content: "︱";
}

.fi-br-trees:before {
  content: "︲";
}

.fi-br-triangle-music:before {
  content: "︳";
}

.fi-br-triangle-person-digging:before {
  content: "︴";
}

.fi-br-triangle-warning:before {
  content: "︵";
}

.fi-br-triangle:before {
  content: "︶";
}

.fi-br-tricycle:before {
  content: "︷";
}

.fi-br-trillium:before {
  content: "︸";
}

.fi-br-trophy-achievement-skill:before {
  content: "︹";
}

.fi-br-trophy-star:before {
  content: "︺";
}

.fi-br-trophy:before {
  content: "︻";
}

.fi-br-truck-arrow-left:before {
  content: "︼";
}

.fi-br-truck-arrow-right:before {
  content: "︽";
}

.fi-br-truck-bolt:before {
  content: "︾";
}

.fi-br-truck-box:before {
  content: "︿";
}

.fi-br-truck-check:before {
  content: "﹀";
}

.fi-br-truck-container-empty:before {
  content: "﹁";
}

.fi-br-truck-container:before {
  content: "﹂";
}

.fi-br-truck-couch:before {
  content: "﹃";
}

.fi-br-truck-fire:before {
  content: "﹄";
}

.fi-br-truck-flatbed:before {
  content: "﹅";
}

.fi-br-truck-front:before {
  content: "﹆";
}

.fi-br-truck-ladder:before {
  content: "﹇";
}

.fi-br-truck-loading:before {
  content: "﹈";
}

.fi-br-truck-medical:before {
  content: "﹉";
}

.fi-br-truck-monster:before {
  content: "﹊";
}

.fi-br-truck-moving:before {
  content: "﹋";
}

.fi-br-truck-pickup:before {
  content: "﹌";
}

.fi-br-truck-plow:before {
  content: "﹍";
}

.fi-br-truck-ramp:before {
  content: "﹎";
}

.fi-br-truck-side:before {
  content: "﹏";
}

.fi-br-truck-tow:before {
  content: "﹐";
}

.fi-br-truck-utensils:before {
  content: "﹑";
}

.fi-br-trumpet:before {
  content: "﹒";
}

.fi-br-trust-alt:before {
  content: "﹓";
}

.fi-br-trust:before {
  content: "﹔";
}

.fi-br-tshirt:before {
  content: "﹕";
}

.fi-br-tty-answer:before {
  content: "﹖";
}

.fi-br-tty:before {
  content: "﹗";
}

.fi-br-tubes:before {
  content: "﹘";
}

.fi-br-tuesday:before {
  content: "﹙";
}

.fi-br-tugrik-sign:before {
  content: "﹚";
}

.fi-br-turkey:before {
  content: "﹛";
}

.fi-br-turn-left-down:before {
  content: "﹜";
}

.fi-br-turn-left:before {
  content: "﹝";
}

.fi-br-turn-right:before {
  content: "﹞";
}

.fi-br-turntable:before {
  content: "﹟";
}

.fi-br-turtle:before {
  content: "﹠";
}

.fi-br-tv-music:before {
  content: "﹡";
}

.fi-br-tv-retro:before {
  content: "﹢";
}

.fi-br-typewriter:before {
  content: "﹣";
}

.fi-br-u:before {
  content: "﹤";
}

.fi-br-ufo-beam:before {
  content: "﹥";
}

.fi-br-ufo:before {
  content: "﹦";
}

.fi-br-ui-ux:before {
  content: "﹧";
}

.fi-br-umbrella-beach:before {
  content: "﹨";
}

.fi-br-umbrella:before {
  content: "﹩";
}

.fi-br-under-construction:before {
  content: "﹪";
}

.fi-br-underline:before {
  content: "﹫";
}

.fi-br-undo-alt:before {
  content: "﹬";
}

.fi-br-undo:before {
  content: "﹭";
}

.fi-br-unicorn:before {
  content: "﹮";
}

.fi-br-uniform-martial-arts:before {
  content: "﹯";
}

.fi-br-universal-access:before {
  content: "ﹰ";
}

.fi-br-unlock:before {
  content: "ﹱ";
}

.fi-br-up-from-bracket:before {
  content: "ﹲ";
}

.fi-br-up-left:before {
  content: "ﹳ";
}

.fi-br-up-right-from-square:before {
  content: "ﹴ";
}

.fi-br-up-right:before {
  content: "﹵";
}

.fi-br-up:before {
  content: "ﹶ";
}

.fi-br-upload:before {
  content: "ﹷ";
}

.fi-br-url:before {
  content: "ﹸ";
}

.fi-br-usb-pendrive:before {
  content: "ﹹ";
}

.fi-br-usd-circle:before {
  content: "ﹺ";
}

.fi-br-usd-square:before {
  content: "ﹻ";
}

.fi-br-user-add:before {
  content: "ﹼ";
}

.fi-br-user-alien:before {
  content: "ﹽ";
}

.fi-br-user-astronaut:before {
  content: "ﹾ";
}

.fi-br-user-check:before {
  content: "ﹿ";
}

.fi-br-user-chef:before {
  content: "ﺀ";
}

.fi-br-user-coach:before {
  content: "ﺁ";
}

.fi-br-user-cowboy:before {
  content: "ﺂ";
}

.fi-br-user-crown:before {
  content: "ﺃ";
}

.fi-br-user-gear:before {
  content: "ﺄ";
}

.fi-br-user-graduate:before {
  content: "ﺅ";
}

.fi-br-user-headset:before {
  content: "ﺆ";
}

.fi-br-user-helmet-safety:before {
  content: "ﺇ";
}

.fi-br-user-injured:before {
  content: "ﺈ";
}

.fi-br-user-interface-ui:before {
  content: "ﺉ";
}

.fi-br-user-key:before {
  content: "ﺊ";
}

.fi-br-user-lock:before {
  content: "ﺋ";
}

.fi-br-user-md-chat:before {
  content: "ﺌ";
}

.fi-br-user-md:before {
  content: "ﺍ";
}

.fi-br-user-minus:before {
  content: "ﺎ";
}

.fi-br-user-music:before {
  content: "ﺏ";
}

.fi-br-user-ninja:before {
  content: "ﺐ";
}

.fi-br-user-nurse:before {
  content: "ﺑ";
}

.fi-br-user-pen:before {
  content: "ﺒ";
}

.fi-br-user-pilot-tie:before {
  content: "ﺓ";
}

.fi-br-user-pilot:before {
  content: "ﺔ";
}

.fi-br-user-police:before {
  content: "ﺕ";
}

.fi-br-user-robot-xmarks:before {
  content: "ﺖ";
}

.fi-br-user-robot:before {
  content: "ﺗ";
}

.fi-br-user-salary:before {
  content: "ﺘ";
}

.fi-br-user-shield:before {
  content: "ﺙ";
}

.fi-br-user-skill-gear:before {
  content: "ﺚ";
}

.fi-br-user-slash:before {
  content: "ﺛ";
}

.fi-br-user-tag:before {
  content: "ﺜ";
}

.fi-br-user-time:before {
  content: "ﺝ";
}

.fi-br-user-trust:before {
  content: "ﺞ";
}

.fi-br-user-unlock:before {
  content: "ﺟ";
}

.fi-br-user-visor:before {
  content: "ﺠ";
}

.fi-br-user-xmark:before {
  content: "ﺡ";
}

.fi-br-user:before {
  content: "ﺢ";
}

.fi-br-users-alt:before {
  content: "ﺣ";
}

.fi-br-users-class:before {
  content: "ﺤ";
}

.fi-br-users-gear:before {
  content: "ﺥ";
}

.fi-br-users-medical:before {
  content: "ﺦ";
}

.fi-br-users-slash:before {
  content: "ﺧ";
}

.fi-br-users:before {
  content: "ﺨ";
}

.fi-br-utensils-slash:before {
  content: "ﺩ";
}

.fi-br-utensils:before {
  content: "ﺪ";
}

.fi-br-utility-pole-double:before {
  content: "ﺫ";
}

.fi-br-utility-pole:before {
  content: "ﺬ";
}

.fi-br-ux-browser:before {
  content: "ﺭ";
}

.fi-br-ux:before {
  content: "ﺮ";
}

.fi-br-v:before {
  content: "ﺯ";
}

.fi-br-vacuum-robot:before {
  content: "ﺰ";
}

.fi-br-vacuum:before {
  content: "ﺱ";
}

.fi-br-value-absolute:before {
  content: "ﺲ";
}

.fi-br-vault:before {
  content: "ﺳ";
}

.fi-br-vector-alt:before {
  content: "ﺴ";
}

.fi-br-vector-circle:before {
  content: "ﺵ";
}

.fi-br-vector-polygon:before {
  content: "ﺶ";
}

.fi-br-vector:before {
  content: "ﺷ";
}

.fi-br-vest-patches:before {
  content: "ﺸ";
}

.fi-br-vest:before {
  content: "ﺹ";
}

.fi-br-video-arrow-down-left:before {
  content: "ﺺ";
}

.fi-br-video-arrow-up-right:before {
  content: "ﺻ";
}

.fi-br-video-camera-alt:before {
  content: "ﺼ";
}

.fi-br-video-camera:before {
  content: "ﺽ";
}

.fi-br-video-duration:before {
  content: "ﺾ";
}

.fi-br-video-plus:before {
  content: "ﺿ";
}

.fi-br-video-slash:before {
  content: "ﻀ";
}

.fi-br-videoconference:before {
  content: "ﻁ";
}

.fi-br-vihara:before {
  content: "ﻂ";
}

.fi-br-violin:before {
  content: "ﻃ";
}

.fi-br-virus-slash:before {
  content: "ﻄ";
}

.fi-br-virus:before {
  content: "ﻅ";
}

.fi-br-viruses:before {
  content: "ﻆ";
}

.fi-br-visit:before {
  content: "ﻇ";
}

.fi-br-voicemail:before {
  content: "ﻈ";
}

.fi-br-volcano:before {
  content: "ﻉ";
}

.fi-br-volleyball:before {
  content: "ﻊ";
}

.fi-br-volume-down:before {
  content: "ﻋ";
}

.fi-br-volume-mute:before {
  content: "ﻌ";
}

.fi-br-volume-off:before {
  content: "ﻍ";
}

.fi-br-volume-slash:before {
  content: "ﻎ";
}

.fi-br-volume:before {
  content: "ﻏ";
}

.fi-br-vote-nay:before {
  content: "ﻐ";
}

.fi-br-vote-yea:before {
  content: "ﻑ";
}

.fi-br-vr-cardboard:before {
  content: "ﻒ";
}

.fi-br-w:before {
  content: "ﻓ";
}

.fi-br-waffle:before {
  content: "ﻔ";
}

.fi-br-wagon-covered:before {
  content: "ﻕ";
}

.fi-br-walker:before {
  content: "ﻖ";
}

.fi-br-walkie-talkie:before {
  content: "ﻗ";
}

.fi-br-walking:before {
  content: "ﻘ";
}

.fi-br-wallet-arrow:before {
  content: "ﻙ";
}

.fi-br-wallet-buyer:before {
  content: "ﻚ";
}

.fi-br-wallet:before {
  content: "ﻛ";
}

.fi-br-warehouse-alt:before {
  content: "ﻜ";
}

.fi-br-warranty:before {
  content: "ﻝ";
}

.fi-br-washer:before {
  content: "ﻞ";
}

.fi-br-waste-pollution:before {
  content: "ﻟ";
}

.fi-br-waste:before {
  content: "ﻠ";
}

.fi-br-watch-calculator:before {
  content: "ﻡ";
}

.fi-br-watch-fitness:before {
  content: "ﻢ";
}

.fi-br-watch-smart:before {
  content: "ﻣ";
}

.fi-br-watch:before {
  content: "ﻤ";
}

.fi-br-water-bottle:before {
  content: "ﻥ";
}

.fi-br-water-ladder:before {
  content: "ﻦ";
}

.fi-br-water-lower:before {
  content: "ﻧ";
}

.fi-br-water-rise:before {
  content: "ﻨ";
}

.fi-br-water:before {
  content: "ﻩ";
}

.fi-br-watermelon:before {
  content: "ﻪ";
}

.fi-br-wave-sine:before {
  content: "ﻫ";
}

.fi-br-wave-square:before {
  content: "ﻬ";
}

.fi-br-wave-triangle:before {
  content: "ﻭ";
}

.fi-br-wave:before {
  content: "ﻮ";
}

.fi-br-waveform-path:before {
  content: "ﻯ";
}

.fi-br-waveform:before {
  content: "ﻰ";
}

.fi-br-web-design:before {
  content: "ﻱ";
}

.fi-br-webcam-slash:before {
  content: "ﻲ";
}

.fi-br-webcam:before {
  content: "ﻳ";
}

.fi-br-webhook:before {
  content: "ﻴ";
}

.fi-br-wednesday:before {
  content: "ﻵ";
}

.fi-br-whale:before {
  content: "ﻶ";
}

.fi-br-wheat-awn-circle-exclamation:before {
  content: "ﻷ";
}

.fi-br-wheat-awn-slash:before {
  content: "ﻸ";
}

.fi-br-wheat-awn:before {
  content: "ﻹ";
}

.fi-br-wheat-slash:before {
  content: "ﻺ";
}

.fi-br-wheat:before {
  content: "ﻻ";
}

.fi-br-wheelchair-move:before {
  content: "ﻼ";
}

.fi-br-wheelchair-sleeping:before {
  content: "﻽";
}

.fi-br-wheelchair:before {
  content: "﻾";
}

.fi-br-whistle:before {
  content: "＀";
}

.fi-br-white-space:before {
  content: "！";
}

.fi-br-wifi-1:before {
  content: "＂";
}

.fi-br-wifi-2:before {
  content: "＃";
}

.fi-br-wifi-alt:before {
  content: "＄";
}

.fi-br-wifi-exclamation:before {
  content: "％";
}

.fi-br-wifi-slash:before {
  content: "＆";
}

.fi-br-wifi:before {
  content: "＇";
}

.fi-br-wind-turbine:before {
  content: "（";
}

.fi-br-wind-warning:before {
  content: "）";
}

.fi-br-wind:before {
  content: "＊";
}

.fi-br-window-alt:before {
  content: "＋";
}

.fi-br-window-frame-open:before {
  content: "，";
}

.fi-br-window-frame:before {
  content: "－";
}

.fi-br-window-maximize:before {
  content: "．";
}

.fi-br-window-minimize:before {
  content: "／";
}

.fi-br-window-restore:before {
  content: "０";
}

.fi-br-windsock:before {
  content: "１";
}

.fi-br-wine-bottle:before {
  content: "２";
}

.fi-br-wine-glass-crack:before {
  content: "３";
}

.fi-br-wine-glass-empty:before {
  content: "４";
}

.fi-br-wink:before {
  content: "５";
}

.fi-br-wishlist-heart:before {
  content: "６";
}

.fi-br-wishlist-star:before {
  content: "７";
}

.fi-br-woman-head:before {
  content: "８";
}

.fi-br-woman-scientist:before {
  content: "９";
}

.fi-br-won-sign:before {
  content: "：";
}

.fi-br-work-in-progress:before {
  content: "；";
}

.fi-br-workflow-alt:before {
  content: "＜";
}

.fi-br-workflow-setting-alt:before {
  content: "＝";
}

.fi-br-workflow-setting:before {
  content: "＞";
}

.fi-br-workflow:before {
  content: "？";
}

.fi-br-workshop:before {
  content: "＠";
}

.fi-br-world:before {
  content: "Ａ";
}

.fi-br-worm:before {
  content: "Ｂ";
}

.fi-br-wreath:before {
  content: "Ｃ";
}

.fi-br-wrench-alt:before {
  content: "Ｄ";
}

.fi-br-wrench-simple:before {
  content: "Ｅ";
}

.fi-br-x-ray:before {
  content: "Ｆ";
}

.fi-br-x:before {
  content: "Ｇ";
}

.fi-br-y:before {
  content: "Ｈ";
}

.fi-br-yen:before {
  content: "Ｉ";
}

.fi-br-yin-yang:before {
  content: "Ｊ";
}

.fi-br-z:before {
  content: "Ｋ";
}

.fi-br-zip-file:before {
  content: "Ｌ";
}

.fi-br-zoom-in:before {
  content: "Ｍ";
}

.fi-br-zoom-out:before {
  content: "Ｎ";
}

@font-face {
  font-family: uicons-regular-rounded;
  src: url(./fonts/@flaticon/uicons-regular-rounded-J3WOUERV.woff2) format("woff2"), url(./fonts/@flaticon/uicons-regular-rounded-KDJ23353.woff) format("woff"), url(../uicons-regular-rounded-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.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: "豈";
}

.fi-rr-mars-double:before {
  content: "更";
}

.fi-rr-mars-stroke-right:before {
  content: "車";
}

.fi-rr-mars-stroke-up:before {
  content: "賈";
}

.fi-rr-mars:before {
  content: "滑";
}

.fi-rr-martini-glass-citrus:before {
  content: "串";
}

.fi-rr-martini-glass-empty:before {
  content: "句";
}

.fi-rr-mask-carnival:before {
  content: "龜";
}

.fi-rr-mask-face:before {
  content: "龜";
}

.fi-rr-mask-snorkel:before {
  content: "契";
}

.fi-rr-mask:before {
  content: "金";
}

.fi-rr-massage:before {
  content: "喇";
}

.fi-rr-match-fire:before {
  content: "奈";
}

.fi-rr-mattress-pillow:before {
  content: "懶";
}

.fi-rr-measuring-tape:before {
  content: "癩";
}

.fi-rr-meat:before {
  content: "羅";
}

.fi-rr-medal:before {
  content: "蘿";
}

.fi-rr-medical-star:before {
  content: "螺";
}

.fi-rr-medicine:before {
  content: "裸";
}

.fi-rr-meditation:before {
  content: "邏";
}

.fi-rr-meeting-alt:before {
  content: "樂";
}

.fi-rr-meeting:before {
  content: "洛";
}

.fi-rr-megaphone-announcement-leader:before {
  content: "烙";
}

.fi-rr-megaphone:before {
  content: "珞";
}

.fi-rr-meh-blank:before {
  content: "落";
}

.fi-rr-meh-rolling-eyes:before {
  content: "酪";
}

.fi-rr-meh:before {
  content: "駱";
}

.fi-rr-melon-alt:before {
  content: "亂";
}

.fi-rr-melon:before {
  content: "卵";
}

.fi-rr-member-list:before {
  content: "欄";
}

.fi-rr-member-search:before {
  content: "爛";
}

.fi-rr-membership-vip:before {
  content: "蘭";
}

.fi-rr-membership:before {
  content: "鸞";
}

.fi-rr-memo-circle-check:before {
  content: "嵐";
}

.fi-rr-memo-pad:before {
  content: "濫";
}

.fi-rr-memo:before {
  content: "藍";
}

.fi-rr-memory:before {
  content: "襤";
}

.fi-rr-menu-burger:before {
  content: "拉";
}

.fi-rr-menu-dots-vertical:before {
  content: "臘";
}

.fi-rr-menu-dots:before {
  content: "蠟";
}

.fi-rr-mercury:before {
  content: "廊";
}

.fi-rr-message-arrow-down:before {
  content: "朗";
}

.fi-rr-message-arrow-up-right:before {
  content: "浪";
}

.fi-rr-message-arrow-up:before {
  content: "狼";
}

.fi-rr-message-bot:before {
  content: "郎";
}

.fi-rr-message-code:before {
  content: "來";
}

.fi-rr-message-dollar:before {
  content: "冷";
}

.fi-rr-message-heart:before {
  content: "勞";
}

.fi-rr-message-image:before {
  content: "擄";
}

.fi-rr-message-question:before {
  content: "櫓";
}

.fi-rr-message-quote:before {
  content: "爐";
}

.fi-rr-message-slash:before {
  content: "盧";
}

.fi-rr-message-sms:before {
  content: "老";
}

.fi-rr-message-text:before {
  content: "蘆";
}

.fi-rr-message-xmark:before {
  content: "虜";
}

.fi-rr-messages-dollar:before {
  content: "路";
}

.fi-rr-messages-question:before {
  content: "露";
}

.fi-rr-messages:before {
  content: "魯";
}

.fi-rr-meteor:before {
  content: "鷺";
}

.fi-rr-meter-bolt:before {
  content: "碌";
}

.fi-rr-meter-droplet:before {
  content: "祿";
}

.fi-rr-meter-fire:before {
  content: "綠";
}

.fi-rr-meter:before {
  content: "菉";
}

.fi-rr-method:before {
  content: "錄";
}

.fi-rr-microchip-ai:before {
  content: "鹿";
}

.fi-rr-microchip:before {
  content: "論";
}

.fi-rr-microphone-alt:before {
  content: "壟";
}

.fi-rr-microphone-slash:before {
  content: "弄";
}

.fi-rr-microphone:before {
  content: "籠";
}

.fi-rr-microscope:before {
  content: "聾";
}

.fi-rr-microwave:before {
  content: "牢";
}

.fi-rr-milk-alt:before {
  content: "磊";
}

.fi-rr-milk:before {
  content: "賂";
}

.fi-rr-mill-sign:before {
  content: "雷";
}

.fi-rr-mind-share:before {
  content: "壘";
}

.fi-rr-minus-circle:before {
  content: "屢";
}

.fi-rr-minus-hexagon:before {
  content: "樓";
}

.fi-rr-minus-small:before {
  content: "淚";
}

.fi-rr-minus:before {
  content: "漏";
}

.fi-rr-mistletoe:before {
  content: "累";
}

.fi-rr-mix:before {
  content: "縷";
}

.fi-rr-mobile-button:before {
  content: "陋";
}

.fi-rr-mobile-notch:before {
  content: "勒";
}

.fi-rr-mobile:before {
  content: "肋";
}

.fi-rr-mockup:before {
  content: "凜";
}

.fi-rr-mode-alt:before {
  content: "凌";
}

.fi-rr-mode-landscape:before {
  content: "稜";
}

.fi-rr-mode-portrait:before {
  content: "綾";
}

.fi-rr-mode:before {
  content: "菱";
}

.fi-rr-model-cube-arrows:before {
  content: "陵";
}

.fi-rr-model-cube-space:before {
  content: "讀";
}

.fi-rr-model-cube:before {
  content: "拏";
}

.fi-rr-module:before {
  content: "樂";
}

.fi-rr-monday:before {
  content: "諾";
}

.fi-rr-money-bill-simple:before {
  content: "丹";
}

.fi-rr-money-bill-transfer:before {
  content: "寧";
}

.fi-rr-money-bill-wave-alt:before {
  content: "怒";
}

.fi-rr-money-bill-wave:before {
  content: "率";
}

.fi-rr-money-bills-simple:before {
  content: "異";
}

.fi-rr-money-bills:before {
  content: "北";
}

.fi-rr-money-check-edit-alt:before {
  content: "磻";
}

.fi-rr-money-check-edit:before {
  content: "便";
}

.fi-rr-money-check:before {
  content: "復";
}

.fi-rr-money-coin-transfer:before {
  content: "不";
}

.fi-rr-money-from-bracket:before {
  content: "泌";
}

.fi-rr-money-simple-from-bracket:before {
  content: "數";
}

.fi-rr-money-transfer-alt:before {
  content: "索";
}

.fi-rr-money-transfer-coin-arrow:before {
  content: "參";
}

.fi-rr-money-transfer-smartphone:before {
  content: "塞";
}

.fi-rr-money-wings:before {
  content: "省";
}

.fi-rr-money:before {
  content: "葉";
}

.fi-rr-monkey:before {
  content: "說";
}

.fi-rr-monument:before {
  content: "殺";
}

.fi-rr-moon-stars:before {
  content: "辰";
}

.fi-rr-moon:before {
  content: "沈";
}

.fi-rr-moped:before {
  content: "拾";
}

.fi-rr-mortar-pestle:before {
  content: "若";
}

.fi-rr-mortgage:before {
  content: "掠";
}

.fi-rr-mosque-alt:before {
  content: "略";
}

.fi-rr-mosque-moon:before {
  content: "亮";
}

.fi-rr-mosque:before {
  content: "兩";
}

.fi-rr-mosquito-net:before {
  content: "凉";
}

.fi-rr-mosquito:before {
  content: "梁";
}

.fi-rr-motorcycle:before {
  content: "糧";
}

.fi-rr-mound:before {
  content: "良";
}

.fi-rr-mountain-city:before {
  content: "諒";
}

.fi-rr-mountain:before {
  content: "量";
}

.fi-rr-mountains:before {
  content: "勵";
}

.fi-rr-mouse-field:before {
  content: "呂";
}

.fi-rr-mouse:before {
  content: "女";
}

.fi-rr-mov-file:before {
  content: "廬";
}

.fi-rr-move-to-folder-2:before {
  content: "旅";
}

.fi-rr-move-to-folder:before {
  content: "濾";
}

.fi-rr-mp3-file:before {
  content: "礪";
}

.fi-rr-mp3-player:before {
  content: "閭";
}

.fi-rr-mp4-file:before {
  content: "驪";
}

.fi-rr-mug-alt:before {
  content: "麗";
}

.fi-rr-mug-hot-alt:before {
  content: "黎";
}

.fi-rr-mug-hot:before {
  content: "力";
}

.fi-rr-mug-marshmallows:before {
  content: "曆";
}

.fi-rr-mug-tea-saucer:before {
  content: "歷";
}

.fi-rr-mug-tea:before {
  content: "轢";
}

.fi-rr-mug:before {
  content: "年";
}

.fi-rr-multiple-alt:before {
  content: "憐";
}

.fi-rr-multiple:before {
  content: "戀";
}

.fi-rr-muscle:before {
  content: "撚";
}

.fi-rr-mushroom-alt:before {
  content: "漣";
}

.fi-rr-mushroom:before {
  content: "煉";
}

.fi-rr-music-alt:before {
  content: "璉";
}

.fi-rr-music-file:before {
  content: "秊";
}

.fi-rr-music-note-slash:before {
  content: "練";
}

.fi-rr-music-note:before {
  content: "聯";
}

.fi-rr-music-slash:before {
  content: "輦";
}

.fi-rr-music:before {
  content: "蓮";
}

.fi-rr-n:before {
  content: "連";
}

.fi-rr-naira-sign:before {
  content: "鍊";
}

.fi-rr-narwhal:before {
  content: "列";
}

.fi-rr-navigation:before {
  content: "劣";
}

.fi-rr-nesting-dolls:before {
  content: "咽";
}

.fi-rr-network-analytic:before {
  content: "烈";
}

.fi-rr-network-cloud:before {
  content: "裂";
}

.fi-rr-network:before {
  content: "說";
}

.fi-rr-neuter:before {
  content: "廉";
}

.fi-rr-newsletter-subscribe:before {
  content: "念";
}

.fi-rr-newspaper-open:before {
  content: "捻";
}

.fi-rr-newspaper:before {
  content: "殮";
}

.fi-rr-nfc-lock:before {
  content: "簾";
}

.fi-rr-nfc-magnifying-glass:before {
  content: "獵";
}

.fi-rr-nfc-pen:before {
  content: "令";
}

.fi-rr-nfc-slash:before {
  content: "囹";
}

.fi-rr-nfc-trash:before {
  content: "寧";
}

.fi-rr-nfc:before {
  content: "嶺";
}

.fi-rr-night-day:before {
  content: "怜";
}

.fi-rr-no-fee:before {
  content: "玲";
}

.fi-rr-no-people:before {
  content: "瑩";
}

.fi-rr-noodles:before {
  content: "羚";
}

.fi-rr-nose:before {
  content: "聆";
}

.fi-rr-not-equal:before {
  content: "鈴";
}

.fi-rr-not-found-alt:before {
  content: "零";
}

.fi-rr-not-found-magnifying-glass:before {
  content: "靈";
}

.fi-rr-not-found:before {
  content: "領";
}

.fi-rr-notdef:before {
  content: "例";
}

.fi-rr-note-medical:before {
  content: "禮";
}

.fi-rr-note-sticky:before {
  content: "醴";
}

.fi-rr-note:before {
  content: "隸";
}

.fi-rr-notebook-alt:before {
  content: "惡";
}

.fi-rr-notebook:before {
  content: "了";
}

.fi-rr-notes-medical:before {
  content: "僚";
}

.fi-rr-notes:before {
  content: "寮";
}

.fi-rr-o:before {
  content: "尿";
}

.fi-rr-object-exclude:before {
  content: "料";
}

.fi-rr-object-group:before {
  content: "樂";
}

.fi-rr-object-intersect:before {
  content: "燎";
}

.fi-rr-object-subtract:before {
  content: "療";
}

.fi-rr-object-ungroup:before {
  content: "蓼";
}

.fi-rr-object-union:before {
  content: "遼";
}

.fi-rr-objects-column:before {
  content: "龍";
}

.fi-rr-octagon-check:before {
  content: "暈";
}

.fi-rr-octagon-divide:before {
  content: "阮";
}

.fi-rr-octagon-exclamation:before {
  content: "劉";
}

.fi-rr-octagon-minus:before {
  content: "杻";
}

.fi-rr-octagon-plus:before {
  content: "柳";
}

.fi-rr-octagon-xmark:before {
  content: "流";
}

.fi-rr-octagon:before {
  content: "溜";
}

.fi-rr-oil-can:before {
  content: "琉";
}

.fi-rr-oil-temp:before {
  content: "留";
}

.fi-rr-olive-oil:before {
  content: "硫";
}

.fi-rr-olive:before {
  content: "紐";
}

.fi-rr-olives:before {
  content: "類";
}

.fi-rr-om:before {
  content: "六";
}

.fi-rr-omega:before {
  content: "戮";
}

.fi-rr-onboarding:before {
  content: "陸";
}

.fi-rr-onion:before {
  content: "倫";
}

.fi-rr-opacity:before {
  content: "崙";
}

.fi-rr-open-mail-clip:before {
  content: "淪";
}

.fi-rr-operating-system-upgrade:before {
  content: "輪";
}

.fi-rr-operation:before {
  content: "律";
}

.fi-rr-order-history:before {
  content: "慄";
}

.fi-rr-organization-chart:before {
  content: "栗";
}

.fi-rr-ornament:before {
  content: "率";
}

.fi-rr-otp:before {
  content: "隆";
}

.fi-rr-otter:before {
  content: "利";
}

.fi-rr-outdent:before {
  content: "吏";
}

.fi-rr-oval-alt:before {
  content: "履";
}

.fi-rr-oval:before {
  content: "易";
}

.fi-rr-oven:before {
  content: "李";
}

.fi-rr-overline:before {
  content: "梨";
}

.fi-rr-overview:before {
  content: "泥";
}

.fi-rr-p:before {
  content: "理";
}

.fi-rr-package:before {
  content: "痢";
}

.fi-rr-padlock-check:before {
  content: "罹";
}

.fi-rr-page-break:before {
  content: "裏";
}

.fi-rr-pager:before {
  content: "裡";
}

.fi-rr-paid:before {
  content: "里";
}

.fi-rr-paint-brush:before {
  content: "離";
}

.fi-rr-paint-roller:before {
  content: "匿";
}

.fi-rr-paintbrush-pencil:before {
  content: "溺";
}

.fi-rr-palette:before {
  content: "吝";
}

.fi-rr-pallet-alt:before {
  content: "燐";
}

.fi-rr-pallet:before {
  content: "璘";
}

.fi-rr-pan-food:before {
  content: "藺";
}

.fi-rr-pan-frying:before {
  content: "隣";
}

.fi-rr-pan:before {
  content: "鱗";
}

.fi-rr-pancakes:before {
  content: "麟";
}

.fi-rr-panorama:before {
  content: "林";
}

.fi-rr-paper-plane-launch:before {
  content: "淋";
}

.fi-rr-paper-plane-top:before {
  content: "臨";
}

.fi-rr-paper-plane:before {
  content: "立";
}

.fi-rr-paperclip-vertical:before {
  content: "笠";
}

.fi-rr-parachute-box:before {
  content: "粒";
}

.fi-rr-paragraph-left:before {
  content: "狀";
}

.fi-rr-paragraph:before {
  content: "炙";
}

.fi-rr-parking-circle-slash:before {
  content: "識";
}

.fi-rr-parking-circle:before {
  content: "什";
}

.fi-rr-parking-slash:before {
  content: "茶";
}

.fi-rr-parking:before {
  content: "刺";
}

.fi-rr-party-bell:before {
  content: "切";
}

.fi-rr-party-horn:before {
  content: "度";
}

.fi-rr-passport:before {
  content: "拓";
}

.fi-rr-password-alt:before {
  content: "糖";
}

.fi-rr-password-computer:before {
  content: "宅";
}

.fi-rr-password-email:before {
  content: "洞";
}

.fi-rr-password-smartphone:before {
  content: "暴";
}

.fi-rr-password:before {
  content: "輻";
}

.fi-rr-paste:before {
  content: "行";
}

.fi-rr-pattern:before {
  content: "降";
}

.fi-rr-pause-circle:before {
  content: "見";
}

.fi-rr-pause-square:before {
  content: "廓";
}

.fi-rr-pause:before {
  content: "兀";
}

.fi-rr-paw-claws:before {
  content: "嗀";
}

.fi-rr-paw-heart:before {
  content: "﨎";
}

.fi-rr-paw:before {
  content: "﨏";
}

.fi-rr-payment-pos:before {
  content: "塚";
}

.fi-rr-payroll-calendar:before {
  content: "﨑";
}

.fi-rr-payroll-check:before {
  content: "晴";
}

.fi-rr-payroll:before {
  content: "﨓";
}

.fi-rr-peace:before {
  content: "﨔";
}

.fi-rr-peach:before {
  content: "凞";
}

.fi-rr-peanut:before {
  content: "猪";
}

.fi-rr-peanuts:before {
  content: "益";
}

.fi-rr-peapod:before {
  content: "礼";
}

.fi-rr-pear:before {
  content: "神";
}

.fi-rr-pedestal:before {
  content: "祥";
}

.fi-rr-pen-circle:before {
  content: "福";
}

.fi-rr-pen-clip-slash:before {
  content: "靖";
}

.fi-rr-pen-clip:before {
  content: "精";
}

.fi-rr-pen-fancy-slash:before {
  content: "羽";
}

.fi-rr-pen-fancy:before {
  content: "﨟";
}

.fi-rr-pen-field:before {
  content: "蘒";
}

.fi-rr-pen-nib-slash:before {
  content: "﨡";
}

.fi-rr-pen-nib:before {
  content: "諸";
}

.fi-rr-pen-slash:before {
  content: "﨣";
}

.fi-rr-pen-square:before {
  content: "﨤";
}

.fi-rr-pen-swirl:before {
  content: "逸";
}

.fi-rr-pencil-paintbrush:before {
  content: "都";
}

.fi-rr-pencil-ruler:before {
  content: "﨧";
}

.fi-rr-pencil-slash:before {
  content: "﨨";
}

.fi-rr-pencil:before {
  content: "﨩";
}

.fi-rr-pending:before {
  content: "飯";
}

.fi-rr-pennant:before {
  content: "飼";
}

.fi-rr-people-arrows-left-right:before {
  content: "館";
}

.fi-rr-people-carry-box:before {
  content: "鶴";
}

.fi-rr-people-dress:before {
  content: "郞";
}

.fi-rr-people-network-partner:before {
  content: "隷";
}

.fi-rr-people-pants:before {
  content: "侮";
}

.fi-rr-people-poll:before {
  content: "僧";
}

.fi-rr-people-pulling:before {
  content: "免";
}

.fi-rr-people-roof:before {
  content: "勉";
}

.fi-rr-people:before {
  content: "勤";
}

.fi-rr-pepper-alt:before {
  content: "卑";
}

.fi-rr-pepper-hot:before {
  content: "喝";
}

.fi-rr-pepper:before {
  content: "嘆";
}

.fi-rr-percent-10:before {
  content: "器";
}

.fi-rr-percent-100:before {
  content: "塀";
}

.fi-rr-percent-20:before {
  content: "墨";
}

.fi-rr-percent-25:before {
  content: "層";
}

.fi-rr-percent-30:before {
  content: "屮";
}

.fi-rr-percent-40:before {
  content: "悔";
}

.fi-rr-percent-50:before {
  content: "慨";
}

.fi-rr-percent-60:before {
  content: "憎";
}

.fi-rr-percent-70:before {
  content: "懲";
}

.fi-rr-percent-75:before {
  content: "敏";
}

.fi-rr-percent-80:before {
  content: "既";
}

.fi-rr-percent-90:before {
  content: "暑";
}

.fi-rr-percentage:before {
  content: "梅";
}

.fi-rr-person-burst:before {
  content: "海";
}

.fi-rr-person-carry-box:before {
  content: "渚";
}

.fi-rr-person-circle-check:before {
  content: "漢";
}

.fi-rr-person-circle-exclamation:before {
  content: "煮";
}

.fi-rr-person-circle-minus:before {
  content: "爫";
}

.fi-rr-person-circle-plus:before {
  content: "琢";
}

.fi-rr-person-circle-question:before {
  content: "碑";
}

.fi-rr-person-circle-xmark:before {
  content: "社";
}

.fi-rr-person-cv:before {
  content: "祉";
}

.fi-rr-person-dolly-empty:before {
  content: "祈";
}

.fi-rr-person-dolly:before {
  content: "祐";
}

.fi-rr-person-dress-simple:before {
  content: "祖";
}

.fi-rr-person-dress:before {
  content: "祝";
}

.fi-rr-person-luggage:before {
  content: "禍";
}

.fi-rr-person-lunge:before {
  content: "禎";
}

.fi-rr-person-pilates:before {
  content: "穀";
}

.fi-rr-person-praying:before {
  content: "突";
}

.fi-rr-person-pregnant:before {
  content: "節";
}

.fi-rr-person-seat-reclined:before {
  content: "練";
}

.fi-rr-person-seat:before {
  content: "縉";
}

.fi-rr-person-shelter:before {
  content: "繁";
}

.fi-rr-person-sign:before {
  content: "署";
}

.fi-rr-person-simple:before {
  content: "者";
}

.fi-rr-person-walking-with-cane:before {
  content: "臭";
}

.fi-rr-peseta-sign:before {
  content: "艹";
}

.fi-rr-peso-sign:before {
  content: "艹";
}

.fi-rr-pets:before {
  content: "著";
}

.fi-rr-pharmacy:before {
  content: "褐";
}

.fi-rr-phone-call:before {
  content: "視";
}

.fi-rr-phone-cross:before {
  content: "謁";
}

.fi-rr-phone-flip:before {
  content: "謹";
}

.fi-rr-phone-guide:before {
  content: "賓";
}

.fi-rr-phone-heart-message:before {
  content: "贈";
}

.fi-rr-phone-office:before {
  content: "辶";
}

.fi-rr-phone-pause:before {
  content: "逸";
}

.fi-rr-phone-plus:before {
  content: "難";
}

.fi-rr-phone-rotary:before {
  content: "響";
}

.fi-rr-phone-slash:before {
  content: "頻";
}

.fi-rr-photo-capture:before {
  content: "恵";
}

.fi-rr-photo-film-music:before {
  content: "𤋮";
}

.fi-rr-photo-video:before {
  content: "舘";
}

.fi-rr-physics:before {
  content: "﩮";
}

.fi-rr-Pi:before {
  content: "﩯";
}

.fi-rr-piano-keyboard:before {
  content: "並";
}

.fi-rr-piano:before {
  content: "况";
}

.fi-rr-pickaxe:before {
  content: "全";
}

.fi-rr-picking-box:before {
  content: "侀";
}

.fi-rr-picking:before {
  content: "充";
}

.fi-rr-picnic:before {
  content: "冀";
}

.fi-rr-picpeople-filled:before {
  content: "勇";
}

.fi-rr-picpeople:before {
  content: "勺";
}

.fi-rr-picture:before {
  content: "喝";
}

.fi-rr-pie:before {
  content: "啕";
}

.fi-rr-piece:before {
  content: "喙";
}

.fi-rr-pig-bank-bulb:before {
  content: "嗢";
}

.fi-rr-pig-face:before {
  content: "塚";
}

.fi-rr-pig:before {
  content: "墳";
}

.fi-rr-piggy-bank-budget:before {
  content: "奄";
}

.fi-rr-piggy-bank:before {
  content: "奔";
}

.fi-rr-pills:before {
  content: "婢";
}

.fi-rr-pinata:before {
  content: "嬨";
}

.fi-rr-pineapple-alt:before {
  content: "廒";
}

.fi-rr-pineapple:before {
  content: "廙";
}

.fi-rr-ping-pong:before {
  content: "彩";
}

.fi-rr-pipe-smoking:before {
  content: "徭";
}

.fi-rr-pizza-slice:before {
  content: "惘";
}

.fi-rr-place-of-worship:before {
  content: "慎";
}

.fi-rr-plan-strategy:before {
  content: "愈";
}

.fi-rr-plan:before {
  content: "憎";
}

.fi-rr-plane-alt:before {
  content: "慠";
}

.fi-rr-plane-arrival:before {
  content: "懲";
}

.fi-rr-plane-departure:before {
  content: "戴";
}

.fi-rr-plane-prop:before {
  content: "揄";
}

.fi-rr-plane-slash:before {
  content: "搜";
}

.fi-rr-plane-tail:before {
  content: "摒";
}

.fi-rr-plane:before {
  content: "敖";
}

.fi-rr-planet-moon:before {
  content: "晴";
}

.fi-rr-planet-ringed:before {
  content: "朗";
}

.fi-rr-plant-care:before {
  content: "望";
}

.fi-rr-plant-growth:before {
  content: "杖";
}

.fi-rr-plant-seed-invest:before {
  content: "歹";
}

.fi-rr-plant-wilt:before {
  content: "殺";
}

.fi-rr-plate-utensils:before {
  content: "流";
}

.fi-rr-plate-wheat:before {
  content: "滛";
}

.fi-rr-plate:before {
  content: "滋";
}

.fi-rr-play-alt:before {
  content: "漢";
}

.fi-rr-play-circle:before {
  content: "瀞";
}

.fi-rr-play-microphone:before {
  content: "煮";
}

.fi-rr-play-pause:before {
  content: "瞧";
}

.fi-rr-play:before {
  content: "爵";
}

.fi-rr-playing-cards:before {
  content: "犯";
}

.fi-rr-plug-alt:before {
  content: "猪";
}

.fi-rr-plug-cable:before {
  content: "瑱";
}

.fi-rr-plug-circle-bolt:before {
  content: "甆";
}

.fi-rr-plug-circle-check:before {
  content: "画";
}

.fi-rr-plug-circle-exclamation:before {
  content: "瘝";
}

.fi-rr-plug-circle-minus:before {
  content: "瘟";
}

.fi-rr-plug-circle-plus:before {
  content: "益";
}

.fi-rr-plug-connection:before {
  content: "盛";
}

.fi-rr-plug:before {
  content: "直";
}

.fi-rr-plus-hexagon:before {
  content: "睊";
}

.fi-rr-plus-minus:before {
  content: "着";
}

.fi-rr-plus-small:before {
  content: "磌";
}

.fi-rr-plus:before {
  content: "窱";
}

.fi-rr-png-file:before {
  content: "節";
}

.fi-rr-podcast:before {
  content: "类";
}

.fi-rr-podium-star:before {
  content: "絛";
}

.fi-rr-podium-victory-leader:before {
  content: "練";
}

.fi-rr-podium:before {
  content: "缾";
}

.fi-rr-point-of-sale-bill:before {
  content: "者";
}

.fi-rr-point-of-sale-signal:before {
  content: "荒";
}

.fi-rr-point-of-sale:before {
  content: "華";
}

.fi-rr-pointer-loading:before {
  content: "蝹";
}

.fi-rr-pointer-text:before {
  content: "襁";
}

.fi-rr-poker-chip:before {
  content: "覆";
}

.fi-rr-police-box:before {
  content: "視";
}

.fi-rr-poll-h:before {
  content: "調";
}

.fi-rr-pollution:before {
  content: "諸";
}

.fi-rr-pompebled:before {
  content: "請";
}

.fi-rr-poo-bolt:before {
  content: "謁";
}

.fi-rr-poo:before {
  content: "諾";
}

.fi-rr-pool-8-ball:before {
  content: "諭";
}

.fi-rr-poop:before {
  content: "謹";
}

.fi-rr-popcorn:before {
  content: "變";
}

.fi-rr-popsicle:before {
  content: "贈";
}

.fi-rr-portal-enter:before {
  content: "輸";
}

.fi-rr-portal-exit:before {
  content: "遲";
}

.fi-rr-portrait:before {
  content: "醙";
}

.fi-rr-postal-address:before {
  content: "鉶";
}

.fi-rr-pot:before {
  content: "陼";
}

.fi-rr-potato:before {
  content: "難";
}

.fi-rr-pound:before {
  content: "靖";
}

.fi-rr-power:before {
  content: "韛";
}

.fi-rr-ppt-file:before {
  content: "響";
}

.fi-rr-practice:before {
  content: "頋";
}

.fi-rr-praying-hands:before {
  content: "頻";
}

.fi-rr-prescription-bottle-alt:before {
  content: "鬒";
}

.fi-rr-prescription-bottle-pill:before {
  content: "龜";
}

.fi-rr-prescription-bottle:before {
  content: "𢡊";
}

.fi-rr-prescription:before {
  content: "𢡄";
}

.fi-rr-presentation:before {
  content: "𣏕";
}

.fi-rr-preview:before {
  content: "㮝";
}

.fi-rr-previous-square:before {
  content: "䀘";
}

.fi-rr-print-magnifying-glass:before {
  content: "䀹";
}

.fi-rr-print-slash:before {
  content: "𥉉";
}

.fi-rr-print:before {
  content: "𥳐";
}

.fi-rr-priority-arrow:before {
  content: "𧻓";
}

.fi-rr-priority-arrows:before {
  content: "齃";
}

.fi-rr-priority-importance:before {
  content: "龎";
}

.fi-rr-problem-solving:before {
  content: "﫚";
}

.fi-rr-procedures:before {
  content: "﫛";
}

.fi-rr-process:before {
  content: "﫜";
}

.fi-rr-productivity:before {
  content: "﫝";
}

.fi-rr-progress-complete:before {
  content: "﫞";
}

.fi-rr-progress-download:before {
  content: "﫟";
}

.fi-rr-progress-upload:before {
  content: "﫠";
}

.fi-rr-projector:before {
  content: "﫡";
}

.fi-rr-protractor:before {
  content: "﫢";
}

.fi-rr-pulse:before {
  content: "﫣";
}

.fi-rr-pump-medical:before {
  content: "﫤";
}

.fi-rr-pump:before {
  content: "﫥";
}

.fi-rr-pumpkin-alt-2:before {
  content: "﫦";
}

.fi-rr-pumpkin-alt:before {
  content: "﫧";
}

.fi-rr-pumpkin:before {
  content: "﫨";
}

.fi-rr-puzzle-alt:before {
  content: "﫩";
}

.fi-rr-puzzle-piece-integration:before {
  content: "﫪";
}

.fi-rr-puzzle-pieces:before {
  content: "﫫";
}

.fi-rr-puzzle:before {
  content: "﫬";
}

.fi-rr-pyramid:before {
  content: "﫭";
}

.fi-rr-q:before {
  content: "﫮";
}

.fi-rr-qr-scan:before {
  content: "﫯";
}

.fi-rr-QR:before {
  content: "﫰";
}

.fi-rr-qrcode:before {
  content: "﫱";
}

.fi-rr-question-square:before {
  content: "﫲";
}

.fi-rr-question:before {
  content: "﫳";
}

.fi-rr-queue-alt:before {
  content: "﫴";
}

.fi-rr-queue-line:before {
  content: "﫵";
}

.fi-rr-queue-signal:before {
  content: "﫶";
}

.fi-rr-queue:before {
  content: "﫷";
}

.fi-rr-quill-pen-story:before {
  content: "﫸";
}

.fi-rr-quiz-alt:before {
  content: "﫹";
}

.fi-rr-quiz:before {
  content: "﫺";
}

.fi-rr-quote-right:before {
  content: "﫻";
}

.fi-rr-r:before {
  content: "﫼";
}

.fi-rr-rabbit-fast:before {
  content: "﫽";
}

.fi-rr-rabbit:before {
  content: "﫾";
}

.fi-rr-raccoon:before {
  content: "﫿";
}

.fi-rr-racquet:before {
  content: "ﬀ";
}

.fi-rr-radar-monitoring-track:before {
  content: "ﬁ";
}

.fi-rr-radar:before {
  content: "ﬂ";
}

.fi-rr-radiation-alt:before {
  content: "ﬃ";
}

.fi-rr-radiation:before {
  content: "ﬄ";
}

.fi-rr-radio-alt:before {
  content: "ﬅ";
}

.fi-rr-radio-button:before {
  content: "ﬆ";
}

.fi-rr-radio:before {
  content: "﬇";
}

.fi-rr-radish:before {
  content: "﬈";
}

.fi-rr-rainbow:before {
  content: "﬉";
}

.fi-rr-raindrops:before {
  content: "﬊";
}

.fi-rr-ram:before {
  content: "﬋";
}

.fi-rr-ramp-loading:before {
  content: "﬌";
}

.fi-rr-rank:before {
  content: "﬍";
}

.fi-rr-ranking-podium-empty:before {
  content: "﬎";
}

.fi-rr-ranking-podium:before {
  content: "﬏";
}

.fi-rr-ranking-star:before {
  content: "﬐";
}

.fi-rr-ranking-stars:before {
  content: "﬑";
}

.fi-rr-raygun:before {
  content: "﬒";
}

.fi-rr-razor-barber:before {
  content: "ﬓ";
}

.fi-rr-react:before {
  content: "ﬔ";
}

.fi-rr-rec:before {
  content: "ﬕ";
}

.fi-rr-receipt:before {
  content: "ﬖ";
}

.fi-rr-recipe-book:before {
  content: "ﬗ";
}

.fi-rr-recipe:before {
  content: "﬘";
}

.fi-rr-record-vinyl:before {
  content: "﬙";
}

.fi-rr-rectabgle-vertical:before {
  content: "﬚";
}

.fi-rr-rectangle-barcode:before {
  content: "﬛";
}

.fi-rr-rectangle-code:before {
  content: "﬜";
}

.fi-rr-rectangle-history-circle-plus:before {
  content: "יִ";
}

.fi-rr-rectangle-horizontal:before {
  content: "ﬞ";
}

.fi-rr-rectangle-list:before {
  content: "ײַ";
}

.fi-rr-rectangle-panoramic:before {
  content: "ﬠ";
}

.fi-rr-rectangle-pro:before {
  content: "ﬡ";
}

.fi-rr-rectangle-vertical-history:before {
  content: "ﬢ";
}

.fi-rr-rectangle-vertical:before {
  content: "ﬣ";
}

.fi-rr-rectangle-xmark:before {
  content: "ﬤ";
}

.fi-rr-rectangles-mixed:before {
  content: "ﬥ";
}

.fi-rr-recycle-bin:before {
  content: "ﬦ";
}

.fi-rr-recycle:before {
  content: "ﬧ";
}

.fi-rr-redo-alt:before {
  content: "ﬨ";
}

.fi-rr-redo:before {
  content: "﬩";
}

.fi-rr-reel:before {
  content: "שׁ";
}

.fi-rr-refer-arrow:before {
  content: "שׂ";
}

.fi-rr-refer:before {
  content: "שּׁ";
}

.fi-rr-referral-alt:before {
  content: "שּׂ";
}

.fi-rr-referral-user:before {
  content: "אַ";
}

.fi-rr-referral:before {
  content: "אָ";
}

.fi-rr-reflect-horizontal-alt:before {
  content: "אּ";
}

.fi-rr-reflect-horizontal:before {
  content: "בּ";
}

.fi-rr-reflect-vertical:before {
  content: "גּ";
}

.fi-rr-reflect:before {
  content: "דּ";
}

.fi-rr-refresh:before {
  content: "הּ";
}

.fi-rr-refrigerator:before {
  content: "וּ";
}

.fi-rr-refund-alt:before {
  content: "זּ";
}

.fi-rr-refund:before {
  content: "﬷";
}

.fi-rr-region-pin-alt:before {
  content: "טּ";
}

.fi-rr-region-pin:before {
  content: "יּ";
}

.fi-rr-registered:before {
  content: "ךּ";
}

.fi-rr-registration-paper:before {
  content: "כּ";
}

.fi-rr-remove-folder:before {
  content: "לּ";
}

.fi-rr-remove-user:before {
  content: "﬽";
}

.fi-rr-rent-signal:before {
  content: "מּ";
}

.fi-rr-rent:before {
  content: "﬿";
}

.fi-rr-replace:before {
  content: "נּ";
}

.fi-rr-replay-10:before {
  content: "סּ";
}

.fi-rr-replay-30:before {
  content: "﭂";
}

.fi-rr-replay-5:before {
  content: "ףּ";
}

.fi-rr-reply-all:before {
  content: "פּ";
}

.fi-rr-republican:before {
  content: "﭅";
}

.fi-rr-reservation-smartphone:before {
  content: "צּ";
}

.fi-rr-reservation-table:before {
  content: "קּ";
}

.fi-rr-resistance-band:before {
  content: "רּ";
}

.fi-rr-resize:before {
  content: "שּ";
}

.fi-rr-resources:before {
  content: "תּ";
}

.fi-rr-restaurant:before {
  content: "וֹ";
}

.fi-rr-restock:before {
  content: "בֿ";
}

.fi-rr-restroom-simple:before {
  content: "כֿ";
}

.fi-rr-resume:before {
  content: "פֿ";
}

.fi-rr-revenue-alt:before {
  content: "ﭏ";
}

.fi-rr-revenue-euro:before {
  content: "ﭐ";
}

.fi-rr-Revenue:before {
  content: "ﭑ";
}

.fi-rr-review:before {
  content: "ﭒ";
}

.fi-rr-rewind-button-circle:before {
  content: "ﭓ";
}

.fi-rr-rewind:before {
  content: "ﭔ";
}

.fi-rr-rhombus:before {
  content: "ﭕ";
}

.fi-rr-ribbon:before {
  content: "ﭖ";
}

.fi-rr-right-from-bracket:before {
  content: "ﭗ";
}

.fi-rr-right:before {
  content: "ﭘ";
}

.fi-rr-ring-diamond:before {
  content: "ﭙ";
}

.fi-rr-ring:before {
  content: "ﭚ";
}

.fi-rr-rings-wedding:before {
  content: "ﭛ";
}

.fi-rr-risk-alt:before {
  content: "ﭜ";
}

.fi-rr-risk:before {
  content: "ﭝ";
}

.fi-rr-road-barrier:before {
  content: "ﭞ";
}

.fi-rr-road-sign-left:before {
  content: "ﭟ";
}

.fi-rr-road:before {
  content: "ﭠ";
}

.fi-rr-robot:before {
  content: "ﭡ";
}

.fi-rr-robotic-arm:before {
  content: "ﭢ";
}

.fi-rr-rocket-lunch:before {
  content: "ﭣ";
}

.fi-rr-rocket:before {
  content: "ﭤ";
}

.fi-rr-roller-coaster:before {
  content: "ﭥ";
}

.fi-rr-room-service:before {
  content: "ﭦ";
}

.fi-rr-rotate-exclamation:before {
  content: "ﭧ";
}

.fi-rr-rotate-left:before {
  content: "ﭨ";
}

.fi-rr-rotate-reverse:before {
  content: "ﭩ";
}

.fi-rr-rotate-right:before {
  content: "ﭪ";
}

.fi-rr-rotate-square:before {
  content: "ﭫ";
}

.fi-rr-roulette:before {
  content: "ﭬ";
}

.fi-rr-route-highway:before {
  content: "ﭭ";
}

.fi-rr-route-interstate:before {
  content: "ﭮ";
}

.fi-rr-route:before {
  content: "ﭯ";
}

.fi-rr-router:before {
  content: "ﭰ";
}

.fi-rr-rss-alt:before {
  content: "ﭱ";
}

.fi-rr-rss:before {
  content: "ﭲ";
}

.fi-rr-ruble-sign:before {
  content: "ﭳ";
}

.fi-rr-rugby:before {
  content: "ﭴ";
}

.fi-rr-ruler-combined:before {
  content: "ﭵ";
}

.fi-rr-ruler-horizontal:before {
  content: "ﭶ";
}

.fi-rr-ruler-triangle:before {
  content: "ﭷ";
}

.fi-rr-ruler-vertical:before {
  content: "ﭸ";
}

.fi-rr-rules-alt:before {
  content: "ﭹ";
}

.fi-rr-rules:before {
  content: "ﭺ";
}

.fi-rr-running-track:before {
  content: "ﭻ";
}

.fi-rr-running:before {
  content: "ﭼ";
}

.fi-rr-rupee-sign:before {
  content: "ﭽ";
}

.fi-rr-rupiah-sign:before {
  content: "ﭾ";
}

.fi-rr-rv:before {
  content: "ﭿ";
}

.fi-rr-s:before {
  content: "ﮀ";
}

.fi-rr-sack-dollar:before {
  content: "ﮁ";
}

.fi-rr-sack:before {
  content: "ﮂ";
}

.fi-rr-sad-cry:before {
  content: "ﮃ";
}

.fi-rr-sad-tear:before {
  content: "ﮄ";
}

.fi-rr-sad:before {
  content: "ﮅ";
}

.fi-rr-safe-box:before {
  content: "ﮆ";
}

.fi-rr-sailboat:before {
  content: "ﮇ";
}

.fi-rr-salad:before {
  content: "ﮈ";
}

.fi-rr-salary-alt:before {
  content: "ﮉ";
}

.fi-rr-salt-pepper:before {
  content: "ﮊ";
}

.fi-rr-salt-shaker:before {
  content: "ﮋ";
}

.fi-rr-sandwich-alt:before {
  content: "ﮌ";
}

.fi-rr-sandwich:before {
  content: "ﮍ";
}

.fi-rr-satellite-dish:before {
  content: "ﮎ";
}

.fi-rr-satellite:before {
  content: "ﮏ";
}

.fi-rr-saturday:before {
  content: "ﮐ";
}

.fi-rr-sauce:before {
  content: "ﮑ";
}

.fi-rr-sausage:before {
  content: "ﮒ";
}

.fi-rr-sax-hot:before {
  content: "ﮓ";
}

.fi-rr-saxophone:before {
  content: "ﮔ";
}

.fi-rr-scale-comparison-alt:before {
  content: "ﮕ";
}

.fi-rr-scale-comparison:before {
  content: "ﮖ";
}

.fi-rr-scale:before {
  content: "ﮗ";
}

.fi-rr-scalpel-path:before {
  content: "ﮘ";
}

.fi-rr-scalpel:before {
  content: "ﮙ";
}

.fi-rr-scanner-gun:before {
  content: "ﮚ";
}

.fi-rr-scanner-image:before {
  content: "ﮛ";
}

.fi-rr-scanner-keyboard:before {
  content: "ﮜ";
}

.fi-rr-scanner-touchscreen:before {
  content: "ﮝ";
}

.fi-rr-scarecrow:before {
  content: "ﮞ";
}

.fi-rr-scarf:before {
  content: "ﮟ";
}

.fi-rr-school-bus:before {
  content: "ﮠ";
}

.fi-rr-school:before {
  content: "ﮡ";
}

.fi-rr-scissors:before {
  content: "ﮢ";
}

.fi-rr-scooter:before {
  content: "ﮣ";
}

.fi-rr-screen:before {
  content: "ﮤ";
}

.fi-rr-screencast:before {
  content: "ﮥ";
}

.fi-rr-screw-alt:before {
  content: "ﮦ";
}

.fi-rr-screw:before {
  content: "ﮧ";
}

.fi-rr-screwdriver:before {
  content: "ﮨ";
}

.fi-rr-scribble:before {
  content: "ﮩ";
}

.fi-rr-script:before {
  content: "ﮪ";
}

.fi-rr-scroll-document-story:before {
  content: "ﮫ";
}

.fi-rr-scroll-old:before {
  content: "ﮬ";
}

.fi-rr-scroll-torah:before {
  content: "ﮭ";
}

.fi-rr-scroll:before {
  content: "ﮮ";
}

.fi-rr-scrubber:before {
  content: "ﮯ";
}

.fi-rr-scythe:before {
  content: "ﮰ";
}

.fi-rr-sd-card:before {
  content: "ﮱ";
}

.fi-rr-sd-cards:before {
  content: "﮲";
}

.fi-rr-seal-exclamation:before {
  content: "﮳";
}

.fi-rr-seal-question:before {
  content: "﮴";
}

.fi-rr-seal:before {
  content: "﮵";
}

.fi-rr-search-alt:before {
  content: "﮶";
}

.fi-rr-search-dollar:before {
  content: "﮷";
}

.fi-rr-search-heart:before {
  content: "﮸";
}

.fi-rr-search-location:before {
  content: "﮹";
}

.fi-rr-search:before {
  content: "﮺";
}

.fi-rr-seat-airline:before {
  content: "﮻";
}

.fi-rr-seatbelt-safety-driver:before {
  content: "﮼";
}

.fi-rr-second-award:before {
  content: "﮽";
}

.fi-rr-second-laurel:before {
  content: "﮾";
}

.fi-rr-second-medal:before {
  content: "﮿";
}

.fi-rr-second:before {
  content: "﯀";
}

.fi-rr-security:before {
  content: "﯁";
}

.fi-rr-seedling:before {
  content: "﯂";
}

.fi-rr-selection:before {
  content: "﯃";
}

.fi-rr-sell:before {
  content: "﯄";
}

.fi-rr-seller-store:before {
  content: "﯅";
}

.fi-rr-seller:before {
  content: "﯆";
}

.fi-rr-selling:before {
  content: "﯇";
}

.fi-rr-send-back:before {
  content: "﯈";
}

.fi-rr-send-backward:before {
  content: "﯉";
}

.fi-rr-send-money-smartphone:before {
  content: "﯊";
}

.fi-rr-send-money:before {
  content: "﯋";
}

.fi-rr-sensor-alert:before {
  content: "﯌";
}

.fi-rr-sensor-fire:before {
  content: "﯍";
}

.fi-rr-sensor-on:before {
  content: "﯎";
}

.fi-rr-sensor-smoke:before {
  content: "﯏";
}

.fi-rr-sensor:before {
  content: "﯐";
}

.fi-rr-settings-sliders:before {
  content: "﯑";
}

.fi-rr-settings:before {
  content: "﯒";
}

.fi-rr-share-alt-square:before {
  content: "ﯓ";
}

.fi-rr-share-square:before {
  content: "ﯔ";
}

.fi-rr-share:before {
  content: "ﯕ";
}

.fi-rr-sheep:before {
  content: "ﯖ";
}

.fi-rr-shekel-sign:before {
  content: "ﯗ";
}

.fi-rr-shelves:before {
  content: "ﯘ";
}

.fi-rr-shield-alt:before {
  content: "ﯙ";
}

.fi-rr-shield-cat:before {
  content: "ﯚ";
}

.fi-rr-shield-check:before {
  content: "ﯛ";
}

.fi-rr-shield-cross:before {
  content: "ﯜ";
}

.fi-rr-shield-dog:before {
  content: "ﯝ";
}

.fi-rr-shield-exclamation:before {
  content: "ﯞ";
}

.fi-rr-shield-interrogation:before {
  content: "ﯟ";
}

.fi-rr-shield-keyhole:before {
  content: "ﯠ";
}

.fi-rr-shield-minus:before {
  content: "ﯡ";
}

.fi-rr-shield-plus:before {
  content: "ﯢ";
}

.fi-rr-shield-security-risk:before {
  content: "ﯣ";
}

.fi-rr-shield-slash:before {
  content: "ﯤ";
}

.fi-rr-shield-trust:before {
  content: "ﯥ";
}

.fi-rr-shield-virus:before {
  content: "ﯦ";
}

.fi-rr-shield-xmark:before {
  content: "ﯧ";
}

.fi-rr-shield:before {
  content: "ﯨ";
}

.fi-rr-ship-side:before {
  content: "ﯩ";
}

.fi-rr-ship:before {
  content: "ﯪ";
}

.fi-rr-shipping-fast:before {
  content: "ﯫ";
}

.fi-rr-shipping-timed:before {
  content: "ﯬ";
}

.fi-rr-shirt-long-sleeve:before {
  content: "ﯭ";
}

.fi-rr-shirt-running:before {
  content: "ﯮ";
}

.fi-rr-shirt-tank-top:before {
  content: "ﯯ";
}

.fi-rr-shirt:before {
  content: "ﯰ";
}

.fi-rr-shish-kebab:before {
  content: "ﯱ";
}

.fi-rr-shoe-prints:before {
  content: "ﯲ";
}

.fi-rr-shop-lock:before {
  content: "ﯳ";
}

.fi-rr-shop-slash:before {
  content: "ﯴ";
}

.fi-rr-shop:before {
  content: "ﯵ";
}

.fi-rr-shopping-bag-add:before {
  content: "ﯶ";
}

.fi-rr-shopping-bag:before {
  content: "ﯷ";
}

.fi-rr-shopping-basket:before {
  content: "ﯸ";
}

.fi-rr-shopping-cart-add:before {
  content: "ﯹ";
}

.fi-rr-shopping-cart-buyer:before {
  content: "ﯺ";
}

.fi-rr-shopping-cart-check:before {
  content: "ﯻ";
}

.fi-rr-shopping-cart:before {
  content: "ﯼ";
}

.fi-rr-shovel-snow:before {
  content: "ﯽ";
}

.fi-rr-shovel:before {
  content: "ﯾ";
}

.fi-rr-shower-down:before {
  content: "ﯿ";
}

.fi-rr-shower:before {
  content: "ﰀ";
}

.fi-rr-shredder:before {
  content: "ﰁ";
}

.fi-rr-shrimp:before {
  content: "ﰂ";
}

.fi-rr-shuffle:before {
  content: "ﰃ";
}

.fi-rr-shuttle-van:before {
  content: "ﰄ";
}

.fi-rr-shuttlecock:before {
  content: "ﰅ";
}

.fi-rr-Sickle:before {
  content: "ﰆ";
}

.fi-rr-sidebar-flip:before {
  content: "ﰇ";
}

.fi-rr-sidebar:before {
  content: "ﰈ";
}

.fi-rr-sigma:before {
  content: "ﰉ";
}

.fi-rr-sign-hanging:before {
  content: "ﰊ";
}

.fi-rr-sign-in-alt:before {
  content: "ﰋ";
}

.fi-rr-sign-out-alt:before {
  content: "ﰌ";
}

.fi-rr-sign-posts-wrench:before {
  content: "ﰍ";
}

.fi-rr-sign-posts:before {
  content: "ﰎ";
}

.fi-rr-sign-up:before {
  content: "ﰏ";
}

.fi-rr-signal-alt-1:before {
  content: "ﰐ";
}

.fi-rr-signal-alt-2:before {
  content: "ﰑ";
}

.fi-rr-signal-alt-slash:before {
  content: "ﰒ";
}

.fi-rr-signal-alt:before {
  content: "ﰓ";
}

.fi-rr-signal-bars-fair:before {
  content: "ﰔ";
}

.fi-rr-signal-bars-good:before {
  content: "ﰕ";
}

.fi-rr-signal-bars-weak:before {
  content: "ﰖ";
}

.fi-rr-signal-stream-slash:before {
  content: "ﰗ";
}

.fi-rr-signal-stream:before {
  content: "ﰘ";
}

.fi-rr-signature-lock:before {
  content: "ﰙ";
}

.fi-rr-signature-slash:before {
  content: "ﰚ";
}

.fi-rr-signature:before {
  content: "ﰛ";
}

.fi-rr-sim-card:before {
  content: "ﰜ";
}

.fi-rr-sim-cards:before {
  content: "ﰝ";
}

.fi-rr-sink:before {
  content: "ﰞ";
}

.fi-rr-siren-on:before {
  content: "ﰟ";
}

.fi-rr-Siren:before {
  content: "ﰠ";
}

.fi-rr-site-alt:before {
  content: "ﰡ";
}

.fi-rr-site-browser:before {
  content: "ﰢ";
}

.fi-rr-site:before {
  content: "ﰣ";
}

.fi-rr-sitemap:before {
  content: "ﰤ";
}

.fi-rr-skateboard:before {
  content: "ﰥ";
}

.fi-rr-skating:before {
  content: "ﰦ";
}

.fi-rr-skeleton-ribs:before {
  content: "ﰧ";
}

.fi-rr-skeleton:before {
  content: "ﰨ";
}

.fi-rr-skewer:before {
  content: "ﰩ";
}

.fi-rr-ski-boot-ski:before {
  content: "ﰪ";
}

.fi-rr-ski-jump:before {
  content: "ﰫ";
}

.fi-rr-ski-lift:before {
  content: "ﰬ";
}

.fi-rr-skiing-nordic:before {
  content: "ﰭ";
}

.fi-rr-skiing:before {
  content: "ﰮ";
}

.fi-rr-skill-alt:before {
  content: "ﰯ";
}

.fi-rr-skill-user:before {
  content: "ﰰ";
}

.fi-rr-skill:before {
  content: "ﰱ";
}

.fi-rr-skin-arrow:before {
  content: "ﰲ";
}

.fi-rr-skin-drop:before {
  content: "ﰳ";
}

.fi-rr-skin-hair:before {
  content: "ﰴ";
}

.fi-rr-skin:before {
  content: "ﰵ";
}

.fi-rr-skip-15-seconds:before {
  content: "ﰶ";
}

.fi-rr-skull-cow:before {
  content: "ﰷ";
}

.fi-rr-skull-crossbones:before {
  content: "ﰸ";
}

.fi-rr-skull:before {
  content: "ﰹ";
}

.fi-rr-slash:before {
  content: "ﰺ";
}

.fi-rr-sledding:before {
  content: "ﰻ";
}

.fi-rr-sleeping-bag:before {
  content: "ﰼ";
}

.fi-rr-sleigh:before {
  content: "ﰽ";
}

.fi-rr-sliders-h-square:before {
  content: "ﰾ";
}

.fi-rr-sliders-v-square:before {
  content: "ﰿ";
}

.fi-rr-sliders-v:before {
  content: "ﱀ";
}

.fi-rr-slot-machine:before {
  content: "ﱁ";
}

.fi-rr-smart-home-alt:before {
  content: "ﱂ";
}

.fi-rr-smart-home:before {
  content: "ﱃ";
}

.fi-rr-smartphone:before {
  content: "ﱄ";
}

.fi-rr-smile-beam:before {
  content: "ﱅ";
}

.fi-rr-smile-plus:before {
  content: "ﱆ";
}

.fi-rr-smile-wink:before {
  content: "ﱇ";
}

.fi-rr-smile:before {
  content: "ﱈ";
}

.fi-rr-smiley-comment-alt:before {
  content: "ﱉ";
}

.fi-rr-smog:before {
  content: "ﱊ";
}

.fi-rr-smoke:before {
  content: "ﱋ";
}

.fi-rr-smoking-ban:before {
  content: "ﱌ";
}

.fi-rr-smoking:before {
  content: "ﱍ";
}

.fi-rr-snake:before {
  content: "ﱎ";
}

.fi-rr-snap:before {
  content: "ﱏ";
}

.fi-rr-snooze:before {
  content: "ﱐ";
}

.fi-rr-snow-blowing:before {
  content: "ﱑ";
}

.fi-rr-snowboarding:before {
  content: "ﱒ";
}

.fi-rr-snowflake-droplets:before {
  content: "ﱓ";
}

.fi-rr-snowflake:before {
  content: "ﱔ";
}

.fi-rr-snowflakes:before {
  content: "ﱕ";
}

.fi-rr-snowman-alt:before {
  content: "ﱖ";
}

.fi-rr-snowman-head:before {
  content: "ﱗ";
}

.fi-rr-snowmobile:before {
  content: "ﱘ";
}

.fi-rr-snowplow:before {
  content: "ﱙ";
}

.fi-rr-soap-alt:before {
  content: "ﱚ";
}

.fi-rr-soap:before {
  content: "ﱛ";
}

.fi-rr-social-network:before {
  content: "ﱜ";
}

.fi-rr-socks:before {
  content: "ﱝ";
}

.fi-rr-sofa-size:before {
  content: "ﱞ";
}

.fi-rr-sofa:before {
  content: "ﱟ";
}

.fi-rr-solar-panel-sun:before {
  content: "ﱠ";
}

.fi-rr-solar-panel:before {
  content: "ﱡ";
}

.fi-rr-solar-system:before {
  content: "ﱢ";
}

.fi-rr-sold-house:before {
  content: "ﱣ";
}

.fi-rr-sold-signal:before {
  content: "ﱤ";
}

.fi-rr-sort-alpha-down-alt:before {
  content: "ﱥ";
}

.fi-rr-sort-alpha-down:before {
  content: "ﱦ";
}

.fi-rr-sort-alpha-up-alt:before {
  content: "ﱧ";
}

.fi-rr-sort-alpha-up:before {
  content: "ﱨ";
}

.fi-rr-sort-alt:before {
  content: "ﱩ";
}

.fi-rr-sort-amount-down-alt:before {
  content: "ﱪ";
}

.fi-rr-sort-amount-down:before {
  content: "ﱫ";
}

.fi-rr-sort-amount-up-alt:before {
  content: "ﱬ";
}

.fi-rr-sort-amount-up:before {
  content: "ﱭ";
}

.fi-rr-sort-circle-down:before {
  content: "ﱮ";
}

.fi-rr-sort-circle-up:before {
  content: "ﱯ";
}

.fi-rr-sort-circle:before {
  content: "ﱰ";
}

.fi-rr-sort-down:before {
  content: "ﱱ";
}

.fi-rr-sort-numeric-down-alt:before {
  content: "ﱲ";
}

.fi-rr-sort-numeric-down:before {
  content: "ﱳ";
}

.fi-rr-sort-shapes-down:before {
  content: "ﱴ";
}

.fi-rr-sort-shapes-up:before {
  content: "ﱵ";
}

.fi-rr-sort-size-down:before {
  content: "ﱶ";
}

.fi-rr-sort-size-up:before {
  content: "ﱷ";
}

.fi-rr-sort:before {
  content: "ﱸ";
}

.fi-rr-soup:before {
  content: "ﱹ";
}

.fi-rr-source-data:before {
  content: "ﱺ";
}

.fi-rr-source-document-alt:before {
  content: "ﱻ";
}

.fi-rr-source-document:before {
  content: "ﱼ";
}

.fi-rr-spa:before {
  content: "ﱽ";
}

.fi-rr-space-shuttle:before {
  content: "ﱾ";
}

.fi-rr-space-station-moon-alt:before {
  content: "ﱿ";
}

.fi-rr-space-station-moon:before {
  content: "ﲀ";
}

.fi-rr-spade:before {
  content: "ﲁ";
}

.fi-rr-spaghetti-monster-flying:before {
  content: "ﲂ";
}

.fi-rr-spain-map:before {
  content: "ﲃ";
}

.fi-rr-sparkles:before {
  content: "ﲄ";
}

.fi-rr-spartan-helmet:before {
  content: "ﲅ";
}

.fi-rr-speaker:before {
  content: "ﲆ";
}

.fi-rr-speakers:before {
  content: "ﲇ";
}

.fi-rr-speech-bubble-story:before {
  content: "ﲈ";
}

.fi-rr-speedometer-arrow:before {
  content: "ﲉ";
}

.fi-rr-speedometer-kpi:before {
  content: "ﲊ";
}

.fi-rr-sphere:before {
  content: "ﲋ";
}

.fi-rr-spider-black-widow:before {
  content: "ﲌ";
}

.fi-rr-spider-web:before {
  content: "ﲍ";
}

.fi-rr-spider:before {
  content: "ﲎ";
}

.fi-rr-spinner:before {
  content: "ﲏ";
}

.fi-rr-split-up-relation:before {
  content: "ﲐ";
}

.fi-rr-split:before {
  content: "ﲑ";
}

.fi-rr-splotch:before {
  content: "ﲒ";
}

.fi-rr-spoon:before {
  content: "ﲓ";
}

.fi-rr-sport:before {
  content: "ﲔ";
}

.fi-rr-spray-can-sparkles:before {
  content: "ﲕ";
}

.fi-rr-spray-can:before {
  content: "ﲖ";
}

.fi-rr-spring-calendar:before {
  content: "ﲗ";
}

.fi-rr-sprinkler:before {
  content: "ﲘ";
}

.fi-rr-spy:before {
  content: "ﲙ";
}

.fi-rr-square-0:before {
  content: "ﲚ";
}

.fi-rr-square-1:before {
  content: "ﲛ";
}

.fi-rr-square-2:before {
  content: "ﲜ";
}

.fi-rr-square-3:before {
  content: "ﲝ";
}

.fi-rr-square-4:before {
  content: "ﲞ";
}

.fi-rr-square-5:before {
  content: "ﲟ";
}

.fi-rr-square-6:before {
  content: "ﲠ";
}

.fi-rr-square-7:before {
  content: "ﲡ";
}

.fi-rr-square-8:before {
  content: "ﲢ";
}

.fi-rr-square-9:before {
  content: "ﲣ";
}

.fi-rr-square-a:before {
  content: "ﲤ";
}

.fi-rr-square-b:before {
  content: "ﲥ";
}

.fi-rr-square-bolt:before {
  content: "ﲦ";
}

.fi-rr-square-c:before {
  content: "ﲧ";
}

.fi-rr-square-code:before {
  content: "ﲨ";
}

.fi-rr-square-d:before {
  content: "ﲩ";
}

.fi-rr-square-dashed-circle-plus:before {
  content: "ﲪ";
}

.fi-rr-square-dashed:before {
  content: "ﲫ";
}

.fi-rr-square-divide:before {
  content: "ﲬ";
}

.fi-rr-square-e:before {
  content: "ﲭ";
}

.fi-rr-square-ellipsis-vertical:before {
  content: "ﲮ";
}

.fi-rr-square-ellipsis:before {
  content: "ﲯ";
}

.fi-rr-square-exclamation:before {
  content: "ﲰ";
}

.fi-rr-square-f:before {
  content: "ﲱ";
}

.fi-rr-square-g:before {
  content: "ﲲ";
}

.fi-rr-square-h:before {
  content: "ﲳ";
}

.fi-rr-square-heart:before {
  content: "ﲴ";
}

.fi-rr-square-i:before {
  content: "ﲵ";
}

.fi-rr-square-info:before {
  content: "ﲶ";
}

.fi-rr-square-j:before {
  content: "ﲷ";
}

.fi-rr-square-k:before {
  content: "ﲸ";
}

.fi-rr-square-kanban:before {
  content: "ﲹ";
}

.fi-rr-square-l:before {
  content: "ﲺ";
}

.fi-rr-square-m:before {
  content: "ﲻ";
}

.fi-rr-square-minus:before {
  content: "ﲼ";
}

.fi-rr-square-n:before {
  content: "ﲽ";
}

.fi-rr-square-o:before {
  content: "ﲾ";
}

.fi-rr-square-p:before {
  content: "ﲿ";
}

.fi-rr-square-phone-hangup:before {
  content: "ﳀ";
}

.fi-rr-square-plus:before {
  content: "ﳁ";
}

.fi-rr-square-poll-horizontal:before {
  content: "ﳂ";
}

.fi-rr-square-poll-vertical:before {
  content: "ﳃ";
}

.fi-rr-square-q:before {
  content: "ﳄ";
}

.fi-rr-square-quote:before {
  content: "ﳅ";
}

.fi-rr-square-r:before {
  content: "ﳆ";
}

.fi-rr-square-root:before {
  content: "ﳇ";
}

.fi-rr-square-s:before {
  content: "ﳈ";
}

.fi-rr-square-small:before {
  content: "ﳉ";
}

.fi-rr-square-star:before {
  content: "ﳊ";
}

.fi-rr-square-t:before {
  content: "ﳋ";
}

.fi-rr-square-terminal:before {
  content: "ﳌ";
}

.fi-rr-square-u:before {
  content: "ﳍ";
}

.fi-rr-square-up-right:before {
  content: "ﳎ";
}

.fi-rr-square-v:before {
  content: "ﳏ";
}

.fi-rr-square-w:before {
  content: "ﳐ";
}

.fi-rr-square-x:before {
  content: "ﳑ";
}

.fi-rr-square-y:before {
  content: "ﳒ";
}

.fi-rr-square-z:before {
  content: "ﳓ";
}

.fi-rr-square:before {
  content: "ﳔ";
}

.fi-rr-squid:before {
  content: "ﳕ";
}

.fi-rr-squircle:before {
  content: "ﳖ";
}

.fi-rr-squirrel:before {
  content: "ﳗ";
}

.fi-rr-staff:before {
  content: "ﳘ";
}

.fi-rr-stage-concert:before {
  content: "ﳙ";
}

.fi-rr-stage-theatre:before {
  content: "ﳚ";
}

.fi-rr-stage:before {
  content: "ﳛ";
}

.fi-rr-stairs:before {
  content: "ﳜ";
}

.fi-rr-stamp:before {
  content: "ﳝ";
}

.fi-rr-standard-definition:before {
  content: "ﳞ";
}

.fi-rr-star-and-crescent:before {
  content: "ﳟ";
}

.fi-rr-star-christmas:before {
  content: "ﳠ";
}

.fi-rr-star-comment-alt:before {
  content: "ﳡ";
}

.fi-rr-star-exclamation:before {
  content: "ﳢ";
}

.fi-rr-star-octogram:before {
  content: "ﳣ";
}

.fi-rr-star-of-david:before {
  content: "ﳤ";
}

.fi-rr-star-rating-call:before {
  content: "ﳥ";
}

.fi-rr-star-sharp-half-stroke:before {
  content: "ﳦ";
}

.fi-rr-star-sharp-half:before {
  content: "ﳧ";
}

.fi-rr-star-shooting:before {
  content: "ﳨ";
}

.fi-rr-star:before {
  content: "ﳩ";
}

.fi-rr-starfighter:before {
  content: "ﳪ";
}

.fi-rr-stars:before {
  content: "ﳫ";
}

.fi-rr-state-country:before {
  content: "ﳬ";
}

.fi-rr-stationary-bike:before {
  content: "ﳭ";
}

.fi-rr-stats:before {
  content: "ﳮ";
}

.fi-rr-steak:before {
  content: "ﳯ";
}

.fi-rr-steering-wheel:before {
  content: "ﳰ";
}

.fi-rr-step-backward:before {
  content: "ﳱ";
}

.fi-rr-step-forward:before {
  content: "ﳲ";
}

.fi-rr-sterling-sign:before {
  content: "ﳳ";
}

.fi-rr-stethoscope:before {
  content: "ﳴ";
}

.fi-rr-sticker:before {
  content: "ﳵ";
}

.fi-rr-stocking:before {
  content: "ﳶ";
}

.fi-rr-stomach:before {
  content: "ﳷ";
}

.fi-rr-stop-circle:before {
  content: "ﳸ";
}

.fi-rr-stop-square:before {
  content: "ﳹ";
}

.fi-rr-stop:before {
  content: "ﳺ";
}

.fi-rr-stopwatch:before {
  content: "ﳻ";
}

.fi-rr-store-alt:before {
  content: "ﳼ";
}

.fi-rr-store-buyer:before {
  content: "ﳽ";
}

.fi-rr-store-lock:before {
  content: "ﳾ";
}

.fi-rr-store-slash:before {
  content: "ﳿ";
}

.fi-rr-story-book:before {
  content: "ﴀ";
}

.fi-rr-story-fairy-tale:before {
  content: "ﴁ";
}

.fi-rr-story-fantasy:before {
  content: "ﴂ";
}

.fi-rr-strategy-chess-risk:before {
  content: "ﴃ";
}

.fi-rr-strawberry:before {
  content: "ﴄ";
}

.fi-rr-street-view:before {
  content: "ﴅ";
}

.fi-rr-stretcher:before {
  content: "ﴆ";
}

.fi-rr-strikethrough:before {
  content: "ﴇ";
}

.fi-rr-stroopwafel:before {
  content: "ﴈ";
}

.fi-rr-student-alt:before {
  content: "ﴉ";
}

.fi-rr-student:before {
  content: "ﴊ";
}

.fi-rr-subscript:before {
  content: "ﴋ";
}

.fi-rr-subscription-alt:before {
  content: "ﴌ";
}

.fi-rr-subscription:before {
  content: "ﴍ";
}

.fi-rr-subtitles-slash:before {
  content: "ﴎ";
}

.fi-rr-subtitles:before {
  content: "ﴏ";
}

.fi-rr-subway:before {
  content: "ﴐ";
}

.fi-rr-suitcase-alt:before {
  content: "ﴑ";
}

.fi-rr-summary-check:before {
  content: "ﴒ";
}

.fi-rr-summer:before {
  content: "ﴓ";
}

.fi-rr-sun-dust:before {
  content: "ﴔ";
}

.fi-rr-sun-plant-wilt:before {
  content: "ﴕ";
}

.fi-rr-sun-salutation-yoga:before {
  content: "ﴖ";
}

.fi-rr-sun:before {
  content: "ﴗ";
}

.fi-rr-sunday:before {
  content: "ﴘ";
}

.fi-rr-sunglasses-alt:before {
  content: "ﴙ";
}

.fi-rr-sunglasses:before {
  content: "ﴚ";
}

.fi-rr-sunrise-alt:before {
  content: "ﴛ";
}

.fi-rr-sunrise:before {
  content: "ﴜ";
}

.fi-rr-sunset:before {
  content: "ﴝ";
}

.fi-rr-superscript:before {
  content: "ﴞ";
}

.fi-rr-supplier-alt:before {
  content: "ﴟ";
}

.fi-rr-supplier:before {
  content: "ﴠ";
}

.fi-rr-surfing:before {
  content: "ﴡ";
}

.fi-rr-surprise:before {
  content: "ﴢ";
}

.fi-rr-surveillance-camera:before {
  content: "ﴣ";
}

.fi-rr-survey-xmark:before {
  content: "ﴤ";
}

.fi-rr-sushi-alt:before {
  content: "ﴥ";
}

.fi-rr-sushi-roll:before {
  content: "ﴦ";
}

.fi-rr-sushi:before {
  content: "ﴧ";
}

.fi-rr-svg:before {
  content: "ﴨ";
}

.fi-rr-swap:before {
  content: "ﴩ";
}

.fi-rr-swatchbook:before {
  content: "ﴪ";
}

.fi-rr-swimmer:before {
  content: "ﴫ";
}

.fi-rr-swimming-pool:before {
  content: "ﴬ";
}

.fi-rr-swing:before {
  content: "ﴭ";
}

.fi-rr-swipe-down:before {
  content: "ﴮ";
}

.fi-rr-swipe-left:before {
  content: "ﴯ";
}

.fi-rr-swipe-right:before {
  content: "ﴰ";
}

.fi-rr-swipe-up:before {
  content: "ﴱ";
}

.fi-rr-sword:before {
  content: "ﴲ";
}

.fi-rr-symbol:before {
  content: "ﴳ";
}

.fi-rr-symbols:before {
  content: "ﴴ";
}

.fi-rr-synagogue:before {
  content: "ﴵ";
}

.fi-rr-syringe:before {
  content: "ﴶ";
}

.fi-rr-system-cloud:before {
  content: "ﴷ";
}

.fi-rr-t:before {
  content: "ﴸ";
}

.fi-rr-tab-folder:before {
  content: "ﴹ";
}

.fi-rr-table-columns:before {
  content: "ﴺ";
}

.fi-rr-table-layout:before {
  content: "ﴻ";
}

.fi-rr-table-list:before {
  content: "ﴼ";
}

.fi-rr-table-picnic:before {
  content: "ﴽ";
}

.fi-rr-table-pivot:before {
  content: "﴾";
}

.fi-rr-table-rows:before {
  content: "﴿";
}

.fi-rr-table-tree:before {
  content: "﵀";
}

.fi-rr-table:before {
  content: "﵁";
}

.fi-rr-tablet-android-alt:before {
  content: "﵂";
}

.fi-rr-tablet-android:before {
  content: "﵃";
}

.fi-rr-tablet-rugged:before {
  content: "﵄";
}

.fi-rr-tablet:before {
  content: "﵅";
}

.fi-rr-tachometer-alt-average:before {
  content: "﵆";
}

.fi-rr-tachometer-alt-fastest:before {
  content: "﵇";
}

.fi-rr-tachometer-alt-slow:before {
  content: "﵈";
}

.fi-rr-tachometer-alt-slowest:before {
  content: "﵉";
}

.fi-rr-tachometer-average:before {
  content: "﵊";
}

.fi-rr-tachometer-fast:before {
  content: "﵋";
}

.fi-rr-tachometer-fastest:before {
  content: "﵌";
}

.fi-rr-tachometer-slow:before {
  content: "﵍";
}

.fi-rr-tachometer-slowest:before {
  content: "﵎";
}

.fi-rr-tachometer:before {
  content: "﵏";
}

.fi-rr-taco:before {
  content: "ﵐ";
}

.fi-rr-tags:before {
  content: "ﵑ";
}

.fi-rr-talent-alt:before {
  content: "ﵒ";
}

.fi-rr-talent-hand:before {
  content: "ﵓ";
}

.fi-rr-talent:before {
  content: "ﵔ";
}

.fi-rr-tally-1:before {
  content: "ﵕ";
}

.fi-rr-tally-2:before {
  content: "ﵖ";
}

.fi-rr-tally-3:before {
  content: "ﵗ";
}

.fi-rr-tally-4:before {
  content: "ﵘ";
}

.fi-rr-tally:before {
  content: "ﵙ";
}

.fi-rr-tamale:before {
  content: "ﵚ";
}

.fi-rr-tank-water:before {
  content: "ﵛ";
}

.fi-rr-tap:before {
  content: "ﵜ";
}

.fi-rr-tape:before {
  content: "ﵝ";
}

.fi-rr-target-audience:before {
  content: "ﵞ";
}

.fi-rr-target:before {
  content: "ﵟ";
}

.fi-rr-tax-alt:before {
  content: "ﵠ";
}

.fi-rr-tax:before {
  content: "ﵡ";
}

.fi-rr-taxi-bus:before {
  content: "ﵢ";
}

.fi-rr-taxi:before {
  content: "ﵣ";
}

.fi-rr-team-check-alt:before {
  content: "ﵤ";
}

.fi-rr-team-check:before {
  content: "ﵥ";
}

.fi-rr-teddy-bear:before {
  content: "ﵦ";
}

.fi-rr-teeth-open:before {
  content: "ﵧ";
}

.fi-rr-telescope:before {
  content: "ﵨ";
}

.fi-rr-temperature-down:before {
  content: "ﵩ";
}

.fi-rr-temperature-frigid:before {
  content: "ﵪ";
}

.fi-rr-temperature-high:before {
  content: "ﵫ";
}

.fi-rr-temperature-list:before {
  content: "ﵬ";
}

.fi-rr-temperature-low:before {
  content: "ﵭ";
}

.fi-rr-temperature-up:before {
  content: "ﵮ";
}

.fi-rr-template-alt:before {
  content: "ﵯ";
}

.fi-rr-template:before {
  content: "ﵰ";
}

.fi-rr-tenge:before {
  content: "ﵱ";
}

.fi-rr-tennis:before {
  content: "ﵲ";
}

.fi-rr-tent-arrow-down-to-line:before {
  content: "ﵳ";
}

.fi-rr-tent-arrow-left-right:before {
  content: "ﵴ";
}

.fi-rr-tent-arrow-turn-left:before {
  content: "ﵵ";
}

.fi-rr-tent-arrows-down:before {
  content: "ﵶ";
}

.fi-rr-tents:before {
  content: "ﵷ";
}

.fi-rr-terminal:before {
  content: "ﵸ";
}

.fi-rr-terrace:before {
  content: "ﵹ";
}

.fi-rr-test-tube:before {
  content: "ﵺ";
}

.fi-rr-test:before {
  content: "ﵻ";
}

.fi-rr-text-box-dots:before {
  content: "ﵼ";
}

.fi-rr-text-box-edit:before {
  content: "ﵽ";
}

.fi-rr-text-box:before {
  content: "ﵾ";
}

.fi-rr-text-check:before {
  content: "ﵿ";
}

.fi-rr-text-height:before {
  content: "ﶀ";
}

.fi-rr-text-shadow:before {
  content: "ﶁ";
}

.fi-rr-text-size:before {
  content: "ﶂ";
}

.fi-rr-text-slash:before {
  content: "ﶃ";
}

.fi-rr-text-width:before {
  content: "ﶄ";
}

.fi-rr-text:before {
  content: "ﶅ";
}

.fi-rr-theater-masks:before {
  content: "ﶆ";
}

.fi-rr-thermometer-alt:before {
  content: "ﶇ";
}

.fi-rr-thermometer-empty:before {
  content: "ﶈ";
}

.fi-rr-thermometer-full:before {
  content: "ﶉ";
}

.fi-rr-thermometer-half:before {
  content: "ﶊ";
}

.fi-rr-thermometer-quarter:before {
  content: "ﶋ";
}

.fi-rr-thermometer-three-quarters:before {
  content: "ﶌ";
}

.fi-rr-theta:before {
  content: "ﶍ";
}

.fi-rr-third-award:before {
  content: "ﶎ";
}

.fi-rr-third-laurel:before {
  content: "ﶏ";
}

.fi-rr-third-medal:before {
  content: "﶐";
}

.fi-rr-third:before {
  content: "﶑";
}

.fi-rr-thought-bubble:before {
  content: "ﶒ";
}

.fi-rr-three-leaf-clover:before {
  content: "ﶓ";
}

.fi-rr-thumbs-up-trust:before {
  content: "ﶔ";
}

.fi-rr-thumbtack:before {
  content: "ﶕ";
}

.fi-rr-thunderstorm-moon:before {
  content: "ﶖ";
}

.fi-rr-thunderstorm-risk:before {
  content: "ﶗ";
}

.fi-rr-thunderstorm-sun:before {
  content: "ﶘ";
}

.fi-rr-thunderstorm:before {
  content: "ﶙ";
}

.fi-rr-thursday:before {
  content: "ﶚ";
}

.fi-rr-ticket-airline:before {
  content: "ﶛ";
}

.fi-rr-ticket-alt:before {
  content: "ﶜ";
}

.fi-rr-ticket:before {
  content: "ﶝ";
}

.fi-rr-tickets-airline:before {
  content: "ﶞ";
}

.fi-rr-tie:before {
  content: "ﶟ";
}

.fi-rr-tilde:before {
  content: "ﶠ";
}

.fi-rr-time-add:before {
  content: "ﶡ";
}

.fi-rr-time-check:before {
  content: "ﶢ";
}

.fi-rr-time-delete:before {
  content: "ﶣ";
}

.fi-rr-time-fast:before {
  content: "ﶤ";
}

.fi-rr-time-forward-sixty:before {
  content: "ﶥ";
}

.fi-rr-time-forward-ten:before {
  content: "ﶦ";
}

.fi-rr-time-forward:before {
  content: "ﶧ";
}

.fi-rr-time-half-past:before {
  content: "ﶨ";
}

.fi-rr-time-oclock:before {
  content: "ﶩ";
}

.fi-rr-time-past:before {
  content: "ﶪ";
}

.fi-rr-time-quarter-past:before {
  content: "ﶫ";
}

.fi-rr-time-quarter-to:before {
  content: "ﶬ";
}

.fi-rr-time-twenty-four:before {
  content: "ﶭ";
}

.fi-rr-time-watch-calendar:before {
  content: "ﶮ";
}

.fi-rr-timer-clock-call:before {
  content: "ﶯ";
}

.fi-rr-times-hexagon:before {
  content: "ﶰ";
}

.fi-rr-tint-slash:before {
  content: "ﶱ";
}

.fi-rr-tip-coin:before {
  content: "ﶲ";
}

.fi-rr-tire-flat:before {
  content: "ﶳ";
}

.fi-rr-tire-pressure-warning:before {
  content: "ﶴ";
}

.fi-rr-tire-rugged:before {
  content: "ﶵ";
}

.fi-rr-tire:before {
  content: "ﶶ";
}

.fi-rr-tired:before {
  content: "ﶷ";
}

.fi-rr-to-do-alt:before {
  content: "ﶸ";
}

.fi-rr-to-do:before {
  content: "ﶹ";
}

.fi-rr-together-people:before {
  content: "ﶺ";
}

.fi-rr-toggle-off:before {
  content: "ﶻ";
}

.fi-rr-toggle-on:before {
  content: "ﶼ";
}

.fi-rr-toilet-paper-blank-under:before {
  content: "ﶽ";
}

.fi-rr-toilet-paper-blank:before {
  content: "ﶾ";
}

.fi-rr-toilet-paper-slash:before {
  content: "ﶿ";
}

.fi-rr-toilet-paper-under-slash:before {
  content: "ﷀ";
}

.fi-rr-toilet-paper-under:before {
  content: "ﷁ";
}

.fi-rr-toilet:before {
  content: "ﷂ";
}

.fi-rr-toilets-portable:before {
  content: "ﷃ";
}

.fi-rr-token:before {
  content: "ﷄ";
}

.fi-rr-tomato:before {
  content: "ﷅ";
}

.fi-rr-tombstone-alt:before {
  content: "ﷆ";
}

.fi-rr-tombstone:before {
  content: "ﷇ";
}

.fi-rr-tool-box:before {
  content: "﷈";
}

.fi-rr-tool-crop:before {
  content: "﷉";
}

.fi-rr-tool-marquee:before {
  content: "﷊";
}

.fi-rr-tools:before {
  content: "﷋";
}

.fi-rr-tooth:before {
  content: "﷌";
}

.fi-rr-toothbrush:before {
  content: "﷍";
}

.fi-rr-torch-inspiration-leader:before {
  content: "﷎";
}

.fi-rr-torii-gate:before {
  content: "﷏";
}

.fi-rr-tornado:before {
  content: "﷐";
}

.fi-rr-total:before {
  content: "﷑";
}

.fi-rr-tour-guide-people:before {
  content: "﷒";
}

.fi-rr-tour-virtual:before {
  content: "﷓";
}

.fi-rr-tower-control:before {
  content: "﷔";
}

.fi-rr-track:before {
  content: "﷕";
}

.fi-rr-tractor:before {
  content: "﷖";
}

.fi-rr-trademark:before {
  content: "﷗";
}

.fi-rr-traffic-cone:before {
  content: "﷘";
}

.fi-rr-traffic-light-go:before {
  content: "﷙";
}

.fi-rr-traffic-light-slow:before {
  content: "﷚";
}

.fi-rr-traffic-light-stop:before {
  content: "﷛";
}

.fi-rr-traffic-light:before {
  content: "﷜";
}

.fi-rr-trailer:before {
  content: "﷝";
}

.fi-rr-train-journey:before {
  content: "﷞";
}

.fi-rr-train-side:before {
  content: "﷟";
}

.fi-rr-train-station-building:before {
  content: "﷠";
}

.fi-rr-train-station:before {
  content: "﷡";
}

.fi-rr-train-subway-tunnel:before {
  content: "﷢";
}

.fi-rr-train-track:before {
  content: "﷣";
}

.fi-rr-train-tram:before {
  content: "﷤";
}

.fi-rr-train:before {
  content: "﷥";
}

.fi-rr-tram:before {
  content: "﷦";
}

.fi-rr-transform:before {
  content: "﷧";
}

.fi-rr-transformation-block:before {
  content: "﷨";
}

.fi-rr-transformation-circle:before {
  content: "﷩";
}

.fi-rr-transformation-design:before {
  content: "﷪";
}

.fi-rr-transformation-shapes:before {
  content: "﷫";
}

.fi-rr-transformer-bolt:before {
  content: "﷬";
}

.fi-rr-transgender:before {
  content: "﷭";
}

.fi-rr-transporter-1:before {
  content: "﷮";
}

.fi-rr-transporter-2:before {
  content: "﷯";
}

.fi-rr-transporter-3:before {
  content: "ﷰ";
}

.fi-rr-transporter-4:before {
  content: "ﷱ";
}

.fi-rr-transporter-5:before {
  content: "ﷲ";
}

.fi-rr-transporter-6:before {
  content: "ﷳ";
}

.fi-rr-transporter-7:before {
  content: "ﷴ";
}

.fi-rr-transporter-empty:before {
  content: "ﷵ";
}

.fi-rr-transporter:before {
  content: "ﷶ";
}

.fi-rr-trash-can-check:before {
  content: "ﷷ";
}

.fi-rr-trash-can-clock:before {
  content: "ﷸ";
}

.fi-rr-trash-can-list:before {
  content: "ﷹ";
}

.fi-rr-trash-can-plus:before {
  content: "ﷺ";
}

.fi-rr-trash-can-slash:before {
  content: "ﷻ";
}

.fi-rr-trash-check:before {
  content: "﷼";
}

.fi-rr-trash-clock:before {
  content: "﷽";
}

.fi-rr-trash-empty:before {
  content: "﷾";
}

.fi-rr-trash-list:before {
  content: "﷿";
}

.fi-rr-trash-plus:before {
  content: "︐";
}

.fi-rr-trash-restore-alt:before {
  content: "︑";
}

.fi-rr-trash-restore:before {
  content: "︒";
}

.fi-rr-trash-slash:before {
  content: "︓";
}

.fi-rr-trash-undo-alt:before {
  content: "︔";
}

.fi-rr-trash-undo:before {
  content: "︕";
}

.fi-rr-trash-xmark:before {
  content: "︖";
}

.fi-rr-trash:before {
  content: "︗";
}

.fi-rr-treadmill:before {
  content: "︘";
}

.fi-rr-treasure-chest:before {
  content: "︙";
}

.fi-rr-treatment:before {
  content: "︚";
}

.fi-rr-tree-alt:before {
  content: "︛";
}

.fi-rr-tree-christmas:before {
  content: "︜";
}

.fi-rr-tree-deciduous:before {
  content: "︝";
}

.fi-rr-tree:before {
  content: "︞";
}

.fi-rr-trees-alt:before {
  content: "︟";
}

.fi-rr-trees:before {
  content: "︰";
}

.fi-rr-triangle-music:before {
  content: "︱";
}

.fi-rr-triangle-person-digging:before {
  content: "︲";
}

.fi-rr-triangle-warning:before {
  content: "︳";
}

.fi-rr-triangle:before {
  content: "︴";
}

.fi-rr-tricycle:before {
  content: "︵";
}

.fi-rr-trillium:before {
  content: "︶";
}

.fi-rr-trophy-achievement-skill:before {
  content: "︷";
}

.fi-rr-trophy-star:before {
  content: "︸";
}

.fi-rr-trophy:before {
  content: "︹";
}

.fi-rr-truck-arrow-left:before {
  content: "︺";
}

.fi-rr-truck-arrow-right:before {
  content: "︻";
}

.fi-rr-truck-bolt:before {
  content: "︼";
}

.fi-rr-truck-box:before {
  content: "︽";
}

.fi-rr-truck-check:before {
  content: "︾";
}

.fi-rr-truck-container-empty:before {
  content: "︿";
}

.fi-rr-truck-container:before {
  content: "﹀";
}

.fi-rr-truck-couch:before {
  content: "﹁";
}

.fi-rr-truck-fire:before {
  content: "﹂";
}

.fi-rr-truck-flatbed:before {
  content: "﹃";
}

.fi-rr-truck-front:before {
  content: "﹄";
}

.fi-rr-truck-ladder:before {
  content: "﹅";
}

.fi-rr-truck-loading:before {
  content: "﹆";
}

.fi-rr-truck-medical:before {
  content: "﹇";
}

.fi-rr-truck-monster:before {
  content: "﹈";
}

.fi-rr-truck-moving:before {
  content: "﹉";
}

.fi-rr-truck-pickup:before {
  content: "﹊";
}

.fi-rr-truck-plow:before {
  content: "﹋";
}

.fi-rr-truck-ramp:before {
  content: "﹌";
}

.fi-rr-truck-side:before {
  content: "﹍";
}

.fi-rr-truck-tow:before {
  content: "﹎";
}

.fi-rr-truck-utensils:before {
  content: "﹏";
}

.fi-rr-trumpet:before {
  content: "﹐";
}

.fi-rr-trust-alt:before {
  content: "﹑";
}

.fi-rr-trust:before {
  content: "﹒";
}

.fi-rr-tshirt:before {
  content: "﹓";
}

.fi-rr-tty-answer:before {
  content: "﹔";
}

.fi-rr-tty:before {
  content: "﹕";
}

.fi-rr-tubes:before {
  content: "﹖";
}

.fi-rr-tuesday:before {
  content: "﹗";
}

.fi-rr-tugrik-sign:before {
  content: "﹘";
}

.fi-rr-turkey:before {
  content: "﹙";
}

.fi-rr-turn-left-down:before {
  content: "﹚";
}

.fi-rr-turn-left:before {
  content: "﹛";
}

.fi-rr-turn-right:before {
  content: "﹜";
}

.fi-rr-turntable:before {
  content: "﹝";
}

.fi-rr-turtle:before {
  content: "﹞";
}

.fi-rr-tv-music:before {
  content: "﹟";
}

.fi-rr-tv-retro:before {
  content: "﹠";
}

.fi-rr-typewriter:before {
  content: "﹡";
}

.fi-rr-u:before {
  content: "﹢";
}

.fi-rr-ufo-beam:before {
  content: "﹣";
}

.fi-rr-ufo:before {
  content: "﹤";
}

.fi-rr-ui-ux:before {
  content: "﹥";
}

.fi-rr-umbrella-beach:before {
  content: "﹦";
}

.fi-rr-umbrella:before {
  content: "﹧";
}

.fi-rr-under-construction:before {
  content: "﹨";
}

.fi-rr-underline:before {
  content: "﹩";
}

.fi-rr-undo-alt:before {
  content: "﹪";
}

.fi-rr-undo:before {
  content: "﹫";
}

.fi-rr-unicorn:before {
  content: "﹬";
}

.fi-rr-uniform-martial-arts:before {
  content: "﹭";
}

.fi-rr-universal-access:before {
  content: "﹮";
}

.fi-rr-unlock:before {
  content: "﹯";
}

.fi-rr-up-from-bracket:before {
  content: "ﹰ";
}

.fi-rr-up-left:before {
  content: "ﹱ";
}

.fi-rr-up-right-from-square:before {
  content: "ﹲ";
}

.fi-rr-up-right:before {
  content: "ﹳ";
}

.fi-rr-up:before {
  content: "ﹴ";
}

.fi-rr-upload:before {
  content: "﹵";
}

.fi-rr-url:before {
  content: "ﹶ";
}

.fi-rr-usb-pendrive:before {
  content: "ﹷ";
}

.fi-rr-usd-circle:before {
  content: "ﹸ";
}

.fi-rr-usd-square:before {
  content: "ﹹ";
}

.fi-rr-user-add:before {
  content: "ﹺ";
}

.fi-rr-user-alien:before {
  content: "ﹻ";
}

.fi-rr-user-astronaut:before {
  content: "ﹼ";
}

.fi-rr-user-check:before {
  content: "ﹽ";
}

.fi-rr-user-chef:before {
  content: "ﹾ";
}

.fi-rr-user-coach:before {
  content: "ﹿ";
}

.fi-rr-user-cowboy:before {
  content: "ﺀ";
}

.fi-rr-user-crown:before {
  content: "ﺁ";
}

.fi-rr-user-gear:before {
  content: "ﺂ";
}

.fi-rr-user-graduate:before {
  content: "ﺃ";
}

.fi-rr-user-headset:before {
  content: "ﺄ";
}

.fi-rr-user-helmet-safety:before {
  content: "ﺅ";
}

.fi-rr-user-injured:before {
  content: "ﺆ";
}

.fi-rr-user-interface-ui:before {
  content: "ﺇ";
}

.fi-rr-user-key:before {
  content: "ﺈ";
}

.fi-rr-user-lock:before {
  content: "ﺉ";
}

.fi-rr-user-md-chat:before {
  content: "ﺊ";
}

.fi-rr-user-md:before {
  content: "ﺋ";
}

.fi-rr-user-minus:before {
  content: "ﺌ";
}

.fi-rr-user-music:before {
  content: "ﺍ";
}

.fi-rr-user-ninja:before {
  content: "ﺎ";
}

.fi-rr-user-nurse:before {
  content: "ﺏ";
}

.fi-rr-user-pen:before {
  content: "ﺐ";
}

.fi-rr-user-pilot-tie:before {
  content: "ﺑ";
}

.fi-rr-user-pilot:before {
  content: "ﺒ";
}

.fi-rr-user-police:before {
  content: "ﺓ";
}

.fi-rr-user-robot-xmarks:before {
  content: "ﺔ";
}

.fi-rr-user-robot:before {
  content: "ﺕ";
}

.fi-rr-user-salary:before {
  content: "ﺖ";
}

.fi-rr-user-shield:before {
  content: "ﺗ";
}

.fi-rr-user-skill-gear:before {
  content: "ﺘ";
}

.fi-rr-user-slash:before {
  content: "ﺙ";
}

.fi-rr-user-tag:before {
  content: "ﺚ";
}

.fi-rr-user-time:before {
  content: "ﺛ";
}

.fi-rr-user-trust:before {
  content: "ﺜ";
}

.fi-rr-user-unlock:before {
  content: "ﺝ";
}

.fi-rr-user-visor:before {
  content: "ﺞ";
}

.fi-rr-user-xmark:before {
  content: "ﺟ";
}

.fi-rr-user:before {
  content: "ﺠ";
}

.fi-rr-users-alt:before {
  content: "ﺡ";
}

.fi-rr-users-class:before {
  content: "ﺢ";
}

.fi-rr-users-gear:before {
  content: "ﺣ";
}

.fi-rr-users-medical:before {
  content: "ﺤ";
}

.fi-rr-users-slash:before {
  content: "ﺥ";
}

.fi-rr-users:before {
  content: "ﺦ";
}

.fi-rr-utensils-slash:before {
  content: "ﺧ";
}

.fi-rr-utensils:before {
  content: "ﺨ";
}

.fi-rr-utility-pole-double:before {
  content: "ﺩ";
}

.fi-rr-utility-pole:before {
  content: "ﺪ";
}

.fi-rr-ux-browser:before {
  content: "ﺫ";
}

.fi-rr-ux:before {
  content: "ﺬ";
}

.fi-rr-v:before {
  content: "ﺭ";
}

.fi-rr-vacuum-robot:before {
  content: "ﺮ";
}

.fi-rr-vacuum:before {
  content: "ﺯ";
}

.fi-rr-value-absolute:before {
  content: "ﺰ";
}

.fi-rr-vault:before {
  content: "ﺱ";
}

.fi-rr-vector-alt:before {
  content: "ﺲ";
}

.fi-rr-vector-circle:before {
  content: "ﺳ";
}

.fi-rr-vector-polygon:before {
  content: "ﺴ";
}

.fi-rr-vector:before {
  content: "ﺵ";
}

.fi-rr-venus-double:before {
  content: "ﺶ";
}

.fi-rr-venus-mars:before {
  content: "ﺷ";
}

.fi-rr-venus:before {
  content: "ﺸ";
}

.fi-rr-vest-patches:before {
  content: "ﺹ";
}

.fi-rr-vest:before {
  content: "ﺺ";
}

.fi-rr-video-arrow-down-left:before {
  content: "ﺻ";
}

.fi-rr-video-arrow-up-right:before {
  content: "ﺼ";
}

.fi-rr-video-camera-alt:before {
  content: "ﺽ";
}

.fi-rr-video-camera:before {
  content: "ﺾ";
}

.fi-rr-video-duration:before {
  content: "ﺿ";
}

.fi-rr-video-plus:before {
  content: "ﻀ";
}

.fi-rr-video-slash:before {
  content: "ﻁ";
}

.fi-rr-videoconference:before {
  content: "ﻂ";
}

.fi-rr-vihara:before {
  content: "ﻃ";
}

.fi-rr-violin:before {
  content: "ﻄ";
}

.fi-rr-virus-slash:before {
  content: "ﻅ";
}

.fi-rr-virus:before {
  content: "ﻆ";
}

.fi-rr-viruses:before {
  content: "ﻇ";
}

.fi-rr-visit:before {
  content: "ﻈ";
}

.fi-rr-voicemail:before {
  content: "ﻉ";
}

.fi-rr-volcano:before {
  content: "ﻊ";
}

.fi-rr-volleyball:before {
  content: "ﻋ";
}

.fi-rr-volume-down:before {
  content: "ﻌ";
}

.fi-rr-volume-mute:before {
  content: "ﻍ";
}

.fi-rr-volume-off:before {
  content: "ﻎ";
}

.fi-rr-volume-slash:before {
  content: "ﻏ";
}

.fi-rr-volume:before {
  content: "ﻐ";
}

.fi-rr-vote-nay:before {
  content: "ﻑ";
}

.fi-rr-vote-yea:before {
  content: "ﻒ";
}

.fi-rr-vr-cardboard:before {
  content: "ﻓ";
}

.fi-rr-w:before {
  content: "ﻔ";
}

.fi-rr-waffle:before {
  content: "ﻕ";
}

.fi-rr-wagon-covered:before {
  content: "ﻖ";
}

.fi-rr-walker:before {
  content: "ﻗ";
}

.fi-rr-walkie-talkie:before {
  content: "ﻘ";
}

.fi-rr-walking:before {
  content: "ﻙ";
}

.fi-rr-wallet-arrow:before {
  content: "ﻚ";
}

.fi-rr-wallet-buyer:before {
  content: "ﻛ";
}

.fi-rr-wallet:before {
  content: "ﻜ";
}

.fi-rr-warehouse-alt:before {
  content: "ﻝ";
}

.fi-rr-warranty:before {
  content: "ﻞ";
}

.fi-rr-washer:before {
  content: "ﻟ";
}

.fi-rr-waste-pollution:before {
  content: "ﻠ";
}

.fi-rr-waste:before {
  content: "ﻡ";
}

.fi-rr-watch-calculator:before {
  content: "ﻢ";
}

.fi-rr-watch-fitness:before {
  content: "ﻣ";
}

.fi-rr-watch-smart:before {
  content: "ﻤ";
}

.fi-rr-watch:before {
  content: "ﻥ";
}

.fi-rr-water-bottle:before {
  content: "ﻦ";
}

.fi-rr-water-ladder:before {
  content: "ﻧ";
}

.fi-rr-water-lower:before {
  content: "ﻨ";
}

.fi-rr-water-rise:before {
  content: "ﻩ";
}

.fi-rr-water:before {
  content: "ﻪ";
}

.fi-rr-watermelon:before {
  content: "ﻫ";
}

.fi-rr-wave-sine:before {
  content: "ﻬ";
}

.fi-rr-wave-square:before {
  content: "ﻭ";
}

.fi-rr-wave-triangle:before {
  content: "ﻮ";
}

.fi-rr-wave:before {
  content: "ﻯ";
}

.fi-rr-waveform-path:before {
  content: "ﻰ";
}

.fi-rr-waveform:before {
  content: "ﻱ";
}

.fi-rr-web-design:before {
  content: "ﻲ";
}

.fi-rr-webcam-slash:before {
  content: "ﻳ";
}

.fi-rr-webcam:before {
  content: "ﻴ";
}

.fi-rr-webhook:before {
  content: "ﻵ";
}

.fi-rr-wednesday:before {
  content: "ﻶ";
}

.fi-rr-whale:before {
  content: "ﻷ";
}

.fi-rr-wheat-awn-circle-exclamation:before {
  content: "ﻸ";
}

.fi-rr-wheat-awn-slash:before {
  content: "ﻹ";
}

.fi-rr-wheat-awn:before {
  content: "ﻺ";
}

.fi-rr-wheat-slash:before {
  content: "ﻻ";
}

.fi-rr-wheat:before {
  content: "ﻼ";
}

.fi-rr-wheelchair-move:before {
  content: "﻽";
}

.fi-rr-wheelchair-sleeping:before {
  content: "﻾";
}

.fi-rr-wheelchair:before {
  content: "＀";
}

.fi-rr-whistle:before {
  content: "！";
}

.fi-rr-white-space:before {
  content: "＂";
}

.fi-rr-wifi-1:before {
  content: "＃";
}

.fi-rr-wifi-2:before {
  content: "＄";
}

.fi-rr-wifi-alt:before {
  content: "％";
}

.fi-rr-wifi-exclamation:before {
  content: "＆";
}

.fi-rr-wifi-slash:before {
  content: "＇";
}

.fi-rr-wifi:before {
  content: "（";
}

.fi-rr-wind-turbine:before {
  content: "）";
}

.fi-rr-wind-warning:before {
  content: "＊";
}

.fi-rr-wind:before {
  content: "＋";
}

.fi-rr-window-alt:before {
  content: "，";
}

.fi-rr-window-frame-open:before {
  content: "－";
}

.fi-rr-window-frame:before {
  content: "．";
}

.fi-rr-window-maximize:before {
  content: "／";
}

.fi-rr-window-minimize:before {
  content: "０";
}

.fi-rr-window-restore:before {
  content: "１";
}

.fi-rr-windsock:before {
  content: "２";
}

.fi-rr-wine-bottle:before {
  content: "３";
}

.fi-rr-wine-glass-crack:before {
  content: "４";
}

.fi-rr-wine-glass-empty:before {
  content: "５";
}

.fi-rr-wishlist-heart:before {
  content: "６";
}

.fi-rr-wishlist-star:before {
  content: "７";
}

.fi-rr-woman-head:before {
  content: "８";
}

.fi-rr-woman-scientist:before {
  content: "９";
}

.fi-rr-won-sign:before {
  content: "：";
}

.fi-rr-work-in-progress:before {
  content: "；";
}

.fi-rr-workflow-alt:before {
  content: "＜";
}

.fi-rr-workflow-setting-alt:before {
  content: "＝";
}

.fi-rr-workflow-setting:before {
  content: "＞";
}

.fi-rr-workflow:before {
  content: "？";
}

.fi-rr-workshop:before {
  content: "＠";
}

.fi-rr-world:before {
  content: "Ａ";
}

.fi-rr-worm:before {
  content: "Ｂ";
}

.fi-rr-wreath:before {
  content: "Ｃ";
}

.fi-rr-wrench-alt:before {
  content: "Ｄ";
}

.fi-rr-wrench-simple:before {
  content: "Ｅ";
}

.fi-rr-x-ray:before {
  content: "Ｆ";
}

.fi-rr-x:before {
  content: "Ｇ";
}

.fi-rr-y:before {
  content: "Ｈ";
}

.fi-rr-yen:before {
  content: "Ｉ";
}

.fi-rr-yin-yang:before {
  content: "Ｊ";
}

.fi-rr-z:before {
  content: "Ｋ";
}

.fi-rr-zip-file:before {
  content: "Ｌ";
}

.fi-rr-zoom-in:before {
  content: "Ｍ";
}

.fi-rr-zoom-out:before {
  content: "Ｎ";
}

@font-face {
  font-family: uicons-solid-rounded;
  src: url(./fonts/@flaticon/uicons-solid-rounded-IYSBBSWN.woff2) format("woff2"), url(./fonts/@flaticon/uicons-solid-rounded-UWVI4CEC.woff) format("woff"), url(../uicons-solid-rounded-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.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: "豈";
}

.fi-sr-medal:before {
  content: "更";
}

.fi-sr-medical-star:before {
  content: "車";
}

.fi-sr-medicine:before {
  content: "賈";
}

.fi-sr-meditation:before {
  content: "滑";
}

.fi-sr-meeting-alt:before {
  content: "串";
}

.fi-sr-meeting:before {
  content: "句";
}

.fi-sr-megaphone-announcement-leader:before {
  content: "龜";
}

.fi-sr-megaphone:before {
  content: "龜";
}

.fi-sr-meh-blank:before {
  content: "契";
}

.fi-sr-meh-rolling-eyes:before {
  content: "金";
}

.fi-sr-meh:before {
  content: "喇";
}

.fi-sr-melon-alt:before {
  content: "奈";
}

.fi-sr-melon:before {
  content: "懶";
}

.fi-sr-member-list:before {
  content: "癩";
}

.fi-sr-member-search:before {
  content: "羅";
}

.fi-sr-membership-vip:before {
  content: "蘿";
}

.fi-sr-membership:before {
  content: "螺";
}

.fi-sr-memo-circle-check:before {
  content: "裸";
}

.fi-sr-memo-pad:before {
  content: "邏";
}

.fi-sr-memo:before {
  content: "樂";
}

.fi-sr-memory:before {
  content: "洛";
}

.fi-sr-menu-burger:before {
  content: "烙";
}

.fi-sr-menu-dots-vertical:before {
  content: "珞";
}

.fi-sr-menu-dots:before {
  content: "落";
}

.fi-sr-mercury:before {
  content: "酪";
}

.fi-sr-message-arrow-down:before {
  content: "駱";
}

.fi-sr-message-arrow-up-right:before {
  content: "亂";
}

.fi-sr-message-arrow-up:before {
  content: "卵";
}

.fi-sr-message-bot:before {
  content: "欄";
}

.fi-sr-message-code:before {
  content: "爛";
}

.fi-sr-message-dollar:before {
  content: "蘭";
}

.fi-sr-message-heart:before {
  content: "鸞";
}

.fi-sr-message-image:before {
  content: "嵐";
}

.fi-sr-message-question:before {
  content: "濫";
}

.fi-sr-message-quote:before {
  content: "藍";
}

.fi-sr-message-slash:before {
  content: "襤";
}

.fi-sr-message-sms:before {
  content: "拉";
}

.fi-sr-message-text:before {
  content: "臘";
}

.fi-sr-message-xmark:before {
  content: "蠟";
}

.fi-sr-messages-dollar:before {
  content: "廊";
}

.fi-sr-messages-question:before {
  content: "朗";
}

.fi-sr-messages:before {
  content: "浪";
}

.fi-sr-meteor:before {
  content: "狼";
}

.fi-sr-meter-bolt:before {
  content: "郎";
}

.fi-sr-meter-droplet:before {
  content: "來";
}

.fi-sr-meter-fire:before {
  content: "冷";
}

.fi-sr-meter:before {
  content: "勞";
}

.fi-sr-microchip-ai:before {
  content: "擄";
}

.fi-sr-microchip:before {
  content: "櫓";
}

.fi-sr-microphone-alt:before {
  content: "爐";
}

.fi-sr-microphone-slash:before {
  content: "盧";
}

.fi-sr-microphone:before {
  content: "老";
}

.fi-sr-microscope:before {
  content: "蘆";
}

.fi-sr-microwave:before {
  content: "虜";
}

.fi-sr-milk-alt:before {
  content: "路";
}

.fi-sr-milk:before {
  content: "露";
}

.fi-sr-mill-sign:before {
  content: "魯";
}

.fi-sr-mind-share:before {
  content: "鷺";
}

.fi-sr-minus-circle:before {
  content: "碌";
}

.fi-sr-minus-hexagon:before {
  content: "祿";
}

.fi-sr-minus-small:before {
  content: "綠";
}

.fi-sr-minus:before {
  content: "菉";
}

.fi-sr-mistletoe:before {
  content: "錄";
}

.fi-sr-mix:before {
  content: "鹿";
}

.fi-sr-mobile-button:before {
  content: "論";
}

.fi-sr-mobile-notch:before {
  content: "壟";
}

.fi-sr-mobile:before {
  content: "弄";
}

.fi-sr-mockup:before {
  content: "籠";
}

.fi-sr-mode-alt:before {
  content: "聾";
}

.fi-sr-mode-landscape:before {
  content: "牢";
}

.fi-sr-mode-portrait:before {
  content: "磊";
}

.fi-sr-mode:before {
  content: "賂";
}

.fi-sr-model-cube-arrows:before {
  content: "雷";
}

.fi-sr-model-cube-space:before {
  content: "壘";
}

.fi-sr-model-cube:before {
  content: "屢";
}

.fi-sr-module:before {
  content: "樓";
}

.fi-sr-monday:before {
  content: "淚";
}

.fi-sr-money-bill-simple:before {
  content: "漏";
}

.fi-sr-money-bill-transfer:before {
  content: "累";
}

.fi-sr-money-bill-wave-alt:before {
  content: "縷";
}

.fi-sr-money-bill-wave:before {
  content: "陋";
}

.fi-sr-money-bills-simple:before {
  content: "勒";
}

.fi-sr-money-bills:before {
  content: "肋";
}

.fi-sr-money-check-edit-alt:before {
  content: "凜";
}

.fi-sr-money-check-edit:before {
  content: "凌";
}

.fi-sr-money-check:before {
  content: "稜";
}

.fi-sr-money-coin-transfer:before {
  content: "綾";
}

.fi-sr-money-from-bracket:before {
  content: "菱";
}

.fi-sr-money-simple-from-bracket:before {
  content: "陵";
}

.fi-sr-money-transfer-alt:before {
  content: "讀";
}

.fi-sr-money-transfer-coin-arrow:before {
  content: "拏";
}

.fi-sr-money-transfer-smartphone:before {
  content: "樂";
}

.fi-sr-money-wings:before {
  content: "諾";
}

.fi-sr-money:before {
  content: "丹";
}

.fi-sr-monkey:before {
  content: "寧";
}

.fi-sr-monument:before {
  content: "怒";
}

.fi-sr-moon-stars:before {
  content: "率";
}

.fi-sr-moon:before {
  content: "異";
}

.fi-sr-moped:before {
  content: "北";
}

.fi-sr-mortar-pestle:before {
  content: "磻";
}

.fi-sr-mortgage:before {
  content: "便";
}

.fi-sr-mosque-alt:before {
  content: "復";
}

.fi-sr-mosque-moon:before {
  content: "不";
}

.fi-sr-mosque:before {
  content: "泌";
}

.fi-sr-mosquito-net:before {
  content: "數";
}

.fi-sr-mosquito:before {
  content: "索";
}

.fi-sr-motorcycle:before {
  content: "參";
}

.fi-sr-mound:before {
  content: "塞";
}

.fi-sr-mountain-city:before {
  content: "省";
}

.fi-sr-mountain:before {
  content: "葉";
}

.fi-sr-mountains:before {
  content: "說";
}

.fi-sr-mouse-field:before {
  content: "殺";
}

.fi-sr-mouse:before {
  content: "辰";
}

.fi-sr-mov-file:before {
  content: "沈";
}

.fi-sr-move-to-folder-2:before {
  content: "拾";
}

.fi-sr-move-to-folder:before {
  content: "若";
}

.fi-sr-mp3-file:before {
  content: "掠";
}

.fi-sr-mp3-player:before {
  content: "略";
}

.fi-sr-mp4-file:before {
  content: "亮";
}

.fi-sr-mug-alt:before {
  content: "兩";
}

.fi-sr-mug-hot-alt:before {
  content: "凉";
}

.fi-sr-mug-hot:before {
  content: "梁";
}

.fi-sr-mug-marshmallows:before {
  content: "糧";
}

.fi-sr-mug-tea-saucer:before {
  content: "良";
}

.fi-sr-mug-tea:before {
  content: "諒";
}

.fi-sr-mug:before {
  content: "量";
}

.fi-sr-multiple-alt:before {
  content: "勵";
}

.fi-sr-multiple:before {
  content: "呂";
}

.fi-sr-muscle:before {
  content: "女";
}

.fi-sr-mushroom-alt:before {
  content: "廬";
}

.fi-sr-mushroom:before {
  content: "旅";
}

.fi-sr-music-alt-slash:before {
  content: "濾";
}

.fi-sr-music-alt:before {
  content: "礪";
}

.fi-sr-music-file:before {
  content: "閭";
}

.fi-sr-music-note:before {
  content: "驪";
}

.fi-sr-music-slash:before {
  content: "麗";
}

.fi-sr-music:before {
  content: "黎";
}

.fi-sr-n:before {
  content: "力";
}

.fi-sr-naira-sign:before {
  content: "曆";
}

.fi-sr-narwhal:before {
  content: "歷";
}

.fi-sr-navigation:before {
  content: "轢";
}

.fi-sr-nesting-dolls:before {
  content: "年";
}

.fi-sr-network-cloud:before {
  content: "憐";
}

.fi-sr-network:before {
  content: "戀";
}

.fi-sr-neuter:before {
  content: "撚";
}

.fi-sr-newsletter-subscribe:before {
  content: "漣";
}

.fi-sr-newspaper-open:before {
  content: "煉";
}

.fi-sr-newspaper:before {
  content: "璉";
}

.fi-sr-nfc-lock:before {
  content: "秊";
}

.fi-sr-nfc-magnifying-glass:before {
  content: "練";
}

.fi-sr-nfc-pen:before {
  content: "聯";
}

.fi-sr-nfc-slash:before {
  content: "輦";
}

.fi-sr-nfc-trash:before {
  content: "蓮";
}

.fi-sr-nfc:before {
  content: "連";
}

.fi-sr-night-day:before {
  content: "鍊";
}

.fi-sr-no-fee:before {
  content: "列";
}

.fi-sr-no-people:before {
  content: "劣";
}

.fi-sr-noodles:before {
  content: "咽";
}

.fi-sr-nose:before {
  content: "烈";
}

.fi-sr-not-equal:before {
  content: "裂";
}

.fi-sr-not-found-alt:before {
  content: "說";
}

.fi-sr-not-found-magnifying-glass:before {
  content: "廉";
}

.fi-sr-not-found:before {
  content: "念";
}

.fi-sr-notdef:before {
  content: "捻";
}

.fi-sr-note-medical:before {
  content: "殮";
}

.fi-sr-note-sticky:before {
  content: "簾";
}

.fi-sr-note:before {
  content: "獵";
}

.fi-sr-notebook-alt:before {
  content: "令";
}

.fi-sr-notebook:before {
  content: "囹";
}

.fi-sr-notes-medical:before {
  content: "寧";
}

.fi-sr-notes:before {
  content: "嶺";
}

.fi-sr-o:before {
  content: "怜";
}

.fi-sr-object-exclude:before {
  content: "玲";
}

.fi-sr-object-group:before {
  content: "瑩";
}

.fi-sr-object-intersect:before {
  content: "羚";
}

.fi-sr-object-subtract:before {
  content: "聆";
}

.fi-sr-object-ungroup:before {
  content: "鈴";
}

.fi-sr-object-union:before {
  content: "零";
}

.fi-sr-objects-column:before {
  content: "靈";
}

.fi-sr-octagon-check:before {
  content: "領";
}

.fi-sr-octagon-divide:before {
  content: "例";
}

.fi-sr-octagon-exclamation:before {
  content: "禮";
}

.fi-sr-octagon-minus:before {
  content: "醴";
}

.fi-sr-octagon-plus:before {
  content: "隸";
}

.fi-sr-octagon-xmark:before {
  content: "惡";
}

.fi-sr-octagon:before {
  content: "了";
}

.fi-sr-oil-can:before {
  content: "僚";
}

.fi-sr-oil-temp:before {
  content: "寮";
}

.fi-sr-olive-oil:before {
  content: "尿";
}

.fi-sr-olive:before {
  content: "料";
}

.fi-sr-olives:before {
  content: "樂";
}

.fi-sr-om:before {
  content: "燎";
}

.fi-sr-omega:before {
  content: "療";
}

.fi-sr-onboarding:before {
  content: "蓼";
}

.fi-sr-onion:before {
  content: "遼";
}

.fi-sr-opacity:before {
  content: "龍";
}

.fi-sr-open-mail-clip:before {
  content: "暈";
}

.fi-sr-operating-system-upgrade:before {
  content: "阮";
}

.fi-sr-operation:before {
  content: "劉";
}

.fi-sr-order-history:before {
  content: "杻";
}

.fi-sr-organization-chart:before {
  content: "柳";
}

.fi-sr-ornament:before {
  content: "流";
}

.fi-sr-otp:before {
  content: "溜";
}

.fi-sr-otter:before {
  content: "琉";
}

.fi-sr-outdent:before {
  content: "留";
}

.fi-sr-oval-alt:before {
  content: "硫";
}

.fi-sr-oval:before {
  content: "紐";
}

.fi-sr-oven:before {
  content: "類";
}

.fi-sr-overline:before {
  content: "六";
}

.fi-sr-overview:before {
  content: "戮";
}

.fi-sr-p:before {
  content: "陸";
}

.fi-sr-package:before {
  content: "倫";
}

.fi-sr-padlock-check:before {
  content: "崙";
}

.fi-sr-page-break:before {
  content: "淪";
}

.fi-sr-pager:before {
  content: "輪";
}

.fi-sr-paid:before {
  content: "律";
}

.fi-sr-paint-roller:before {
  content: "慄";
}

.fi-sr-paint:before {
  content: "栗";
}

.fi-sr-paintbrush-pencil:before {
  content: "率";
}

.fi-sr-palette:before {
  content: "隆";
}

.fi-sr-pallet-alt:before {
  content: "利";
}

.fi-sr-pallet:before {
  content: "吏";
}

.fi-sr-pan-food:before {
  content: "履";
}

.fi-sr-pan-frying:before {
  content: "易";
}

.fi-sr-pan:before {
  content: "李";
}

.fi-sr-pancakes:before {
  content: "梨";
}

.fi-sr-panorama:before {
  content: "泥";
}

.fi-sr-paper-plane-launch:before {
  content: "理";
}

.fi-sr-paper-plane-top:before {
  content: "痢";
}

.fi-sr-paper-plane:before {
  content: "罹";
}

.fi-sr-paperclip-vertical:before {
  content: "裏";
}

.fi-sr-parachute-box:before {
  content: "裡";
}

.fi-sr-paragraph-left:before {
  content: "里";
}

.fi-sr-paragraph:before {
  content: "離";
}

.fi-sr-parking-circle-slash:before {
  content: "匿";
}

.fi-sr-parking-circle:before {
  content: "溺";
}

.fi-sr-parking-slash:before {
  content: "吝";
}

.fi-sr-parking:before {
  content: "燐";
}

.fi-sr-party-bell:before {
  content: "璘";
}

.fi-sr-party-horn:before {
  content: "藺";
}

.fi-sr-party:before {
  content: "隣";
}

.fi-sr-passport:before {
  content: "鱗";
}

.fi-sr-password-alt:before {
  content: "麟";
}

.fi-sr-password-computer:before {
  content: "林";
}

.fi-sr-password-email:before {
  content: "淋";
}

.fi-sr-password-smartphone:before {
  content: "臨";
}

.fi-sr-password:before {
  content: "立";
}

.fi-sr-paste:before {
  content: "笠";
}

.fi-sr-pattern:before {
  content: "粒";
}

.fi-sr-pause-circle:before {
  content: "狀";
}

.fi-sr-pause-square:before {
  content: "炙";
}

.fi-sr-pause:before {
  content: "識";
}

.fi-sr-paw-claws:before {
  content: "什";
}

.fi-sr-paw-heart:before {
  content: "茶";
}

.fi-sr-paw:before {
  content: "刺";
}

.fi-sr-payment-pos:before {
  content: "切";
}

.fi-sr-payroll-check:before {
  content: "度";
}

.fi-sr-peace:before {
  content: "拓";
}

.fi-sr-peach:before {
  content: "糖";
}

.fi-sr-peanut:before {
  content: "宅";
}

.fi-sr-peanuts:before {
  content: "洞";
}

.fi-sr-peapod:before {
  content: "暴";
}

.fi-sr-pear:before {
  content: "輻";
}

.fi-sr-pedestal:before {
  content: "行";
}

.fi-sr-pen-circle:before {
  content: "降";
}

.fi-sr-pen-clip-slash:before {
  content: "見";
}

.fi-sr-pen-clip:before {
  content: "廓";
}

.fi-sr-pen-fancy-slash:before {
  content: "兀";
}

.fi-sr-pen-fancy:before {
  content: "嗀";
}

.fi-sr-pen-field:before {
  content: "﨎";
}

.fi-sr-pen-nib-slash:before {
  content: "﨏";
}

.fi-sr-pen-nib:before {
  content: "塚";
}

.fi-sr-pen-slash:before {
  content: "﨑";
}

.fi-sr-pen-square:before {
  content: "晴";
}

.fi-sr-pen-swirl:before {
  content: "﨓";
}

.fi-sr-pencil-paintbrush:before {
  content: "﨔";
}

.fi-sr-pencil-ruler:before {
  content: "凞";
}

.fi-sr-pencil-slash:before {
  content: "猪";
}

.fi-sr-pencil:before {
  content: "益";
}

.fi-sr-pending:before {
  content: "礼";
}

.fi-sr-pennant:before {
  content: "神";
}

.fi-sr-people-arrows-left-right:before {
  content: "祥";
}

.fi-sr-people-carry-box:before {
  content: "福";
}

.fi-sr-people-dress:before {
  content: "靖";
}

.fi-sr-people-network-partner:before {
  content: "精";
}

.fi-sr-people-pants:before {
  content: "羽";
}

.fi-sr-people-poll:before {
  content: "﨟";
}

.fi-sr-people-pulling:before {
  content: "蘒";
}

.fi-sr-people-roof:before {
  content: "﨡";
}

.fi-sr-people:before {
  content: "諸";
}

.fi-sr-pepper-alt:before {
  content: "﨣";
}

.fi-sr-pepper-hot:before {
  content: "﨤";
}

.fi-sr-pepper:before {
  content: "逸";
}

.fi-sr-percentage:before {
  content: "都";
}

.fi-sr-person-burst:before {
  content: "﨧";
}

.fi-sr-person-carry-box:before {
  content: "﨨";
}

.fi-sr-person-circle-check:before {
  content: "﨩";
}

.fi-sr-person-circle-exclamation:before {
  content: "飯";
}

.fi-sr-person-circle-minus:before {
  content: "飼";
}

.fi-sr-person-circle-plus:before {
  content: "館";
}

.fi-sr-person-circle-question:before {
  content: "鶴";
}

.fi-sr-person-circle-xmark:before {
  content: "郞";
}

.fi-sr-person-cv:before {
  content: "隷";
}

.fi-sr-person-dolly-empty:before {
  content: "侮";
}

.fi-sr-person-dolly:before {
  content: "僧";
}

.fi-sr-person-dress-simple:before {
  content: "免";
}

.fi-sr-person-dress:before {
  content: "勉";
}

.fi-sr-person-luggage:before {
  content: "勤";
}

.fi-sr-person-lunge:before {
  content: "卑";
}

.fi-sr-person-pilates:before {
  content: "喝";
}

.fi-sr-person-praying:before {
  content: "嘆";
}

.fi-sr-person-pregnant:before {
  content: "器";
}

.fi-sr-person-seat-reclined:before {
  content: "塀";
}

.fi-sr-person-seat:before {
  content: "墨";
}

.fi-sr-person-shelter:before {
  content: "層";
}

.fi-sr-person-sign:before {
  content: "屮";
}

.fi-sr-person-simple:before {
  content: "悔";
}

.fi-sr-person-walking-with-cane:before {
  content: "慨";
}

.fi-sr-peseta-sign:before {
  content: "憎";
}

.fi-sr-peso-sign:before {
  content: "懲";
}

.fi-sr-pets:before {
  content: "敏";
}

.fi-sr-pharmacy:before {
  content: "既";
}

.fi-sr-phone-call:before {
  content: "暑";
}

.fi-sr-phone-cross:before {
  content: "梅";
}

.fi-sr-phone-flip:before {
  content: "海";
}

.fi-sr-phone-guide:before {
  content: "渚";
}

.fi-sr-phone-heart-message:before {
  content: "漢";
}

.fi-sr-phone-office:before {
  content: "煮";
}

.fi-sr-phone-pause:before {
  content: "爫";
}

.fi-sr-phone-plus:before {
  content: "琢";
}

.fi-sr-phone-rotary:before {
  content: "碑";
}

.fi-sr-phone-slash:before {
  content: "社";
}

.fi-sr-photo-capture:before {
  content: "祉";
}

.fi-sr-photo-film-music:before {
  content: "祈";
}

.fi-sr-photo-video:before {
  content: "祐";
}

.fi-sr-physics:before {
  content: "祖";
}

.fi-sr-Pi:before {
  content: "祝";
}

.fi-sr-piano-keyboard:before {
  content: "禍";
}

.fi-sr-piano:before {
  content: "禎";
}

.fi-sr-pickaxe:before {
  content: "穀";
}

.fi-sr-picking-box:before {
  content: "突";
}

.fi-sr-picking:before {
  content: "節";
}

.fi-sr-picnic:before {
  content: "練";
}

.fi-sr-picpeople-filled:before {
  content: "縉";
}

.fi-sr-picpeople:before {
  content: "繁";
}

.fi-sr-picture:before {
  content: "署";
}

.fi-sr-pie:before {
  content: "者";
}

.fi-sr-pig-bank-bulb:before {
  content: "臭";
}

.fi-sr-pig-face:before {
  content: "艹";
}

.fi-sr-pig:before {
  content: "艹";
}

.fi-sr-piggy-bank-budget:before {
  content: "著";
}

.fi-sr-piggy-bank:before {
  content: "褐";
}

.fi-sr-pills:before {
  content: "視";
}

.fi-sr-pinata:before {
  content: "謁";
}

.fi-sr-pineapple-alt:before {
  content: "謹";
}

.fi-sr-pineapple:before {
  content: "賓";
}

.fi-sr-pipe-smoking:before {
  content: "贈";
}

.fi-sr-pipette:before {
  content: "辶";
}

.fi-sr-pizza-slice:before {
  content: "逸";
}

.fi-sr-place-of-worship:before {
  content: "難";
}

.fi-sr-plan-strategy:before {
  content: "響";
}

.fi-sr-plan:before {
  content: "頻";
}

.fi-sr-plane-alt:before {
  content: "恵";
}

.fi-sr-plane-arrival:before {
  content: "𤋮";
}

.fi-sr-plane-departure:before {
  content: "舘";
}

.fi-sr-plane-prop:before {
  content: "﩮";
}

.fi-sr-plane-slash:before {
  content: "﩯";
}

.fi-sr-plane-tail:before {
  content: "並";
}

.fi-sr-plane:before {
  content: "况";
}

.fi-sr-planet-moon:before {
  content: "全";
}

.fi-sr-planet-ringed:before {
  content: "侀";
}

.fi-sr-plant-care:before {
  content: "充";
}

.fi-sr-plant-growth:before {
  content: "冀";
}

.fi-sr-plant-seed-invest:before {
  content: "勇";
}

.fi-sr-plant-wilt:before {
  content: "勺";
}

.fi-sr-plate-utensils:before {
  content: "喝";
}

.fi-sr-plate-wheat:before {
  content: "啕";
}

.fi-sr-plate:before {
  content: "喙";
}

.fi-sr-play-alt:before {
  content: "嗢";
}

.fi-sr-play-circle:before {
  content: "塚";
}

.fi-sr-play-microphone:before {
  content: "墳";
}

.fi-sr-play-pause:before {
  content: "奄";
}

.fi-sr-play:before {
  content: "奔";
}

.fi-sr-plug-alt:before {
  content: "婢";
}

.fi-sr-plug-cable:before {
  content: "嬨";
}

.fi-sr-plug-circle-bolt:before {
  content: "廒";
}

.fi-sr-plug-circle-check:before {
  content: "廙";
}

.fi-sr-plug-circle-exclamation:before {
  content: "彩";
}

.fi-sr-plug-circle-minus:before {
  content: "徭";
}

.fi-sr-plug-circle-plus:before {
  content: "惘";
}

.fi-sr-plug-connection:before {
  content: "慎";
}

.fi-sr-plug:before {
  content: "愈";
}

.fi-sr-plus-hexagon:before {
  content: "憎";
}

.fi-sr-plus-minus:before {
  content: "慠";
}

.fi-sr-plus-small:before {
  content: "懲";
}

.fi-sr-plus:before {
  content: "戴";
}

.fi-sr-png-file:before {
  content: "揄";
}

.fi-sr-podcast:before {
  content: "搜";
}

.fi-sr-podium-star:before {
  content: "摒";
}

.fi-sr-podium-victory-leader:before {
  content: "敖";
}

.fi-sr-podium:before {
  content: "晴";
}

.fi-sr-point-of-sale-bill:before {
  content: "朗";
}

.fi-sr-point-of-sale-signal:before {
  content: "望";
}

.fi-sr-point-of-sale:before {
  content: "杖";
}

.fi-sr-pointer-loading:before {
  content: "歹";
}

.fi-sr-pointer-text:before {
  content: "殺";
}

.fi-sr-police-box:before {
  content: "流";
}

.fi-sr-poll-h:before {
  content: "滛";
}

.fi-sr-pollution:before {
  content: "滋";
}

.fi-sr-pompebled:before {
  content: "漢";
}

.fi-sr-poo-bolt:before {
  content: "瀞";
}

.fi-sr-poo:before {
  content: "煮";
}

.fi-sr-pool-8-ball:before {
  content: "瞧";
}

.fi-sr-poop:before {
  content: "爵";
}

.fi-sr-popcorn:before {
  content: "犯";
}

.fi-sr-popsicle:before {
  content: "猪";
}

.fi-sr-portal-enter:before {
  content: "瑱";
}

.fi-sr-portal-exit:before {
  content: "甆";
}

.fi-sr-portrait:before {
  content: "画";
}

.fi-sr-postal-address:before {
  content: "瘝";
}

.fi-sr-pot:before {
  content: "瘟";
}

.fi-sr-potato:before {
  content: "益";
}

.fi-sr-pound:before {
  content: "盛";
}

.fi-sr-power:before {
  content: "直";
}

.fi-sr-ppt-file:before {
  content: "睊";
}

.fi-sr-practice:before {
  content: "着";
}

.fi-sr-praying-hands:before {
  content: "磌";
}

.fi-sr-prescription-bottle-alt:before {
  content: "窱";
}

.fi-sr-prescription-bottle-pill:before {
  content: "節";
}

.fi-sr-prescription-bottle:before {
  content: "类";
}

.fi-sr-prescription:before {
  content: "絛";
}

.fi-sr-presentation:before {
  content: "練";
}

.fi-sr-preview:before {
  content: "缾";
}

.fi-sr-previous-square:before {
  content: "者";
}

.fi-sr-print-magnifying-glass:before {
  content: "荒";
}

.fi-sr-print-slash:before {
  content: "華";
}

.fi-sr-print:before {
  content: "蝹";
}

.fi-sr-priority-arrow:before {
  content: "襁";
}

.fi-sr-priority-arrows:before {
  content: "覆";
}

.fi-sr-priority-importance:before {
  content: "視";
}

.fi-sr-procedures:before {
  content: "調";
}

.fi-sr-process:before {
  content: "諸";
}

.fi-sr-productivity:before {
  content: "請";
}

.fi-sr-progress-complete:before {
  content: "謁";
}

.fi-sr-progress-download:before {
  content: "諾";
}

.fi-sr-progress-upload:before {
  content: "諭";
}

.fi-sr-projector:before {
  content: "謹";
}

.fi-sr-protractor:before {
  content: "變";
}

.fi-sr-pulse:before {
  content: "贈";
}

.fi-sr-pump-medical:before {
  content: "輸";
}

.fi-sr-pump:before {
  content: "遲";
}

.fi-sr-pumpkin-alt-2:before {
  content: "醙";
}

.fi-sr-pumpkin-alt:before {
  content: "鉶";
}

.fi-sr-pumpkin:before {
  content: "陼";
}

.fi-sr-puzzle-alt:before {
  content: "難";
}

.fi-sr-puzzle-piece-integration:before {
  content: "靖";
}

.fi-sr-puzzle-piece:before {
  content: "韛";
}

.fi-sr-puzzle-pieces:before {
  content: "響";
}

.fi-sr-pyramid:before {
  content: "頋";
}

.fi-sr-q:before {
  content: "頻";
}

.fi-sr-qr-scan:before {
  content: "鬒";
}

.fi-sr-QR:before {
  content: "龜";
}

.fi-sr-qrcode:before {
  content: "𢡊";
}

.fi-sr-question-square:before {
  content: "𢡄";
}

.fi-sr-question:before {
  content: "𣏕";
}

.fi-sr-queue-alt:before {
  content: "㮝";
}

.fi-sr-queue-line:before {
  content: "䀘";
}

.fi-sr-queue-signal:before {
  content: "䀹";
}

.fi-sr-queue:before {
  content: "𥉉";
}

.fi-sr-quill-pen-story:before {
  content: "𥳐";
}

.fi-sr-quiz-alt:before {
  content: "𧻓";
}

.fi-sr-quiz:before {
  content: "齃";
}

.fi-sr-quote-right:before {
  content: "龎";
}

.fi-sr-r:before {
  content: "﫚";
}

.fi-sr-rabbit-fast:before {
  content: "﫛";
}

.fi-sr-rabbit:before {
  content: "﫜";
}

.fi-sr-raccoon:before {
  content: "﫝";
}

.fi-sr-racquet:before {
  content: "﫞";
}

.fi-sr-radar-monitoring-track:before {
  content: "﫟";
}

.fi-sr-radar:before {
  content: "﫠";
}

.fi-sr-radiation-alt:before {
  content: "﫡";
}

.fi-sr-radiation:before {
  content: "﫢";
}

.fi-sr-radio-alt:before {
  content: "﫣";
}

.fi-sr-radio-button:before {
  content: "﫤";
}

.fi-sr-radio:before {
  content: "﫥";
}

.fi-sr-radish:before {
  content: "﫦";
}

.fi-sr-rainbow:before {
  content: "﫧";
}

.fi-sr-raindrops:before {
  content: "﫨";
}

.fi-sr-ram:before {
  content: "﫩";
}

.fi-sr-ramp-loading:before {
  content: "﫪";
}

.fi-sr-rank:before {
  content: "﫫";
}

.fi-sr-ranking-podium-empty:before {
  content: "﫬";
}

.fi-sr-ranking-podium:before {
  content: "﫭";
}

.fi-sr-ranking-star:before {
  content: "﫮";
}

.fi-sr-ranking-stars:before {
  content: "﫯";
}

.fi-sr-raygun:before {
  content: "﫰";
}

.fi-sr-razor-barber:before {
  content: "﫱";
}

.fi-sr-react:before {
  content: "﫲";
}

.fi-sr-rec:before {
  content: "﫳";
}

.fi-sr-receipt:before {
  content: "﫴";
}

.fi-sr-recipe-book:before {
  content: "﫵";
}

.fi-sr-recipe:before {
  content: "﫶";
}

.fi-sr-record-vinyl:before {
  content: "﫷";
}

.fi-sr-rectabgle-vertical:before {
  content: "﫸";
}

.fi-sr-rectangle-barcode:before {
  content: "﫹";
}

.fi-sr-rectangle-code:before {
  content: "﫺";
}

.fi-sr-rectangle-history-circle-plus:before {
  content: "﫻";
}

.fi-sr-rectangle-horizontal:before {
  content: "﫼";
}

.fi-sr-rectangle-list:before {
  content: "﫽";
}

.fi-sr-rectangle-panoramic:before {
  content: "﫾";
}

.fi-sr-rectangle-pro:before {
  content: "﫿";
}

.fi-sr-rectangle-vertical-history:before {
  content: "ﬀ";
}

.fi-sr-rectangle-vertical:before {
  content: "ﬁ";
}

.fi-sr-rectangle-xmark:before {
  content: "ﬂ";
}

.fi-sr-rectangles-mixed:before {
  content: "ﬃ";
}

.fi-sr-recycle-bin:before {
  content: "ﬄ";
}

.fi-sr-recycle:before {
  content: "ﬅ";
}

.fi-sr-redo-alt:before {
  content: "ﬆ";
}

.fi-sr-redo:before {
  content: "﬇";
}

.fi-sr-reel:before {
  content: "﬈";
}

.fi-sr-refer-arrow:before {
  content: "﬉";
}

.fi-sr-refer:before {
  content: "﬊";
}

.fi-sr-referral-alt:before {
  content: "﬋";
}

.fi-sr-referral-user:before {
  content: "﬌";
}

.fi-sr-referral:before {
  content: "﬍";
}

.fi-sr-reflect-horizontal-alt:before {
  content: "﬎";
}

.fi-sr-reflect-horizontal:before {
  content: "﬏";
}

.fi-sr-reflect-vertical:before {
  content: "﬐";
}

.fi-sr-reflect:before {
  content: "﬑";
}

.fi-sr-refresh:before {
  content: "﬒";
}

.fi-sr-refrigerator:before {
  content: "ﬓ";
}

.fi-sr-refund-alt:before {
  content: "ﬔ";
}

.fi-sr-refund:before {
  content: "ﬕ";
}

.fi-sr-region-pin-alt:before {
  content: "ﬖ";
}

.fi-sr-region-pin:before {
  content: "ﬗ";
}

.fi-sr-registered:before {
  content: "﬘";
}

.fi-sr-registration-paper:before {
  content: "﬙";
}

.fi-sr-remove-folder:before {
  content: "﬚";
}

.fi-sr-remove-user:before {
  content: "﬛";
}

.fi-sr-rent-signal:before {
  content: "﬜";
}

.fi-sr-rent:before {
  content: "יִ";
}

.fi-sr-replace:before {
  content: "ﬞ";
}

.fi-sr-replay-10:before {
  content: "ײַ";
}

.fi-sr-replay-30:before {
  content: "ﬠ";
}

.fi-sr-replay-5:before {
  content: "ﬡ";
}

.fi-sr-reply-all:before {
  content: "ﬢ";
}

.fi-sr-republican:before {
  content: "ﬣ";
}

.fi-sr-reservation-smartphone:before {
  content: "ﬤ";
}

.fi-sr-reservation-table:before {
  content: "ﬥ";
}

.fi-sr-resistance-band:before {
  content: "ﬦ";
}

.fi-sr-resize:before {
  content: "ﬧ";
}

.fi-sr-resources:before {
  content: "ﬨ";
}

.fi-sr-restaurant:before {
  content: "﬩";
}

.fi-sr-restroom-simple:before {
  content: "שׁ";
}

.fi-sr-resume:before {
  content: "שׂ";
}

.fi-sr-revenue-alt:before {
  content: "שּׁ";
}

.fi-sr-revenue-euro:before {
  content: "שּׂ";
}

.fi-sr-Revenue:before {
  content: "אַ";
}

.fi-sr-review:before {
  content: "אָ";
}

.fi-sr-rewind-button-circle:before {
  content: "אּ";
}

.fi-sr-rewind:before {
  content: "בּ";
}

.fi-sr-rhombus:before {
  content: "גּ";
}

.fi-sr-ribbon:before {
  content: "דּ";
}

.fi-sr-right-from-bracket:before {
  content: "הּ";
}

.fi-sr-right:before {
  content: "וּ";
}

.fi-sr-ring-diamond:before {
  content: "זּ";
}

.fi-sr-ring:before {
  content: "﬷";
}

.fi-sr-rings-wedding:before {
  content: "טּ";
}

.fi-sr-risk-alt:before {
  content: "יּ";
}

.fi-sr-risk:before {
  content: "ךּ";
}

.fi-sr-road-barrier:before {
  content: "כּ";
}

.fi-sr-road-sign-left:before {
  content: "לּ";
}

.fi-sr-road:before {
  content: "﬽";
}

.fi-sr-robot:before {
  content: "מּ";
}

.fi-sr-robotic-arm:before {
  content: "﬿";
}

.fi-sr-rocket-lunch:before {
  content: "נּ";
}

.fi-sr-rocket:before {
  content: "סּ";
}

.fi-sr-roller-coaster:before {
  content: "﭂";
}

.fi-sr-room-service:before {
  content: "ףּ";
}

.fi-sr-rotate-exclamation:before {
  content: "פּ";
}

.fi-sr-rotate-left:before {
  content: "﭅";
}

.fi-sr-rotate-reverse:before {
  content: "צּ";
}

.fi-sr-rotate-right:before {
  content: "קּ";
}

.fi-sr-rotate-square:before {
  content: "רּ";
}

.fi-sr-roulette:before {
  content: "שּ";
}

.fi-sr-route-highway:before {
  content: "תּ";
}

.fi-sr-route-interstate:before {
  content: "וֹ";
}

.fi-sr-route:before {
  content: "בֿ";
}

.fi-sr-router:before {
  content: "כֿ";
}

.fi-sr-rss-alt:before {
  content: "פֿ";
}

.fi-sr-rss:before {
  content: "ﭏ";
}

.fi-sr-ruble-sign:before {
  content: "ﭐ";
}

.fi-sr-rugby-helmet:before {
  content: "ﭑ";
}

.fi-sr-rugby:before {
  content: "ﭒ";
}

.fi-sr-ruler-combined:before {
  content: "ﭓ";
}

.fi-sr-ruler-horizontal:before {
  content: "ﭔ";
}

.fi-sr-ruler-triangle:before {
  content: "ﭕ";
}

.fi-sr-ruler-vertical:before {
  content: "ﭖ";
}

.fi-sr-rules-alt:before {
  content: "ﭗ";
}

.fi-sr-rules:before {
  content: "ﭘ";
}

.fi-sr-running-track:before {
  content: "ﭙ";
}

.fi-sr-running:before {
  content: "ﭚ";
}

.fi-sr-rupee-sign:before {
  content: "ﭛ";
}

.fi-sr-rupiah-sign:before {
  content: "ﭜ";
}

.fi-sr-rv:before {
  content: "ﭝ";
}

.fi-sr-s:before {
  content: "ﭞ";
}

.fi-sr-sack-dollar:before {
  content: "ﭟ";
}

.fi-sr-sack:before {
  content: "ﭠ";
}

.fi-sr-sad-cry:before {
  content: "ﭡ";
}

.fi-sr-sad-tear:before {
  content: "ﭢ";
}

.fi-sr-sad:before {
  content: "ﭣ";
}

.fi-sr-safe-box:before {
  content: "ﭤ";
}

.fi-sr-sailboat:before {
  content: "ﭥ";
}

.fi-sr-salad:before {
  content: "ﭦ";
}

.fi-sr-salary-alt:before {
  content: "ﭧ";
}

.fi-sr-salt-pepper:before {
  content: "ﭨ";
}

.fi-sr-salt-shaker:before {
  content: "ﭩ";
}

.fi-sr-sandwich-alt:before {
  content: "ﭪ";
}

.fi-sr-sandwich:before {
  content: "ﭫ";
}

.fi-sr-satellite-dish:before {
  content: "ﭬ";
}

.fi-sr-satellite:before {
  content: "ﭭ";
}

.fi-sr-saturday:before {
  content: "ﭮ";
}

.fi-sr-sauce:before {
  content: "ﭯ";
}

.fi-sr-sausage:before {
  content: "ﭰ";
}

.fi-sr-sax-hot:before {
  content: "ﭱ";
}

.fi-sr-saxophone:before {
  content: "ﭲ";
}

.fi-sr-scale-comparison-alt:before {
  content: "ﭳ";
}

.fi-sr-scale-comparison:before {
  content: "ﭴ";
}

.fi-sr-scale:before {
  content: "ﭵ";
}

.fi-sr-scalpel-path:before {
  content: "ﭶ";
}

.fi-sr-scalpel:before {
  content: "ﭷ";
}

.fi-sr-scanner-gun:before {
  content: "ﭸ";
}

.fi-sr-scanner-image:before {
  content: "ﭹ";
}

.fi-sr-scanner-keyboard:before {
  content: "ﭺ";
}

.fi-sr-scanner-touchscreen:before {
  content: "ﭻ";
}

.fi-sr-scarecrow:before {
  content: "ﭼ";
}

.fi-sr-scarf:before {
  content: "ﭽ";
}

.fi-sr-school-bus:before {
  content: "ﭾ";
}

.fi-sr-school:before {
  content: "ﭿ";
}

.fi-sr-scissors:before {
  content: "ﮀ";
}

.fi-sr-scooter:before {
  content: "ﮁ";
}

.fi-sr-screen:before {
  content: "ﮂ";
}

.fi-sr-screencast:before {
  content: "ﮃ";
}

.fi-sr-screw-alt:before {
  content: "ﮄ";
}

.fi-sr-screw:before {
  content: "ﮅ";
}

.fi-sr-screwdriver:before {
  content: "ﮆ";
}

.fi-sr-scribble:before {
  content: "ﮇ";
}

.fi-sr-script:before {
  content: "ﮈ";
}

.fi-sr-scroll-document-story:before {
  content: "ﮉ";
}

.fi-sr-scroll-old:before {
  content: "ﮊ";
}

.fi-sr-scroll-torah:before {
  content: "ﮋ";
}

.fi-sr-scroll:before {
  content: "ﮌ";
}

.fi-sr-scrubber:before {
  content: "ﮍ";
}

.fi-sr-scythe:before {
  content: "ﮎ";
}

.fi-sr-sd-card:before {
  content: "ﮏ";
}

.fi-sr-sd-cards:before {
  content: "ﮐ";
}

.fi-sr-seal-exclamation:before {
  content: "ﮑ";
}

.fi-sr-seal-question:before {
  content: "ﮒ";
}

.fi-sr-seal:before {
  content: "ﮓ";
}

.fi-sr-search-alt:before {
  content: "ﮔ";
}

.fi-sr-search-dollar:before {
  content: "ﮕ";
}

.fi-sr-search-heart:before {
  content: "ﮖ";
}

.fi-sr-search-location:before {
  content: "ﮗ";
}

.fi-sr-search:before {
  content: "ﮘ";
}

.fi-sr-seat-airline:before {
  content: "ﮙ";
}

.fi-sr-seatbelt-safety-driver:before {
  content: "ﮚ";
}

.fi-sr-second-award:before {
  content: "ﮛ";
}

.fi-sr-second-laurel:before {
  content: "ﮜ";
}

.fi-sr-second-medal:before {
  content: "ﮝ";
}

.fi-sr-second:before {
  content: "ﮞ";
}

.fi-sr-seedling:before {
  content: "ﮟ";
}

.fi-sr-select:before {
  content: "ﮠ";
}

.fi-sr-selection:before {
  content: "ﮡ";
}

.fi-sr-seller-store:before {
  content: "ﮢ";
}

.fi-sr-seller:before {
  content: "ﮣ";
}

.fi-sr-send-back:before {
  content: "ﮤ";
}

.fi-sr-send-backward:before {
  content: "ﮥ";
}

.fi-sr-sensor-alert:before {
  content: "ﮦ";
}

.fi-sr-sensor-fire:before {
  content: "ﮧ";
}

.fi-sr-sensor-on:before {
  content: "ﮨ";
}

.fi-sr-sensor-smoke:before {
  content: "ﮩ";
}

.fi-sr-sensor:before {
  content: "ﮪ";
}

.fi-sr-settings-sliders:before {
  content: "ﮫ";
}

.fi-sr-settings:before {
  content: "ﮬ";
}

.fi-sr-share-alt-square:before {
  content: "ﮭ";
}

.fi-sr-share-square:before {
  content: "ﮮ";
}

.fi-sr-share:before {
  content: "ﮯ";
}

.fi-sr-sheep:before {
  content: "ﮰ";
}

.fi-sr-shekel-sign:before {
  content: "ﮱ";
}

.fi-sr-shelves:before {
  content: "﮲";
}

.fi-sr-shield-alt:before {
  content: "﮳";
}

.fi-sr-shield-cat:before {
  content: "﮴";
}

.fi-sr-shield-check:before {
  content: "﮵";
}

.fi-sr-shield-cross:before {
  content: "﮶";
}

.fi-sr-shield-dog:before {
  content: "﮷";
}

.fi-sr-shield-exclamation:before {
  content: "﮸";
}

.fi-sr-shield-interrogation:before {
  content: "﮹";
}

.fi-sr-shield-keyhole:before {
  content: "﮺";
}

.fi-sr-shield-minus:before {
  content: "﮻";
}

.fi-sr-shield-plus:before {
  content: "﮼";
}

.fi-sr-shield-security-risk:before {
  content: "﮽";
}

.fi-sr-shield-slash:before {
  content: "﮾";
}

.fi-sr-shield-trust:before {
  content: "﮿";
}

.fi-sr-shield-virus:before {
  content: "﯀";
}

.fi-sr-shield-xmark:before {
  content: "﯁";
}

.fi-sr-shield:before {
  content: "﯂";
}

.fi-sr-ship-side:before {
  content: "﯃";
}

.fi-sr-ship:before {
  content: "﯄";
}

.fi-sr-shipping-fast:before {
  content: "﯅";
}

.fi-sr-shipping-timed:before {
  content: "﯆";
}

.fi-sr-shirt-long-sleeve:before {
  content: "﯇";
}

.fi-sr-shirt-running:before {
  content: "﯈";
}

.fi-sr-shirt-tank-top:before {
  content: "﯉";
}

.fi-sr-shirt:before {
  content: "﯊";
}

.fi-sr-shish-kebab:before {
  content: "﯋";
}

.fi-sr-shoe-prints:before {
  content: "﯌";
}

.fi-sr-shop-lock:before {
  content: "﯍";
}

.fi-sr-shop-slash:before {
  content: "﯎";
}

.fi-sr-shop:before {
  content: "﯏";
}

.fi-sr-shopping-bag-add:before {
  content: "﯐";
}

.fi-sr-shopping-bag:before {
  content: "﯑";
}

.fi-sr-shopping-basket:before {
  content: "﯒";
}

.fi-sr-shopping-cart-add:before {
  content: "ﯓ";
}

.fi-sr-shopping-cart-buyer:before {
  content: "ﯔ";
}

.fi-sr-shopping-cart-check:before {
  content: "ﯕ";
}

.fi-sr-shopping-cart:before {
  content: "ﯖ";
}

.fi-sr-shovel-snow:before {
  content: "ﯗ";
}

.fi-sr-shovel:before {
  content: "ﯘ";
}

.fi-sr-shower-down:before {
  content: "ﯙ";
}

.fi-sr-shower:before {
  content: "ﯚ";
}

.fi-sr-shredder:before {
  content: "ﯛ";
}

.fi-sr-shrimp:before {
  content: "ﯜ";
}

.fi-sr-shuffle:before {
  content: "ﯝ";
}

.fi-sr-shuttle-van:before {
  content: "ﯞ";
}

.fi-sr-shuttlecock:before {
  content: "ﯟ";
}

.fi-sr-Sickle:before {
  content: "ﯠ";
}

.fi-sr-sidebar-flip:before {
  content: "ﯡ";
}

.fi-sr-sidebar:before {
  content: "ﯢ";
}

.fi-sr-sigma:before {
  content: "ﯣ";
}

.fi-sr-sign-hanging:before {
  content: "ﯤ";
}

.fi-sr-sign-in-alt:before {
  content: "ﯥ";
}

.fi-sr-sign-out-alt:before {
  content: "ﯦ";
}

.fi-sr-sign-posts-wrench:before {
  content: "ﯧ";
}

.fi-sr-sign-posts:before {
  content: "ﯨ";
}

.fi-sr-sign-up:before {
  content: "ﯩ";
}

.fi-sr-signal-alt-1:before {
  content: "ﯪ";
}

.fi-sr-signal-alt-2:before {
  content: "ﯫ";
}

.fi-sr-signal-alt-slash:before {
  content: "ﯬ";
}

.fi-sr-signal-alt:before {
  content: "ﯭ";
}

.fi-sr-signal-bars-fair:before {
  content: "ﯮ";
}

.fi-sr-signal-bars-good:before {
  content: "ﯯ";
}

.fi-sr-signal-bars-weak:before {
  content: "ﯰ";
}

.fi-sr-signal-stream-slash:before {
  content: "ﯱ";
}

.fi-sr-signal-stream:before {
  content: "ﯲ";
}

.fi-sr-signature-lock:before {
  content: "ﯳ";
}

.fi-sr-signature-slash:before {
  content: "ﯴ";
}

.fi-sr-signature:before {
  content: "ﯵ";
}

.fi-sr-sim-card:before {
  content: "ﯶ";
}

.fi-sr-sim-cards:before {
  content: "ﯷ";
}

.fi-sr-sink:before {
  content: "ﯸ";
}

.fi-sr-siren-on:before {
  content: "ﯹ";
}

.fi-sr-Siren:before {
  content: "ﯺ";
}

.fi-sr-site-alt:before {
  content: "ﯻ";
}

.fi-sr-site-browser:before {
  content: "ﯼ";
}

.fi-sr-site:before {
  content: "ﯽ";
}

.fi-sr-sitemap:before {
  content: "ﯾ";
}

.fi-sr-skateboard:before {
  content: "ﯿ";
}

.fi-sr-skating:before {
  content: "ﰀ";
}

.fi-sr-skeleton-ribs:before {
  content: "ﰁ";
}

.fi-sr-skeleton:before {
  content: "ﰂ";
}

.fi-sr-skewer:before {
  content: "ﰃ";
}

.fi-sr-ski-boot-ski:before {
  content: "ﰄ";
}

.fi-sr-ski-jump:before {
  content: "ﰅ";
}

.fi-sr-ski-lift:before {
  content: "ﰆ";
}

.fi-sr-skiing-nordic:before {
  content: "ﰇ";
}

.fi-sr-skiing:before {
  content: "ﰈ";
}

.fi-sr-skill-alt:before {
  content: "ﰉ";
}

.fi-sr-skill-user:before {
  content: "ﰊ";
}

.fi-sr-skill:before {
  content: "ﰋ";
}

.fi-sr-skin-arrow:before {
  content: "ﰌ";
}

.fi-sr-skin-drop:before {
  content: "ﰍ";
}

.fi-sr-skin-hair:before {
  content: "ﰎ";
}

.fi-sr-skin:before {
  content: "ﰏ";
}

.fi-sr-skip-15-seconds:before {
  content: "ﰐ";
}

.fi-sr-skull-cow:before {
  content: "ﰑ";
}

.fi-sr-skull-crossbones:before {
  content: "ﰒ";
}

.fi-sr-skull:before {
  content: "ﰓ";
}

.fi-sr-slash:before {
  content: "ﰔ";
}

.fi-sr-sledding:before {
  content: "ﰕ";
}

.fi-sr-sleeping-bag:before {
  content: "ﰖ";
}

.fi-sr-sleigh:before {
  content: "ﰗ";
}

.fi-sr-sliders-h-square:before {
  content: "ﰘ";
}

.fi-sr-sliders-v-square:before {
  content: "ﰙ";
}

.fi-sr-sliders-v:before {
  content: "ﰚ";
}

.fi-sr-slot-machine:before {
  content: "ﰛ";
}

.fi-sr-smart-home-alt:before {
  content: "ﰜ";
}

.fi-sr-smart-home:before {
  content: "ﰝ";
}

.fi-sr-smartphone:before {
  content: "ﰞ";
}

.fi-sr-smile-beam:before {
  content: "ﰟ";
}

.fi-sr-smile-plus:before {
  content: "ﰠ";
}

.fi-sr-smile-wink:before {
  content: "ﰡ";
}

.fi-sr-smile:before {
  content: "ﰢ";
}

.fi-sr-smiley-comment-alt:before {
  content: "ﰣ";
}

.fi-sr-smog:before {
  content: "ﰤ";
}

.fi-sr-smoke:before {
  content: "ﰥ";
}

.fi-sr-smoking-ban:before {
  content: "ﰦ";
}

.fi-sr-smoking:before {
  content: "ﰧ";
}

.fi-sr-snake:before {
  content: "ﰨ";
}

.fi-sr-snap:before {
  content: "ﰩ";
}

.fi-sr-snooze:before {
  content: "ﰪ";
}

.fi-sr-snow-blowing:before {
  content: "ﰫ";
}

.fi-sr-snowboarding:before {
  content: "ﰬ";
}

.fi-sr-snowflake-droplets:before {
  content: "ﰭ";
}

.fi-sr-snowflake:before {
  content: "ﰮ";
}

.fi-sr-snowflakes:before {
  content: "ﰯ";
}

.fi-sr-snowman-alt:before {
  content: "ﰰ";
}

.fi-sr-snowman-head:before {
  content: "ﰱ";
}

.fi-sr-snowmobile:before {
  content: "ﰲ";
}

.fi-sr-snowplow:before {
  content: "ﰳ";
}

.fi-sr-soap-alt:before {
  content: "ﰴ";
}

.fi-sr-soap:before {
  content: "ﰵ";
}

.fi-sr-socks:before {
  content: "ﰶ";
}

.fi-sr-sofa-size:before {
  content: "ﰷ";
}

.fi-sr-sofa:before {
  content: "ﰸ";
}

.fi-sr-solar-panel-sun:before {
  content: "ﰹ";
}

.fi-sr-solar-panel:before {
  content: "ﰺ";
}

.fi-sr-solar-system:before {
  content: "ﰻ";
}

.fi-sr-sold-house:before {
  content: "ﰼ";
}

.fi-sr-sold-signal:before {
  content: "ﰽ";
}

.fi-sr-sort-alpha-down-alt:before {
  content: "ﰾ";
}

.fi-sr-sort-alpha-down:before {
  content: "ﰿ";
}

.fi-sr-sort-alpha-up-alt:before {
  content: "ﱀ";
}

.fi-sr-sort-alpha-up:before {
  content: "ﱁ";
}

.fi-sr-sort-alt:before {
  content: "ﱂ";
}

.fi-sr-sort-amount-down-alt:before {
  content: "ﱃ";
}

.fi-sr-sort-amount-down:before {
  content: "ﱄ";
}

.fi-sr-sort-amount-up-alt:before {
  content: "ﱅ";
}

.fi-sr-sort-amount-up:before {
  content: "ﱆ";
}

.fi-sr-sort-circle-down:before {
  content: "ﱇ";
}

.fi-sr-sort-circle-up:before {
  content: "ﱈ";
}

.fi-sr-sort-circle:before {
  content: "ﱉ";
}

.fi-sr-sort-down:before {
  content: "ﱊ";
}

.fi-sr-sort-numeric-down-alt:before {
  content: "ﱋ";
}

.fi-sr-sort-numeric-down:before {
  content: "ﱌ";
}

.fi-sr-sort-shapes-down:before {
  content: "ﱍ";
}

.fi-sr-sort-shapes-up:before {
  content: "ﱎ";
}

.fi-sr-sort-size-down:before {
  content: "ﱏ";
}

.fi-sr-sort-size-up:before {
  content: "ﱐ";
}

.fi-sr-sort:before {
  content: "ﱑ";
}

.fi-sr-soup:before {
  content: "ﱒ";
}

.fi-sr-source-data:before {
  content: "ﱓ";
}

.fi-sr-source-document-alt:before {
  content: "ﱔ";
}

.fi-sr-source-document:before {
  content: "ﱕ";
}

.fi-sr-spa:before {
  content: "ﱖ";
}

.fi-sr-space-shuttle:before {
  content: "ﱗ";
}

.fi-sr-space-station-moon-alt:before {
  content: "ﱘ";
}

.fi-sr-space-station-moon:before {
  content: "ﱙ";
}

.fi-sr-spade:before {
  content: "ﱚ";
}

.fi-sr-spaghetti-monster-flying:before {
  content: "ﱛ";
}

.fi-sr-spain-map:before {
  content: "ﱜ";
}

.fi-sr-sparkles:before {
  content: "ﱝ";
}

.fi-sr-spartan-helmet:before {
  content: "ﱞ";
}

.fi-sr-speaker:before {
  content: "ﱟ";
}

.fi-sr-speakers:before {
  content: "ﱠ";
}

.fi-sr-speech-bubble-story:before {
  content: "ﱡ";
}

.fi-sr-speedometer-arrow:before {
  content: "ﱢ";
}

.fi-sr-speedometer-kpi:before {
  content: "ﱣ";
}

.fi-sr-sphere:before {
  content: "ﱤ";
}

.fi-sr-spider-black-widow:before {
  content: "ﱥ";
}

.fi-sr-spider-web:before {
  content: "ﱦ";
}

.fi-sr-spider:before {
  content: "ﱧ";
}

.fi-sr-spinner:before {
  content: "ﱨ";
}

.fi-sr-split-up-relation:before {
  content: "ﱩ";
}

.fi-sr-split:before {
  content: "ﱪ";
}

.fi-sr-splotch:before {
  content: "ﱫ";
}

.fi-sr-spoon:before {
  content: "ﱬ";
}

.fi-sr-spray-can-sparkles:before {
  content: "ﱭ";
}

.fi-sr-spray-can:before {
  content: "ﱮ";
}

.fi-sr-spring-calendar:before {
  content: "ﱯ";
}

.fi-sr-sprinkler:before {
  content: "ﱰ";
}

.fi-sr-spy:before {
  content: "ﱱ";
}

.fi-sr-square-0:before {
  content: "ﱲ";
}

.fi-sr-square-1:before {
  content: "ﱳ";
}

.fi-sr-square-2:before {
  content: "ﱴ";
}

.fi-sr-square-3:before {
  content: "ﱵ";
}

.fi-sr-square-4:before {
  content: "ﱶ";
}

.fi-sr-square-5:before {
  content: "ﱷ";
}

.fi-sr-square-6:before {
  content: "ﱸ";
}

.fi-sr-square-7:before {
  content: "ﱹ";
}

.fi-sr-square-8:before {
  content: "ﱺ";
}

.fi-sr-square-9:before {
  content: "ﱻ";
}

.fi-sr-square-a:before {
  content: "ﱼ";
}

.fi-sr-square-b:before {
  content: "ﱽ";
}

.fi-sr-square-bolt:before {
  content: "ﱾ";
}

.fi-sr-square-c:before {
  content: "ﱿ";
}

.fi-sr-square-code:before {
  content: "ﲀ";
}

.fi-sr-square-d:before {
  content: "ﲁ";
}

.fi-sr-square-dashed-circle-plus:before {
  content: "ﲂ";
}

.fi-sr-square-dashed:before {
  content: "ﲃ";
}

.fi-sr-square-divide:before {
  content: "ﲄ";
}

.fi-sr-square-e:before {
  content: "ﲅ";
}

.fi-sr-square-ellipsis-vertical:before {
  content: "ﲆ";
}

.fi-sr-square-ellipsis:before {
  content: "ﲇ";
}

.fi-sr-square-exclamation:before {
  content: "ﲈ";
}

.fi-sr-square-f:before {
  content: "ﲉ";
}

.fi-sr-square-g:before {
  content: "ﲊ";
}

.fi-sr-square-h:before {
  content: "ﲋ";
}

.fi-sr-square-heart:before {
  content: "ﲌ";
}

.fi-sr-square-i:before {
  content: "ﲍ";
}

.fi-sr-square-info:before {
  content: "ﲎ";
}

.fi-sr-square-j:before {
  content: "ﲏ";
}

.fi-sr-square-k:before {
  content: "ﲐ";
}

.fi-sr-square-kanban:before {
  content: "ﲑ";
}

.fi-sr-square-l:before {
  content: "ﲒ";
}

.fi-sr-square-m:before {
  content: "ﲓ";
}

.fi-sr-square-minus:before {
  content: "ﲔ";
}

.fi-sr-square-n:before {
  content: "ﲕ";
}

.fi-sr-square-o:before {
  content: "ﲖ";
}

.fi-sr-square-p:before {
  content: "ﲗ";
}

.fi-sr-square-phone-hangup:before {
  content: "ﲘ";
}

.fi-sr-square-plus:before {
  content: "ﲙ";
}

.fi-sr-square-poll-horizontal:before {
  content: "ﲚ";
}

.fi-sr-square-poll-vertical:before {
  content: "ﲛ";
}

.fi-sr-square-q:before {
  content: "ﲜ";
}

.fi-sr-square-quote:before {
  content: "ﲝ";
}

.fi-sr-square-r:before {
  content: "ﲞ";
}

.fi-sr-square-root:before {
  content: "ﲟ";
}

.fi-sr-square-s:before {
  content: "ﲠ";
}

.fi-sr-square-small:before {
  content: "ﲡ";
}

.fi-sr-square-star:before {
  content: "ﲢ";
}

.fi-sr-square-t:before {
  content: "ﲣ";
}

.fi-sr-square-terminal:before {
  content: "ﲤ";
}

.fi-sr-square-u:before {
  content: "ﲥ";
}

.fi-sr-square-up-right:before {
  content: "ﲦ";
}

.fi-sr-square-v:before {
  content: "ﲧ";
}

.fi-sr-square-w:before {
  content: "ﲨ";
}

.fi-sr-square-x:before {
  content: "ﲩ";
}

.fi-sr-square-y:before {
  content: "ﲪ";
}

.fi-sr-square-z:before {
  content: "ﲫ";
}

.fi-sr-square:before {
  content: "ﲬ";
}

.fi-sr-squid:before {
  content: "ﲭ";
}

.fi-sr-squircle:before {
  content: "ﲮ";
}

.fi-sr-squirrel:before {
  content: "ﲯ";
}

.fi-sr-staff:before {
  content: "ﲰ";
}

.fi-sr-stage-concert:before {
  content: "ﲱ";
}

.fi-sr-stage-theatre:before {
  content: "ﲲ";
}

.fi-sr-stage:before {
  content: "ﲳ";
}

.fi-sr-stairs:before {
  content: "ﲴ";
}

.fi-sr-stamp:before {
  content: "ﲵ";
}

.fi-sr-standard-definition:before {
  content: "ﲶ";
}

.fi-sr-star-and-crescent:before {
  content: "ﲷ";
}

.fi-sr-star-christmas:before {
  content: "ﲸ";
}

.fi-sr-star-comment-alt:before {
  content: "ﲹ";
}

.fi-sr-star-exclamation:before {
  content: "ﲺ";
}

.fi-sr-star-octogram:before {
  content: "ﲻ";
}

.fi-sr-star-of-david:before {
  content: "ﲼ";
}

.fi-sr-star-rating-call:before {
  content: "ﲽ";
}

.fi-sr-star-sharp-half-stroke:before {
  content: "ﲾ";
}

.fi-sr-star-sharp-half:before {
  content: "ﲿ";
}

.fi-sr-star-shooting:before {
  content: "ﳀ";
}

.fi-sr-star:before {
  content: "ﳁ";
}

.fi-sr-starfighter:before {
  content: "ﳂ";
}

.fi-sr-stars:before {
  content: "ﳃ";
}

.fi-sr-state-country:before {
  content: "ﳄ";
}

.fi-sr-stationary-bike:before {
  content: "ﳅ";
}

.fi-sr-stats:before {
  content: "ﳆ";
}

.fi-sr-steak:before {
  content: "ﳇ";
}

.fi-sr-steering-wheel:before {
  content: "ﳈ";
}

.fi-sr-step-backward:before {
  content: "ﳉ";
}

.fi-sr-step-forward:before {
  content: "ﳊ";
}

.fi-sr-sterling-sign:before {
  content: "ﳋ";
}

.fi-sr-stethoscope:before {
  content: "ﳌ";
}

.fi-sr-sticker:before {
  content: "ﳍ";
}

.fi-sr-stocking:before {
  content: "ﳎ";
}

.fi-sr-stomach:before {
  content: "ﳏ";
}

.fi-sr-stop-circle:before {
  content: "ﳐ";
}

.fi-sr-stop-square:before {
  content: "ﳑ";
}

.fi-sr-stop:before {
  content: "ﳒ";
}

.fi-sr-stopwatch:before {
  content: "ﳓ";
}

.fi-sr-store-alt:before {
  content: "ﳔ";
}

.fi-sr-store-buyer:before {
  content: "ﳕ";
}

.fi-sr-store-lock:before {
  content: "ﳖ";
}

.fi-sr-store-slash:before {
  content: "ﳗ";
}

.fi-sr-story-book:before {
  content: "ﳘ";
}

.fi-sr-story-fairy-tale:before {
  content: "ﳙ";
}

.fi-sr-story-fantasy:before {
  content: "ﳚ";
}

.fi-sr-strategy-chess-risk:before {
  content: "ﳛ";
}

.fi-sr-strawberry:before {
  content: "ﳜ";
}

.fi-sr-street-view:before {
  content: "ﳝ";
}

.fi-sr-stretcher:before {
  content: "ﳞ";
}

.fi-sr-strikethrough:before {
  content: "ﳟ";
}

.fi-sr-stroopwafel:before {
  content: "ﳠ";
}

.fi-sr-student-alt:before {
  content: "ﳡ";
}

.fi-sr-student:before {
  content: "ﳢ";
}

.fi-sr-subscript:before {
  content: "ﳣ";
}

.fi-sr-subscription-alt:before {
  content: "ﳤ";
}

.fi-sr-subscription:before {
  content: "ﳥ";
}

.fi-sr-subtitles-slash:before {
  content: "ﳦ";
}

.fi-sr-subtitles:before {
  content: "ﳧ";
}

.fi-sr-subway:before {
  content: "ﳨ";
}

.fi-sr-suitcase-alt:before {
  content: "ﳩ";
}

.fi-sr-summary-check:before {
  content: "ﳪ";
}

.fi-sr-summer:before {
  content: "ﳫ";
}

.fi-sr-sun-dust:before {
  content: "ﳬ";
}

.fi-sr-sun-plant-wilt:before {
  content: "ﳭ";
}

.fi-sr-sun-salutation-yoga:before {
  content: "ﳮ";
}

.fi-sr-sun:before {
  content: "ﳯ";
}

.fi-sr-sunday:before {
  content: "ﳰ";
}

.fi-sr-sunglasses-alt:before {
  content: "ﳱ";
}

.fi-sr-sunglasses:before {
  content: "ﳲ";
}

.fi-sr-sunrise-alt:before {
  content: "ﳳ";
}

.fi-sr-sunrise:before {
  content: "ﳴ";
}

.fi-sr-sunset:before {
  content: "ﳵ";
}

.fi-sr-superscript:before {
  content: "ﳶ";
}

.fi-sr-surfing:before {
  content: "ﳷ";
}

.fi-sr-surprise:before {
  content: "ﳸ";
}

.fi-sr-surveillance-camera:before {
  content: "ﳹ";
}

.fi-sr-survey-xmark:before {
  content: "ﳺ";
}

.fi-sr-sushi-alt:before {
  content: "ﳻ";
}

.fi-sr-sushi-roll:before {
  content: "ﳼ";
}

.fi-sr-sushi:before {
  content: "ﳽ";
}

.fi-sr-svg:before {
  content: "ﳾ";
}

.fi-sr-swap:before {
  content: "ﳿ";
}

.fi-sr-swatchbook:before {
  content: "ﴀ";
}

.fi-sr-swimmer:before {
  content: "ﴁ";
}

.fi-sr-swimming-pool:before {
  content: "ﴂ";
}

.fi-sr-swing:before {
  content: "ﴃ";
}

.fi-sr-swipe-down:before {
  content: "ﴄ";
}

.fi-sr-swipe-left:before {
  content: "ﴅ";
}

.fi-sr-swipe-right:before {
  content: "ﴆ";
}

.fi-sr-swipe-up:before {
  content: "ﴇ";
}

.fi-sr-sword:before {
  content: "ﴈ";
}

.fi-sr-symbol:before {
  content: "ﴉ";
}

.fi-sr-symbols:before {
  content: "ﴊ";
}

.fi-sr-synagogue:before {
  content: "ﴋ";
}

.fi-sr-syringe:before {
  content: "ﴌ";
}

.fi-sr-system-cloud:before {
  content: "ﴍ";
}

.fi-sr-t:before {
  content: "ﴎ";
}

.fi-sr-tab-folder:before {
  content: "ﴏ";
}

.fi-sr-table-columns:before {
  content: "ﴐ";
}

.fi-sr-table-layout:before {
  content: "ﴑ";
}

.fi-sr-table-list:before {
  content: "ﴒ";
}

.fi-sr-table-picnic:before {
  content: "ﴓ";
}

.fi-sr-table-pivot:before {
  content: "ﴔ";
}

.fi-sr-table-rows:before {
  content: "ﴕ";
}

.fi-sr-table-tree:before {
  content: "ﴖ";
}

.fi-sr-table:before {
  content: "ﴗ";
}

.fi-sr-tablet-android-alt:before {
  content: "ﴘ";
}

.fi-sr-tablet-android:before {
  content: "ﴙ";
}

.fi-sr-tablet-rugged:before {
  content: "ﴚ";
}

.fi-sr-tablet:before {
  content: "ﴛ";
}

.fi-sr-tachometer-alt-average:before {
  content: "ﴜ";
}

.fi-sr-tachometer-alt-fastest:before {
  content: "ﴝ";
}

.fi-sr-tachometer-alt-slow:before {
  content: "ﴞ";
}

.fi-sr-tachometer-alt-slowest:before {
  content: "ﴟ";
}

.fi-sr-tachometer-average:before {
  content: "ﴠ";
}

.fi-sr-tachometer-fast:before {
  content: "ﴡ";
}

.fi-sr-tachometer-fastest:before {
  content: "ﴢ";
}

.fi-sr-tachometer-slow:before {
  content: "ﴣ";
}

.fi-sr-tachometer-slowest:before {
  content: "ﴤ";
}

.fi-sr-tachometer:before {
  content: "ﴥ";
}

.fi-sr-taco:before {
  content: "ﴦ";
}

.fi-sr-tags:before {
  content: "ﴧ";
}

.fi-sr-talent-alt:before {
  content: "ﴨ";
}

.fi-sr-talent-hand:before {
  content: "ﴩ";
}

.fi-sr-talent:before {
  content: "ﴪ";
}

.fi-sr-tally-1:before {
  content: "ﴫ";
}

.fi-sr-tally-2:before {
  content: "ﴬ";
}

.fi-sr-tally-3:before {
  content: "ﴭ";
}

.fi-sr-tally-4:before {
  content: "ﴮ";
}

.fi-sr-tally:before {
  content: "ﴯ";
}

.fi-sr-tamale:before {
  content: "ﴰ";
}

.fi-sr-tank-water:before {
  content: "ﴱ";
}

.fi-sr-tap:before {
  content: "ﴲ";
}

.fi-sr-tape:before {
  content: "ﴳ";
}

.fi-sr-target-audience:before {
  content: "ﴴ";
}

.fi-sr-target:before {
  content: "ﴵ";
}

.fi-sr-tax-alt:before {
  content: "ﴶ";
}

.fi-sr-tax:before {
  content: "ﴷ";
}

.fi-sr-taxi-bus:before {
  content: "ﴸ";
}

.fi-sr-taxi:before {
  content: "ﴹ";
}

.fi-sr-team-check-alt:before {
  content: "ﴺ";
}

.fi-sr-team-check:before {
  content: "ﴻ";
}

.fi-sr-teddy-bear:before {
  content: "ﴼ";
}

.fi-sr-teeth-open:before {
  content: "ﴽ";
}

.fi-sr-telescope:before {
  content: "﴾";
}

.fi-sr-temperature-down:before {
  content: "﴿";
}

.fi-sr-temperature-frigid:before {
  content: "﵀";
}

.fi-sr-temperature-high:before {
  content: "﵁";
}

.fi-sr-temperature-list:before {
  content: "﵂";
}

.fi-sr-temperature-low:before {
  content: "﵃";
}

.fi-sr-temperature-up:before {
  content: "﵄";
}

.fi-sr-template-alt:before {
  content: "﵅";
}

.fi-sr-template:before {
  content: "﵆";
}

.fi-sr-tenge:before {
  content: "﵇";
}

.fi-sr-tennis:before {
  content: "﵈";
}

.fi-sr-tent-arrow-down-to-line:before {
  content: "﵉";
}

.fi-sr-tent-arrow-left-right:before {
  content: "﵊";
}

.fi-sr-tent-arrow-turn-left:before {
  content: "﵋";
}

.fi-sr-tent-arrows-down:before {
  content: "﵌";
}

.fi-sr-tents:before {
  content: "﵍";
}

.fi-sr-terminal:before {
  content: "﵎";
}

.fi-sr-terrace:before {
  content: "﵏";
}

.fi-sr-test-tube:before {
  content: "ﵐ";
}

.fi-sr-test:before {
  content: "ﵑ";
}

.fi-sr-text-box-dots:before {
  content: "ﵒ";
}

.fi-sr-text-box-edit:before {
  content: "ﵓ";
}

.fi-sr-text-box:before {
  content: "ﵔ";
}

.fi-sr-text-check:before {
  content: "ﵕ";
}

.fi-sr-text-height:before {
  content: "ﵖ";
}

.fi-sr-text-shadow:before {
  content: "ﵗ";
}

.fi-sr-text-size:before {
  content: "ﵘ";
}

.fi-sr-text-slash:before {
  content: "ﵙ";
}

.fi-sr-text-width:before {
  content: "ﵚ";
}

.fi-sr-text:before {
  content: "ﵛ";
}

.fi-sr-theater-masks:before {
  content: "ﵜ";
}

.fi-sr-thermometer-alt:before {
  content: "ﵝ";
}

.fi-sr-thermometer-empty:before {
  content: "ﵞ";
}

.fi-sr-thermometer-full:before {
  content: "ﵟ";
}

.fi-sr-thermometer-half:before {
  content: "ﵠ";
}

.fi-sr-thermometer-quarter:before {
  content: "ﵡ";
}

.fi-sr-thermometer-three-quarters:before {
  content: "ﵢ";
}

.fi-sr-theta:before {
  content: "ﵣ";
}

.fi-sr-third-award:before {
  content: "ﵤ";
}

.fi-sr-third-laurel:before {
  content: "ﵥ";
}

.fi-sr-third-medal:before {
  content: "ﵦ";
}

.fi-sr-third:before {
  content: "ﵧ";
}

.fi-sr-thought-bubble:before {
  content: "ﵨ";
}

.fi-sr-three-leaf-clover:before {
  content: "ﵩ";
}

.fi-sr-thumbs-down:before {
  content: "ﵪ";
}

.fi-sr-thumbs-up-trust:before {
  content: "ﵫ";
}

.fi-sr-thumbs-up:before {
  content: "ﵬ";
}

.fi-sr-thumbtack:before {
  content: "ﵭ";
}

.fi-sr-thunderstorm-moon:before {
  content: "ﵮ";
}

.fi-sr-thunderstorm-risk:before {
  content: "ﵯ";
}

.fi-sr-thunderstorm-sun:before {
  content: "ﵰ";
}

.fi-sr-thunderstorm:before {
  content: "ﵱ";
}

.fi-sr-thursday:before {
  content: "ﵲ";
}

.fi-sr-ticket-airline:before {
  content: "ﵳ";
}

.fi-sr-ticket-alt:before {
  content: "ﵴ";
}

.fi-sr-ticket:before {
  content: "ﵵ";
}

.fi-sr-tickets-airline:before {
  content: "ﵶ";
}

.fi-sr-tie:before {
  content: "ﵷ";
}

.fi-sr-tilde:before {
  content: "ﵸ";
}

.fi-sr-time-add:before {
  content: "ﵹ";
}

.fi-sr-time-check:before {
  content: "ﵺ";
}

.fi-sr-time-delete:before {
  content: "ﵻ";
}

.fi-sr-time-fast:before {
  content: "ﵼ";
}

.fi-sr-time-forward-sixty:before {
  content: "ﵽ";
}

.fi-sr-time-forward-ten:before {
  content: "ﵾ";
}

.fi-sr-time-forward:before {
  content: "ﵿ";
}

.fi-sr-time-half-past:before {
  content: "ﶀ";
}

.fi-sr-time-oclock:before {
  content: "ﶁ";
}

.fi-sr-time-past:before {
  content: "ﶂ";
}

.fi-sr-time-quarter-past:before {
  content: "ﶃ";
}

.fi-sr-time-quarter-to:before {
  content: "ﶄ";
}

.fi-sr-time-twenty-four:before {
  content: "ﶅ";
}

.fi-sr-time-watch-calendar:before {
  content: "ﶆ";
}

.fi-sr-timer-clock-call:before {
  content: "ﶇ";
}

.fi-sr-times-hexagon:before {
  content: "ﶈ";
}

.fi-sr-tint-slash:before {
  content: "ﶉ";
}

.fi-sr-tip-coin:before {
  content: "ﶊ";
}

.fi-sr-tire-flat:before {
  content: "ﶋ";
}

.fi-sr-tire-pressure-warning:before {
  content: "ﶌ";
}

.fi-sr-tire-rugged:before {
  content: "ﶍ";
}

.fi-sr-tire:before {
  content: "ﶎ";
}

.fi-sr-tired:before {
  content: "ﶏ";
}

.fi-sr-to-do-alt:before {
  content: "﶐";
}

.fi-sr-to-do:before {
  content: "﶑";
}

.fi-sr-together-people:before {
  content: "ﶒ";
}

.fi-sr-toggle-off:before {
  content: "ﶓ";
}

.fi-sr-toggle-on:before {
  content: "ﶔ";
}

.fi-sr-toilet-paper-blank-under:before {
  content: "ﶕ";
}

.fi-sr-toilet-paper-blank:before {
  content: "ﶖ";
}

.fi-sr-toilet-paper-slash:before {
  content: "ﶗ";
}

.fi-sr-toilet-paper-under-slash:before {
  content: "ﶘ";
}

.fi-sr-toilet-paper-under:before {
  content: "ﶙ";
}

.fi-sr-toilet:before {
  content: "ﶚ";
}

.fi-sr-toilets-portable:before {
  content: "ﶛ";
}

.fi-sr-token:before {
  content: "ﶜ";
}

.fi-sr-tomato:before {
  content: "ﶝ";
}

.fi-sr-tombstone-alt:before {
  content: "ﶞ";
}

.fi-sr-tombstone:before {
  content: "ﶟ";
}

.fi-sr-tool-box:before {
  content: "ﶠ";
}

.fi-sr-tool-crop:before {
  content: "ﶡ";
}

.fi-sr-tool-marquee:before {
  content: "ﶢ";
}

.fi-sr-tools:before {
  content: "ﶣ";
}

.fi-sr-tooth:before {
  content: "ﶤ";
}

.fi-sr-toothbrush:before {
  content: "ﶥ";
}

.fi-sr-torch-inspiration-leader:before {
  content: "ﶦ";
}

.fi-sr-torii-gate:before {
  content: "ﶧ";
}

.fi-sr-tornado:before {
  content: "ﶨ";
}

.fi-sr-total:before {
  content: "ﶩ";
}

.fi-sr-tour-guide-people:before {
  content: "ﶪ";
}

.fi-sr-tour-virtual:before {
  content: "ﶫ";
}

.fi-sr-tower-control:before {
  content: "ﶬ";
}

.fi-sr-track:before {
  content: "ﶭ";
}

.fi-sr-tractor:before {
  content: "ﶮ";
}

.fi-sr-trademark:before {
  content: "ﶯ";
}

.fi-sr-traffic-cone:before {
  content: "ﶰ";
}

.fi-sr-traffic-light-go:before {
  content: "ﶱ";
}

.fi-sr-traffic-light-slow:before {
  content: "ﶲ";
}

.fi-sr-traffic-light-stop:before {
  content: "ﶳ";
}

.fi-sr-traffic-light:before {
  content: "ﶴ";
}

.fi-sr-trailer:before {
  content: "ﶵ";
}

.fi-sr-train-journey:before {
  content: "ﶶ";
}

.fi-sr-train-side:before {
  content: "ﶷ";
}

.fi-sr-train-station-building:before {
  content: "ﶸ";
}

.fi-sr-train-station:before {
  content: "ﶹ";
}

.fi-sr-train-subway-tunnel:before {
  content: "ﶺ";
}

.fi-sr-train-track:before {
  content: "ﶻ";
}

.fi-sr-train-tram:before {
  content: "ﶼ";
}

.fi-sr-train:before {
  content: "ﶽ";
}

.fi-sr-tram:before {
  content: "ﶾ";
}

.fi-sr-transform:before {
  content: "ﶿ";
}

.fi-sr-transformation-block:before {
  content: "ﷀ";
}

.fi-sr-transformation-circle:before {
  content: "ﷁ";
}

.fi-sr-transformation-design:before {
  content: "ﷂ";
}

.fi-sr-transformation-shapes:before {
  content: "ﷃ";
}

.fi-sr-transformer-bolt:before {
  content: "ﷄ";
}

.fi-sr-transgender:before {
  content: "ﷅ";
}

.fi-sr-transporter-1:before {
  content: "ﷆ";
}

.fi-sr-transporter-2:before {
  content: "ﷇ";
}

.fi-sr-transporter-3:before {
  content: "﷈";
}

.fi-sr-transporter-4:before {
  content: "﷉";
}

.fi-sr-transporter-5:before {
  content: "﷊";
}

.fi-sr-transporter-6:before {
  content: "﷋";
}

.fi-sr-transporter-7:before {
  content: "﷌";
}

.fi-sr-transporter-empty:before {
  content: "﷍";
}

.fi-sr-transporter:before {
  content: "﷎";
}

.fi-sr-trash-can-check:before {
  content: "﷏";
}

.fi-sr-trash-can-clock:before {
  content: "﷐";
}

.fi-sr-trash-can-list:before {
  content: "﷑";
}

.fi-sr-trash-can-plus:before {
  content: "﷒";
}

.fi-sr-trash-can-slash:before {
  content: "﷓";
}

.fi-sr-trash-check:before {
  content: "﷔";
}

.fi-sr-trash-clock:before {
  content: "﷕";
}

.fi-sr-trash-empty:before {
  content: "﷖";
}

.fi-sr-trash-list:before {
  content: "﷗";
}

.fi-sr-trash-plus:before {
  content: "﷘";
}

.fi-sr-trash-restore-alt:before {
  content: "﷙";
}

.fi-sr-trash-restore:before {
  content: "﷚";
}

.fi-sr-trash-slash:before {
  content: "﷛";
}

.fi-sr-trash-undo-alt:before {
  content: "﷜";
}

.fi-sr-trash-undo:before {
  content: "﷝";
}

.fi-sr-trash-xmark:before {
  content: "﷞";
}

.fi-sr-trash:before {
  content: "﷟";
}

.fi-sr-treadmill:before {
  content: "﷠";
}

.fi-sr-treasure-chest:before {
  content: "﷡";
}

.fi-sr-treatment:before {
  content: "﷢";
}

.fi-sr-tree-alt:before {
  content: "﷣";
}

.fi-sr-tree-christmas:before {
  content: "﷤";
}

.fi-sr-tree-deciduous:before {
  content: "﷥";
}

.fi-sr-tree:before {
  content: "﷦";
}

.fi-sr-trees-alt:before {
  content: "﷧";
}

.fi-sr-trees:before {
  content: "﷨";
}

.fi-sr-triangle-music:before {
  content: "﷩";
}

.fi-sr-triangle-person-digging:before {
  content: "﷪";
}

.fi-sr-triangle-warning:before {
  content: "﷫";
}

.fi-sr-triangle:before {
  content: "﷬";
}

.fi-sr-tricycle:before {
  content: "﷭";
}

.fi-sr-trillium:before {
  content: "﷮";
}

.fi-sr-trophy-achievement-skill:before {
  content: "﷯";
}

.fi-sr-trophy-star:before {
  content: "ﷰ";
}

.fi-sr-trophy:before {
  content: "ﷱ";
}

.fi-sr-truck-arrow-left:before {
  content: "ﷲ";
}

.fi-sr-truck-arrow-right:before {
  content: "ﷳ";
}

.fi-sr-truck-bolt:before {
  content: "ﷴ";
}

.fi-sr-truck-box:before {
  content: "ﷵ";
}

.fi-sr-truck-check:before {
  content: "ﷶ";
}

.fi-sr-truck-container-empty:before {
  content: "ﷷ";
}

.fi-sr-truck-container:before {
  content: "ﷸ";
}

.fi-sr-truck-couch:before {
  content: "ﷹ";
}

.fi-sr-truck-fire:before {
  content: "ﷺ";
}

.fi-sr-truck-flatbed:before {
  content: "ﷻ";
}

.fi-sr-truck-front:before {
  content: "﷼";
}

.fi-sr-truck-ladder:before {
  content: "﷽";
}

.fi-sr-truck-loading:before {
  content: "﷾";
}

.fi-sr-truck-medical:before {
  content: "﷿";
}

.fi-sr-truck-monster:before {
  content: "︐";
}

.fi-sr-truck-moving:before {
  content: "︑";
}

.fi-sr-truck-pickup:before {
  content: "︒";
}

.fi-sr-truck-plow:before {
  content: "︓";
}

.fi-sr-truck-ramp:before {
  content: "︔";
}

.fi-sr-truck-side:before {
  content: "︕";
}

.fi-sr-truck-tow:before {
  content: "︖";
}

.fi-sr-truck-utensils:before {
  content: "︗";
}

.fi-sr-trumpet:before {
  content: "︘";
}

.fi-sr-trust-alt:before {
  content: "︙";
}

.fi-sr-trust:before {
  content: "︚";
}

.fi-sr-tshirt:before {
  content: "︛";
}

.fi-sr-tty-answer:before {
  content: "︜";
}

.fi-sr-tty:before {
  content: "︝";
}

.fi-sr-tubes:before {
  content: "︞";
}

.fi-sr-tuesday:before {
  content: "︟";
}

.fi-sr-tugrik-sign:before {
  content: "︰";
}

.fi-sr-turkey:before {
  content: "︱";
}

.fi-sr-turn-left-down:before {
  content: "︲";
}

.fi-sr-turn-left:before {
  content: "︳";
}

.fi-sr-turn-right:before {
  content: "︴";
}

.fi-sr-turntable:before {
  content: "︵";
}

.fi-sr-turtle:before {
  content: "︶";
}

.fi-sr-tv-music:before {
  content: "︷";
}

.fi-sr-tv-retro:before {
  content: "︸";
}

.fi-sr-typewriter:before {
  content: "︹";
}

.fi-sr-u:before {
  content: "︺";
}

.fi-sr-ufo-beam:before {
  content: "︻";
}

.fi-sr-ufo:before {
  content: "︼";
}

.fi-sr-ui-ux:before {
  content: "︽";
}

.fi-sr-umbrella-beach:before {
  content: "︾";
}

.fi-sr-umbrella:before {
  content: "︿";
}

.fi-sr-under-construction:before {
  content: "﹀";
}

.fi-sr-underline:before {
  content: "﹁";
}

.fi-sr-undo-alt:before {
  content: "﹂";
}

.fi-sr-undo:before {
  content: "﹃";
}

.fi-sr-unicorn:before {
  content: "﹄";
}

.fi-sr-uniform-martial-arts:before {
  content: "﹅";
}

.fi-sr-universal-access:before {
  content: "﹆";
}

.fi-sr-unlock:before {
  content: "﹇";
}

.fi-sr-up-from-bracket:before {
  content: "﹈";
}

.fi-sr-up-left:before {
  content: "﹉";
}

.fi-sr-up-right-from-square:before {
  content: "﹊";
}

.fi-sr-up-right:before {
  content: "﹋";
}

.fi-sr-up:before {
  content: "﹌";
}

.fi-sr-upload:before {
  content: "﹍";
}

.fi-sr-url:before {
  content: "﹎";
}

.fi-sr-usb-pendrive:before {
  content: "﹏";
}

.fi-sr-usd-circle:before {
  content: "﹐";
}

.fi-sr-usd-square:before {
  content: "﹑";
}

.fi-sr-user-add:before {
  content: "﹒";
}

.fi-sr-user-alien:before {
  content: "﹓";
}

.fi-sr-user-astronaut:before {
  content: "﹔";
}

.fi-sr-user-check:before {
  content: "﹕";
}

.fi-sr-user-chef:before {
  content: "﹖";
}

.fi-sr-user-coach:before {
  content: "﹗";
}

.fi-sr-user-cowboy:before {
  content: "﹘";
}

.fi-sr-user-crown:before {
  content: "﹙";
}

.fi-sr-user-gear:before {
  content: "﹚";
}

.fi-sr-user-graduate:before {
  content: "﹛";
}

.fi-sr-user-headset:before {
  content: "﹜";
}

.fi-sr-user-helmet-safety:before {
  content: "﹝";
}

.fi-sr-user-injured:before {
  content: "﹞";
}

.fi-sr-user-interface-ui:before {
  content: "﹟";
}

.fi-sr-user-key:before {
  content: "﹠";
}

.fi-sr-user-lock:before {
  content: "﹡";
}

.fi-sr-user-md-chat:before {
  content: "﹢";
}

.fi-sr-user-md:before {
  content: "﹣";
}

.fi-sr-user-minus:before {
  content: "﹤";
}

.fi-sr-user-music:before {
  content: "﹥";
}

.fi-sr-user-ninja:before {
  content: "﹦";
}

.fi-sr-user-nurse:before {
  content: "﹧";
}

.fi-sr-user-pen:before {
  content: "﹨";
}

.fi-sr-user-pilot-tie:before {
  content: "﹩";
}

.fi-sr-user-pilot:before {
  content: "﹪";
}

.fi-sr-user-police:before {
  content: "﹫";
}

.fi-sr-user-robot-xmarks:before {
  content: "﹬";
}

.fi-sr-user-robot:before {
  content: "﹭";
}

.fi-sr-user-salary:before {
  content: "﹮";
}

.fi-sr-user-shield:before {
  content: "﹯";
}

.fi-sr-user-skill-gear:before {
  content: "ﹰ";
}

.fi-sr-user-slash:before {
  content: "ﹱ";
}

.fi-sr-user-tag:before {
  content: "ﹲ";
}

.fi-sr-user-time:before {
  content: "ﹳ";
}

.fi-sr-user-trust:before {
  content: "ﹴ";
}

.fi-sr-user-unlock:before {
  content: "﹵";
}

.fi-sr-user-visor:before {
  content: "ﹶ";
}

.fi-sr-user-xmark:before {
  content: "ﹷ";
}

.fi-sr-user:before {
  content: "ﹸ";
}

.fi-sr-users-alt:before {
  content: "ﹹ";
}

.fi-sr-users-class:before {
  content: "ﹺ";
}

.fi-sr-users-gear:before {
  content: "ﹻ";
}

.fi-sr-users-medical:before {
  content: "ﹼ";
}

.fi-sr-users-slash:before {
  content: "ﹽ";
}

.fi-sr-users:before {
  content: "ﹾ";
}

.fi-sr-utensils-slash:before {
  content: "ﹿ";
}

.fi-sr-utensils:before {
  content: "ﺀ";
}

.fi-sr-utility-pole-double:before {
  content: "ﺁ";
}

.fi-sr-utility-pole:before {
  content: "ﺂ";
}

.fi-sr-ux-browser:before {
  content: "ﺃ";
}

.fi-sr-ux:before {
  content: "ﺄ";
}

.fi-sr-v:before {
  content: "ﺅ";
}

.fi-sr-vacuum-robot:before {
  content: "ﺆ";
}

.fi-sr-vacuum:before {
  content: "ﺇ";
}

.fi-sr-value-absolute:before {
  content: "ﺈ";
}

.fi-sr-vault:before {
  content: "ﺉ";
}

.fi-sr-vector-alt:before {
  content: "ﺊ";
}

.fi-sr-vector-circle:before {
  content: "ﺋ";
}

.fi-sr-vector-polygon:before {
  content: "ﺌ";
}

.fi-sr-vector:before {
  content: "ﺍ";
}

.fi-sr-venus-double:before {
  content: "ﺎ";
}

.fi-sr-venus-mars:before {
  content: "ﺏ";
}

.fi-sr-venus:before {
  content: "ﺐ";
}

.fi-sr-vest-patches:before {
  content: "ﺑ";
}

.fi-sr-vest:before {
  content: "ﺒ";
}

.fi-sr-video-arrow-down-left:before {
  content: "ﺓ";
}

.fi-sr-video-arrow-up-right:before {
  content: "ﺔ";
}

.fi-sr-video-camera-alt:before {
  content: "ﺕ";
}

.fi-sr-video-camera:before {
  content: "ﺖ";
}

.fi-sr-video-duration:before {
  content: "ﺗ";
}

.fi-sr-video-plus:before {
  content: "ﺘ";
}

.fi-sr-video-slash:before {
  content: "ﺙ";
}

.fi-sr-videoconference:before {
  content: "ﺚ";
}

.fi-sr-vihara:before {
  content: "ﺛ";
}

.fi-sr-violin:before {
  content: "ﺜ";
}

.fi-sr-virus-slash:before {
  content: "ﺝ";
}

.fi-sr-virus:before {
  content: "ﺞ";
}

.fi-sr-viruses:before {
  content: "ﺟ";
}

.fi-sr-visit:before {
  content: "ﺠ";
}

.fi-sr-voicemail:before {
  content: "ﺡ";
}

.fi-sr-volcano:before {
  content: "ﺢ";
}

.fi-sr-volleyball:before {
  content: "ﺣ";
}

.fi-sr-volume-down:before {
  content: "ﺤ";
}

.fi-sr-volume-mute:before {
  content: "ﺥ";
}

.fi-sr-volume-off:before {
  content: "ﺦ";
}

.fi-sr-volume-slash:before {
  content: "ﺧ";
}

.fi-sr-volume:before {
  content: "ﺨ";
}

.fi-sr-vote-nay:before {
  content: "ﺩ";
}

.fi-sr-vote-yea:before {
  content: "ﺪ";
}

.fi-sr-vr-cardboard:before {
  content: "ﺫ";
}

.fi-sr-w:before {
  content: "ﺬ";
}

.fi-sr-waffle:before {
  content: "ﺭ";
}

.fi-sr-wagon-covered:before {
  content: "ﺮ";
}

.fi-sr-walker:before {
  content: "ﺯ";
}

.fi-sr-walkie-talkie:before {
  content: "ﺰ";
}

.fi-sr-walking:before {
  content: "ﺱ";
}

.fi-sr-wallet-arrow:before {
  content: "ﺲ";
}

.fi-sr-wallet-buyer:before {
  content: "ﺳ";
}

.fi-sr-wallet:before {
  content: "ﺴ";
}

.fi-sr-warehouse-alt:before {
  content: "ﺵ";
}

.fi-sr-washer:before {
  content: "ﺶ";
}

.fi-sr-waste-pollution:before {
  content: "ﺷ";
}

.fi-sr-waste:before {
  content: "ﺸ";
}

.fi-sr-watch-calculator:before {
  content: "ﺹ";
}

.fi-sr-watch-fitness:before {
  content: "ﺺ";
}

.fi-sr-watch-smart:before {
  content: "ﺻ";
}

.fi-sr-watch:before {
  content: "ﺼ";
}

.fi-sr-water-bottle:before {
  content: "ﺽ";
}

.fi-sr-water-ladder:before {
  content: "ﺾ";
}

.fi-sr-water-lower:before {
  content: "ﺿ";
}

.fi-sr-water-rise:before {
  content: "ﻀ";
}

.fi-sr-water:before {
  content: "ﻁ";
}

.fi-sr-watermelon:before {
  content: "ﻂ";
}

.fi-sr-wave-sine:before {
  content: "ﻃ";
}

.fi-sr-wave-square:before {
  content: "ﻄ";
}

.fi-sr-wave-triangle:before {
  content: "ﻅ";
}

.fi-sr-wave:before {
  content: "ﻆ";
}

.fi-sr-waveform-path:before {
  content: "ﻇ";
}

.fi-sr-waveform:before {
  content: "ﻈ";
}

.fi-sr-web-design:before {
  content: "ﻉ";
}

.fi-sr-webcam-slash:before {
  content: "ﻊ";
}

.fi-sr-webcam:before {
  content: "ﻋ";
}

.fi-sr-webhook:before {
  content: "ﻌ";
}

.fi-sr-wednesday:before {
  content: "ﻍ";
}

.fi-sr-whale:before {
  content: "ﻎ";
}

.fi-sr-wheat-awn-circle-exclamation:before {
  content: "ﻏ";
}

.fi-sr-wheat-awn-slash:before {
  content: "ﻐ";
}

.fi-sr-wheat-awn:before {
  content: "ﻑ";
}

.fi-sr-wheat-slash:before {
  content: "ﻒ";
}

.fi-sr-wheat:before {
  content: "ﻓ";
}

.fi-sr-wheelchair-move:before {
  content: "ﻔ";
}

.fi-sr-wheelchair-sleeping:before {
  content: "ﻕ";
}

.fi-sr-wheelchair:before {
  content: "ﻖ";
}

.fi-sr-whistle:before {
  content: "ﻗ";
}

.fi-sr-white-space:before {
  content: "ﻘ";
}

.fi-sr-wifi-1:before {
  content: "ﻙ";
}

.fi-sr-wifi-2:before {
  content: "ﻚ";
}

.fi-sr-wifi-alt:before {
  content: "ﻛ";
}

.fi-sr-wifi-exclamation:before {
  content: "ﻜ";
}

.fi-sr-wifi-slash:before {
  content: "ﻝ";
}

.fi-sr-wifi:before {
  content: "ﻞ";
}

.fi-sr-wind-turbine:before {
  content: "ﻟ";
}

.fi-sr-wind-warning:before {
  content: "ﻠ";
}

.fi-sr-wind:before {
  content: "ﻡ";
}

.fi-sr-window-alt:before {
  content: "ﻢ";
}

.fi-sr-window-frame-open:before {
  content: "ﻣ";
}

.fi-sr-window-frame:before {
  content: "ﻤ";
}

.fi-sr-window-maximize:before {
  content: "ﻥ";
}

.fi-sr-window-minimize:before {
  content: "ﻦ";
}

.fi-sr-window-restore:before {
  content: "ﻧ";
}

.fi-sr-windsock:before {
  content: "ﻨ";
}

.fi-sr-wine-bottle:before {
  content: "ﻩ";
}

.fi-sr-wine-glass-crack:before {
  content: "ﻪ";
}

.fi-sr-wine-glass-empty:before {
  content: "ﻫ";
}

.fi-sr-wishlist-heart:before {
  content: "ﻬ";
}

.fi-sr-wishlist-star:before {
  content: "ﻭ";
}

.fi-sr-woman-head:before {
  content: "ﻮ";
}

.fi-sr-woman-scientist:before {
  content: "ﻯ";
}

.fi-sr-won-sign:before {
  content: "ﻰ";
}

.fi-sr-workflow-alt:before {
  content: "ﻱ";
}

.fi-sr-workflow-setting-alt:before {
  content: "ﻲ";
}

.fi-sr-workflow-setting:before {
  content: "ﻳ";
}

.fi-sr-workflow:before {
  content: "ﻴ";
}

.fi-sr-workshop:before {
  content: "ﻵ";
}

.fi-sr-world:before {
  content: "ﻶ";
}

.fi-sr-worm:before {
  content: "ﻷ";
}

.fi-sr-wreath:before {
  content: "ﻸ";
}

.fi-sr-wrench-alt:before {
  content: "ﻹ";
}

.fi-sr-wrench-simple:before {
  content: "ﻺ";
}

.fi-sr-x-ray:before {
  content: "ﻻ";
}

.fi-sr-x:before {
  content: "ﻼ";
}

.fi-sr-y:before {
  content: "﻽";
}

.fi-sr-yen:before {
  content: "﻾";
}

.fi-sr-yin-yang:before {
  content: "＀";
}

.fi-sr-z:before {
  content: "！";
}

.fi-sr-zip-file:before {
  content: "＂";
}

.fi-sr-zoom-in:before {
  content: "＃";
}

.fi-sr-zoom-out:before {
  content: "＄";
}

@font-face {
  font-family: uicons-thin-rounded;
  src: url(./fonts/@flaticon/uicons-thin-rounded-HOOVQNVT.woff2) format("woff2"), url(./fonts/@flaticon/uicons-thin-rounded-IJXIJK3M.woff) format("woff"), url(../uicons-thin-rounded-LFWVTX5C.eot#iefix) format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-tr-]:before, i[class*=" fi-tr-"]:before, span[class^=fi-tr-]:before, span[class*=fi-tr-]:before {
  font-family: uicons-thin-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.fi-tr-0:before {
  content: "\f101";
}

.fi-tr-00s-music-disc:before {
  content: "\f102";
}

.fi-tr-1:before {
  content: "\f103";
}

.fi-tr-2:before {
  content: "\f104";
}

.fi-tr-3:before {
  content: "\f105";
}

.fi-tr-360-degrees:before {
  content: "\f106";
}

.fi-tr-4:before {
  content: "\f107";
}

.fi-tr-404:before {
  content: "\f108";
}

.fi-tr-5:before {
  content: "\f109";
}

.fi-tr-6:before {
  content: "\f10a";
}

.fi-tr-60s-music-disc:before {
  content: "\f10b";
}

.fi-tr-7:before {
  content: "\f10c";
}

.fi-tr-70s-music-disc:before {
  content: "\f10d";
}

.fi-tr-8:before {
  content: "\f10e";
}

.fi-tr-80s-music-disc:before {
  content: "\f10f";
}

.fi-tr-9:before {
  content: "\f110";
}

.fi-tr-90s-music-disc:before {
  content: "\f111";
}

.fi-tr-a:before {
  content: "\f112";
}

.fi-tr-accident:before {
  content: "\f113";
}

.fi-tr-acorn:before {
  content: "\f114";
}

.fi-tr-ad-paid:before {
  content: "\f115";
}

.fi-tr-ad:before {
  content: "\f116";
}

.fi-tr-add-document:before {
  content: "\f117";
}

.fi-tr-add-folder:before {
  content: "\f118";
}

.fi-tr-add-image:before {
  content: "\f119";
}

.fi-tr-add:before {
  content: "\f11a";
}

.fi-tr-address-book:before {
  content: "\f11b";
}

.fi-tr-address-card:before {
  content: "\f11c";
}

.fi-tr-admin-alt:before {
  content: "\f11d";
}

.fi-tr-admin:before {
  content: "\f11e";
}

.fi-tr-age-alt:before {
  content: "\f11f";
}

.fi-tr-age-restriction-eighteen:before {
  content: "\f120";
}

.fi-tr-age-restriction-seven:before {
  content: "\f121";
}

.fi-tr-age-restriction-six:before {
  content: "\f122";
}

.fi-tr-age-restriction-sixteen:before {
  content: "\f123";
}

.fi-tr-age-restriction-thirteen:before {
  content: "\f124";
}

.fi-tr-age-restriction-three:before {
  content: "\f125";
}

.fi-tr-age-restriction-twelve:before {
  content: "\f126";
}

.fi-tr-age-restriction-twenty-one:before {
  content: "\f127";
}

.fi-tr-age-restriction-zero:before {
  content: "\f128";
}

.fi-tr-age:before {
  content: "\f129";
}

.fi-tr-air-conditioner:before {
  content: "\f12a";
}

.fi-tr-air-freshener:before {
  content: "\f12b";
}

.fi-tr-air-pollution:before {
  content: "\f12c";
}

.fi-tr-airplane-journey:before {
  content: "\f12d";
}

.fi-tr-airplane-window-open:before {
  content: "\f12e";
}

.fi-tr-airplay:before {
  content: "\f12f";
}

.fi-tr-alarm-clock:before {
  content: "\f130";
}

.fi-tr-alarm-exclamation:before {
  content: "\f131";
}

.fi-tr-alarm-plus:before {
  content: "\f132";
}

.fi-tr-alarm-snooze:before {
  content: "\f133";
}

.fi-tr-album-circle-plus:before {
  content: "\f134";
}

.fi-tr-album-circle-user:before {
  content: "\f135";
}

.fi-tr-album-collection:before {
  content: "\f136";
}

.fi-tr-album:before {
  content: "\f137";
}

.fi-tr-algorithm:before {
  content: "\f138";
}

.fi-tr-alicorn:before {
  content: "\f139";
}

.fi-tr-alien:before {
  content: "\f13a";
}

.fi-tr-align-slash:before {
  content: "\f13b";
}

.fi-tr-ambulance:before {
  content: "\f13c";
}

.fi-tr-analyse-alt:before {
  content: "\f13d";
}

.fi-tr-analyse:before {
  content: "\f13e";
}

.fi-tr-anatomical-heart:before {
  content: "\f13f";
}

.fi-tr-anchor:before {
  content: "\f140";
}

.fi-tr-angel:before {
  content: "\f141";
}

.fi-tr-angle-90:before {
  content: "\f142";
}

.fi-tr-angle-circle-down:before {
  content: "\f143";
}

.fi-tr-angle-circle-left:before {
  content: "\f144";
}

.fi-tr-angle-circle-right:before {
  content: "\f145";
}

.fi-tr-angle-circle-up:before {
  content: "\f146";
}

.fi-tr-angle-double-left:before {
  content: "\f147";
}

.fi-tr-angle-double-right:before {
  content: "\f148";
}

.fi-tr-angle-double-small-down:before {
  content: "\f149";
}

.fi-tr-angle-double-small-left:before {
  content: "\f14a";
}

.fi-tr-angle-double-small-right:before {
  content: "\f14b";
}

.fi-tr-angle-double-small-up:before {
  content: "\f14c";
}

.fi-tr-angle-down:before {
  content: "\f14d";
}

.fi-tr-angle-left:before {
  content: "\f14e";
}

.fi-tr-angle-right:before {
  content: "\f14f";
}

.fi-tr-angle-small-down:before {
  content: "\f150";
}

.fi-tr-angle-small-left:before {
  content: "\f151";
}

.fi-tr-angle-small-right:before {
  content: "\f152";
}

.fi-tr-angle-small-up:before {
  content: "\f153";
}

.fi-tr-angle-square-down:before {
  content: "\f154";
}

.fi-tr-angle-square-left:before {
  content: "\f155";
}

.fi-tr-angle-square-right:before {
  content: "\f156";
}

.fi-tr-angle-square-up:before {
  content: "\f157";
}

.fi-tr-angle-up:before {
  content: "\f158";
}

.fi-tr-angle:before {
  content: "\f159";
}

.fi-tr-angles-up-down:before {
  content: "\f15a";
}

.fi-tr-angry:before {
  content: "\f15b";
}

.fi-tr-animated-icon:before {
  content: "\f15c";
}

.fi-tr-ankh:before {
  content: "\f15d";
}

.fi-tr-answer-alt:before {
  content: "\f15e";
}

.fi-tr-answer:before {
  content: "\f15f";
}

.fi-tr-apartment:before {
  content: "\f160";
}

.fi-tr-aperture:before {
  content: "\f161";
}

.fi-tr-api:before {
  content: "\f162";
}

.fi-tr-apple-core:before {
  content: "\f163";
}

.fi-tr-apple-crate:before {
  content: "\f164";
}

.fi-tr-apple:before {
  content: "\f165";
}

.fi-tr-archway:before {
  content: "\f166";
}

.fi-tr-arrow-alt-circle-down:before {
  content: "\f167";
}

.fi-tr-arrow-alt-circle-left:before {
  content: "\f168";
}

.fi-tr-arrow-alt-circle-right:before {
  content: "\f169";
}

.fi-tr-arrow-alt-circle-up:before {
  content: "\f16a";
}

.fi-tr-arrow-alt-down:before {
  content: "\f16b";
}

.fi-tr-arrow-alt-from-bottom:before {
  content: "\f16c";
}

.fi-tr-arrow-alt-from-left:before {
  content: "\f16d";
}

.fi-tr-arrow-alt-from-right:before {
  content: "\f16e";
}

.fi-tr-arrow-alt-from-top:before {
  content: "\f16f";
}

.fi-tr-arrow-alt-left:before {
  content: "\f170";
}

.fi-tr-arrow-alt-right:before {
  content: "\f171";
}

.fi-tr-arrow-alt-square-down:before {
  content: "\f172";
}

.fi-tr-arrow-alt-square-left:before {
  content: "\f173";
}

.fi-tr-arrow-alt-square-right:before {
  content: "\f174";
}

.fi-tr-arrow-alt-square-up:before {
  content: "\f175";
}

.fi-tr-arrow-alt-to-bottom:before {
  content: "\f176";
}

.fi-tr-arrow-alt-to-left:before {
  content: "\f177";
}

.fi-tr-arrow-alt-to-right:before {
  content: "\f178";
}

.fi-tr-arrow-alt-to-top:before {
  content: "\f179";
}

.fi-tr-arrow-alt-up:before {
  content: "\f17a";
}

.fi-tr-arrow-circle-down:before {
  content: "\f17b";
}

.fi-tr-arrow-circle-left:before {
  content: "\f17c";
}

.fi-tr-arrow-circle-right:before {
  content: "\f17d";
}

.fi-tr-arrow-circle-up:before {
  content: "\f17e";
}

.fi-tr-arrow-comparison:before {
  content: "\f17f";
}

.fi-tr-arrow-down-from-arc:before {
  content: "\f180";
}

.fi-tr-arrow-down-from-dotted-line:before {
  content: "\f181";
}

.fi-tr-arrow-down-left:before {
  content: "\f182";
}

.fi-tr-arrow-down-small-big:before {
  content: "\f183";
}

.fi-tr-arrow-down-to-dotted-line:before {
  content: "\f184";
}

.fi-tr-arrow-down-to-square:before {
  content: "\f185";
}

.fi-tr-arrow-down-triangle-square:before {
  content: "\f186";
}

.fi-tr-arrow-down:before {
  content: "\f187";
}

.fi-tr-arrow-from-bottom:before {
  content: "\f188";
}

.fi-tr-arrow-from-left:before {
  content: "\f189";
}

.fi-tr-arrow-from-right:before {
  content: "\f18a";
}

.fi-tr-arrow-from-top:before {
  content: "\f18b";
}

.fi-tr-arrow-left-from-arc:before {
  content: "\f18c";
}

.fi-tr-arrow-left-from-line:before {
  content: "\f18d";
}

.fi-tr-arrow-left-to-arc:before {
  content: "\f18e";
}

.fi-tr-arrow-left:before {
  content: "\f18f";
}

.fi-tr-arrow-progress-alt:before {
  content: "\f190";
}

.fi-tr-arrow-progress:before {
  content: "\f191";
}

.fi-tr-arrow-right-to-bracket:before {
  content: "\f192";
}

.fi-tr-arrow-right:before {
  content: "\f193";
}

.fi-tr-arrow-small-down:before {
  content: "\f194";
}

.fi-tr-arrow-small-left:before {
  content: "\f195";
}

.fi-tr-arrow-small-right:before {
  content: "\f196";
}

.fi-tr-arrow-small-up:before {
  content: "\f197";
}

.fi-tr-arrow-square-down:before {
  content: "\f198";
}

.fi-tr-arrow-square-left:before {
  content: "\f199";
}

.fi-tr-arrow-square-right:before {
  content: "\f19a";
}

.fi-tr-arrow-square-up:before {
  content: "\f19b";
}

.fi-tr-arrow-to-bottom:before {
  content: "\f19c";
}

.fi-tr-arrow-to-left:before {
  content: "\f19d";
}

.fi-tr-arrow-to-right:before {
  content: "\f19e";
}

.fi-tr-arrow-to-top:before {
  content: "\f19f";
}

.fi-tr-arrow-trend-down:before {
  content: "\f1a0";
}

.fi-tr-arrow-trend-up:before {
  content: "\f1a1";
}

.fi-tr-arrow-turn-down-left:before {
  content: "\f1a2";
}

.fi-tr-arrow-turn-down-right:before {
  content: "\f1a3";
}

.fi-tr-arrow-turn-left-up:before {
  content: "\f1a4";
}

.fi-tr-arrow-up-from-dotted-line:before {
  content: "\f1a5";
}

.fi-tr-arrow-up-from-ground-water:before {
  content: "\f1a6";
}

.fi-tr-arrow-up-from-square:before {
  content: "\f1a7";
}

.fi-tr-arrow-up-left-from-circle:before {
  content: "\f1a8";
}

.fi-tr-arrow-up-left:before {
  content: "\f1a9";
}

.fi-tr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1aa";
}

.fi-tr-arrow-up-right-from-square:before {
  content: "\f1ab";
}

.fi-tr-arrow-up-right:before {
  content: "\f1ac";
}

.fi-tr-arrow-up-small-big:before {
  content: "\f1ad";
}

.fi-tr-arrow-up-square-triangle:before {
  content: "\f1ae";
}

.fi-tr-arrow-up-to-arc:before {
  content: "\f1af";
}

.fi-tr-arrow-up-to-dotted-line:before {
  content: "\f1b0";
}

.fi-tr-arrow-up:before {
  content: "\f1b1";
}

.fi-tr-arrow-upward-growth-crypto:before {
  content: "\f1b2";
}

.fi-tr-arrows-alt-h:before {
  content: "\f1b3";
}

.fi-tr-arrows-alt-v:before {
  content: "\f1b4";
}

.fi-tr-arrows-alt:before {
  content: "\f1b5";
}

.fi-tr-arrows-cross:before {
  content: "\f1b6";
}

.fi-tr-arrows-from-dotted-line:before {
  content: "\f1b7";
}

.fi-tr-arrows-from-line:before {
  content: "\f1b8";
}

.fi-tr-arrows-h-copy:before {
  content: "\f1b9";
}

.fi-tr-arrows-h:before {
  content: "\f1ba";
}

.fi-tr-arrows-repeat-1:before {
  content: "\f1bb";
}

.fi-tr-arrows-repeat:before {
  content: "\f1bc";
}

.fi-tr-arrows-retweet:before {
  content: "\f1bd";
}

.fi-tr-arrows-split-right-and-left:before {
  content: "\f1be";
}

.fi-tr-arrows-split-up-and-left:before {
  content: "\f1bf";
}

.fi-tr-arrows-to-circle:before {
  content: "\f1c0";
}

.fi-tr-arrows-to-dotted-line:before {
  content: "\f1c1";
}

.fi-tr-arrows-to-line:before {
  content: "\f1c2";
}

.fi-tr-arrows:before {
  content: "\f1c3";
}

.fi-tr-artificial-intelligence:before {
  content: "\f1c4";
}

.fi-tr-assept-document:before {
  content: "\f1c5";
}

.fi-tr-assessment-alt:before {
  content: "\f1c6";
}

.fi-tr-assessment:before {
  content: "\f1c7";
}

.fi-tr-assign:before {
  content: "\f1c8";
}

.fi-tr-assistive-listening-systems:before {
  content: "\f1c9";
}

.fi-tr-asterik:before {
  content: "\f1ca";
}

.fi-tr-at:before {
  content: "\f1cb";
}

.fi-tr-attribution-pen:before {
  content: "\f1cc";
}

.fi-tr-attribution-pencil:before {
  content: "\f1cd";
}

.fi-tr-aubergine:before {
  content: "\f1ce";
}

.fi-tr-auction:before {
  content: "\f1cf";
}

.fi-tr-audio-description-slash:before {
  content: "\f1d0";
}

.fi-tr-audit-alt:before {
  content: "\f1d1";
}

.fi-tr-audit:before {
  content: "\f1d2";
}

.fi-tr-austral-sign:before {
  content: "\f1d3";
}

.fi-tr-avocado:before {
  content: "\f1d4";
}

.fi-tr-award:before {
  content: "\f1d5";
}

.fi-tr-axe-battle:before {
  content: "\f1d6";
}

.fi-tr-axe:before {
  content: "\f1d7";
}

.fi-tr-b:before {
  content: "\f1d8";
}

.fi-tr-baby-carriage:before {
  content: "\f1d9";
}

.fi-tr-baby:before {
  content: "\f1da";
}

.fi-tr-back-up:before {
  content: "\f1db";
}

.fi-tr-background:before {
  content: "\f1dc";
}

.fi-tr-backpack:before {
  content: "\f1dd";
}

.fi-tr-bacon:before {
  content: "\f1de";
}

.fi-tr-bacteria:before {
  content: "\f1df";
}

.fi-tr-bacterium:before {
  content: "\f1e0";
}

.fi-tr-badge-check:before {
  content: "\f1e1";
}

.fi-tr-badge-dollar:before {
  content: "\f1e2";
}

.fi-tr-badge-leaf:before {
  content: "\f1e3";
}

.fi-tr-badge-percent:before {
  content: "\f1e4";
}

.fi-tr-badge-sheriff:before {
  content: "\f1e5";
}

.fi-tr-badge:before {
  content: "\f1e6";
}

.fi-tr-badger-honey:before {
  content: "\f1e7";
}

.fi-tr-badget-check-alt:before {
  content: "\f1e8";
}

.fi-tr-badminton:before {
  content: "\f1e9";
}

.fi-tr-bag-map-pin:before {
  content: "\f1ea";
}

.fi-tr-bag-seedling:before {
  content: "\f1eb";
}

.fi-tr-bag-shopping-minus:before {
  content: "\f1ec";
}

.fi-tr-bags-shopping:before {
  content: "\f1ed";
}

.fi-tr-baguette:before {
  content: "\f1ee";
}

.fi-tr-bahai:before {
  content: "\f1ef";
}

.fi-tr-baht-sign:before {
  content: "\f1f0";
}

.fi-tr-balance-scale-left:before {
  content: "\f1f1";
}

.fi-tr-balance-scale-right:before {
  content: "\f1f2";
}

.fi-tr-ball-pile:before {
  content: "\f1f3";
}

.fi-tr-ballet-dance:before {
  content: "\f1f4";
}

.fi-tr-balloon:before {
  content: "\f1f5";
}

.fi-tr-balloons:before {
  content: "\f1f6";
}

.fi-tr-ballot-check:before {
  content: "\f1f7";
}

.fi-tr-ballot:before {
  content: "\f1f8";
}

.fi-tr-ban-bug:before {
  content: "\f1f9";
}

.fi-tr-banana:before {
  content: "\f1fa";
}

.fi-tr-band-aid:before {
  content: "\f1fb";
}

.fi-tr-bangladeshi-taka-sign:before {
  content: "\f1fc";
}

.fi-tr-banjo:before {
  content: "\f1fd";
}

.fi-tr-bank:before {
  content: "\f1fe";
}

.fi-tr-banner-2:before {
  content: "\f1ff";
}

.fi-tr-banner-3:before {
  content: "\f200";
}

.fi-tr-banner-4:before {
  content: "\f201";
}

.fi-tr-banner-5:before {
  content: "\f202";
}

.fi-tr-banner:before {
  content: "\f203";
}

.fi-tr-barber-pole:before {
  content: "\f204";
}

.fi-tr-barber-shop:before {
  content: "\f205";
}

.fi-tr-barcode-read:before {
  content: "\f206";
}

.fi-tr-barcode-scan:before {
  content: "\f207";
}

.fi-tr-barcode:before {
  content: "\f208";
}

.fi-tr-bars-filter:before {
  content: "\f209";
}

.fi-tr-bars-progress:before {
  content: "\f20a";
}

.fi-tr-bars-sort:before {
  content: "\f20b";
}

.fi-tr-bars-staggered:before {
  content: "\f20c";
}

.fi-tr-baseball-alt:before {
  content: "\f20d";
}

.fi-tr-basket-shopping-minus:before {
  content: "\f20e";
}

.fi-tr-basket-shopping-plus:before {
  content: "\f20f";
}

.fi-tr-basket-shopping-simple:before {
  content: "\f210";
}

.fi-tr-basketball-hoop:before {
  content: "\f211";
}

.fi-tr-bat:before {
  content: "\f212";
}

.fi-tr-bath:before {
  content: "\f213";
}

.fi-tr-battery-bolt:before {
  content: "\f214";
}

.fi-tr-battery-empty:before {
  content: "\f215";
}

.fi-tr-battery-exclamation:before {
  content: "\f216";
}

.fi-tr-battery-full:before {
  content: "\f217";
}

.fi-tr-battery-half:before {
  content: "\f218";
}

.fi-tr-battery-quarter:before {
  content: "\f219";
}

.fi-tr-battery-slash:before {
  content: "\f21a";
}

.fi-tr-battery-three-quarters:before {
  content: "\f21b";
}

.fi-tr-beacon:before {
  content: "\f21c";
}

.fi-tr-bed-alt:before {
  content: "\f21d";
}

.fi-tr-bed-bunk:before {
  content: "\f21e";
}

.fi-tr-bed-empty:before {
  content: "\f21f";
}

.fi-tr-bee:before {
  content: "\f220";
}

.fi-tr-beer-mug-empty:before {
  content: "\f221";
}

.fi-tr-beer:before {
  content: "\f222";
}

.fi-tr-bell-concierge:before {
  content: "\f223";
}

.fi-tr-bell-ring:before {
  content: "\f224";
}

.fi-tr-bell-school-slash:before {
  content: "\f225";
}

.fi-tr-bell-school:before {
  content: "\f226";
}

.fi-tr-bell-slash:before {
  content: "\f227";
}

.fi-tr-bells:before {
  content: "\f228";
}

.fi-tr-bench-tree:before {
  content: "\f229";
}

.fi-tr-benefit-diamond-alt:before {
  content: "\f22a";
}

.fi-tr-benefit-diamond:before {
  content: "\f22b";
}

.fi-tr-benefit-hand:before {
  content: "\f22c";
}

.fi-tr-benefit-increase:before {
  content: "\f22d";
}

.fi-tr-benefit-porcent:before {
  content: "\f22e";
}

.fi-tr-benefit:before {
  content: "\f22f";
}

.fi-tr-betamax:before {
  content: "\f230";
}

.fi-tr-bible:before {
  content: "\f231";
}

.fi-tr-bicycle-journey:before {
  content: "\f232";
}

.fi-tr-biking-mountain:before {
  content: "\f233";
}

.fi-tr-biking:before {
  content: "\f234";
}

.fi-tr-bill-arrow:before {
  content: "\f235";
}

.fi-tr-bin-bottles:before {
  content: "\f236";
}

.fi-tr-binary-circle-check:before {
  content: "\f237";
}

.fi-tr-binary-lock:before {
  content: "\f238";
}

.fi-tr-binary-slash:before {
  content: "\f239";
}

.fi-tr-binary:before {
  content: "\f23a";
}

.fi-tr-binoculars:before {
  content: "\f23b";
}

.fi-tr-bio-leaves:before {
  content: "\f23c";
}

.fi-tr-bio:before {
  content: "\f23d";
}

.fi-tr-biohazard:before {
  content: "\f23e";
}

.fi-tr-bird:before {
  content: "\f23f";
}

.fi-tr-bitcoin-sign:before {
  content: "\f240";
}

.fi-tr-blanket:before {
  content: "\f241";
}

.fi-tr-blender-phone:before {
  content: "\f242";
}

.fi-tr-blender:before {
  content: "\f243";
}

.fi-tr-blinds-open:before {
  content: "\f244";
}

.fi-tr-blinds-raised:before {
  content: "\f245";
}

.fi-tr-blinds:before {
  content: "\f246";
}

.fi-tr-block-brick:before {
  content: "\f247";
}

.fi-tr-block-microphone:before {
  content: "\f248";
}

.fi-tr-block-question:before {
  content: "\f249";
}

.fi-tr-block-quote:before {
  content: "\f24a";
}

.fi-tr-block:before {
  content: "\f24b";
}

.fi-tr-blockchain-3:before {
  content: "\f24c";
}

.fi-tr-blog-pencil:before {
  content: "\f24d";
}

.fi-tr-blog-text:before {
  content: "\f24e";
}

.fi-tr-blood-dropper:before {
  content: "\f24f";
}

.fi-tr-blood-test-tube-alt:before {
  content: "\f250";
}

.fi-tr-blood-test-tube:before {
  content: "\f251";
}

.fi-tr-blood:before {
  content: "\f252";
}

.fi-tr-blueberries:before {
  content: "\f253";
}

.fi-tr-blueprint:before {
  content: "\f254";
}

.fi-tr-bolt-auto:before {
  content: "\f255";
}

.fi-tr-bolt-slash:before {
  content: "\f256";
}

.fi-tr-bolt:before {
  content: "\f257";
}

.fi-tr-bomb:before {
  content: "\f258";
}

.fi-tr-bone-break:before {
  content: "\f259";
}

.fi-tr-bone:before {
  content: "\f25a";
}

.fi-tr-bong:before {
  content: "\f25b";
}

.fi-tr-bonus-alt:before {
  content: "\f25c";
}

.fi-tr-bonus-star:before {
  content: "\f25d";
}

.fi-tr-bonus:before {
  content: "\f25e";
}

.fi-tr-book-alt:before {
  content: "\f25f";
}

.fi-tr-book-arrow-right:before {
  content: "\f260";
}

.fi-tr-book-arrow-up:before {
  content: "\f261";
}

.fi-tr-book-atlas:before {
  content: "\f262";
}

.fi-tr-book-bookmark:before {
  content: "\f263";
}

.fi-tr-book-circle-arrow-right:before {
  content: "\f264";
}

.fi-tr-book-circle-arrow-up:before {
  content: "\f265";
}

.fi-tr-book-copy:before {
  content: "\f266";
}

.fi-tr-book-dead:before {
  content: "\f267";
}

.fi-tr-book-font:before {
  content: "\f268";
}

.fi-tr-book-heart:before {
  content: "\f269";
}

.fi-tr-book-medical:before {
  content: "\f26a";
}

.fi-tr-book-open-cover:before {
  content: "\f26b";
}

.fi-tr-book-open-reader:before {
  content: "\f26c";
}

.fi-tr-book-plus:before {
  content: "\f26d";
}

.fi-tr-book-quran:before {
  content: "\f26e";
}

.fi-tr-book-section:before {
  content: "\f26f";
}

.fi-tr-book-spells:before {
  content: "\f270";
}

.fi-tr-book-tanakh:before {
  content: "\f271";
}

.fi-tr-book-user:before {
  content: "\f272";
}

.fi-tr-Booking:before {
  content: "\f273";
}

.fi-tr-bookmark-slash:before {
  content: "\f274";
}

.fi-tr-books-medical:before {
  content: "\f275";
}

.fi-tr-books:before {
  content: "\f276";
}

.fi-tr-boot-heeled:before {
  content: "\f277";
}

.fi-tr-boot:before {
  content: "\f278";
}

.fi-tr-booth-curtain:before {
  content: "\f279";
}

.fi-tr-border-all:before {
  content: "\f27a";
}

.fi-tr-border-bottom:before {
  content: "\f27b";
}

.fi-tr-border-center-h:before {
  content: "\f27c";
}

.fi-tr-border-center-v:before {
  content: "\f27d";
}

.fi-tr-border-inner:before {
  content: "\f27e";
}

.fi-tr-border-left:before {
  content: "\f27f";
}

.fi-tr-border-none:before {
  content: "\f280";
}

.fi-tr-border-outer:before {
  content: "\f281";
}

.fi-tr-border-right:before {
  content: "\f282";
}

.fi-tr-border-style-alt:before {
  content: "\f283";
}

.fi-tr-border-style:before {
  content: "\f284";
}

.fi-tr-border-top:before {
  content: "\f285";
}

.fi-tr-boss:before {
  content: "\f286";
}

.fi-tr-bottle-droplet:before {
  content: "\f287";
}

.fi-tr-bottle:before {
  content: "\f288";
}

.fi-tr-bow-arrow:before {
  content: "\f289";
}

.fi-tr-bowl-chopsticks-noodles:before {
  content: "\f28a";
}

.fi-tr-bowl-chopsticks:before {
  content: "\f28b";
}

.fi-tr-bowl-rice:before {
  content: "\f28c";
}

.fi-tr-bowl-scoop:before {
  content: "\f28d";
}

.fi-tr-bowl-scoops:before {
  content: "\f28e";
}

.fi-tr-bowl-soft-serve:before {
  content: "\f28f";
}

.fi-tr-bowl-spoon:before {
  content: "\f290";
}

.fi-tr-bowling-ball:before {
  content: "\f291";
}

.fi-tr-bowling-pins:before {
  content: "\f292";
}

.fi-tr-box-alt:before {
  content: "\f293";
}

.fi-tr-box-ballot:before {
  content: "\f294";
}

.fi-tr-box-check:before {
  content: "\f295";
}

.fi-tr-box-circle-check:before {
  content: "\f296";
}

.fi-tr-box-dollar:before {
  content: "\f297";
}

.fi-tr-box-fragile:before {
  content: "\f298";
}

.fi-tr-box-heart:before {
  content: "\f299";
}

.fi-tr-box-open-full:before {
  content: "\f29a";
}

.fi-tr-box-open:before {
  content: "\f29b";
}

.fi-tr-box-tissue:before {
  content: "\f29c";
}

.fi-tr-box-up:before {
  content: "\f29d";
}

.fi-tr-boxes:before {
  content: "\f29e";
}

.fi-tr-boxing-glove:before {
  content: "\f29f";
}

.fi-tr-bracket-curly-right:before {
  content: "\f2a0";
}

.fi-tr-bracket-curly:before {
  content: "\f2a1";
}

.fi-tr-bracket-round-right:before {
  content: "\f2a2";
}

.fi-tr-bracket-round:before {
  content: "\f2a3";
}

.fi-tr-bracket-square-right:before {
  content: "\f2a4";
}

.fi-tr-bracket-square:before {
  content: "\f2a5";
}

.fi-tr-brackets-curly:before {
  content: "\f2a6";
}

.fi-tr-brackets-round:before {
  content: "\f2a7";
}

.fi-tr-brackets-square:before {
  content: "\f2a8";
}

.fi-tr-braille-a:before {
  content: "\f2a9";
}

.fi-tr-braille-b:before {
  content: "\f2aa";
}

.fi-tr-braille-c:before {
  content: "\f2ab";
}

.fi-tr-braille-d:before {
  content: "\f2ac";
}

.fi-tr-braille-e:before {
  content: "\f2ad";
}

.fi-tr-braille-g:before {
  content: "\f2ae";
}

.fi-tr-braille-h:before {
  content: "\f2af";
}

.fi-tr-braille-i:before {
  content: "\f2b0";
}

.fi-tr-braille-j:before {
  content: "\f2b1";
}

.fi-tr-braille-k:before {
  content: "\f2b2";
}

.fi-tr-braille-l:before {
  content: "\f2b3";
}

.fi-tr-braille-m:before {
  content: "\f2b4";
}

.fi-tr-braille-n-alt:before {
  content: "\f2b5";
}

.fi-tr-braille-n:before {
  content: "\f2b6";
}

.fi-tr-braille-o:before {
  content: "\f2b7";
}

.fi-tr-braille-p:before {
  content: "\f2b8";
}

.fi-tr-braille-q:before {
  content: "\f2b9";
}

.fi-tr-braille-r:before {
  content: "\f2ba";
}

.fi-tr-braille-s:before {
  content: "\f2bb";
}

.fi-tr-braille-t:before {
  content: "\f2bc";
}

.fi-tr-braille-u:before {
  content: "\f2bd";
}

.fi-tr-braille-v:before {
  content: "\f2be";
}

.fi-tr-braille-w:before {
  content: "\f2bf";
}

.fi-tr-braille-x:before {
  content: "\f2c0";
}

.fi-tr-braille-y:before {
  content: "\f2c1";
}

.fi-tr-braille-z:before {
  content: "\f2c2";
}

.fi-tr-braille:before {
  content: "\f2c3";
}

.fi-tr-brain-circuit:before {
  content: "\f2c4";
}

.fi-tr-brain:before {
  content: "\f2c5";
}

.fi-tr-brake-warning:before {
  content: "\f2c6";
}

.fi-tr-branching:before {
  content: "\f2c7";
}

.fi-tr-brand:before {
  content: "\f2c8";
}

.fi-tr-branding:before {
  content: "\f2c9";
}

.fi-tr-bread-loaf:before {
  content: "\f2ca";
}

.fi-tr-bread-slice-butter:before {
  content: "\f2cb";
}

.fi-tr-bread-slice:before {
  content: "\f2cc";
}

.fi-tr-bread:before {
  content: "\f2cd";
}

.fi-tr-briefcase-arrow-right:before {
  content: "\f2ce";
}

.fi-tr-briefcase-blank:before {
  content: "\f2cf";
}

.fi-tr-brightness-low:before {
  content: "\f2d0";
}

.fi-tr-brightness:before {
  content: "\f2d1";
}

.fi-tr-bring-forward:before {
  content: "\f2d2";
}

.fi-tr-bring-front:before {
  content: "\f2d3";
}

.fi-tr-broadcast-tower:before {
  content: "\f2d4";
}

.fi-tr-broccoli:before {
  content: "\f2d5";
}

.fi-tr-broken-image:before {
  content: "\f2d6";
}

.fi-tr-broom-ball:before {
  content: "\f2d7";
}

.fi-tr-browser-ui:before {
  content: "\f2d8";
}

.fi-tr-browser:before {
  content: "\f2d9";
}

.fi-tr-browsers:before {
  content: "\f2da";
}

.fi-tr-bucket:before {
  content: "\f2db";
}

.fi-tr-budget-alt:before {
  content: "\f2dc";
}

.fi-tr-budget:before {
  content: "\f2dd";
}

.fi-tr-bug-slash:before {
  content: "\f2de";
}

.fi-tr-bugs:before {
  content: "\f2df";
}

.fi-tr-build-alt:before {
  content: "\f2e0";
}

.fi-tr-build:before {
  content: "\f2e1";
}

.fi-tr-builder:before {
  content: "\f2e2";
}

.fi-tr-building-circle-arrow-right:before {
  content: "\f2e3";
}

.fi-tr-building-ngo:before {
  content: "\f2e4";
}

.fi-tr-building:before {
  content: "\f2e5";
}

.fi-tr-bulb:before {
  content: "\f2e6";
}

.fi-tr-bullet:before {
  content: "\f2e7";
}

.fi-tr-bullhorn:before {
  content: "\f2e8";
}

.fi-tr-bullseye-arrow:before {
  content: "\f2e9";
}

.fi-tr-bullseye-pointer:before {
  content: "\f2ea";
}

.fi-tr-bullseye:before {
  content: "\f2eb";
}

.fi-tr-burger-alt:before {
  content: "\f2ec";
}

.fi-tr-burger-fries:before {
  content: "\f2ed";
}

.fi-tr-burger-glass:before {
  content: "\f2ee";
}

.fi-tr-burrito:before {
  content: "\f2ef";
}

.fi-tr-burst:before {
  content: "\f2f0";
}

.fi-tr-bus-alt:before {
  content: "\f2f1";
}

.fi-tr-bus:before {
  content: "\f2f2";
}

.fi-tr-business-time:before {
  content: "\f2f3";
}

.fi-tr-Butter:before {
  content: "\f2f4";
}

.fi-tr-butterfly:before {
  content: "\f2f5";
}

.fi-tr-c:before {
  content: "\f2f6";
}

.fi-tr-cabin:before {
  content: "\f2f7";
}

.fi-tr-cactus:before {
  content: "\f2f8";
}

.fi-tr-cage-empty:before {
  content: "\f2f9";
}

.fi-tr-cake-birthday:before {
  content: "\f2fa";
}

.fi-tr-cake-slice:before {
  content: "\f2fb";
}

.fi-tr-cake-wedding:before {
  content: "\f2fc";
}

.fi-tr-calculator-bill:before {
  content: "\f2fd";
}

.fi-tr-calculator-math-tax:before {
  content: "\f2fe";
}

.fi-tr-calculator-money:before {
  content: "\f2ff";
}

.fi-tr-calculator-simple:before {
  content: "\f300";
}

.fi-tr-calculator:before {
  content: "\f301";
}

.fi-tr-calendar-arrow-down:before {
  content: "\f302";
}

.fi-tr-calendar-arrow-up:before {
  content: "\f303";
}

.fi-tr-calendar-check:before {
  content: "\f304";
}

.fi-tr-calendar-clock:before {
  content: "\f305";
}

.fi-tr-calendar-day:before {
  content: "\f306";
}

.fi-tr-calendar-days:before {
  content: "\f307";
}

.fi-tr-calendar-event-tax:before {
  content: "\f308";
}

.fi-tr-calendar-exclamation:before {
  content: "\f309";
}

.fi-tr-calendar-gavel-legal:before {
  content: "\f30a";
}

.fi-tr-calendar-heart:before {
  content: "\f30b";
}

.fi-tr-calendar-image:before {
  content: "\f30c";
}

.fi-tr-calendar-lines-pen:before {
  content: "\f30d";
}

.fi-tr-calendar-lines:before {
  content: "\f30e";
}

.fi-tr-calendar-minus:before {
  content: "\f30f";
}

.fi-tr-calendar-payment-loan:before {
  content: "\f310";
}

.fi-tr-calendar-pen:before {
  content: "\f311";
}

.fi-tr-calendar-plus:before {
  content: "\f312";
}

.fi-tr-calendar-salary:before {
  content: "\f313";
}

.fi-tr-calendar-shift-swap:before {
  content: "\f314";
}

.fi-tr-calendar-star:before {
  content: "\f315";
}

.fi-tr-calendar-swap:before {
  content: "\f316";
}

.fi-tr-calendar-week:before {
  content: "\f317";
}

.fi-tr-calendar-xmark:before {
  content: "\f318";
}

.fi-tr-calendars:before {
  content: "\f319";
}

.fi-tr-call-duration:before {
  content: "\f31a";
}

.fi-tr-call-history:before {
  content: "\f31b";
}

.fi-tr-call-incoming:before {
  content: "\f31c";
}

.fi-tr-call-missed:before {
  content: "\f31d";
}

.fi-tr-call-outgoing:before {
  content: "\f31e";
}

.fi-tr-camcorder:before {
  content: "\f31f";
}

.fi-tr-camera-cctv:before {
  content: "\f320";
}

.fi-tr-camera-movie:before {
  content: "\f321";
}

.fi-tr-camera-retro:before {
  content: "\f322";
}

.fi-tr-camera-rotate:before {
  content: "\f323";
}

.fi-tr-camera-security:before {
  content: "\f324";
}

.fi-tr-camera-slash:before {
  content: "\f325";
}

.fi-tr-camera-viewfinder:before {
  content: "\f326";
}

.fi-tr-camera:before {
  content: "\f327";
}

.fi-tr-campfire:before {
  content: "\f328";
}

.fi-tr-can-food:before {
  content: "\f329";
}

.fi-tr-candle-holder:before {
  content: "\f32a";
}

.fi-tr-candle-lotus-yoga:before {
  content: "\f32b";
}

.fi-tr-candle-pose-yoga:before {
  content: "\f32c";
}

.fi-tr-candy-alt:before {
  content: "\f32d";
}

.fi-tr-candy-bar:before {
  content: "\f32e";
}

.fi-tr-candy-cane:before {
  content: "\f32f";
}

.fi-tr-candy-corn:before {
  content: "\f330";
}

.fi-tr-candy-sweet:before {
  content: "\f331";
}

.fi-tr-candy:before {
  content: "\f332";
}

.fi-tr-Cannabis:before {
  content: "\f333";
}

.fi-tr-canned-food:before {
  content: "\f334";
}

.fi-tr-capsules:before {
  content: "\f335";
}

.fi-tr-car-alt:before {
  content: "\f336";
}

.fi-tr-car-battery:before {
  content: "\f337";
}

.fi-tr-car-bolt:before {
  content: "\f338";
}

.fi-tr-car-building:before {
  content: "\f339";
}

.fi-tr-car-bump:before {
  content: "\f33a";
}

.fi-tr-car-bus:before {
  content: "\f33b";
}

.fi-tr-car-circle-bolt:before {
  content: "\f33c";
}

.fi-tr-car-crash:before {
  content: "\f33d";
}

.fi-tr-car-garage:before {
  content: "\f33e";
}

.fi-tr-car-journey:before {
  content: "\f33f";
}

.fi-tr-car-mechanic:before {
  content: "\f340";
}

.fi-tr-car-rear:before {
  content: "\f341";
}

.fi-tr-car-side-bolt:before {
  content: "\f342";
}

.fi-tr-car-side:before {
  content: "\f343";
}

.fi-tr-car-tilt:before {
  content: "\f344";
}

.fi-tr-car-tunnel:before {
  content: "\f345";
}

.fi-tr-car-wash:before {
  content: "\f346";
}

.fi-tr-caravan-alt:before {
  content: "\f347";
}

.fi-tr-caravan:before {
  content: "\f348";
}

.fi-tr-card-club:before {
  content: "\f349";
}

.fi-tr-card-diamond:before {
  content: "\f34a";
}

.fi-tr-card-heart:before {
  content: "\f34b";
}

.fi-tr-card-spade:before {
  content: "\f34c";
}

.fi-tr-cardinal-compass:before {
  content: "\f34d";
}

.fi-tr-career-growth:before {
  content: "\f34e";
}

.fi-tr-career-path:before {
  content: "\f34f";
}

.fi-tr-caret-circle-down:before {
  content: "\f350";
}

.fi-tr-caret-circle-right:before {
  content: "\f351";
}

.fi-tr-caret-circle-up:before {
  content: "\f352";
}

.fi-tr-caret-down:before {
  content: "\f353";
}

.fi-tr-caret-left:before {
  content: "\f354";
}

.fi-tr-caret-right:before {
  content: "\f355";
}

.fi-tr-caret-square-down:before {
  content: "\f356";
}

.fi-tr-caret-square-left_1:before {
  content: "\f357";
}

.fi-tr-caret-square-left:before {
  content: "\f358";
}

.fi-tr-caret-square-right:before {
  content: "\f359";
}

.fi-tr-caret-square-up:before {
  content: "\f35a";
}

.fi-tr-caret-up:before {
  content: "\f35b";
}

.fi-tr-carrot:before {
  content: "\f35c";
}

.fi-tr-cars-crash:before {
  content: "\f35d";
}

.fi-tr-cars:before {
  content: "\f35e";
}

.fi-tr-cart-arrow-down:before {
  content: "\f35f";
}

.fi-tr-cart-minus:before {
  content: "\f360";
}

.fi-tr-cart-shopping-fast:before {
  content: "\f361";
}

.fi-tr-cash-register:before {
  content: "\f362";
}

.fi-tr-cassette-tape:before {
  content: "\f363";
}

.fi-tr-cassette-vhs:before {
  content: "\f364";
}

.fi-tr-castle:before {
  content: "\f365";
}

.fi-tr-cat-head:before {
  content: "\f366";
}

.fi-tr-cat-space:before {
  content: "\f367";
}

.fi-tr-cat:before {
  content: "\f368";
}

.fi-tr-catalog-alt:before {
  content: "\f369";
}

.fi-tr-catalog-magazine:before {
  content: "\f36a";
}

.fi-tr-catalog:before {
  content: "\f36b";
}

.fi-tr-category-alt:before {
  content: "\f36c";
}

.fi-tr-category:before {
  content: "\f36d";
}

.fi-tr-cauldron:before {
  content: "\f36e";
}

.fi-tr-cedi-sign:before {
  content: "\f36f";
}

.fi-tr-cello:before {
  content: "\f370";
}

.fi-tr-cent-sign:before {
  content: "\f371";
}

.fi-tr-chair-office:before {
  content: "\f372";
}

.fi-tr-chair:before {
  content: "\f373";
}

.fi-tr-chalkboard-user:before {
  content: "\f374";
}

.fi-tr-chalkboard:before {
  content: "\f375";
}

.fi-tr-challenge-alt:before {
  content: "\f376";
}

.fi-tr-challenge:before {
  content: "\f377";
}

.fi-tr-channel:before {
  content: "\f378";
}

.fi-tr-charging-station:before {
  content: "\f379";
}

.fi-tr-chart-area:before {
  content: "\f37a";
}

.fi-tr-chart-arrow-down:before {
  content: "\f37b";
}

.fi-tr-chart-arrow-grow:before {
  content: "\f37c";
}

.fi-tr-chart-bullet:before {
  content: "\f37d";
}

.fi-tr-chart-candlestick:before {
  content: "\f37e";
}

.fi-tr-chart-connected:before {
  content: "\f37f";
}

.fi-tr-chart-gantt:before {
  content: "\f380";
}

.fi-tr-chart-histogram:before {
  content: "\f381";
}

.fi-tr-chart-kanban:before {
  content: "\f382";
}

.fi-tr-chart-line-up-down:before {
  content: "\f383";
}

.fi-tr-chart-line-up:before {
  content: "\f384";
}

.fi-tr-chart-mixed-up-circle-currency:before {
  content: "\f385";
}

.fi-tr-chart-mixed-up-circle-dollar:before {
  content: "\f386";
}

.fi-tr-chart-mixed:before {
  content: "\f387";
}

.fi-tr-chart-network:before {
  content: "\f388";
}

.fi-tr-chart-pie-alt:before {
  content: "\f389";
}

.fi-tr-chart-pie-simple-circle-currency:before {
  content: "\f38a";
}

.fi-tr-chart-pie-simple-circle-dollar:before {
  content: "\f38b";
}

.fi-tr-chart-pie:before {
  content: "\f38c";
}

.fi-tr-chart-pyramid:before {
  content: "\f38d";
}

.fi-tr-chart-radar:before {
  content: "\f38e";
}

.fi-tr-chart-scatter-3d:before {
  content: "\f38f";
}

.fi-tr-chart-scatter-bubble:before {
  content: "\f390";
}

.fi-tr-chart-scatter:before {
  content: "\f391";
}

.fi-tr-chart-set-theory:before {
  content: "\f392";
}

.fi-tr-chart-simple-horizontal:before {
  content: "\f393";
}

.fi-tr-chart-simple:before {
  content: "\f394";
}

.fi-tr-chart-tree-map:before {
  content: "\f395";
}

.fi-tr-chart-tree:before {
  content: "\f396";
}

.fi-tr-chart-user:before {
  content: "\f397";
}

.fi-tr-chart-waterfall:before {
  content: "\f398";
}

.fi-tr-chatbot-speech-bubble:before {
  content: "\f399";
}

.fi-tr-chatbot:before {
  content: "\f39a";
}

.fi-tr-cheap-bill:before {
  content: "\f39b";
}

.fi-tr-cheap-dollar:before {
  content: "\f39c";
}

.fi-tr-cheap-stack-dollar:before {
  content: "\f39d";
}

.fi-tr-cheap-stack:before {
  content: "\f39e";
}

.fi-tr-cheap:before {
  content: "\f39f";
}

.fi-tr-check-circle:before {
  content: "\f3a0";
}

.fi-tr-check-double:before {
  content: "\f3a1";
}

.fi-tr-check-in-calendar:before {
  content: "\f3a2";
}

.fi-tr-check-out-calendar:before {
  content: "\f3a3";
}

.fi-tr-checklist-task-budget:before {
  content: "\f3a4";
}

.fi-tr-cheese-alt:before {
  content: "\f3a5";
}

.fi-tr-cheese:before {
  content: "\f3a6";
}

.fi-tr-cheeseburger:before {
  content: "\f3a7";
}

.fi-tr-cherry:before {
  content: "\f3a8";
}

.fi-tr-chess-bishop:before {
  content: "\f3a9";
}

.fi-tr-chess-board:before {
  content: "\f3aa";
}

.fi-tr-chess-clock-alt:before {
  content: "\f3ab";
}

.fi-tr-chess-clock:before {
  content: "\f3ac";
}

.fi-tr-chess-king-alt:before {
  content: "\f3ad";
}

.fi-tr-chess-king:before {
  content: "\f3ae";
}

.fi-tr-chess-knight-alt:before {
  content: "\f3af";
}

.fi-tr-chess-knight:before {
  content: "\f3b0";
}

.fi-tr-chess-pawn-alt:before {
  content: "\f3b1";
}

.fi-tr-chess-pawn:before {
  content: "\f3b2";
}

.fi-tr-chess-queen-alt:before {
  content: "\f3b3";
}

.fi-tr-chess-queen:before {
  content: "\f3b4";
}

.fi-tr-chess-rook-alt:before {
  content: "\f3b5";
}

.fi-tr-chess-rook:before {
  content: "\f3b6";
}

.fi-tr-chess:before {
  content: "\f3b7";
}

.fi-tr-chevron-double-down:before {
  content: "\f3b8";
}

.fi-tr-chevron-double-up:before {
  content: "\f3b9";
}

.fi-tr-child-head:before {
  content: "\f3ba";
}

.fi-tr-child:before {
  content: "\f3bb";
}

.fi-tr-chimney:before {
  content: "\f3bc";
}

.fi-tr-chip:before {
  content: "\f3bd";
}

.fi-tr-chocolate-bar:before {
  content: "\f3be";
}

.fi-tr-choir-singing:before {
  content: "\f3bf";
}

.fi-tr-choose-alt:before {
  content: "\f3c0";
}

.fi-tr-choose:before {
  content: "\f3c1";
}

.fi-tr-church:before {
  content: "\f3c2";
}

.fi-tr-circle-0:before {
  content: "\f3c3";
}

.fi-tr-circle-1:before {
  content: "\f3c4";
}

.fi-tr-circle-2:before {
  content: "\f3c5";
}

.fi-tr-circle-3:before {
  content: "\f3c6";
}

.fi-tr-circle-4:before {
  content: "\f3c7";
}

.fi-tr-circle-5:before {
  content: "\f3c8";
}

.fi-tr-circle-6:before {
  content: "\f3c9";
}

.fi-tr-circle-7:before {
  content: "\f3ca";
}

.fi-tr-circle-8:before {
  content: "\f3cb";
}

.fi-tr-circle-9:before {
  content: "\f3cc";
}

.fi-tr-circle-a:before {
  content: "\f3cd";
}

.fi-tr-circle-b:before {
  content: "\f3ce";
}

.fi-tr-circle-bolt:before {
  content: "\f3cf";
}

.fi-tr-circle-book-open:before {
  content: "\f3d0";
}

.fi-tr-circle-bookmark:before {
  content: "\f3d1";
}

.fi-tr-circle-c:before {
  content: "\f3d2";
}

.fi-tr-circle-calendar:before {
  content: "\f3d3";
}

.fi-tr-circle-camera:before {
  content: "\f3d4";
}

.fi-tr-circle-d:before {
  content: "\f3d5";
}

.fi-tr-circle-dashed:before {
  content: "\f3d6";
}

.fi-tr-circle-divide:before {
  content: "\f3d7";
}

.fi-tr-circle-e:before {
  content: "\f3d8";
}

.fi-tr-circle-ellipsis-vertical:before {
  content: "\f3d9";
}

.fi-tr-circle-ellipsis:before {
  content: "\f3da";
}

.fi-tr-circle-envelope:before {
  content: "\f3db";
}

.fi-tr-circle-exclamation-check:before {
  content: "\f3dc";
}

.fi-tr-circle-f:before {
  content: "\f3dd";
}

.fi-tr-circle-g:before {
  content: "\f3de";
}

.fi-tr-circle-h:before {
  content: "\f3df";
}

.fi-tr-circle-half-stroke:before {
  content: "\f3e0";
}

.fi-tr-circle-half:before {
  content: "\f3e1";
}

.fi-tr-circle-heart:before {
  content: "\f3e2";
}

.fi-tr-circle-i:before {
  content: "\f3e3";
}

.fi-tr-circle-j:before {
  content: "\f3e4";
}

.fi-tr-circle-k:before {
  content: "\f3e5";
}

.fi-tr-circle-l:before {
  content: "\f3e6";
}

.fi-tr-circle-m:before {
  content: "\f3e7";
}

.fi-tr-circle-microphone-lines:before {
  content: "\f3e8";
}

.fi-tr-circle-microphone:before {
  content: "\f3e9";
}

.fi-tr-circle-n:before {
  content: "\f3ea";
}

.fi-tr-circle-nodes:before {
  content: "\f3eb";
}

.fi-tr-circle-o:before {
  content: "\f3ec";
}

.fi-tr-circle-overlap:before {
  content: "\f3ed";
}

.fi-tr-circle-p:before {
  content: "\f3ee";
}

.fi-tr-circle-phone-flip:before {
  content: "\f3ef";
}

.fi-tr-circle-phone-hangup:before {
  content: "\f3f0";
}

.fi-tr-circle-phone:before {
  content: "\f3f1";
}

.fi-tr-circle-q:before {
  content: "\f3f2";
}

.fi-tr-circle-quarters-alt:before {
  content: "\f3f3";
}

.fi-tr-circle-quarters:before {
  content: "\f3f4";
}

.fi-tr-circle-r:before {
  content: "\f3f5";
}

.fi-tr-circle-s:before {
  content: "\f3f6";
}

.fi-tr-circle-small:before {
  content: "\f3f7";
}

.fi-tr-circle-star:before {
  content: "\f3f8";
}

.fi-tr-circle-t:before {
  content: "\f3f9";
}

.fi-tr-circle-three-quarters:before {
  content: "\f3fa";
}

.fi-tr-circle-trash:before {
  content: "\f3fb";
}

.fi-tr-circle-u:before {
  content: "\f3fc";
}

.fi-tr-circle-user:before {
  content: "\f3fd";
}

.fi-tr-circle-v:before {
  content: "\f3fe";
}

.fi-tr-circle-video:before {
  content: "\f3ff";
}

.fi-tr-circle-w:before {
  content: "\f400";
}

.fi-tr-circle-waveform-lines:before {
  content: "\f401";
}

.fi-tr-circle-x:before {
  content: "\f402";
}

.fi-tr-circle-xmark:before {
  content: "\f403";
}

.fi-tr-circle-y:before {
  content: "\f404";
}

.fi-tr-circle-z:before {
  content: "\f405";
}

.fi-tr-circle:before {
  content: "\f406";
}

.fi-tr-citrus-slice:before {
  content: "\f407";
}

.fi-tr-citrus:before {
  content: "\f408";
}

.fi-tr-city:before {
  content: "\f409";
}

.fi-tr-clapperboard-play:before {
  content: "\f40a";
}

.fi-tr-clapperboard:before {
  content: "\f40b";
}

.fi-tr-clarinet:before {
  content: "\f40c";
}

.fi-tr-claw-marks:before {
  content: "\f40d";
}

.fi-tr-clear-alt:before {
  content: "\f40e";
}

.fi-tr-clip-file:before {
  content: "\f40f";
}

.fi-tr-clip-mail:before {
  content: "\f410";
}

.fi-tr-clipboard-check:before {
  content: "\f411";
}

.fi-tr-clipboard-exclamation:before {
  content: "\f412";
}

.fi-tr-clipboard-list-check:before {
  content: "\f413";
}

.fi-tr-clipboard-list:before {
  content: "\f414";
}

.fi-tr-clipboard-prescription:before {
  content: "\f415";
}

.fi-tr-clipboard-question:before {
  content: "\f416";
}

.fi-tr-clipboard-user:before {
  content: "\f417";
}

.fi-tr-clipboard:before {
  content: "\f418";
}

.fi-tr-clipoard-wrong:before {
  content: "\f419";
}

.fi-tr-clock-desk:before {
  content: "\f41a";
}

.fi-tr-clock-eight-thirty:before {
  content: "\f41b";
}

.fi-tr-clock-eleven-thirty:before {
  content: "\f41c";
}

.fi-tr-clock-eleven:before {
  content: "\f41d";
}

.fi-tr-clock-five-thirty:before {
  content: "\f41e";
}

.fi-tr-clock-five:before {
  content: "\f41f";
}

.fi-tr-clock-four-thirty:before {
  content: "\f420";
}

.fi-tr-clock-nine-thirty:before {
  content: "\f421";
}

.fi-tr-clock-nine:before {
  content: "\f422";
}

.fi-tr-clock-one-thirty:before {
  content: "\f423";
}

.fi-tr-clock-one:before {
  content: "\f424";
}

.fi-tr-clock-seven-thirty:before {
  content: "\f425";
}

.fi-tr-clock-seven:before {
  content: "\f426";
}

.fi-tr-clock-six-thirty:before {
  content: "\f427";
}

.fi-tr-clock-six:before {
  content: "\f428";
}

.fi-tr-clock-ten-thirty:before {
  content: "\f429";
}

.fi-tr-clock-ten:before {
  content: "\f42a";
}

.fi-tr-clock-three-thirty:before {
  content: "\f42b";
}

.fi-tr-clock-three:before {
  content: "\f42c";
}

.fi-tr-clock-time-tracking:before {
  content: "\f42d";
}

.fi-tr-clock-twelve-thirty:before {
  content: "\f42e";
}

.fi-tr-clock-twelve:before {
  content: "\f42f";
}

.fi-tr-clock-two-thirty:before {
  content: "\f430";
}

.fi-tr-clock-two:before {
  content: "\f431";
}

.fi-tr-clock-up-arrow:before {
  content: "\f432";
}

.fi-tr-clone:before {
  content: "\f433";
}

.fi-tr-closed-captioning-slash:before {
  content: "\f434";
}

.fi-tr-clothes-hanger:before {
  content: "\f435";
}

.fi-tr-cloud-back-up-alt:before {
  content: "\f436";
}

.fi-tr-cloud-back-up:before {
  content: "\f437";
}

.fi-tr-cloud-check:before {
  content: "\f438";
}

.fi-tr-cloud-code:before {
  content: "\f439";
}

.fi-tr-cloud-disabled:before {
  content: "\f43a";
}

.fi-tr-cloud-download-alt:before {
  content: "\f43b";
}

.fi-tr-cloud-download:before {
  content: "\f43c";
}

.fi-tr-cloud-drizzle:before {
  content: "\f43d";
}

.fi-tr-cloud-exclamation:before {
  content: "\f43e";
}

.fi-tr-cloud-gear-automation:before {
  content: "\f43f";
}

.fi-tr-cloud-hail-mixed:before {
  content: "\f440";
}

.fi-tr-cloud-hail:before {
  content: "\f441";
}

.fi-tr-cloud-meatball:before {
  content: "\f442";
}

.fi-tr-cloud-moon-rain:before {
  content: "\f443";
}

.fi-tr-cloud-moon:before {
  content: "\f444";
}

.fi-tr-cloud-question:before {
  content: "\f445";
}

.fi-tr-cloud-rain:before {
  content: "\f446";
}

.fi-tr-cloud-rainbow:before {
  content: "\f447";
}

.fi-tr-cloud-share:before {
  content: "\f448";
}

.fi-tr-cloud-showers-heavy:before {
  content: "\f449";
}

.fi-tr-cloud-showers:before {
  content: "\f44a";
}

.fi-tr-cloud-sleet:before {
  content: "\f44b";
}

.fi-tr-cloud-snow:before {
  content: "\f44c";
}

.fi-tr-cloud-sun-rain:before {
  content: "\f44d";
}

.fi-tr-cloud-sun:before {
  content: "\f44e";
}

.fi-tr-cloud-upload-alt:before {
  content: "\f44f";
}

.fi-tr-cloud:before {
  content: "\f450";
}

.fi-tr-clouds-moon:before {
  content: "\f451";
}

.fi-tr-clouds-sun:before {
  content: "\f452";
}

.fi-tr-clouds:before {
  content: "\f453";
}

.fi-tr-clover-alt:before {
  content: "\f454";
}

.fi-tr-club:before {
  content: "\f455";
}

.fi-tr-cocktail:before {
  content: "\f456";
}

.fi-tr-coconut:before {
  content: "\f457";
}

.fi-tr-code-branch:before {
  content: "\f458";
}

.fi-tr-code-commit:before {
  content: "\f459";
}

.fi-tr-code-compare:before {
  content: "\f45a";
}

.fi-tr-code-fork:before {
  content: "\f45b";
}

.fi-tr-code-merge:before {
  content: "\f45c";
}

.fi-tr-code-pull-request-closed:before {
  content: "\f45d";
}

.fi-tr-code-pull-request-draft:before {
  content: "\f45e";
}

.fi-tr-code-pull-request:before {
  content: "\f45f";
}

.fi-tr-code-simple:before {
  content: "\f460";
}

.fi-tr-coffee-bean:before {
  content: "\f461";
}

.fi-tr-coffee-beans:before {
  content: "\f462";
}

.fi-tr-coffee-heart:before {
  content: "\f463";
}

.fi-tr-coffee-pot:before {
  content: "\f464";
}

.fi-tr-coffee:before {
  content: "\f465";
}

.fi-tr-coffin-cross:before {
  content: "\f466";
}

.fi-tr-coffin:before {
  content: "\f467";
}

.fi-tr-coin-up-arrow:before {
  content: "\f468";
}

.fi-tr-coin:before {
  content: "\f469";
}

.fi-tr-coins:before {
  content: "\f46a";
}

.fi-tr-colon-sign:before {
  content: "\f46b";
}

.fi-tr-columns-3:before {
  content: "\f46c";
}

.fi-tr-comet:before {
  content: "\f46d";
}

.fi-tr-command:before {
  content: "\f46e";
}

.fi-tr-comment-alt-check:before {
  content: "\f46f";
}

.fi-tr-comment-alt-dots:before {
  content: "\f470";
}

.fi-tr-comment-alt-edit:before {
  content: "\f471";
}

.fi-tr-comment-alt-medical:before {
  content: "\f472";
}

.fi-tr-comment-alt-middle-top:before {
  content: "\f473";
}

.fi-tr-comment-alt-middle:before {
  content: "\f474";
}

.fi-tr-comment-alt-minus:before {
  content: "\f475";
}

.fi-tr-comment-alt-music:before {
  content: "\f476";
}

.fi-tr-comment-arrow-down:before {
  content: "\f477";
}

.fi-tr-comment-arrow-up-right:before {
  content: "\f478";
}

.fi-tr-comment-arrow-up:before {
  content: "\f479";
}

.fi-tr-comment-check:before {
  content: "\f47a";
}

.fi-tr-comment-code:before {
  content: "\f47b";
}

.fi-tr-comment-dollar:before {
  content: "\f47c";
}

.fi-tr-comment-dots:before {
  content: "\f47d";
}

.fi-tr-comment-exclamation:before {
  content: "\f47e";
}

.fi-tr-comment-heart:before {
  content: "\f47f";
}

.fi-tr-comment-image:before {
  content: "\f480";
}

.fi-tr-comment-info:before {
  content: "\f481";
}

.fi-tr-comment-medical:before {
  content: "\f482";
}

.fi-tr-comment-minus:before {
  content: "\f483";
}

.fi-tr-comment-pen:before {
  content: "\f484";
}

.fi-tr-comment-question:before {
  content: "\f485";
}

.fi-tr-comment-quote:before {
  content: "\f486";
}

.fi-tr-comment-slash:before {
  content: "\f487";
}

.fi-tr-comment-smile:before {
  content: "\f488";
}

.fi-tr-comment-sms:before {
  content: "\f489";
}

.fi-tr-comment-text:before {
  content: "\f48a";
}

.fi-tr-comment-user:before {
  content: "\f48b";
}

.fi-tr-comment-xmark:before {
  content: "\f48c";
}

.fi-tr-comments-dollar:before {
  content: "\f48d";
}

.fi-tr-comments-question-check:before {
  content: "\f48e";
}

.fi-tr-comments-question:before {
  content: "\f48f";
}

.fi-tr-comments:before {
  content: "\f490";
}

.fi-tr-compass-alt:before {
  content: "\f491";
}

.fi-tr-compass-east:before {
  content: "\f492";
}

.fi-tr-compass-north:before {
  content: "\f493";
}

.fi-tr-compass-slash:before {
  content: "\f494";
}

.fi-tr-compass-south:before {
  content: "\f495";
}

.fi-tr-compass-west:before {
  content: "\f496";
}

.fi-tr-completed:before {
  content: "\f497";
}

.fi-tr-compliance-clipboard:before {
  content: "\f498";
}

.fi-tr-compliance-document:before {
  content: "\f499";
}

.fi-tr-compliance:before {
  content: "\f49a";
}

.fi-tr-compress-alt:before {
  content: "\f49b";
}

.fi-tr-computer-classic:before {
  content: "\f49c";
}

.fi-tr-computer-mouse:before {
  content: "\f49d";
}

.fi-tr-computer-speaker:before {
  content: "\f49e";
}

.fi-tr-computer:before {
  content: "\f49f";
}

.fi-tr-concierge-bell:before {
  content: "\f4a0";
}

.fi-tr-confetti:before {
  content: "\f4a1";
}

.fi-tr-constellation:before {
  content: "\f4a2";
}

.fi-tr-container-storage:before {
  content: "\f4a3";
}

.fi-tr-convert-document:before {
  content: "\f4a4";
}

.fi-tr-convert-shapes:before {
  content: "\f4a5";
}

.fi-tr-conveyor-belt-alt:before {
  content: "\f4a6";
}

.fi-tr-conveyor-belt-arm:before {
  content: "\f4a7";
}

.fi-tr-conveyor-belt-empty:before {
  content: "\f4a8";
}

.fi-tr-conveyor-belt:before {
  content: "\f4a9";
}

.fi-tr-cookie-alt:before {
  content: "\f4aa";
}

.fi-tr-copy-alt:before {
  content: "\f4ab";
}

.fi-tr-copy-image:before {
  content: "\f4ac";
}

.fi-tr-copy:before {
  content: "\f4ad";
}

.fi-tr-corn:before {
  content: "\f4ae";
}

.fi-tr-corporate-alt:before {
  content: "\f4af";
}

.fi-tr-corporate:before {
  content: "\f4b0";
}

.fi-tr-couch:before {
  content: "\f4b1";
}

.fi-tr-court-sport:before {
  content: "\f4b2";
}

.fi-tr-cow-alt:before {
  content: "\f4b3";
}

.fi-tr-cow:before {
  content: "\f4b4";
}

.fi-tr-cowbell-circle-plus:before {
  content: "\f4b5";
}

.fi-tr-cowbell-more:before {
  content: "\f4b6";
}

.fi-tr-cowbell:before {
  content: "\f4b7";
}

.fi-tr-crab:before {
  content: "\f4b8";
}

.fi-tr-crate-empty:before {
  content: "\f4b9";
}

.fi-tr-cream:before {
  content: "\f4ba";
}

.fi-tr-credit-card-buyer:before {
  content: "\f4bb";
}

.fi-tr-credit-card-eye:before {
  content: "\f4bc";
}

.fi-tr-cricket:before {
  content: "\f4bd";
}

.fi-tr-crm-alt:before {
  content: "\f4be";
}

.fi-tr-crm-computer:before {
  content: "\f4bf";
}

.fi-tr-CRM:before {
  content: "\f4c0";
}

.fi-tr-croissant:before {
  content: "\f4c1";
}

.fi-tr-cross-religion:before {
  content: "\f4c2";
}

.fi-tr-crow:before {
  content: "\f4c3";
}

.fi-tr-crutch:before {
  content: "\f4c4";
}

.fi-tr-crutches:before {
  content: "\f4c5";
}

.fi-tr-cruzeiro-sign:before {
  content: "\f4c6";
}

.fi-tr-crypto-calendar:before {
  content: "\f4c7";
}

.fi-tr-cryptocurrency:before {
  content: "\f4c8";
}

.fi-tr-crystal-ball:before {
  content: "\f4c9";
}

.fi-tr-cube:before {
  content: "\f4ca";
}

.fi-tr-cubes-stacked:before {
  content: "\f4cb";
}

.fi-tr-cubes:before {
  content: "\f4cc";
}

.fi-tr-cucumber:before {
  content: "\f4cd";
}

.fi-tr-cup-straw-swoosh:before {
  content: "\f4ce";
}

.fi-tr-cup-straw:before {
  content: "\f4cf";
}

.fi-tr-cup-togo:before {
  content: "\f4d0";
}

.fi-tr-cupcake-alt:before {
  content: "\f4d1";
}

.fi-tr-cupcake:before {
  content: "\f4d2";
}

.fi-tr-curling:before {
  content: "\f4d3";
}

.fi-tr-cursor-finger:before {
  content: "\f4d4";
}

.fi-tr-cursor-plus:before {
  content: "\f4d5";
}

.fi-tr-cursor:before {
  content: "\f4d6";
}

.fi-tr-curve-alt:before {
  content: "\f4d7";
}

.fi-tr-curve-arrow:before {
  content: "\f4d8";
}

.fi-tr-curve:before {
  content: "\f4d9";
}

.fi-tr-custard:before {
  content: "\f4da";
}

.fi-tr-customer-care:before {
  content: "\f4db";
}

.fi-tr-customer-service:before {
  content: "\f4dc";
}

.fi-tr-customization-cogwheel:before {
  content: "\f4dd";
}

.fi-tr-customization:before {
  content: "\f4de";
}

.fi-tr-customize-computer:before {
  content: "\f4df";
}

.fi-tr-customize-edit:before {
  content: "\f4e0";
}

.fi-tr-customize:before {
  content: "\f4e1";
}

.fi-tr-CV:before {
  content: "\f4e2";
}

.fi-tr-cvv-card:before {
  content: "\f4e3";
}

.fi-tr-d:before {
  content: "\f4e4";
}

.fi-tr-dagger:before {
  content: "\f4e5";
}

.fi-tr-daily-calendar:before {
  content: "\f4e6";
}

.fi-tr-damage:before {
  content: "\f4e7";
}

.fi-tr-dashboard-monitor:before {
  content: "\f4e8";
}

.fi-tr-dashboard-panel:before {
  content: "\f4e9";
}

.fi-tr-dashboard:before {
  content: "\f4ea";
}

.fi-tr-database:before {
  content: "\f4eb";
}

.fi-tr-debt:before {
  content: "\f4ec";
}

.fi-tr-deer-rudolph:before {
  content: "\f4ed";
}

.fi-tr-deer:before {
  content: "\f4ee";
}

.fi-tr-delete-document:before {
  content: "\f4ef";
}

.fi-tr-delete-right:before {
  content: "\f4f0";
}

.fi-tr-delete-user:before {
  content: "\f4f1";
}

.fi-tr-delete:before {
  content: "\f4f2";
}

.fi-tr-democrat:before {
  content: "\f4f3";
}

.fi-tr-department-structure:before {
  content: "\f4f4";
}

.fi-tr-department:before {
  content: "\f4f5";
}

.fi-tr-deposit-alt:before {
  content: "\f4f6";
}

.fi-tr-deposit:before {
  content: "\f4f7";
}

.fi-tr-description-alt:before {
  content: "\f4f8";
}

.fi-tr-description:before {
  content: "\f4f9";
}

.fi-tr-desk:before {
  content: "\f4fa";
}

.fi-tr-desktop-arrow-down:before {
  content: "\f4fb";
}

.fi-tr-desktop-wallpaper:before {
  content: "\f4fc";
}

.fi-tr-devices:before {
  content: "\f4fd";
}

.fi-tr-dewpoint:before {
  content: "\f4fe";
}

.fi-tr-dharmachakra:before {
  content: "\f4ff";
}

.fi-tr-diagram-cells:before {
  content: "\f500";
}

.fi-tr-diagram-lean-canvas:before {
  content: "\f501";
}

.fi-tr-diagram-nested:before {
  content: "\f502";
}

.fi-tr-diagram-next:before {
  content: "\f503";
}

.fi-tr-diagram-predecessor:before {
  content: "\f504";
}

.fi-tr-diagram-previous:before {
  content: "\f505";
}

.fi-tr-diagram-project:before {
  content: "\f506";
}

.fi-tr-diagram-sankey:before {
  content: "\f507";
}

.fi-tr-diagram-subtask:before {
  content: "\f508";
}

.fi-tr-diagram-successor:before {
  content: "\f509";
}

.fi-tr-diagram-venn:before {
  content: "\f50a";
}

.fi-tr-dial-high:before {
  content: "\f50b";
}

.fi-tr-dial-low:before {
  content: "\f50c";
}

.fi-tr-dial-max:before {
  content: "\f50d";
}

.fi-tr-dial-med-low:before {
  content: "\f50e";
}

.fi-tr-dial-med:before {
  content: "\f50f";
}

.fi-tr-dial-min:before {
  content: "\f510";
}

.fi-tr-dial-off:before {
  content: "\f511";
}

.fi-tr-dial:before {
  content: "\f512";
}

.fi-tr-diamond-exclamation:before {
  content: "\f513";
}

.fi-tr-diamond-turn-right:before {
  content: "\f514";
}

.fi-tr-diamond:before {
  content: "\f515";
}

.fi-tr-diary-bookmark-down:before {
  content: "\f516";
}

.fi-tr-diary-bookmarks:before {
  content: "\f517";
}

.fi-tr-diary-clasp:before {
  content: "\f518";
}

.fi-tr-dice-alt:before {
  content: "\f519";
}

.fi-tr-dice-d10:before {
  content: "\f51a";
}

.fi-tr-dice-d12:before {
  content: "\f51b";
}

.fi-tr-dice-d20:before {
  content: "\f51c";
}

.fi-tr-dice-d4:before {
  content: "\f51d";
}

.fi-tr-dice-d6:before {
  content: "\f51e";
}

.fi-tr-dice-d8:before {
  content: "\f51f";
}

.fi-tr-dice-four:before {
  content: "\f520";
}

.fi-tr-dice-one:before {
  content: "\f521";
}

.fi-tr-dice-six:before {
  content: "\f522";
}

.fi-tr-dice-three:before {
  content: "\f523";
}

.fi-tr-dice-two:before {
  content: "\f524";
}

.fi-tr-digging:before {
  content: "\f525";
}

.fi-tr-digital-tachograph:before {
  content: "\f526";
}

.fi-tr-dinner:before {
  content: "\f527";
}

.fi-tr-diploma:before {
  content: "\f528";
}

.fi-tr-disc-drive:before {
  content: "\f529";
}

.fi-tr-disco-ball:before {
  content: "\f52a";
}

.fi-tr-discover:before {
  content: "\f52b";
}

.fi-tr-disease:before {
  content: "\f52c";
}

.fi-tr-display-arrow-down:before {
  content: "\f52d";
}

.fi-tr-display-code:before {
  content: "\f52e";
}

.fi-tr-display-medical:before {
  content: "\f52f";
}

.fi-tr-display-slash:before {
  content: "\f530";
}

.fi-tr-display:before {
  content: "\f531";
}

.fi-tr-distribute-spacing-horizontal:before {
  content: "\f532";
}

.fi-tr-distribute-spacing-vertical:before {
  content: "\f533";
}

.fi-tr-divide:before {
  content: "\f534";
}

.fi-tr-dizzy:before {
  content: "\f535";
}

.fi-tr-dna:before {
  content: "\f536";
}

.fi-tr-do-not-enter:before {
  content: "\f537";
}

.fi-tr-doctor:before {
  content: "\f538";
}

.fi-tr-document-circle-wrong:before {
  content: "\f539";
}

.fi-tr-document-paid:before {
  content: "\f53a";
}

.fi-tr-document-signed:before {
  content: "\f53b";
}

.fi-tr-document:before {
  content: "\f53c";
}

.fi-tr-dog-leashed:before {
  content: "\f53d";
}

.fi-tr-dog:before {
  content: "\f53e";
}

.fi-tr-dolly-flatbed-alt:before {
  content: "\f53f";
}

.fi-tr-dolly-flatbed-empty:before {
  content: "\f540";
}

.fi-tr-dolly-flatbed:before {
  content: "\f541";
}

.fi-tr-dolphin:before {
  content: "\f542";
}

.fi-tr-domino-effect:before {
  content: "\f543";
}

.fi-tr-donate:before {
  content: "\f544";
}

.fi-tr-dong-sign:before {
  content: "\f545";
}

.fi-tr-donut:before {
  content: "\f546";
}

.fi-tr-door-closed:before {
  content: "\f547";
}

.fi-tr-door-open:before {
  content: "\f548";
}

.fi-tr-dot-circle:before {
  content: "\f549";
}

.fi-tr-dot-pending:before {
  content: "\f54a";
}

.fi-tr-dove:before {
  content: "\f54b";
}

.fi-tr-down-from-bracket:before {
  content: "\f54c";
}

.fi-tr-down-left:before {
  content: "\f54d";
}

.fi-tr-down-right:before {
  content: "\f54e";
}

.fi-tr-down-to-line:before {
  content: "\f54f";
}

.fi-tr-down:before {
  content: "\f550";
}

.fi-tr-drafting-compass:before {
  content: "\f551";
}

.fi-tr-dragon:before {
  content: "\f552";
}

.fi-tr-draw-polygon:before {
  content: "\f553";
}

.fi-tr-draw-square:before {
  content: "\f554";
}

.fi-tr-drawer-alt:before {
  content: "\f555";
}

.fi-tr-drawer-empty:before {
  content: "\f556";
}

.fi-tr-drawer:before {
  content: "\f557";
}

.fi-tr-dreidel:before {
  content: "\f558";
}

.fi-tr-drink-alt:before {
  content: "\f559";
}

.fi-tr-drink:before {
  content: "\f55a";
}

.fi-tr-driver-man:before {
  content: "\f55b";
}

.fi-tr-driver-woman:before {
  content: "\f55c";
}

.fi-tr-drone-alt:before {
  content: "\f55d";
}

.fi-tr-drone-front:before {
  content: "\f55e";
}

.fi-tr-drone:before {
  content: "\f55f";
}

.fi-tr-drop-down:before {
  content: "\f560";
}

.fi-tr-dropdown-select:before {
  content: "\f561";
}

.fi-tr-dropdown:before {
  content: "\f562";
}

.fi-tr-drum-steelpan:before {
  content: "\f563";
}

.fi-tr-drum:before {
  content: "\f564";
}

.fi-tr-drumstick-bite:before {
  content: "\f565";
}

.fi-tr-drumstick:before {
  content: "\f566";
}

.fi-tr-dryer-alt:before {
  content: "\f567";
}

.fi-tr-dryer:before {
  content: "\f568";
}

.fi-tr-duck:before {
  content: "\f569";
}

.fi-tr-dumbbell-fitness:before {
  content: "\f56a";
}

.fi-tr-dumbbell-horizontal:before {
  content: "\f56b";
}

.fi-tr-dumbbell-ray:before {
  content: "\f56c";
}

.fi-tr-dumbbell-weightlifting:before {
  content: "\f56d";
}

.fi-tr-dumpster-fire:before {
  content: "\f56e";
}

.fi-tr-dumpster:before {
  content: "\f56f";
}

.fi-tr-dungeon:before {
  content: "\f570";
}

.fi-tr-duration-alt:before {
  content: "\f571";
}

.fi-tr-duration:before {
  content: "\f572";
}

.fi-tr-e-learning:before {
  content: "\f573";
}

.fi-tr-e:before {
  content: "\f574";
}

.fi-tr-ear-deaf:before {
  content: "\f575";
}

.fi-tr-ear-muffs:before {
  content: "\f576";
}

.fi-tr-ear:before {
  content: "\f577";
}

.fi-tr-earth-africa:before {
  content: "\f578";
}

.fi-tr-earth-americas:before {
  content: "\f579";
}

.fi-tr-earth-asia:before {
  content: "\f57a";
}

.fi-tr-earth-europa:before {
  content: "\f57b";
}

.fi-tr-eclipse-alt:before {
  content: "\f57c";
}

.fi-tr-eclipse:before {
  content: "\f57d";
}

.fi-tr-effect:before {
  content: "\f57e";
}

.fi-tr-egg-fried:before {
  content: "\f57f";
}

.fi-tr-egg:before {
  content: "\f580";
}

.fi-tr-eject:before {
  content: "\f581";
}

.fi-tr-elephant:before {
  content: "\f582";
}

.fi-tr-elevator:before {
  content: "\f583";
}

.fi-tr-employee-alt:before {
  content: "\f584";
}

.fi-tr-employee-handbook:before {
  content: "\f585";
}

.fi-tr-employee-man-alt:before {
  content: "\f586";
}

.fi-tr-employee-man:before {
  content: "\f587";
}

.fi-tr-employees-woman-man:before {
  content: "\f588";
}

.fi-tr-employees:before {
  content: "\f589";
}

.fi-tr-empty-set:before {
  content: "\f58a";
}

.fi-tr-endless-loop:before {
  content: "\f58b";
}

.fi-tr-engine-warning:before {
  content: "\f58c";
}

.fi-tr-engine:before {
  content: "\f58d";
}

.fi-tr-envelope-ban:before {
  content: "\f58e";
}

.fi-tr-envelope-bulk:before {
  content: "\f58f";
}

.fi-tr-envelope-dot:before {
  content: "\f590";
}

.fi-tr-envelope-download:before {
  content: "\f591";
}

.fi-tr-envelope-heart:before {
  content: "\f592";
}

.fi-tr-envelope-marker:before {
  content: "\f593";
}

.fi-tr-envelope-open-dollar:before {
  content: "\f594";
}

.fi-tr-envelope-open-text:before {
  content: "\f595";
}

.fi-tr-envelope-open:before {
  content: "\f596";
}

.fi-tr-envelope-plus:before {
  content: "\f597";
}

.fi-tr-envelopes:before {
  content: "\f598";
}

.fi-tr-equality:before {
  content: "\f599";
}

.fi-tr-equals:before {
  content: "\f59a";
}

.fi-tr-eraser:before {
  content: "\f59b";
}

.fi-tr-error-camera:before {
  content: "\f59c";
}

.fi-tr-escalator:before {
  content: "\f59d";
}

.fi-tr-ethernet:before {
  content: "\f59e";
}

.fi-tr-euro:before {
  content: "\f59f";
}

.fi-tr-excavator:before {
  content: "\f5a0";
}

.fi-tr-exchange-alt:before {
  content: "\f5a1";
}

.fi-tr-exchange-cryptocurrency:before {
  content: "\f5a2";
}

.fi-tr-exchange:before {
  content: "\f5a3";
}

.fi-tr-exit-alt:before {
  content: "\f5a4";
}

.fi-tr-expand-arrows-alt:before {
  content: "\f5a5";
}

.fi-tr-expand-arrows:before {
  content: "\f5a6";
}

.fi-tr-expense-bill:before {
  content: "\f5a7";
}

.fi-tr-expense:before {
  content: "\f5a8";
}

.fi-tr-external-hard-drive:before {
  content: "\f5a9";
}

.fi-tr-external-world:before {
  content: "\f5aa";
}

.fi-tr-eye-dropper-half:before {
  content: "\f5ab";
}

.fi-tr-eyes:before {
  content: "\f5ac";
}

.fi-tr-f:before {
  content: "\f5ad";
}

.fi-tr-fabric:before {
  content: "\f5ae";
}

.fi-tr-face-angry-horns:before {
  content: "\f5af";
}

.fi-tr-face-anguished:before {
  content: "\f5b0";
}

.fi-tr-face-anxious-sweat:before {
  content: "\f5b1";
}

.fi-tr-face-astonished:before {
  content: "\f5b2";
}

.fi-tr-face-awesome:before {
  content: "\f5b3";
}

.fi-tr-face-beam-hand-over-mouth:before {
  content: "\f5b4";
}

.fi-tr-face-confounded:before {
  content: "\f5b5";
}

.fi-tr-face-confused:before {
  content: "\f5b6";
}

.fi-tr-face-cowboy-hat:before {
  content: "\f5b7";
}

.fi-tr-face-disappointed:before {
  content: "\f5b8";
}

.fi-tr-face-disguise:before {
  content: "\f5b9";
}

.fi-tr-face-downcast-sweat:before {
  content: "\f5ba";
}

.fi-tr-face-drooling:before {
  content: "\f5bb";
}

.fi-tr-face-explode:before {
  content: "\f5bc";
}

.fi-tr-face-expressionless:before {
  content: "\f5bd";
}

.fi-tr-face-eyes-xmarks:before {
  content: "\f5be";
}

.fi-tr-face-fearful:before {
  content: "\f5bf";
}

.fi-tr-face-glasses:before {
  content: "\f5c0";
}

.fi-tr-face-grin-tongue-wink:before {
  content: "\f5c1";
}

.fi-tr-face-hand-yawn:before {
  content: "\f5c2";
}

.fi-tr-face-head-bandage:before {
  content: "\f5c3";
}

.fi-tr-face-hushed:before {
  content: "\f5c4";
}

.fi-tr-face-icicles:before {
  content: "\f5c5";
}

.fi-tr-face-lying:before {
  content: "\f5c6";
}

.fi-tr-face-mask:before {
  content: "\f5c7";
}

.fi-tr-face-monocle:before {
  content: "\f5c8";
}

.fi-tr-face-nauseated:before {
  content: "\f5c9";
}

.fi-tr-face-nose-steam:before {
  content: "\f5ca";
}

.fi-tr-face-party:before {
  content: "\f5cb";
}

.fi-tr-face-pensive:before {
  content: "\f5cc";
}

.fi-tr-face-persevering:before {
  content: "\f5cd";
}

.fi-tr-face-pleading:before {
  content: "\f5ce";
}

.fi-tr-face-raised-eyebrow:before {
  content: "\f5cf";
}

.fi-tr-face-relieved:before {
  content: "\f5d0";
}

.fi-tr-face-sad-sweat:before {
  content: "\f5d1";
}

.fi-tr-face-scream:before {
  content: "\f5d2";
}

.fi-tr-face-shush:before {
  content: "\f5d3";
}

.fi-tr-face-sleeping:before {
  content: "\f5d4";
}

.fi-tr-face-sleepy:before {
  content: "\f5d5";
}

.fi-tr-face-smile-halo:before {
  content: "\f5d6";
}

.fi-tr-face-smile-hearts:before {
  content: "\f5d7";
}

.fi-tr-face-smile-horns:before {
  content: "\f5d8";
}

.fi-tr-face-smile-tear:before {
  content: "\f5d9";
}

.fi-tr-face-smile-tongue:before {
  content: "\f5da";
}

.fi-tr-face-smile-upside-down:before {
  content: "\f5db";
}

.fi-tr-face-smiling-hands:before {
  content: "\f5dc";
}

.fi-tr-face-smirking:before {
  content: "\f5dd";
}

.fi-tr-face-sunglasses-alt:before {
  content: "\f5de";
}

.fi-tr-face-sunglasses:before {
  content: "\f5df";
}

.fi-tr-face-swear:before {
  content: "\f5e0";
}

.fi-tr-face-thermometer:before {
  content: "\f5e1";
}

.fi-tr-face-thinking:before {
  content: "\f5e2";
}

.fi-tr-face-tissue:before {
  content: "\f5e3";
}

.fi-tr-face-tongue-money:before {
  content: "\f5e4";
}

.fi-tr-face-tongue-sweat:before {
  content: "\f5e5";
}

.fi-tr-face-unamused:before {
  content: "\f5e6";
}

.fi-tr-face-viewfinder:before {
  content: "\f5e7";
}

.fi-tr-face-vomit:before {
  content: "\f5e8";
}

.fi-tr-face-weary:before {
  content: "\f5e9";
}

.fi-tr-face-woozy:before {
  content: "\f5ea";
}

.fi-tr-face-worried:before {
  content: "\f5eb";
}

.fi-tr-face-zany:before {
  content: "\f5ec";
}

.fi-tr-face-zipper:before {
  content: "\f5ed";
}

.fi-tr-fail:before {
  content: "\f5ee";
}

.fi-tr-falafel:before {
  content: "\f5ef";
}

.fi-tr-family-dress:before {
  content: "\f5f0";
}

.fi-tr-family-pants:before {
  content: "\f5f1";
}

.fi-tr-family:before {
  content: "\f5f2";
}

.fi-tr-fan-table:before {
  content: "\f5f3";
}

.fi-tr-fan:before {
  content: "\f5f4";
}

.fi-tr-farm:before {
  content: "\f5f5";
}

.fi-tr-faucet-drip:before {
  content: "\f5f6";
}

.fi-tr-faucet:before {
  content: "\f5f7";
}

.fi-tr-fax:before {
  content: "\f5f8";
}

.fi-tr-feather-pointed:before {
  content: "\f5f9";
}

.fi-tr-feather:before {
  content: "\f5fa";
}

.fi-tr-features-alt:before {
  content: "\f5fb";
}

.fi-tr-features:before {
  content: "\f5fc";
}

.fi-tr-fee-receipt:before {
  content: "\f5fd";
}

.fi-tr-fee:before {
  content: "\f5fe";
}

.fi-tr-feedback-alt:before {
  content: "\f5ff";
}

.fi-tr-feedback-cycle-loop:before {
  content: "\f600";
}

.fi-tr-feedback-hand:before {
  content: "\f601";
}

.fi-tr-feedback-review:before {
  content: "\f602";
}

.fi-tr-feedback:before {
  content: "\f603";
}

.fi-tr-fence:before {
  content: "\f604";
}

.fi-tr-ferris-wheel:before {
  content: "\f605";
}

.fi-tr-field-hockey:before {
  content: "\f606";
}

.fi-tr-fighter-jet:before {
  content: "\f607";
}

.fi-tr-file-audio:before {
  content: "\f608";
}

.fi-tr-file-binary:before {
  content: "\f609";
}

.fi-tr-file-chart-line:before {
  content: "\f60a";
}

.fi-tr-file-chart-pie:before {
  content: "\f60b";
}

.fi-tr-file-circle-info:before {
  content: "\f60c";
}

.fi-tr-file-cloud:before {
  content: "\f60d";
}

.fi-tr-file-code:before {
  content: "\f60e";
}

.fi-tr-file-csv:before {
  content: "\f60f";
}

.fi-tr-file-download:before {
  content: "\f610";
}

.fi-tr-file-edit:before {
  content: "\f611";
}

.fi-tr-file-excel:before {
  content: "\f612";
}

.fi-tr-file-exclamation:before {
  content: "\f613";
}

.fi-tr-file-export:before {
  content: "\f614";
}

.fi-tr-file-image:before {
  content: "\f615";
}

.fi-tr-file-import:before {
  content: "\f616";
}

.fi-tr-file-invoice-dollar:before {
  content: "\f617";
}

.fi-tr-file-invoice:before {
  content: "\f618";
}

.fi-tr-file-medical-alt:before {
  content: "\f619";
}

.fi-tr-file-medical:before {
  content: "\f61a";
}

.fi-tr-file-minus:before {
  content: "\f61b";
}

.fi-tr-file-pdf:before {
  content: "\f61c";
}

.fi-tr-file-powerpoint:before {
  content: "\f61d";
}

.fi-tr-file-prescription:before {
  content: "\f61e";
}

.fi-tr-file-signature:before {
  content: "\f61f";
}

.fi-tr-file-spreadsheet:before {
  content: "\f620";
}

.fi-tr-file-upload:before {
  content: "\f621";
}

.fi-tr-file-user:before {
  content: "\f622";
}

.fi-tr-file-video:before {
  content: "\f623";
}

.fi-tr-file-word:before {
  content: "\f624";
}

.fi-tr-file-zipper:before {
  content: "\f625";
}

.fi-tr-files-medical:before {
  content: "\f626";
}

.fi-tr-film-canister:before {
  content: "\f627";
}

.fi-tr-film-slash:before {
  content: "\f628";
}

.fi-tr-films:before {
  content: "\f629";
}

.fi-tr-filter-list:before {
  content: "\f62a";
}

.fi-tr-filter-slash:before {
  content: "\f62b";
}

.fi-tr-filter:before {
  content: "\f62c";
}

.fi-tr-filters:before {
  content: "\f62d";
}

.fi-tr-fingerprint:before {
  content: "\f62e";
}

.fi-tr-fire-burner:before {
  content: "\f62f";
}

.fi-tr-fire-extinguisher:before {
  content: "\f630";
}

.fi-tr-fire-flame-curved:before {
  content: "\f631";
}

.fi-tr-fire-flame-simple:before {
  content: "\f632";
}

.fi-tr-fire-hydrant:before {
  content: "\f633";
}

.fi-tr-fire-smoke:before {
  content: "\f634";
}

.fi-tr-fireplace:before {
  content: "\f635";
}

.fi-tr-first-award:before {
  content: "\f636";
}

.fi-tr-first-laurel:before {
  content: "\f637";
}

.fi-tr-first-medal:before {
  content: "\f638";
}

.fi-tr-first:before {
  content: "\f639";
}

.fi-tr-fish-bones:before {
  content: "\f63a";
}

.fi-tr-fish-cooked:before {
  content: "\f63b";
}

.fi-tr-fish:before {
  content: "\f63c";
}

.fi-tr-fishing-rod:before {
  content: "\f63d";
}

.fi-tr-fist-move:before {
  content: "\f63e";
}

.fi-tr-flag-alt:before {
  content: "\f63f";
}

.fi-tr-flag-checkered:before {
  content: "\f640";
}

.fi-tr-flag-usa:before {
  content: "\f641";
}

.fi-tr-flag:before {
  content: "\f642";
}

.fi-tr-flame:before {
  content: "\f643";
}

.fi-tr-flashlight:before {
  content: "\f644";
}

.fi-tr-flask-gear:before {
  content: "\f645";
}

.fi-tr-flask-poison:before {
  content: "\f646";
}

.fi-tr-flask-potion:before {
  content: "\f647";
}

.fi-tr-flask:before {
  content: "\f648";
}

.fi-tr-flatbread-stuffed:before {
  content: "\f649";
}

.fi-tr-flatbread:before {
  content: "\f64a";
}

.fi-tr-floor-alt:before {
  content: "\f64b";
}

.fi-tr-floor-layer:before {
  content: "\f64c";
}

.fi-tr-floor:before {
  content: "\f64d";
}

.fi-tr-floppy-disk-circle-arrow-right:before {
  content: "\f64e";
}

.fi-tr-floppy-disk-circle-xmark:before {
  content: "\f64f";
}

.fi-tr-floppy-disk-pen:before {
  content: "\f650";
}

.fi-tr-floppy-disks:before {
  content: "\f651";
}

.fi-tr-florin-sign:before {
  content: "\f652";
}

.fi-tr-flower-bouquet:before {
  content: "\f653";
}

.fi-tr-flower-butterfly:before {
  content: "\f654";
}

.fi-tr-flower-daffodil:before {
  content: "\f655";
}

.fi-tr-flower-tulip:before {
  content: "\f656";
}

.fi-tr-flower:before {
  content: "\f657";
}

.fi-tr-flushed:before {
  content: "\f658";
}

.fi-tr-flute:before {
  content: "\f659";
}

.fi-tr-flux-capacitor:before {
  content: "\f65a";
}

.fi-tr-fly-insect:before {
  content: "\f65b";
}

.fi-tr-flying-disc:before {
  content: "\f65c";
}

.fi-tr-fog:before {
  content: "\f65d";
}

.fi-tr-folder-download:before {
  content: "\f65e";
}

.fi-tr-folder-fire:before {
  content: "\f65f";
}

.fi-tr-folder-minus:before {
  content: "\f660";
}

.fi-tr-folder-open:before {
  content: "\f661";
}

.fi-tr-folder-times:before {
  content: "\f662";
}

.fi-tr-folder-tree:before {
  content: "\f663";
}

.fi-tr-folder-upload:before {
  content: "\f664";
}

.fi-tr-folder-xmark:before {
  content: "\f665";
}

.fi-tr-folders:before {
  content: "\f666";
}

.fi-tr-follow-folder:before {
  content: "\f667";
}

.fi-tr-followcollection:before {
  content: "\f668";
}

.fi-tr-fondue-pot:before {
  content: "\f669";
}

.fi-tr-foreign-language-audio:before {
  content: "\f66a";
}

.fi-tr-fork:before {
  content: "\f66b";
}

.fi-tr-forklift:before {
  content: "\f66c";
}

.fi-tr-fort:before {
  content: "\f66d";
}

.fi-tr-forward-fast:before {
  content: "\f66e";
}

.fi-tr-fox:before {
  content: "\f66f";
}

.fi-tr-frame:before {
  content: "\f670";
}

.fi-tr-franc-sign:before {
  content: "\f671";
}

.fi-tr-free-delivery:before {
  content: "\f672";
}

.fi-tr-free:before {
  content: "\f673";
}

.fi-tr-french-fries:before {
  content: "\f674";
}

.fi-tr-friday:before {
  content: "\f675";
}

.fi-tr-frog:before {
  content: "\f676";
}

.fi-tr-frown:before {
  content: "\f677";
}

.fi-tr-ftp:before {
  content: "\f678";
}

.fi-tr-fuel-gauge:before {
  content: "\f679";
}

.fi-tr-function-process:before {
  content: "\f67a";
}

.fi-tr-function-square:before {
  content: "\f67b";
}

.fi-tr-function:before {
  content: "\f67c";
}

.fi-tr-funnel-dollar:before {
  content: "\f67d";
}

.fi-tr-g:before {
  content: "\f67e";
}

.fi-tr-galaxy-alt:before {
  content: "\f67f";
}

.fi-tr-galaxy-planet:before {
  content: "\f680";
}

.fi-tr-galaxy-star:before {
  content: "\f681";
}

.fi-tr-galaxy:before {
  content: "\f682";
}

.fi-tr-gallery-thumbnails:before {
  content: "\f683";
}

.fi-tr-game-board-alt:before {
  content: "\f684";
}

.fi-tr-gamepad:before {
  content: "\f685";
}

.fi-tr-garage-car:before {
  content: "\f686";
}

.fi-tr-garage-open:before {
  content: "\f687";
}

.fi-tr-garage:before {
  content: "\f688";
}

.fi-tr-garlic-alt:before {
  content: "\f689";
}

.fi-tr-garlic:before {
  content: "\f68a";
}

.fi-tr-gas-pump-slash:before {
  content: "\f68b";
}

.fi-tr-gas-pump:before {
  content: "\f68c";
}

.fi-tr-gauge-circle-bolt:before {
  content: "\f68d";
}

.fi-tr-gauge-circle-minus:before {
  content: "\f68e";
}

.fi-tr-gauge-circle-plus:before {
  content: "\f68f";
}

.fi-tr-gavel:before {
  content: "\f690";
}

.fi-tr-gay-couple:before {
  content: "\f691";
}

.fi-tr-gears:before {
  content: "\f692";
}

.fi-tr-gem:before {
  content: "\f693";
}

.fi-tr-general:before {
  content: "\f694";
}

.fi-tr-ghost:before {
  content: "\f695";
}

.fi-tr-gif-square:before {
  content: "\f696";
}

.fi-tr-gif:before {
  content: "\f697";
}

.fi-tr-gift-box-benefits:before {
  content: "\f698";
}

.fi-tr-gift-card:before {
  content: "\f699";
}

.fi-tr-gift:before {
  content: "\f69a";
}

.fi-tr-gifts:before {
  content: "\f69b";
}

.fi-tr-gingerbread-man:before {
  content: "\f69c";
}

.fi-tr-glass-champagne:before {
  content: "\f69d";
}

.fi-tr-glass-cheers:before {
  content: "\f69e";
}

.fi-tr-glass-citrus:before {
  content: "\f69f";
}

.fi-tr-glass-empty:before {
  content: "\f6a0";
}

.fi-tr-glass-half:before {
  content: "\f6a1";
}

.fi-tr-glass-water-droplet:before {
  content: "\f6a2";
}

.fi-tr-glass-whiskey-rocks:before {
  content: "\f6a3";
}

.fi-tr-glass-whiskey:before {
  content: "\f6a4";
}

.fi-tr-glass:before {
  content: "\f6a5";
}

.fi-tr-glasses:before {
  content: "\f6a6";
}

.fi-tr-globe-alt:before {
  content: "\f6a7";
}

.fi-tr-globe-pointer:before {
  content: "\f6a8";
}

.fi-tr-globe-snow:before {
  content: "\f6a9";
}

.fi-tr-goal-net:before {
  content: "\f6aa";
}

.fi-tr-golf-ball:before {
  content: "\f6ab";
}

.fi-tr-golf-club:before {
  content: "\f6ac";
}

.fi-tr-golf-hole:before {
  content: "\f6ad";
}

.fi-tr-gopuram:before {
  content: "\f6ae";
}

.fi-tr-government-budget:before {
  content: "\f6af";
}

.fi-tr-government-flag:before {
  content: "\f6b0";
}

.fi-tr-government-user:before {
  content: "\f6b1";
}

.fi-tr-gps-navigation:before {
  content: "\f6b2";
}

.fi-tr-graduation-cap:before {
  content: "\f6b3";
}

.fi-tr-gramophone:before {
  content: "\f6b4";
}

.fi-tr-grape:before {
  content: "\f6b5";
}

.fi-tr-graph-curve:before {
  content: "\f6b6";
}

.fi-tr-graphic-style:before {
  content: "\f6b7";
}

.fi-tr-graphic-tablet:before {
  content: "\f6b8";
}

.fi-tr-grate-droplet:before {
  content: "\f6b9";
}

.fi-tr-grate:before {
  content: "\f6ba";
}

.fi-tr-greater-than-equal:before {
  content: "\f6bb";
}

.fi-tr-greater-than:before {
  content: "\f6bc";
}

.fi-tr-greek-helmet:before {
  content: "\f6bd";
}

.fi-tr-grid-dividers:before {
  content: "\f6be";
}

.fi-tr-grill-hot-alt:before {
  content: "\f6bf";
}

.fi-tr-grill:before {
  content: "\f6c0";
}

.fi-tr-grimace:before {
  content: "\f6c1";
}

.fi-tr-grin-alt:before {
  content: "\f6c2";
}

.fi-tr-grin-beam-sweat:before {
  content: "\f6c3";
}

.fi-tr-grin-beam:before {
  content: "\f6c4";
}

.fi-tr-grin-hearts:before {
  content: "\f6c5";
}

.fi-tr-grin-squint-tears:before {
  content: "\f6c6";
}

.fi-tr-grin-squint:before {
  content: "\f6c7";
}

.fi-tr-grin-stars:before {
  content: "\f6c8";
}

.fi-tr-grin-tears:before {
  content: "\f6c9";
}

.fi-tr-grin-tongue-squint:before {
  content: "\f6ca";
}

.fi-tr-grin-tongue-wink:before {
  content: "\f6cb";
}

.fi-tr-grin-tongue:before {
  content: "\f6cc";
}

.fi-tr-grin-wink:before {
  content: "\f6cd";
}

.fi-tr-grin:before {
  content: "\f6ce";
}

.fi-tr-grip-dots-vertical:before {
  content: "\f6cf";
}

.fi-tr-grip-dots:before {
  content: "\f6d0";
}

.fi-tr-grip-horizontal:before {
  content: "\f6d1";
}

.fi-tr-grip-lines-vertical:before {
  content: "\f6d2";
}

.fi-tr-grip-lines:before {
  content: "\f6d3";
}

.fi-tr-grip-vertical:before {
  content: "\f6d4";
}

.fi-tr-grocery-bag:before {
  content: "\f6d5";
}

.fi-tr-grocery-basket:before {
  content: "\f6d6";
}

.fi-tr-group-arrows-rotate:before {
  content: "\f6d7";
}

.fi-tr-growth-chart-invest:before {
  content: "\f6d8";
}

.fi-tr-guarani-sign:before {
  content: "\f6d9";
}

.fi-tr-guide-alt:before {
  content: "\f6da";
}

.fi-tr-guide:before {
  content: "\f6db";
}

.fi-tr-guitar-electric:before {
  content: "\f6dc";
}

.fi-tr-guitar:before {
  content: "\f6dd";
}

.fi-tr-guitars:before {
  content: "\f6de";
}

.fi-tr-gun-squirt:before {
  content: "\f6df";
}

.fi-tr-gym:before {
  content: "\f6e0";
}

.fi-tr-h-square:before {
  content: "\f6e1";
}

.fi-tr-h:before {
  content: "\f6e2";
}

.fi-tr-h1:before {
  content: "\f6e3";
}

.fi-tr-h2:before {
  content: "\f6e4";
}

.fi-tr-h3:before {
  content: "\f6e5";
}

.fi-tr-h4:before {
  content: "\f6e6";
}

.fi-tr-hair-clipper:before {
  content: "\f6e7";
}

.fi-tr-hamburger-soda:before {
  content: "\f6e8";
}

.fi-tr-hamburger:before {
  content: "\f6e9";
}

.fi-tr-hammer-crash:before {
  content: "\f6ea";
}

.fi-tr-hammer-war:before {
  content: "\f6eb";
}

.fi-tr-hammer:before {
  content: "\f6ec";
}

.fi-tr-hamsa:before {
  content: "\f6ed";
}

.fi-tr-hand-back-fist:before {
  content: "\f6ee";
}

.fi-tr-hand-back-point-down:before {
  content: "\f6ef";
}

.fi-tr-hand-back-point-left:before {
  content: "\f6f0";
}

.fi-tr-hand-back-point-ribbon:before {
  content: "\f6f1";
}

.fi-tr-hand-back-point-right:before {
  content: "\f6f2";
}

.fi-tr-hand-bill:before {
  content: "\f6f3";
}

.fi-tr-hand-dots:before {
  content: "\f6f4";
}

.fi-tr-hand-fingers-crossed:before {
  content: "\f6f5";
}

.fi-tr-hand-fist:before {
  content: "\f6f6";
}

.fi-tr-hand-heart:before {
  content: "\f6f7";
}

.fi-tr-hand-holding-box:before {
  content: "\f6f8";
}

.fi-tr-hand-holding-droplet:before {
  content: "\f6f9";
}

.fi-tr-hand-holding-heart:before {
  content: "\f6fa";
}

.fi-tr-hand-holding-magic:before {
  content: "\f6fb";
}

.fi-tr-hand-holding-medical:before {
  content: "\f6fc";
}

.fi-tr-hand-holding-seeding:before {
  content: "\f6fd";
}

.fi-tr-hand-holding-skull:before {
  content: "\f6fe";
}

.fi-tr-hand-holding-usd:before {
  content: "\f6ff";
}

.fi-tr-hand-holding-water:before {
  content: "\f700";
}

.fi-tr-hand-horns:before {
  content: "\f701";
}

.fi-tr-hand-lizard:before {
  content: "\f702";
}

.fi-tr-hand-love:before {
  content: "\f703";
}

.fi-tr-hand-middle-finger:before {
  content: "\f704";
}

.fi-tr-hand-paper:before {
  content: "\f705";
}

.fi-tr-hand-peace:before {
  content: "\f706";
}

.fi-tr-hand-point-ribbon:before {
  content: "\f707";
}

.fi-tr-hand-scissors:before {
  content: "\f708";
}

.fi-tr-hand-sparkles:before {
  content: "\f709";
}

.fi-tr-hand-spock:before {
  content: "\f70a";
}

.fi-tr-hand-wave:before {
  content: "\f70b";
}

.fi-tr-handmade:before {
  content: "\f70c";
}

.fi-tr-hands-bubbles:before {
  content: "\f70d";
}

.fi-tr-hands-clapping:before {
  content: "\f70e";
}

.fi-tr-hands-heart:before {
  content: "\f70f";
}

.fi-tr-hands-holding-diamond:before {
  content: "\f710";
}

.fi-tr-hands-holding:before {
  content: "\f711";
}

.fi-tr-hands-usd:before {
  content: "\f712";
}

.fi-tr-handshake-angle:before {
  content: "\f713";
}

.fi-tr-handshake-deal-loan:before {
  content: "\f714";
}

.fi-tr-handshake-house:before {
  content: "\f715";
}

.fi-tr-handshake-simple-slash:before {
  content: "\f716";
}

.fi-tr-handshake-trust:before {
  content: "\f717";
}

.fi-tr-handshake:before {
  content: "\f718";
}

.fi-tr-hard-hat:before {
  content: "\f719";
}

.fi-tr-hashtag-lock:before {
  content: "\f71a";
}

.fi-tr-hashtag:before {
  content: "\f71b";
}

.fi-tr-hat-beach:before {
  content: "\f71c";
}

.fi-tr-hat-birthday:before {
  content: "\f71d";
}

.fi-tr-hat-chef:before {
  content: "\f71e";
}

.fi-tr-hat-cowboy-side:before {
  content: "\f71f";
}

.fi-tr-hat-cowboy:before {
  content: "\f720";
}

.fi-tr-hat-santa:before {
  content: "\f721";
}

.fi-tr-hat-winter:before {
  content: "\f722";
}

.fi-tr-hat-witch:before {
  content: "\f723";
}

.fi-tr-hat-wizard:before {
  content: "\f724";
}

.fi-tr-hdd:before {
  content: "\f725";
}

.fi-tr-head-side-brain:before {
  content: "\f726";
}

.fi-tr-head-side-cough-slash:before {
  content: "\f727";
}

.fi-tr-head-side-cough:before {
  content: "\f728";
}

.fi-tr-head-side-headphones:before {
  content: "\f729";
}

.fi-tr-head-side-heart:before {
  content: "\f72a";
}

.fi-tr-head-side-mask:before {
  content: "\f72b";
}

.fi-tr-head-side-medical:before {
  content: "\f72c";
}

.fi-tr-head-side-thinking:before {
  content: "\f72d";
}

.fi-tr-head-side-virus:before {
  content: "\f72e";
}

.fi-tr-head-side:before {
  content: "\f72f";
}

.fi-tr-head-vr:before {
  content: "\f730";
}

.fi-tr-heading:before {
  content: "\f731";
}

.fi-tr-heart-arrow:before {
  content: "\f732";
}

.fi-tr-heart-brain:before {
  content: "\f733";
}

.fi-tr-heart-crack:before {
  content: "\f734";
}

.fi-tr-heart-half-stroke:before {
  content: "\f735";
}

.fi-tr-heart-half:before {
  content: "\f736";
}

.fi-tr-heart-health-muscle:before {
  content: "\f737";
}

.fi-tr-heart-lock:before {
  content: "\f738";
}

.fi-tr-heart-partner-handshake:before {
  content: "\f739";
}

.fi-tr-heart-rate:before {
  content: "\f73a";
}

.fi-tr-heart-slash:before {
  content: "\f73b";
}

.fi-tr-heart-upside-down:before {
  content: "\f73c";
}

.fi-tr-heat:before {
  content: "\f73d";
}

.fi-tr-helicopter-side:before {
  content: "\f73e";
}

.fi-tr-helmet-battle:before {
  content: "\f73f";
}

.fi-tr-hexagon-check:before {
  content: "\f740";
}

.fi-tr-hexagon-divide:before {
  content: "\f741";
}

.fi-tr-hexagon-exclamation:before {
  content: "\f742";
}

.fi-tr-hexagon:before {
  content: "\f743";
}

.fi-tr-high-definition:before {
  content: "\f744";
}

.fi-tr-high-five-celebration-yes:before {
  content: "\f745";
}

.fi-tr-high-five:before {
  content: "\f746";
}

.fi-tr-highlighter-line:before {
  content: "\f747";
}

.fi-tr-highlighter:before {
  content: "\f748";
}

.fi-tr-hiking:before {
  content: "\f749";
}

.fi-tr-hippo:before {
  content: "\f74a";
}

.fi-tr-hockey-mask:before {
  content: "\f74b";
}

.fi-tr-hockey-puck:before {
  content: "\f74c";
}

.fi-tr-hockey-stick-puck:before {
  content: "\f74d";
}

.fi-tr-hockey-sticks:before {
  content: "\f74e";
}

.fi-tr-holding-hand-gear:before {
  content: "\f74f";
}

.fi-tr-holding-hand-revenue:before {
  content: "\f750";
}

.fi-tr-holly-berry:before {
  content: "\f751";
}

.fi-tr-home-heart:before {
  content: "\f752";
}

.fi-tr-honey-pot:before {
  content: "\f753";
}

.fi-tr-hood-cloak:before {
  content: "\f754";
}

.fi-tr-horizontal-rule:before {
  content: "\f755";
}

.fi-tr-horse-head:before {
  content: "\f756";
}

.fi-tr-horse-saddle:before {
  content: "\f757";
}

.fi-tr-horse:before {
  content: "\f758";
}

.fi-tr-horseshoe-broken:before {
  content: "\f759";
}

.fi-tr-horseshoe:before {
  content: "\f75a";
}

.fi-tr-hose-reel:before {
  content: "\f75b";
}

.fi-tr-hose:before {
  content: "\f75c";
}

.fi-tr-hospital-symbol:before {
  content: "\f75d";
}

.fi-tr-hospital-user:before {
  content: "\f75e";
}

.fi-tr-hospital:before {
  content: "\f75f";
}

.fi-tr-hospitals:before {
  content: "\f760";
}

.fi-tr-hot-tub:before {
  content: "\f761";
}

.fi-tr-hotdog:before {
  content: "\f762";
}

.fi-tr-hotel:before {
  content: "\f763";
}

.fi-tr-hourglass-end:before {
  content: "\f764";
}

.fi-tr-hourglass-start:before {
  content: "\f765";
}

.fi-tr-hourglass:before {
  content: "\f766";
}

.fi-tr-house-blank:before {
  content: "\f767";
}

.fi-tr-house-building:before {
  content: "\f768";
}

.fi-tr-house-chimney-blank:before {
  content: "\f769";
}

.fi-tr-house-chimney-crack:before {
  content: "\f76a";
}

.fi-tr-house-chimney-heart:before {
  content: "\f76b";
}

.fi-tr-house-chimney-medical:before {
  content: "\f76c";
}

.fi-tr-house-chimney-user:before {
  content: "\f76d";
}

.fi-tr-house-chimney-window:before {
  content: "\f76e";
}

.fi-tr-house-chimney:before {
  content: "\f76f";
}

.fi-tr-house-circle-check:before {
  content: "\f770";
}

.fi-tr-house-circle-exclamation:before {
  content: "\f771";
}

.fi-tr-house-circle-xmark:before {
  content: "\f772";
}

.fi-tr-house-crack-alt:before {
  content: "\f773";
}

.fi-tr-house-crack:before {
  content: "\f774";
}

.fi-tr-house-day:before {
  content: "\f775";
}

.fi-tr-house-fire:before {
  content: "\f776";
}

.fi-tr-house-flag:before {
  content: "\f777";
}

.fi-tr-house-flood:before {
  content: "\f778";
}

.fi-tr-house-laptop:before {
  content: "\f779";
}

.fi-tr-house-leave:before {
  content: "\f77a";
}

.fi-tr-house-lock:before {
  content: "\f77b";
}

.fi-tr-house-medical:before {
  content: "\f77c";
}

.fi-tr-house-night:before {
  content: "\f77d";
}

.fi-tr-house-return:before {
  content: "\f77e";
}

.fi-tr-house-signal:before {
  content: "\f77f";
}

.fi-tr-house-tree:before {
  content: "\f780";
}

.fi-tr-house-tsunami:before {
  content: "\f781";
}

.fi-tr-house-turret:before {
  content: "\f782";
}

.fi-tr-house-user:before {
  content: "\f783";
}

.fi-tr-house-window:before {
  content: "\f784";
}

.fi-tr-hr-group:before {
  content: "\f785";
}

.fi-tr-hr-person:before {
  content: "\f786";
}

.fi-tr-hr:before {
  content: "\f787";
}

.fi-tr-hryvnia:before {
  content: "\f788";
}

.fi-tr-humidity:before {
  content: "\f789";
}

.fi-tr-hundred-points:before {
  content: "\f78a";
}

.fi-tr-hurricane:before {
  content: "\f78b";
}

.fi-tr-i:before {
  content: "\f78c";
}

.fi-tr-ice-cream:before {
  content: "\f78d";
}

.fi-tr-icicles:before {
  content: "\f78e";
}

.fi-tr-icon-star:before {
  content: "\f78f";
}

.fi-tr-id-badge:before {
  content: "\f790";
}

.fi-tr-id-card-clip-alt:before {
  content: "\f791";
}

.fi-tr-igloo:before {
  content: "\f792";
}

.fi-tr-image-slash:before {
  content: "\f793";
}

.fi-tr-images-user:before {
  content: "\f794";
}

.fi-tr-images:before {
  content: "\f795";
}

.fi-tr-improve-user:before {
  content: "\f796";
}

.fi-tr-inbox-in:before {
  content: "\f797";
}

.fi-tr-inbox-out:before {
  content: "\f798";
}

.fi-tr-inboxes:before {
  content: "\f799";
}

.fi-tr-incense-sticks-yoga:before {
  content: "\f79a";
}

.fi-tr-incognito:before {
  content: "\f79b";
}

.fi-tr-indian-rupee-sign:before {
  content: "\f79c";
}

.fi-tr-industry-alt:before {
  content: "\f79d";
}

.fi-tr-industry-windows:before {
  content: "\f79e";
}

.fi-tr-infinity:before {
  content: "\f79f";
}

.fi-tr-info-guide:before {
  content: "\f7a0";
}

.fi-tr-information:before {
  content: "\f7a1";
}

.fi-tr-inhaler:before {
  content: "\f7a2";
}

.fi-tr-input-numeric:before {
  content: "\f7a3";
}

.fi-tr-input-pipe:before {
  content: "\f7a4";
}

.fi-tr-input-text:before {
  content: "\f7a5";
}

.fi-tr-insert-alt:before {
  content: "\f7a6";
}

.fi-tr-insert-arrows:before {
  content: "\f7a7";
}

.fi-tr-insert-button-circle:before {
  content: "\f7a8";
}

.fi-tr-insert-credit-card:before {
  content: "\f7a9";
}

.fi-tr-insert-square:before {
  content: "\f7aa";
}

.fi-tr-insert:before {
  content: "\f7ab";
}

.fi-tr-insight-alt:before {
  content: "\f7ac";
}

.fi-tr-insight-head:before {
  content: "\f7ad";
}

.fi-tr-insight:before {
  content: "\f7ae";
}

.fi-tr-integral:before {
  content: "\f7af";
}

.fi-tr-internet-speed-wifi:before {
  content: "\f7b0";
}

.fi-tr-intersection:before {
  content: "\f7b1";
}

.fi-tr-introduction-handshake:before {
  content: "\f7b2";
}

.fi-tr-introduction:before {
  content: "\f7b3";
}

.fi-tr-inventory-alt:before {
  content: "\f7b4";
}

.fi-tr-invest:before {
  content: "\f7b5";
}

.fi-tr-investment:before {
  content: "\f7b6";
}

.fi-tr-invite-alt:before {
  content: "\f7b7";
}

.fi-tr-invite:before {
  content: "\f7b8";
}

.fi-tr-iot-alt:before {
  content: "\f7b9";
}

.fi-tr-iot:before {
  content: "\f7ba";
}

.fi-tr-ip-address:before {
  content: "\f7bb";
}

.fi-tr-island-tropical:before {
  content: "\f7bc";
}

.fi-tr-issue-loupe:before {
  content: "\f7bd";
}

.fi-tr-it-alt:before {
  content: "\f7be";
}

.fi-tr-it-computer:before {
  content: "\f7bf";
}

.fi-tr-it:before {
  content: "\f7c0";
}

.fi-tr-italian-lira-sign:before {
  content: "\f7c1";
}

.fi-tr-j:before {
  content: "\f7c2";
}

.fi-tr-jam:before {
  content: "\f7c3";
}

.fi-tr-jar-alt:before {
  content: "\f7c4";
}

.fi-tr-jar-wheat:before {
  content: "\f7c5";
}

.fi-tr-javascript:before {
  content: "\f7c6";
}

.fi-tr-joint:before {
  content: "\f7c7";
}

.fi-tr-joker:before {
  content: "\f7c8";
}

.fi-tr-journal-alt:before {
  content: "\f7c9";
}

.fi-tr-journal:before {
  content: "\f7ca";
}

.fi-tr-journey:before {
  content: "\f7cb";
}

.fi-tr-joystick:before {
  content: "\f7cc";
}

.fi-tr-jpg:before {
  content: "\f7cd";
}

.fi-tr-jug-alt:before {
  content: "\f7ce";
}

.fi-tr-jug-bottle:before {
  content: "\f7cf";
}

.fi-tr-jug:before {
  content: "\f7d0";
}

.fi-tr-jumping-rope:before {
  content: "\f7d1";
}

.fi-tr-k:before {
  content: "\f7d2";
}

.fi-tr-kaaba:before {
  content: "\f7d3";
}

.fi-tr-kazoo:before {
  content: "\f7d4";
}

.fi-tr-kerning:before {
  content: "\f7d5";
}

.fi-tr-key-lock-crypto:before {
  content: "\f7d6";
}

.fi-tr-key-skeleton-left-right:before {
  content: "\f7d7";
}

.fi-tr-key:before {
  content: "\f7d8";
}

.fi-tr-keyboard-brightness-low:before {
  content: "\f7d9";
}

.fi-tr-keyboard-brightness:before {
  content: "\f7da";
}

.fi-tr-keyboard-down:before {
  content: "\f7db";
}

.fi-tr-keyboard-left:before {
  content: "\f7dc";
}

.fi-tr-keyboard:before {
  content: "\f7dd";
}

.fi-tr-keynote:before {
  content: "\f7de";
}

.fi-tr-kidneys:before {
  content: "\f7df";
}

.fi-tr-kip-sign:before {
  content: "\f7e0";
}

.fi-tr-kiss-beam:before {
  content: "\f7e1";
}

.fi-tr-kiss-wink-heart:before {
  content: "\f7e2";
}

.fi-tr-kiss:before {
  content: "\f7e3";
}

.fi-tr-kite:before {
  content: "\f7e4";
}

.fi-tr-kiwi-bird:before {
  content: "\f7e5";
}

.fi-tr-kiwi-fruit:before {
  content: "\f7e6";
}

.fi-tr-knife-kitchen:before {
  content: "\f7e7";
}

.fi-tr-knife:before {
  content: "\f7e8";
}

.fi-tr-knitting:before {
  content: "\f7e9";
}

.fi-tr-kpi-evaluation:before {
  content: "\f7ea";
}

.fi-tr-kpi:before {
  content: "\f7eb";
}

.fi-tr-l:before {
  content: "\f7ec";
}

.fi-tr-lacrosse-stick-ball:before {
  content: "\f7ed";
}

.fi-tr-lacrosse-stick:before {
  content: "\f7ee";
}

.fi-tr-lambda:before {
  content: "\f7ef";
}

.fi-tr-lamp-desk:before {
  content: "\f7f0";
}

.fi-tr-lamp-floor:before {
  content: "\f7f1";
}

.fi-tr-lamp-street:before {
  content: "\f7f2";
}

.fi-tr-lamp:before {
  content: "\f7f3";
}

.fi-tr-land-layer-location:before {
  content: "\f7f4";
}

.fi-tr-land-layers:before {
  content: "\f7f5";
}

.fi-tr-land-location:before {
  content: "\f7f6";
}

.fi-tr-landmark-alt:before {
  content: "\f7f7";
}

.fi-tr-language:before {
  content: "\f7f8";
}

.fi-tr-laptop-arrow-down:before {
  content: "\f7f9";
}

.fi-tr-laptop-binary:before {
  content: "\f7fa";
}

.fi-tr-laptop-code:before {
  content: "\f7fb";
}

.fi-tr-laptop-medical:before {
  content: "\f7fc";
}

.fi-tr-laptop-mobile:before {
  content: "\f7fd";
}

.fi-tr-laptop-slash:before {
  content: "\f7fe";
}

.fi-tr-laptop:before {
  content: "\f7ff";
}

.fi-tr-lari-sign:before {
  content: "\f800";
}

.fi-tr-lasso-sparkles:before {
  content: "\f801";
}

.fi-tr-last-square:before {
  content: "\f802";
}

.fi-tr-laugh-beam:before {
  content: "\f803";
}

.fi-tr-laugh-squint:before {
  content: "\f804";
}

.fi-tr-laugh-wink:before {
  content: "\f805";
}

.fi-tr-laugh:before {
  content: "\f806";
}

.fi-tr-lawyer-man:before {
  content: "\f807";
}

.fi-tr-lawyer-woman:before {
  content: "\f808";
}

.fi-tr-layer-minus:before {
  content: "\f809";
}

.fi-tr-layer-plus:before {
  content: "\f80a";
}

.fi-tr-lead-funnel:before {
  content: "\f80b";
}

.fi-tr-lead-management:before {
  content: "\f80c";
}

.fi-tr-lead:before {
  content: "\f80d";
}

.fi-tr-leader-alt:before {
  content: "\f80e";
}

.fi-tr-leader-speech:before {
  content: "\f80f";
}

.fi-tr-leader:before {
  content: "\f810";
}

.fi-tr-leaderboard-alt:before {
  content: "\f811";
}

.fi-tr-leaderboard-trophy:before {
  content: "\f812";
}

.fi-tr-leaderboard:before {
  content: "\f813";
}

.fi-tr-leadership-alt:before {
  content: "\f814";
}

.fi-tr-leadership:before {
  content: "\f815";
}

.fi-tr-leaf-heart:before {
  content: "\f816";
}

.fi-tr-leaf-maple:before {
  content: "\f817";
}

.fi-tr-leaf-oak:before {
  content: "\f818";
}

.fi-tr-leaf:before {
  content: "\f819";
}

.fi-tr-leafy-green:before {
  content: "\f81a";
}

.fi-tr-leave:before {
  content: "\f81b";
}

.fi-tr-left-from-bracket:before {
  content: "\f81c";
}

.fi-tr-left:before {
  content: "\f81d";
}

.fi-tr-legal:before {
  content: "\f81e";
}

.fi-tr-lemon:before {
  content: "\f81f";
}

.fi-tr-lesbian-couple:before {
  content: "\f820";
}

.fi-tr-less-than-equal:before {
  content: "\f821";
}

.fi-tr-less-than:before {
  content: "\f822";
}

.fi-tr-lesson-class:before {
  content: "\f823";
}

.fi-tr-lesson:before {
  content: "\f824";
}

.fi-tr-lettuce:before {
  content: "\f825";
}

.fi-tr-level-down-alt:before {
  content: "\f826";
}

.fi-tr-level-down:before {
  content: "\f827";
}

.fi-tr-level-up-alt:before {
  content: "\f828";
}

.fi-tr-level-up:before {
  content: "\f829";
}

.fi-tr-license:before {
  content: "\f82a";
}

.fi-tr-life:before {
  content: "\f82b";
}

.fi-tr-light-ceiling:before {
  content: "\f82c";
}

.fi-tr-light-emergency-on:before {
  content: "\f82d";
}

.fi-tr-light-emergency:before {
  content: "\f82e";
}

.fi-tr-light-switch-off:before {
  content: "\f82f";
}

.fi-tr-light-switch-on:before {
  content: "\f830";
}

.fi-tr-light-switch:before {
  content: "\f831";
}

.fi-tr-lightbulb-cfl-on:before {
  content: "\f832";
}

.fi-tr-lightbulb-cfl:before {
  content: "\f833";
}

.fi-tr-lightbulb-dollar:before {
  content: "\f834";
}

.fi-tr-lightbulb-exclamation:before {
  content: "\f835";
}

.fi-tr-lightbulb-head:before {
  content: "\f836";
}

.fi-tr-lightbulb-on:before {
  content: "\f837";
}

.fi-tr-lightbulb-question:before {
  content: "\f838";
}

.fi-tr-lightbulb-setting:before {
  content: "\f839";
}

.fi-tr-lightbulb-slash:before {
  content: "\f83a";
}

.fi-tr-lighthouse:before {
  content: "\f83b";
}

.fi-tr-lights-holiday:before {
  content: "\f83c";
}

.fi-tr-limit-hand:before {
  content: "\f83d";
}

.fi-tr-limit-speedometer:before {
  content: "\f83e";
}

.fi-tr-link-alt:before {
  content: "\f83f";
}

.fi-tr-link-horizontal-slash:before {
  content: "\f840";
}

.fi-tr-link-horizontal:before {
  content: "\f841";
}

.fi-tr-link-slash-alt:before {
  content: "\f842";
}

.fi-tr-link-slash:before {
  content: "\f843";
}

.fi-tr-lion-head:before {
  content: "\f844";
}

.fi-tr-lion:before {
  content: "\f845";
}

.fi-tr-lips:before {
  content: "\f846";
}

.fi-tr-lipstick:before {
  content: "\f847";
}

.fi-tr-lira-sign:before {
  content: "\f848";
}

.fi-tr-list-check:before {
  content: "\f849";
}

.fi-tr-list-dropdown:before {
  content: "\f84a";
}

.fi-tr-list-music:before {
  content: "\f84b";
}

.fi-tr-list-timeline:before {
  content: "\f84c";
}

.fi-tr-litecoin-sign:before {
  content: "\f84d";
}

.fi-tr-live-alt:before {
  content: "\f84e";
}

.fi-tr-live:before {
  content: "\f84f";
}

.fi-tr-loading:before {
  content: "\f850";
}

.fi-tr-loan:before {
  content: "\f851";
}

.fi-tr-lobster:before {
  content: "\f852";
}

.fi-tr-location-alt:before {
  content: "\f853";
}

.fi-tr-location-arrow:before {
  content: "\f854";
}

.fi-tr-location-crosshairs-slash:before {
  content: "\f855";
}

.fi-tr-location-crosshairs:before {
  content: "\f856";
}

.fi-tr-location-dot-slash:before {
  content: "\f857";
}

.fi-tr-location-exclamation:before {
  content: "\f858";
}

.fi-tr-lock-alt:before {
  content: "\f859";
}

.fi-tr-lock-hashtag:before {
  content: "\f85a";
}

.fi-tr-lock-open-alt:before {
  content: "\f85b";
}

.fi-tr-locust:before {
  content: "\f85c";
}

.fi-tr-loop-square:before {
  content: "\f85d";
}

.fi-tr-loveseat:before {
  content: "\f85e";
}

.fi-tr-low-vision:before {
  content: "\f85f";
}

.fi-tr-luchador:before {
  content: "\f860";
}

.fi-tr-luggage-cart:before {
  content: "\f861";
}

.fi-tr-lungs-virus:before {
  content: "\f862";
}

.fi-tr-lungs:before {
  content: "\f863";
}

.fi-tr-m:before {
  content: "\f864";
}

.fi-tr-mace:before {
  content: "\f865";
}

.fi-tr-magnet-user:before {
  content: "\f866";
}

.fi-tr-magnet:before {
  content: "\f867";
}

.fi-tr-mailbox:before {
  content: "\f868";
}

.fi-tr-makeup-brush:before {
  content: "\f869";
}

.fi-tr-man-head:before {
  content: "\f86a";
}

.fi-tr-man-scientist:before {
  content: "\f86b";
}

.fi-tr-manat-sign:before {
  content: "\f86c";
}

.fi-tr-mandolin:before {
  content: "\f86d";
}

.fi-tr-mango:before {
  content: "\f86e";
}

.fi-tr-manhole:before {
  content: "\f86f";
}

.fi-tr-map-location-track:before {
  content: "\f870";
}

.fi-tr-map-marker-check:before {
  content: "\f871";
}

.fi-tr-map-marker-edit:before {
  content: "\f872";
}

.fi-tr-map-marker-question:before {
  content: "\f873";
}

.fi-tr-map-marker-slash:before {
  content: "\f874";
}

.fi-tr-map-marker-smile:before {
  content: "\f875";
}

.fi-tr-map-pin:before {
  content: "\f876";
}

.fi-tr-map-point:before {
  content: "\f877";
}

.fi-tr-marker-time:before {
  content: "\f878";
}

.fi-tr-marketplace-alt:before {
  content: "\f879";
}

.fi-tr-marketplace-store:before {
  content: "\f87a";
}

.fi-tr-marketplace:before {
  content: "\f87b";
}

.fi-tr-mars-double:before {
  content: "\f87c";
}

.fi-tr-mars-stroke-right:before {
  content: "\f87d";
}

.fi-tr-mars-stroke-up:before {
  content: "\f87e";
}

.fi-tr-mars:before {
  content: "\f87f";
}

.fi-tr-martini-glass-citrus:before {
  content: "\f880";
}

.fi-tr-martini-glass-empty:before {
  content: "\f881";
}

.fi-tr-mask-carnival:before {
  content: "\f882";
}

.fi-tr-mask-face:before {
  content: "\f883";
}

.fi-tr-mask-snorkel:before {
  content: "\f884";
}

.fi-tr-massage:before {
  content: "\f885";
}

.fi-tr-match-fire:before {
  content: "\f886";
}

.fi-tr-mattress-pillow:before {
  content: "\f887";
}

.fi-tr-measuring-tape:before {
  content: "\f888";
}

.fi-tr-meat:before {
  content: "\f889";
}

.fi-tr-medal:before {
  content: "\f88a";
}

.fi-tr-medical-star:before {
  content: "\f88b";
}

.fi-tr-medicine:before {
  content: "\f88c";
}

.fi-tr-meditation:before {
  content: "\f88d";
}

.fi-tr-meeting-alt:before {
  content: "\f88e";
}

.fi-tr-meeting:before {
  content: "\f88f";
}

.fi-tr-megaphone-announcement-leader:before {
  content: "\f890";
}

.fi-tr-megaphone:before {
  content: "\f891";
}

.fi-tr-meh-blank:before {
  content: "\f892";
}

.fi-tr-meh-rolling-eyes:before {
  content: "\f893";
}

.fi-tr-meh:before {
  content: "\f894";
}

.fi-tr-melon-alt:before {
  content: "\f895";
}

.fi-tr-melon:before {
  content: "\f896";
}

.fi-tr-member-list:before {
  content: "\f897";
}

.fi-tr-member-search:before {
  content: "\f898";
}

.fi-tr-membership-vip:before {
  content: "\f899";
}

.fi-tr-membership:before {
  content: "\f89a";
}

.fi-tr-memo-circle-check:before {
  content: "\f89b";
}

.fi-tr-memo-pad:before {
  content: "\f89c";
}

.fi-tr-memo:before {
  content: "\f89d";
}

.fi-tr-memory:before {
  content: "\f89e";
}

.fi-tr-mercury:before {
  content: "\f89f";
}

.fi-tr-message-arrow-down:before {
  content: "\f8a0";
}

.fi-tr-message-arrow-up-right:before {
  content: "\f8a1";
}

.fi-tr-message-arrow-up:before {
  content: "\f8a2";
}

.fi-tr-message-bot:before {
  content: "\f8a3";
}

.fi-tr-message-code:before {
  content: "\f8a4";
}

.fi-tr-message-dollar:before {
  content: "\f8a5";
}

.fi-tr-message-heart:before {
  content: "\f8a6";
}

.fi-tr-message-image:before {
  content: "\f8a7";
}

.fi-tr-message-question:before {
  content: "\f8a8";
}

.fi-tr-message-quote:before {
  content: "\f8a9";
}

.fi-tr-message-slash:before {
  content: "\f8aa";
}

.fi-tr-message-sms:before {
  content: "\f8ab";
}

.fi-tr-message-text:before {
  content: "\f8ac";
}

.fi-tr-message-xmark:before {
  content: "\f8ad";
}

.fi-tr-messages-dollar:before {
  content: "\f8ae";
}

.fi-tr-messages-question:before {
  content: "\f8af";
}

.fi-tr-messages:before {
  content: "\f8b0";
}

.fi-tr-meteor:before {
  content: "\f8b1";
}

.fi-tr-meter-bolt:before {
  content: "\f8b2";
}

.fi-tr-meter-droplet:before {
  content: "\f8b3";
}

.fi-tr-meter-fire:before {
  content: "\f8b4";
}

.fi-tr-meter:before {
  content: "\f8b5";
}

.fi-tr-method:before {
  content: "\f8b6";
}

.fi-tr-microchip-ai:before {
  content: "\f8b7";
}

.fi-tr-microchip:before {
  content: "\f8b8";
}

.fi-tr-microphone-alt:before {
  content: "\f8b9";
}

.fi-tr-microphone-slash:before {
  content: "\f8ba";
}

.fi-tr-microscope:before {
  content: "\f8bb";
}

.fi-tr-microwave:before {
  content: "\f8bc";
}

.fi-tr-milk-alt:before {
  content: "\f8bd";
}

.fi-tr-milk:before {
  content: "\f8be";
}

.fi-tr-mill-sign:before {
  content: "\f8bf";
}

.fi-tr-mind-share:before {
  content: "\f8c0";
}

.fi-tr-minus-circle:before {
  content: "\f8c1";
}

.fi-tr-minus-hexagon:before {
  content: "\f8c2";
}

.fi-tr-mistletoe:before {
  content: "\f8c3";
}

.fi-tr-mix:before {
  content: "\f8c4";
}

.fi-tr-mobile-button:before {
  content: "\f8c5";
}

.fi-tr-mobile-notch:before {
  content: "\f8c6";
}

.fi-tr-mobile:before {
  content: "\f8c7";
}

.fi-tr-mockup:before {
  content: "\f8c8";
}

.fi-tr-mode-alt:before {
  content: "\f8c9";
}

.fi-tr-mode:before {
  content: "\f8ca";
}

.fi-tr-model-cube-arrows:before {
  content: "\f8cb";
}

.fi-tr-model-cube-space:before {
  content: "\f8cc";
}

.fi-tr-model-cube:before {
  content: "\f8cd";
}

.fi-tr-module:before {
  content: "\f8ce";
}

.fi-tr-monday:before {
  content: "\f8cf";
}

.fi-tr-money-bill-simple:before {
  content: "\f8d0";
}

.fi-tr-money-bill-transfer:before {
  content: "\f8d1";
}

.fi-tr-money-bill-wave-alt:before {
  content: "\f8d2";
}

.fi-tr-money-bill-wave:before {
  content: "\f8d3";
}

.fi-tr-money-bills-simple:before {
  content: "\f8d4";
}

.fi-tr-money-bills:before {
  content: "\f8d5";
}

.fi-tr-money-check-edit-alt:before {
  content: "\f8d6";
}

.fi-tr-money-check-edit:before {
  content: "\f8d7";
}

.fi-tr-money-check:before {
  content: "\f8d8";
}

.fi-tr-money-coin-transfer:before {
  content: "\f8d9";
}

.fi-tr-money-from-bracket:before {
  content: "\f8da";
}

.fi-tr-money-simple-from-bracket:before {
  content: "\f8db";
}

.fi-tr-money-transfer-alt:before {
  content: "\f8dc";
}

.fi-tr-money-transfer-coin-arrow:before {
  content: "\f8dd";
}

.fi-tr-money-transfer-smartphone:before {
  content: "\f8de";
}

.fi-tr-money-wings:before {
  content: "\f8df";
}

.fi-tr-money:before {
  content: "\f8e0";
}

.fi-tr-monkey:before {
  content: "\f8e1";
}

.fi-tr-monument:before {
  content: "\f8e2";
}

.fi-tr-moon-stars:before {
  content: "\f8e3";
}

.fi-tr-moon:before {
  content: "\f8e4";
}

.fi-tr-moped:before {
  content: "\f8e5";
}

.fi-tr-mortar-pestle:before {
  content: "\f8e6";
}

.fi-tr-mortgage:before {
  content: "\f8e7";
}

.fi-tr-mosque-alt:before {
  content: "\f8e8";
}

.fi-tr-mosque-moon:before {
  content: "\f8e9";
}

.fi-tr-mosque:before {
  content: "\f8ea";
}

.fi-tr-mosquito-net:before {
  content: "\f8eb";
}

.fi-tr-mosquito:before {
  content: "\f8ec";
}

.fi-tr-motorcycle:before {
  content: "\f8ed";
}

.fi-tr-mound:before {
  content: "\f8ee";
}

.fi-tr-mountain-city:before {
  content: "\f8ef";
}

.fi-tr-mountain:before {
  content: "\f8f0";
}

.fi-tr-mountains:before {
  content: "\f8f1";
}

.fi-tr-mouse-field:before {
  content: "\f8f2";
}

.fi-tr-mouse:before {
  content: "\f8f3";
}

.fi-tr-mov-file:before {
  content: "\f8f4";
}

.fi-tr-move-to-folder-2:before {
  content: "\f8f5";
}

.fi-tr-move-to-folder:before {
  content: "\f8f6";
}

.fi-tr-mp3-file:before {
  content: "\f8f7";
}

.fi-tr-mp3-player:before {
  content: "\f8f8";
}

.fi-tr-mp4-file:before {
  content: "\f8f9";
}

.fi-tr-mug-alt:before {
  content: "\f8fa";
}

.fi-tr-mug-hot-alt:before {
  content: "\f8fb";
}

.fi-tr-mug-hot:before {
  content: "\f8fc";
}

.fi-tr-mug-marshmallows:before {
  content: "\f8fd";
}

.fi-tr-mug-tea-saucer:before {
  content: "\f8fe";
}

.fi-tr-mug-tea:before {
  content: "\f8ff";
}

.fi-tr-mug:before {
  content: "豈";
}

.fi-tr-multiple-alt:before {
  content: "更";
}

.fi-tr-multiple:before {
  content: "車";
}

.fi-tr-muscle:before {
  content: "賈";
}

.fi-tr-mushroom-alt:before {
  content: "滑";
}

.fi-tr-mushroom:before {
  content: "串";
}

.fi-tr-music-file:before {
  content: "句";
}

.fi-tr-music-note-slash:before {
  content: "龜";
}

.fi-tr-music-note:before {
  content: "龜";
}

.fi-tr-music-slash:before {
  content: "契";
}

.fi-tr-n:before {
  content: "金";
}

.fi-tr-naira-sign:before {
  content: "喇";
}

.fi-tr-narwhal:before {
  content: "奈";
}

.fi-tr-nesting-dolls:before {
  content: "懶";
}

.fi-tr-network-analytic:before {
  content: "癩";
}

.fi-tr-network-cloud:before {
  content: "羅";
}

.fi-tr-network:before {
  content: "蘿";
}

.fi-tr-neuter:before {
  content: "螺";
}

.fi-tr-newsletter-subscribe:before {
  content: "裸";
}

.fi-tr-newspaper-open:before {
  content: "邏";
}

.fi-tr-newspaper:before {
  content: "樂";
}

.fi-tr-nfc-lock:before {
  content: "洛";
}

.fi-tr-nfc-magnifying-glass:before {
  content: "烙";
}

.fi-tr-nfc-pen:before {
  content: "珞";
}

.fi-tr-nfc-slash:before {
  content: "落";
}

.fi-tr-nfc-trash:before {
  content: "酪";
}

.fi-tr-nfc:before {
  content: "駱";
}

.fi-tr-night-day:before {
  content: "亂";
}

.fi-tr-no-fee:before {
  content: "卵";
}

.fi-tr-no-people:before {
  content: "欄";
}

.fi-tr-noodles:before {
  content: "爛";
}

.fi-tr-nose:before {
  content: "蘭";
}

.fi-tr-not-equal:before {
  content: "鸞";
}

.fi-tr-not-found-alt:before {
  content: "嵐";
}

.fi-tr-not-found-magnifying-glass:before {
  content: "濫";
}

.fi-tr-not-found:before {
  content: "藍";
}

.fi-tr-notdef:before {
  content: "襤";
}

.fi-tr-note-medical:before {
  content: "拉";
}

.fi-tr-note-sticky:before {
  content: "臘";
}

.fi-tr-note:before {
  content: "蠟";
}

.fi-tr-notebook-alt:before {
  content: "廊";
}

.fi-tr-notebook:before {
  content: "朗";
}

.fi-tr-notes-medical:before {
  content: "浪";
}

.fi-tr-notes:before {
  content: "狼";
}

.fi-tr-o:before {
  content: "郎";
}

.fi-tr-object-exclude:before {
  content: "來";
}

.fi-tr-object-group:before {
  content: "冷";
}

.fi-tr-object-intersect:before {
  content: "勞";
}

.fi-tr-object-subtract:before {
  content: "擄";
}

.fi-tr-object-ungroup:before {
  content: "櫓";
}

.fi-tr-object-union:before {
  content: "爐";
}

.fi-tr-objects-column:before {
  content: "盧";
}

.fi-tr-octagon-check:before {
  content: "老";
}

.fi-tr-octagon-divide:before {
  content: "蘆";
}

.fi-tr-octagon-exclamation:before {
  content: "虜";
}

.fi-tr-octagon-minus:before {
  content: "路";
}

.fi-tr-octagon-plus:before {
  content: "露";
}

.fi-tr-octagon-xmark:before {
  content: "魯";
}

.fi-tr-octagon:before {
  content: "鷺";
}

.fi-tr-oil-can:before {
  content: "碌";
}

.fi-tr-oil-temp:before {
  content: "祿";
}

.fi-tr-olive-oil:before {
  content: "綠";
}

.fi-tr-olive:before {
  content: "菉";
}

.fi-tr-olives:before {
  content: "錄";
}

.fi-tr-om:before {
  content: "鹿";
}

.fi-tr-omega:before {
  content: "論";
}

.fi-tr-onboarding:before {
  content: "壟";
}

.fi-tr-onion:before {
  content: "弄";
}

.fi-tr-open-mail-clip:before {
  content: "籠";
}

.fi-tr-operating-system-upgrade:before {
  content: "聾";
}

.fi-tr-operation:before {
  content: "牢";
}

.fi-tr-order-history:before {
  content: "磊";
}

.fi-tr-organization-chart:before {
  content: "賂";
}

.fi-tr-ornament:before {
  content: "雷";
}

.fi-tr-otp:before {
  content: "壘";
}

.fi-tr-otter:before {
  content: "屢";
}

.fi-tr-outdent:before {
  content: "樓";
}

.fi-tr-oval-alt:before {
  content: "淚";
}

.fi-tr-oval:before {
  content: "漏";
}

.fi-tr-oven:before {
  content: "累";
}

.fi-tr-overline:before {
  content: "縷";
}

.fi-tr-overview:before {
  content: "陋";
}

.fi-tr-p:before {
  content: "勒";
}

.fi-tr-package:before {
  content: "肋";
}

.fi-tr-padlock-check:before {
  content: "凜";
}

.fi-tr-page-break:before {
  content: "凌";
}

.fi-tr-pager:before {
  content: "稜";
}

.fi-tr-paid:before {
  content: "綾";
}

.fi-tr-paint-roller:before {
  content: "菱";
}

.fi-tr-paintbrush-pencil:before {
  content: "陵";
}

.fi-tr-pallet-alt:before {
  content: "讀";
}

.fi-tr-pallet:before {
  content: "拏";
}

.fi-tr-pan-food:before {
  content: "樂";
}

.fi-tr-pan-frying:before {
  content: "諾";
}

.fi-tr-pan:before {
  content: "丹";
}

.fi-tr-pancakes:before {
  content: "寧";
}

.fi-tr-panorama:before {
  content: "怒";
}

.fi-tr-paper-plane-launch:before {
  content: "率";
}

.fi-tr-paper-plane-top:before {
  content: "異";
}

.fi-tr-paperclip-vertical:before {
  content: "北";
}

.fi-tr-parachute-box:before {
  content: "磻";
}

.fi-tr-paragraph-left:before {
  content: "便";
}

.fi-tr-paragraph:before {
  content: "復";
}

.fi-tr-parking-circle-slash:before {
  content: "不";
}

.fi-tr-parking-circle:before {
  content: "泌";
}

.fi-tr-parking-slash:before {
  content: "數";
}

.fi-tr-parking:before {
  content: "索";
}

.fi-tr-party-bell:before {
  content: "參";
}

.fi-tr-party-horn:before {
  content: "塞";
}

.fi-tr-passport:before {
  content: "省";
}

.fi-tr-password-alt:before {
  content: "葉";
}

.fi-tr-password-computer:before {
  content: "說";
}

.fi-tr-password-email:before {
  content: "殺";
}

.fi-tr-password-smartphone:before {
  content: "辰";
}

.fi-tr-password:before {
  content: "沈";
}

.fi-tr-paste:before {
  content: "拾";
}

.fi-tr-pattern:before {
  content: "若";
}

.fi-tr-pause-circle:before {
  content: "掠";
}

.fi-tr-pause-square:before {
  content: "略";
}

.fi-tr-paw-claws:before {
  content: "亮";
}

.fi-tr-paw-heart:before {
  content: "兩";
}

.fi-tr-paw:before {
  content: "凉";
}

.fi-tr-payment-pos:before {
  content: "梁";
}

.fi-tr-payroll-calendar:before {
  content: "糧";
}

.fi-tr-payroll-check:before {
  content: "良";
}

.fi-tr-payroll:before {
  content: "諒";
}

.fi-tr-peace:before {
  content: "量";
}

.fi-tr-peach:before {
  content: "勵";
}

.fi-tr-peanut:before {
  content: "呂";
}

.fi-tr-peanuts:before {
  content: "女";
}

.fi-tr-peapod:before {
  content: "廬";
}

.fi-tr-pear:before {
  content: "旅";
}

.fi-tr-pedestal:before {
  content: "濾";
}

.fi-tr-pen-circle:before {
  content: "礪";
}

.fi-tr-pen-clip-slash:before {
  content: "閭";
}

.fi-tr-pen-clip:before {
  content: "驪";
}

.fi-tr-pen-fancy-slash:before {
  content: "麗";
}

.fi-tr-pen-fancy:before {
  content: "黎";
}

.fi-tr-pen-field:before {
  content: "力";
}

.fi-tr-pen-nib-slash:before {
  content: "曆";
}

.fi-tr-pen-nib:before {
  content: "歷";
}

.fi-tr-pen-slash:before {
  content: "轢";
}

.fi-tr-pen-square:before {
  content: "年";
}

.fi-tr-pen-swirl:before {
  content: "憐";
}

.fi-tr-pencil-paintbrush:before {
  content: "戀";
}

.fi-tr-pencil-ruler:before {
  content: "撚";
}

.fi-tr-pencil-slash:before {
  content: "漣";
}

.fi-tr-pending:before {
  content: "煉";
}

.fi-tr-pennant:before {
  content: "璉";
}

.fi-tr-people-arrows-left-right:before {
  content: "秊";
}

.fi-tr-people-carry-box:before {
  content: "練";
}

.fi-tr-people-dress:before {
  content: "聯";
}

.fi-tr-people-network-partner:before {
  content: "輦";
}

.fi-tr-people-pants:before {
  content: "蓮";
}

.fi-tr-people-poll:before {
  content: "連";
}

.fi-tr-people-pulling:before {
  content: "鍊";
}

.fi-tr-people-roof:before {
  content: "列";
}

.fi-tr-people:before {
  content: "劣";
}

.fi-tr-pepper-alt:before {
  content: "咽";
}

.fi-tr-pepper-hot:before {
  content: "烈";
}

.fi-tr-pepper:before {
  content: "裂";
}

.fi-tr-percent-10:before {
  content: "說";
}

.fi-tr-percent-100:before {
  content: "廉";
}

.fi-tr-percent-20:before {
  content: "念";
}

.fi-tr-percent-25:before {
  content: "捻";
}

.fi-tr-percent-30:before {
  content: "殮";
}

.fi-tr-percent-40:before {
  content: "簾";
}

.fi-tr-percent-50:before {
  content: "獵";
}

.fi-tr-percent-60:before {
  content: "令";
}

.fi-tr-percent-70:before {
  content: "囹";
}

.fi-tr-percent-75:before {
  content: "寧";
}

.fi-tr-percent-80:before {
  content: "嶺";
}

.fi-tr-percent-90:before {
  content: "怜";
}

.fi-tr-percentage:before {
  content: "玲";
}

.fi-tr-person-burst:before {
  content: "瑩";
}

.fi-tr-person-carry-box:before {
  content: "羚";
}

.fi-tr-person-circle-check:before {
  content: "聆";
}

.fi-tr-person-circle-exclamation:before {
  content: "鈴";
}

.fi-tr-person-circle-minus:before {
  content: "零";
}

.fi-tr-person-circle-plus:before {
  content: "靈";
}

.fi-tr-person-circle-question:before {
  content: "領";
}

.fi-tr-person-circle-xmark:before {
  content: "例";
}

.fi-tr-person-cv:before {
  content: "禮";
}

.fi-tr-person-dolly-empty:before {
  content: "醴";
}

.fi-tr-person-dolly:before {
  content: "隸";
}

.fi-tr-person-dress-simple:before {
  content: "惡";
}

.fi-tr-person-dress:before {
  content: "了";
}

.fi-tr-person-luggage:before {
  content: "僚";
}

.fi-tr-person-lunge:before {
  content: "寮";
}

.fi-tr-person-pilates:before {
  content: "尿";
}

.fi-tr-person-praying:before {
  content: "料";
}

.fi-tr-person-pregnant:before {
  content: "樂";
}

.fi-tr-person-seat-reclined:before {
  content: "燎";
}

.fi-tr-person-seat:before {
  content: "療";
}

.fi-tr-person-shelter:before {
  content: "蓼";
}

.fi-tr-person-sign:before {
  content: "遼";
}

.fi-tr-person-simple:before {
  content: "龍";
}

.fi-tr-person-walking-with-cane:before {
  content: "暈";
}

.fi-tr-peseta-sign:before {
  content: "阮";
}

.fi-tr-peso-sign:before {
  content: "劉";
}

.fi-tr-pets:before {
  content: "杻";
}

.fi-tr-pharmacy:before {
  content: "柳";
}

.fi-tr-phone-call:before {
  content: "流";
}

.fi-tr-phone-cross:before {
  content: "溜";
}

.fi-tr-phone-flip:before {
  content: "琉";
}

.fi-tr-phone-heart-message:before {
  content: "留";
}

.fi-tr-phone-office:before {
  content: "硫";
}

.fi-tr-phone-pause:before {
  content: "紐";
}

.fi-tr-phone-plus:before {
  content: "類";
}

.fi-tr-phone-rotary:before {
  content: "六";
}

.fi-tr-phone-slash:before {
  content: "戮";
}

.fi-tr-photo-capture:before {
  content: "陸";
}

.fi-tr-photo-film-music:before {
  content: "倫";
}

.fi-tr-photo-video:before {
  content: "崙";
}

.fi-tr-physics:before {
  content: "淪";
}

.fi-tr-Pi:before {
  content: "輪";
}

.fi-tr-piano-keyboard:before {
  content: "律";
}

.fi-tr-piano:before {
  content: "慄";
}

.fi-tr-pickaxe:before {
  content: "栗";
}

.fi-tr-picking-box:before {
  content: "率";
}

.fi-tr-picking:before {
  content: "隆";
}

.fi-tr-picnic:before {
  content: "利";
}

.fi-tr-picpeople-filled:before {
  content: "吏";
}

.fi-tr-picpeople:before {
  content: "履";
}

.fi-tr-pie:before {
  content: "易";
}

.fi-tr-pig-bank-bulb:before {
  content: "李";
}

.fi-tr-pig-face:before {
  content: "梨";
}

.fi-tr-pig:before {
  content: "泥";
}

.fi-tr-piggy-bank-budget:before {
  content: "理";
}

.fi-tr-piggy-bank:before {
  content: "痢";
}

.fi-tr-pills:before {
  content: "罹";
}

.fi-tr-pinata:before {
  content: "裏";
}

.fi-tr-pineapple-alt:before {
  content: "裡";
}

.fi-tr-pineapple:before {
  content: "里";
}

.fi-tr-pipe-smoking:before {
  content: "離";
}

.fi-tr-pizza-slice:before {
  content: "匿";
}

.fi-tr-place-of-worship:before {
  content: "溺";
}

.fi-tr-plan-strategy:before {
  content: "吝";
}

.fi-tr-plan:before {
  content: "燐";
}

.fi-tr-plane-alt:before {
  content: "璘";
}

.fi-tr-plane-arrival:before {
  content: "藺";
}

.fi-tr-plane-departure:before {
  content: "隣";
}

.fi-tr-plane-prop:before {
  content: "鱗";
}

.fi-tr-plane-slash:before {
  content: "麟";
}

.fi-tr-plane-tail:before {
  content: "林";
}

.fi-tr-planet-moon:before {
  content: "淋";
}

.fi-tr-planet-ringed:before {
  content: "臨";
}

.fi-tr-plant-care:before {
  content: "立";
}

.fi-tr-plant-growth:before {
  content: "笠";
}

.fi-tr-plant-seed-invest:before {
  content: "粒";
}

.fi-tr-plant-wilt:before {
  content: "狀";
}

.fi-tr-plate-utensils:before {
  content: "炙";
}

.fi-tr-plate-wheat:before {
  content: "識";
}

.fi-tr-plate:before {
  content: "什";
}

.fi-tr-play-circle:before {
  content: "茶";
}

.fi-tr-play-microphone:before {
  content: "刺";
}

.fi-tr-play-pause:before {
  content: "切";
}

.fi-tr-plug-alt:before {
  content: "度";
}

.fi-tr-plug-cable:before {
  content: "拓";
}

.fi-tr-plug-circle-bolt:before {
  content: "糖";
}

.fi-tr-plug-circle-check:before {
  content: "宅";
}

.fi-tr-plug-circle-exclamation:before {
  content: "洞";
}

.fi-tr-plug-circle-minus:before {
  content: "暴";
}

.fi-tr-plug-circle-plus:before {
  content: "輻";
}

.fi-tr-plug-connection:before {
  content: "行";
}

.fi-tr-plug:before {
  content: "降";
}

.fi-tr-plus-hexagon:before {
  content: "見";
}

.fi-tr-plus-minus:before {
  content: "廓";
}

.fi-tr-png-file:before {
  content: "兀";
}

.fi-tr-podcast:before {
  content: "嗀";
}

.fi-tr-podium-star:before {
  content: "﨎";
}

.fi-tr-podium-victory-leader:before {
  content: "﨏";
}

.fi-tr-podium:before {
  content: "塚";
}

.fi-tr-point-of-sale-bill:before {
  content: "﨑";
}

.fi-tr-point-of-sale-signal:before {
  content: "晴";
}

.fi-tr-point-of-sale:before {
  content: "﨓";
}

.fi-tr-pointer-loading:before {
  content: "﨔";
}

.fi-tr-pointer-text:before {
  content: "凞";
}

.fi-tr-police-box:before {
  content: "猪";
}

.fi-tr-poll-h:before {
  content: "益";
}

.fi-tr-pollution:before {
  content: "礼";
}

.fi-tr-pompebled:before {
  content: "神";
}

.fi-tr-poo-bolt:before {
  content: "祥";
}

.fi-tr-poo:before {
  content: "福";
}

.fi-tr-pool-8-ball:before {
  content: "靖";
}

.fi-tr-poop:before {
  content: "精";
}

.fi-tr-popcorn:before {
  content: "羽";
}

.fi-tr-popsicle:before {
  content: "﨟";
}

.fi-tr-portal-enter:before {
  content: "蘒";
}

.fi-tr-portal-exit:before {
  content: "﨡";
}

.fi-tr-postal-address:before {
  content: "諸";
}

.fi-tr-pot:before {
  content: "﨣";
}

.fi-tr-potato:before {
  content: "﨤";
}

.fi-tr-pound:before {
  content: "逸";
}

.fi-tr-ppt-file:before {
  content: "都";
}

.fi-tr-practice:before {
  content: "﨧";
}

.fi-tr-praying-hands:before {
  content: "﨨";
}

.fi-tr-prescription-bottle-alt:before {
  content: "﨩";
}

.fi-tr-prescription-bottle-pill:before {
  content: "飯";
}

.fi-tr-prescription-bottle:before {
  content: "飼";
}

.fi-tr-prescription:before {
  content: "館";
}

.fi-tr-presentation:before {
  content: "鶴";
}

.fi-tr-previous-square:before {
  content: "郞";
}

.fi-tr-print-magnifying-glass:before {
  content: "隷";
}

.fi-tr-print-slash:before {
  content: "侮";
}

.fi-tr-print:before {
  content: "僧";
}

.fi-tr-problem-solving:before {
  content: "免";
}

.fi-tr-procedures:before {
  content: "勉";
}

.fi-tr-process:before {
  content: "勤";
}

.fi-tr-productivity:before {
  content: "卑";
}

.fi-tr-progress-complete:before {
  content: "喝";
}

.fi-tr-progress-download:before {
  content: "嘆";
}

.fi-tr-progress-upload:before {
  content: "器";
}

.fi-tr-projector:before {
  content: "塀";
}

.fi-tr-protractor:before {
  content: "墨";
}

.fi-tr-pulse:before {
  content: "層";
}

.fi-tr-pump-medical:before {
  content: "屮";
}

.fi-tr-pump:before {
  content: "悔";
}

.fi-tr-pumpkin-alt-2:before {
  content: "慨";
}

.fi-tr-pumpkin-alt:before {
  content: "憎";
}

.fi-tr-pumpkin:before {
  content: "懲";
}

.fi-tr-puzzle-alt:before {
  content: "敏";
}

.fi-tr-puzzle-piece-integration:before {
  content: "既";
}

.fi-tr-puzzle-piece:before {
  content: "暑";
}

.fi-tr-puzzle-pieces:before {
  content: "梅";
}

.fi-tr-pyramid:before {
  content: "海";
}

.fi-tr-q:before {
  content: "渚";
}

.fi-tr-qr-scan:before {
  content: "漢";
}

.fi-tr-QR:before {
  content: "煮";
}

.fi-tr-qrcode:before {
  content: "爫";
}

.fi-tr-question-square:before {
  content: "琢";
}

.fi-tr-question:before {
  content: "碑";
}

.fi-tr-queue-alt:before {
  content: "社";
}

.fi-tr-queue-line:before {
  content: "祉";
}

.fi-tr-queue-signal:before {
  content: "祈";
}

.fi-tr-queue:before {
  content: "祐";
}

.fi-tr-quill-pen-story:before {
  content: "祖";
}

.fi-tr-quiz-alt:before {
  content: "祝";
}

.fi-tr-quiz:before {
  content: "禍";
}

.fi-tr-r:before {
  content: "禎";
}

.fi-tr-rabbit-fast:before {
  content: "穀";
}

.fi-tr-rabbit:before {
  content: "突";
}

.fi-tr-raccoon:before {
  content: "節";
}

.fi-tr-racquet:before {
  content: "練";
}

.fi-tr-radar-monitoring-track:before {
  content: "縉";
}

.fi-tr-radar:before {
  content: "繁";
}

.fi-tr-radiation-alt:before {
  content: "署";
}

.fi-tr-radiation:before {
  content: "者";
}

.fi-tr-radio-alt:before {
  content: "臭";
}

.fi-tr-radio-button:before {
  content: "艹";
}

.fi-tr-radio:before {
  content: "艹";
}

.fi-tr-radish:before {
  content: "著";
}

.fi-tr-rainbow:before {
  content: "褐";
}

.fi-tr-raindrops:before {
  content: "視";
}

.fi-tr-ram:before {
  content: "謁";
}

.fi-tr-ramp-loading:before {
  content: "謹";
}

.fi-tr-rank:before {
  content: "賓";
}

.fi-tr-ranking-podium-empty:before {
  content: "贈";
}

.fi-tr-ranking-podium:before {
  content: "辶";
}

.fi-tr-ranking-star:before {
  content: "逸";
}

.fi-tr-ranking-stars:before {
  content: "難";
}

.fi-tr-raygun:before {
  content: "響";
}

.fi-tr-razor-barber:before {
  content: "頻";
}

.fi-tr-react:before {
  content: "恵";
}

.fi-tr-recipe-book:before {
  content: "𤋮";
}

.fi-tr-recipe:before {
  content: "舘";
}

.fi-tr-record-vinyl:before {
  content: "﩮";
}

.fi-tr-rectangle-barcode:before {
  content: "﩯";
}

.fi-tr-rectangle-code:before {
  content: "並";
}

.fi-tr-rectangle-history-circle-plus:before {
  content: "况";
}

.fi-tr-rectangle-horizontal:before {
  content: "全";
}

.fi-tr-rectangle-list:before {
  content: "侀";
}

.fi-tr-rectangle-panoramic:before {
  content: "充";
}

.fi-tr-rectangle-pro:before {
  content: "冀";
}

.fi-tr-rectangle-vertical-history:before {
  content: "勇";
}

.fi-tr-rectangle-vertical:before {
  content: "勺";
}

.fi-tr-rectangle-xmark:before {
  content: "喝";
}

.fi-tr-rectangles-mixed:before {
  content: "啕";
}

.fi-tr-recycle-bin:before {
  content: "喙";
}

.fi-tr-recycle:before {
  content: "嗢";
}

.fi-tr-redo-alt:before {
  content: "塚";
}

.fi-tr-reel:before {
  content: "墳";
}

.fi-tr-referral-alt:before {
  content: "奄";
}

.fi-tr-referral-user:before {
  content: "奔";
}

.fi-tr-referral:before {
  content: "婢";
}

.fi-tr-reflect-horizontal-alt:before {
  content: "嬨";
}

.fi-tr-reflect-horizontal:before {
  content: "廒";
}

.fi-tr-reflect-vertical:before {
  content: "廙";
}

.fi-tr-refrigerator:before {
  content: "彩";
}

.fi-tr-refund-alt:before {
  content: "徭";
}

.fi-tr-refund:before {
  content: "惘";
}

.fi-tr-region-pin-alt:before {
  content: "慎";
}

.fi-tr-region-pin:before {
  content: "愈";
}

.fi-tr-registered:before {
  content: "憎";
}

.fi-tr-registration-paper:before {
  content: "慠";
}

.fi-tr-remove-folder:before {
  content: "懲";
}

.fi-tr-remove-user:before {
  content: "戴";
}

.fi-tr-rent-signal:before {
  content: "揄";
}

.fi-tr-rent:before {
  content: "搜";
}

.fi-tr-replace:before {
  content: "摒";
}

.fi-tr-replay-10:before {
  content: "敖";
}

.fi-tr-replay-30:before {
  content: "晴";
}

.fi-tr-replay-5:before {
  content: "朗";
}

.fi-tr-reply-all:before {
  content: "望";
}

.fi-tr-republican:before {
  content: "杖";
}

.fi-tr-reservation-smartphone:before {
  content: "歹";
}

.fi-tr-reservation-table:before {
  content: "殺";
}

.fi-tr-resistance-band:before {
  content: "流";
}

.fi-tr-resources:before {
  content: "滛";
}

.fi-tr-restaurant:before {
  content: "滋";
}

.fi-tr-restock:before {
  content: "漢";
}

.fi-tr-restroom-simple:before {
  content: "瀞";
}

.fi-tr-resume:before {
  content: "煮";
}

.fi-tr-revenue-alt:before {
  content: "瞧";
}

.fi-tr-revenue-euro:before {
  content: "爵";
}

.fi-tr-Revenue:before {
  content: "犯";
}

.fi-tr-review:before {
  content: "猪";
}

.fi-tr-rewind-button-circle:before {
  content: "瑱";
}

.fi-tr-rhombus:before {
  content: "甆";
}

.fi-tr-ribbon:before {
  content: "画";
}

.fi-tr-right-from-bracket:before {
  content: "瘝";
}

.fi-tr-right:before {
  content: "瘟";
}

.fi-tr-ring-diamond:before {
  content: "益";
}

.fi-tr-ring:before {
  content: "盛";
}

.fi-tr-rings-wedding:before {
  content: "直";
}

.fi-tr-risk-alt:before {
  content: "睊";
}

.fi-tr-risk:before {
  content: "着";
}

.fi-tr-road-barrier:before {
  content: "磌";
}

.fi-tr-road-sign-left:before {
  content: "窱";
}

.fi-tr-robot:before {
  content: "節";
}

.fi-tr-robotic-arm:before {
  content: "类";
}

.fi-tr-rocket-lunch:before {
  content: "絛";
}

.fi-tr-rocket:before {
  content: "練";
}

.fi-tr-roller-coaster:before {
  content: "缾";
}

.fi-tr-room-service:before {
  content: "者";
}

.fi-tr-rotate-exclamation:before {
  content: "荒";
}

.fi-tr-rotate-reverse:before {
  content: "華";
}

.fi-tr-rotate-square:before {
  content: "蝹";
}

.fi-tr-roulette:before {
  content: "襁";
}

.fi-tr-route-highway:before {
  content: "覆";
}

.fi-tr-route-interstate:before {
  content: "視";
}

.fi-tr-route:before {
  content: "調";
}

.fi-tr-router:before {
  content: "諸";
}

.fi-tr-rss-alt:before {
  content: "請";
}

.fi-tr-rss:before {
  content: "謁";
}

.fi-tr-ruble-sign:before {
  content: "諾";
}

.fi-tr-rugby-helmet:before {
  content: "諭";
}

.fi-tr-ruler-combined:before {
  content: "謹";
}

.fi-tr-ruler-horizontal:before {
  content: "變";
}

.fi-tr-ruler-triangle:before {
  content: "贈";
}

.fi-tr-ruler-vertical:before {
  content: "輸";
}

.fi-tr-rules-alt:before {
  content: "遲";
}

.fi-tr-rules:before {
  content: "醙";
}

.fi-tr-running-track:before {
  content: "鉶";
}

.fi-tr-running:before {
  content: "陼";
}

.fi-tr-rupee-sign:before {
  content: "難";
}

.fi-tr-rupiah-sign:before {
  content: "靖";
}

.fi-tr-rv:before {
  content: "韛";
}

.fi-tr-s:before {
  content: "響";
}

.fi-tr-sack-dollar:before {
  content: "頋";
}

.fi-tr-sack:before {
  content: "頻";
}

.fi-tr-sad-cry:before {
  content: "鬒";
}

.fi-tr-sad-tear:before {
  content: "龜";
}

.fi-tr-sad:before {
  content: "𢡊";
}

.fi-tr-safe-box:before {
  content: "𢡄";
}

.fi-tr-sailboat:before {
  content: "𣏕";
}

.fi-tr-salad:before {
  content: "㮝";
}

.fi-tr-salary-alt:before {
  content: "䀘";
}

.fi-tr-salt-pepper:before {
  content: "䀹";
}

.fi-tr-salt-shaker:before {
  content: "𥉉";
}

.fi-tr-sandwich-alt:before {
  content: "𥳐";
}

.fi-tr-sandwich:before {
  content: "𧻓";
}

.fi-tr-satellite-dish:before {
  content: "齃";
}

.fi-tr-satellite:before {
  content: "龎";
}

.fi-tr-saturday:before {
  content: "﫚";
}

.fi-tr-sauce:before {
  content: "﫛";
}

.fi-tr-sausage:before {
  content: "﫜";
}

.fi-tr-sax-hot:before {
  content: "﫝";
}

.fi-tr-saxophone:before {
  content: "﫞";
}

.fi-tr-scale-comparison-alt:before {
  content: "﫟";
}

.fi-tr-scale-comparison:before {
  content: "﫠";
}

.fi-tr-scale:before {
  content: "﫡";
}

.fi-tr-scalpel-path:before {
  content: "﫢";
}

.fi-tr-scalpel:before {
  content: "﫣";
}

.fi-tr-scanner-gun:before {
  content: "﫤";
}

.fi-tr-scanner-image:before {
  content: "﫥";
}

.fi-tr-scanner-keyboard:before {
  content: "﫦";
}

.fi-tr-scanner-touchscreen:before {
  content: "﫧";
}

.fi-tr-scarecrow:before {
  content: "﫨";
}

.fi-tr-scarf:before {
  content: "﫩";
}

.fi-tr-school-bus:before {
  content: "﫪";
}

.fi-tr-school:before {
  content: "﫫";
}

.fi-tr-scooter:before {
  content: "﫬";
}

.fi-tr-screen:before {
  content: "﫭";
}

.fi-tr-screencast:before {
  content: "﫮";
}

.fi-tr-screw-alt:before {
  content: "﫯";
}

.fi-tr-screw:before {
  content: "﫰";
}

.fi-tr-screwdriver:before {
  content: "﫱";
}

.fi-tr-scribble:before {
  content: "﫲";
}

.fi-tr-script:before {
  content: "﫳";
}

.fi-tr-scroll-document-story:before {
  content: "﫴";
}

.fi-tr-scroll-old:before {
  content: "﫵";
}

.fi-tr-scroll-torah:before {
  content: "﫶";
}

.fi-tr-scroll:before {
  content: "﫷";
}

.fi-tr-scrubber:before {
  content: "﫸";
}

.fi-tr-scythe:before {
  content: "﫹";
}

.fi-tr-sd-card:before {
  content: "﫺";
}

.fi-tr-sd-cards:before {
  content: "﫻";
}

.fi-tr-seal-exclamation:before {
  content: "﫼";
}

.fi-tr-seal-question:before {
  content: "﫽";
}

.fi-tr-seal:before {
  content: "﫾";
}

.fi-tr-search-alt:before {
  content: "﫿";
}

.fi-tr-search-dollar:before {
  content: "ﬀ";
}

.fi-tr-search-heart:before {
  content: "ﬁ";
}

.fi-tr-search-location:before {
  content: "ﬂ";
}

.fi-tr-seat-airline:before {
  content: "ﬃ";
}

.fi-tr-seatbelt-safety-driver:before {
  content: "ﬄ";
}

.fi-tr-second-award:before {
  content: "ﬅ";
}

.fi-tr-second-laurel:before {
  content: "ﬆ";
}

.fi-tr-second-medal:before {
  content: "﬇";
}

.fi-tr-second:before {
  content: "﬈";
}

.fi-tr-seedling:before {
  content: "﬉";
}

.fi-tr-selection:before {
  content: "﬊";
}

.fi-tr-sell:before {
  content: "﬋";
}

.fi-tr-seller-store:before {
  content: "﬌";
}

.fi-tr-seller:before {
  content: "﬍";
}

.fi-tr-selling:before {
  content: "﬎";
}

.fi-tr-send-back:before {
  content: "﬏";
}

.fi-tr-send-backward:before {
  content: "﬐";
}

.fi-tr-send-money-smartphone:before {
  content: "﬑";
}

.fi-tr-send-money:before {
  content: "﬒";
}

.fi-tr-sensor-alert:before {
  content: "ﬓ";
}

.fi-tr-sensor-fire:before {
  content: "ﬔ";
}

.fi-tr-sensor-on:before {
  content: "ﬕ";
}

.fi-tr-sensor-smoke:before {
  content: "ﬖ";
}

.fi-tr-sensor:before {
  content: "ﬗ";
}

.fi-tr-share-alt-square:before {
  content: "﬘";
}

.fi-tr-share-square:before {
  content: "﬙";
}

.fi-tr-sheep:before {
  content: "﬚";
}

.fi-tr-shekel-sign:before {
  content: "﬛";
}

.fi-tr-shelves:before {
  content: "﬜";
}

.fi-tr-shield-alt:before {
  content: "יִ";
}

.fi-tr-shield-cat:before {
  content: "ﬞ";
}

.fi-tr-shield-cross:before {
  content: "ײַ";
}

.fi-tr-shield-dog:before {
  content: "ﬠ";
}

.fi-tr-shield-exclamation:before {
  content: "ﬡ";
}

.fi-tr-shield-interrogation:before {
  content: "ﬢ";
}

.fi-tr-shield-keyhole:before {
  content: "ﬣ";
}

.fi-tr-shield-minus:before {
  content: "ﬤ";
}

.fi-tr-shield-security-risk:before {
  content: "ﬥ";
}

.fi-tr-shield-slash:before {
  content: "ﬦ";
}

.fi-tr-shield-trust:before {
  content: "ﬧ";
}

.fi-tr-shield-virus:before {
  content: "ﬨ";
}

.fi-tr-shield-xmark:before {
  content: "﬩";
}

.fi-tr-shipping-fast:before {
  content: "שׁ";
}

.fi-tr-shipping-timed:before {
  content: "שׂ";
}

.fi-tr-shirt-long-sleeve:before {
  content: "שּׁ";
}

.fi-tr-shirt-running:before {
  content: "שּׂ";
}

.fi-tr-shirt-tank-top:before {
  content: "אַ";
}

.fi-tr-shirt:before {
  content: "אָ";
}

.fi-tr-shish-kebab:before {
  content: "אּ";
}

.fi-tr-shoe-prints:before {
  content: "בּ";
}

.fi-tr-shop-lock:before {
  content: "גּ";
}

.fi-tr-shop-slash:before {
  content: "דּ";
}

.fi-tr-shopping-basket:before {
  content: "הּ";
}

.fi-tr-shopping-cart-buyer:before {
  content: "וּ";
}

.fi-tr-shovel-snow:before {
  content: "זּ";
}

.fi-tr-shovel:before {
  content: "﬷";
}

.fi-tr-shower-down:before {
  content: "טּ";
}

.fi-tr-shower:before {
  content: "יּ";
}

.fi-tr-shredder:before {
  content: "ךּ";
}

.fi-tr-shrimp:before {
  content: "כּ";
}

.fi-tr-shuttle-van:before {
  content: "לּ";
}

.fi-tr-shuttlecock:before {
  content: "﬽";
}

.fi-tr-Sickle:before {
  content: "מּ";
}

.fi-tr-sidebar-flip:before {
  content: "﬿";
}

.fi-tr-sidebar:before {
  content: "נּ";
}

.fi-tr-sigma:before {
  content: "סּ";
}

.fi-tr-sign-hanging:before {
  content: "﭂";
}

.fi-tr-sign-in-alt:before {
  content: "ףּ";
}

.fi-tr-sign-out-alt:before {
  content: "פּ";
}

.fi-tr-sign-posts-wrench:before {
  content: "﭅";
}

.fi-tr-sign-posts:before {
  content: "צּ";
}

.fi-tr-sign-up:before {
  content: "קּ";
}

.fi-tr-signal-alt-1:before {
  content: "רּ";
}

.fi-tr-signal-alt-2:before {
  content: "שּ";
}

.fi-tr-signal-alt-slash:before {
  content: "תּ";
}

.fi-tr-signal-alt:before {
  content: "וֹ";
}

.fi-tr-signal-bars-fair:before {
  content: "בֿ";
}

.fi-tr-signal-bars-good:before {
  content: "כֿ";
}

.fi-tr-signal-bars-weak:before {
  content: "פֿ";
}

.fi-tr-signal-stream-slash:before {
  content: "ﭏ";
}

.fi-tr-signal-stream:before {
  content: "ﭐ";
}

.fi-tr-signature-lock:before {
  content: "ﭑ";
}

.fi-tr-signature-slash:before {
  content: "ﭒ";
}

.fi-tr-signature:before {
  content: "ﭓ";
}

.fi-tr-sim-card:before {
  content: "ﭔ";
}

.fi-tr-sim-cards:before {
  content: "ﭕ";
}

.fi-tr-sink:before {
  content: "ﭖ";
}

.fi-tr-siren-on:before {
  content: "ﭗ";
}

.fi-tr-Siren:before {
  content: "ﭘ";
}

.fi-tr-site-alt:before {
  content: "ﭙ";
}

.fi-tr-site-browser:before {
  content: "ﭚ";
}

.fi-tr-site:before {
  content: "ﭛ";
}

.fi-tr-sitemap:before {
  content: "ﭜ";
}

.fi-tr-skating:before {
  content: "ﭝ";
}

.fi-tr-skeleton-ribs:before {
  content: "ﭞ";
}

.fi-tr-skeleton:before {
  content: "ﭟ";
}

.fi-tr-skewer:before {
  content: "ﭠ";
}

.fi-tr-ski-boot-ski:before {
  content: "ﭡ";
}

.fi-tr-ski-jump:before {
  content: "ﭢ";
}

.fi-tr-ski-lift:before {
  content: "ﭣ";
}

.fi-tr-skiing-nordic:before {
  content: "ﭤ";
}

.fi-tr-skiing:before {
  content: "ﭥ";
}

.fi-tr-skill-alt:before {
  content: "ﭦ";
}

.fi-tr-skill-user:before {
  content: "ﭧ";
}

.fi-tr-skill:before {
  content: "ﭨ";
}

.fi-tr-skin-arrow:before {
  content: "ﭩ";
}

.fi-tr-skin-drop:before {
  content: "ﭪ";
}

.fi-tr-skin-hair:before {
  content: "ﭫ";
}

.fi-tr-skin:before {
  content: "ﭬ";
}

.fi-tr-skip-15-seconds:before {
  content: "ﭭ";
}

.fi-tr-skull-cow:before {
  content: "ﭮ";
}

.fi-tr-skull-crossbones:before {
  content: "ﭯ";
}

.fi-tr-skull:before {
  content: "ﭰ";
}

.fi-tr-slash:before {
  content: "ﭱ";
}

.fi-tr-sledding:before {
  content: "ﭲ";
}

.fi-tr-sleeping-bag:before {
  content: "ﭳ";
}

.fi-tr-sleigh:before {
  content: "ﭴ";
}

.fi-tr-sliders-h-square:before {
  content: "ﭵ";
}

.fi-tr-sliders-v-square:before {
  content: "ﭶ";
}

.fi-tr-sliders-v:before {
  content: "ﭷ";
}

.fi-tr-slot-machine:before {
  content: "ﭸ";
}

.fi-tr-smart-home-alt:before {
  content: "ﭹ";
}

.fi-tr-smart-home:before {
  content: "ﭺ";
}

.fi-tr-smartphone:before {
  content: "ﭻ";
}

.fi-tr-smile-beam:before {
  content: "ﭼ";
}

.fi-tr-smile-plus:before {
  content: "ﭽ";
}

.fi-tr-smile-wink:before {
  content: "ﭾ";
}

.fi-tr-smile:before {
  content: "ﭿ";
}

.fi-tr-smiley-comment-alt:before {
  content: "ﮀ";
}

.fi-tr-smog:before {
  content: "ﮁ";
}

.fi-tr-smoke:before {
  content: "ﮂ";
}

.fi-tr-smoking-ban:before {
  content: "ﮃ";
}

.fi-tr-smoking:before {
  content: "ﮄ";
}

.fi-tr-snake:before {
  content: "ﮅ";
}

.fi-tr-snap:before {
  content: "ﮆ";
}

.fi-tr-snooze:before {
  content: "ﮇ";
}

.fi-tr-snow-blowing:before {
  content: "ﮈ";
}

.fi-tr-snowboarding:before {
  content: "ﮉ";
}

.fi-tr-snowflake-droplets:before {
  content: "ﮊ";
}

.fi-tr-snowflake:before {
  content: "ﮋ";
}

.fi-tr-snowflakes:before {
  content: "ﮌ";
}

.fi-tr-snowman-alt:before {
  content: "ﮍ";
}

.fi-tr-snowman-head:before {
  content: "ﮎ";
}

.fi-tr-snowmobile:before {
  content: "ﮏ";
}

.fi-tr-snowplow:before {
  content: "ﮐ";
}

.fi-tr-soap-alt:before {
  content: "ﮑ";
}

.fi-tr-soap:before {
  content: "ﮒ";
}

.fi-tr-socks:before {
  content: "ﮓ";
}

.fi-tr-sofa-size:before {
  content: "ﮔ";
}

.fi-tr-sofa:before {
  content: "ﮕ";
}

.fi-tr-solar-panel-sun:before {
  content: "ﮖ";
}

.fi-tr-solar-panel:before {
  content: "ﮗ";
}

.fi-tr-solar-system:before {
  content: "ﮘ";
}

.fi-tr-sold-house:before {
  content: "ﮙ";
}

.fi-tr-sold-signal:before {
  content: "ﮚ";
}

.fi-tr-sort-alpha-down-alt:before {
  content: "ﮛ";
}

.fi-tr-sort-alpha-down:before {
  content: "ﮜ";
}

.fi-tr-sort-alpha-up-alt:before {
  content: "ﮝ";
}

.fi-tr-sort-alpha-up:before {
  content: "ﮞ";
}

.fi-tr-sort-alt:before {
  content: "ﮟ";
}

.fi-tr-sort-amount-down-alt:before {
  content: "ﮠ";
}

.fi-tr-sort-amount-down:before {
  content: "ﮡ";
}

.fi-tr-sort-amount-up-alt:before {
  content: "ﮢ";
}

.fi-tr-sort-amount-up:before {
  content: "ﮣ";
}

.fi-tr-sort-circle-down:before {
  content: "ﮤ";
}

.fi-tr-sort-circle-up:before {
  content: "ﮥ";
}

.fi-tr-sort-circle:before {
  content: "ﮦ";
}

.fi-tr-sort-down:before {
  content: "ﮧ";
}

.fi-tr-sort-numeric-down-alt:before {
  content: "ﮨ";
}

.fi-tr-sort-numeric-down:before {
  content: "ﮩ";
}

.fi-tr-sort-shapes-down:before {
  content: "ﮪ";
}

.fi-tr-sort-shapes-up:before {
  content: "ﮫ";
}

.fi-tr-sort-size-down:before {
  content: "ﮬ";
}

.fi-tr-sort-size-up:before {
  content: "ﮭ";
}

.fi-tr-sort:before {
  content: "ﮮ";
}

.fi-tr-soup:before {
  content: "ﮯ";
}

.fi-tr-source-data:before {
  content: "ﮰ";
}

.fi-tr-source-document-alt:before {
  content: "ﮱ";
}

.fi-tr-source-document:before {
  content: "﮲";
}

.fi-tr-spa:before {
  content: "﮳";
}

.fi-tr-space-shuttle:before {
  content: "﮴";
}

.fi-tr-space-station-moon-alt:before {
  content: "﮵";
}

.fi-tr-space-station-moon:before {
  content: "﮶";
}

.fi-tr-spade:before {
  content: "﮷";
}

.fi-tr-spaghetti-monster-flying:before {
  content: "﮸";
}

.fi-tr-spain-map:before {
  content: "﮹";
}

.fi-tr-sparkles:before {
  content: "﮺";
}

.fi-tr-spartan-helmet:before {
  content: "﮻";
}

.fi-tr-speaker:before {
  content: "﮼";
}

.fi-tr-speakers:before {
  content: "﮽";
}

.fi-tr-speech-bubble-story:before {
  content: "﮾";
}

.fi-tr-speedometer-arrow:before {
  content: "﮿";
}

.fi-tr-speedometer-kpi:before {
  content: "﯀";
}

.fi-tr-sphere:before {
  content: "﯁";
}

.fi-tr-spider-black-widow:before {
  content: "﯂";
}

.fi-tr-spider-web:before {
  content: "﯃";
}

.fi-tr-spider:before {
  content: "﯄";
}

.fi-tr-split-up-relation:before {
  content: "﯅";
}

.fi-tr-split:before {
  content: "﯆";
}

.fi-tr-splotch:before {
  content: "﯇";
}

.fi-tr-spoon:before {
  content: "﯈";
}

.fi-tr-spray-can-sparkles:before {
  content: "﯉";
}

.fi-tr-spray-can:before {
  content: "﯊";
}

.fi-tr-spring-calendar:before {
  content: "﯋";
}

.fi-tr-sprinkler:before {
  content: "﯌";
}

.fi-tr-spy:before {
  content: "﯍";
}

.fi-tr-square-0:before {
  content: "﯎";
}

.fi-tr-square-1:before {
  content: "﯏";
}

.fi-tr-square-2:before {
  content: "﯐";
}

.fi-tr-square-3:before {
  content: "﯑";
}

.fi-tr-square-4:before {
  content: "﯒";
}

.fi-tr-square-5:before {
  content: "ﯓ";
}

.fi-tr-square-6:before {
  content: "ﯔ";
}

.fi-tr-square-7:before {
  content: "ﯕ";
}

.fi-tr-square-8:before {
  content: "ﯖ";
}

.fi-tr-square-9:before {
  content: "ﯗ";
}

.fi-tr-square-a:before {
  content: "ﯘ";
}

.fi-tr-square-b:before {
  content: "ﯙ";
}

.fi-tr-square-bolt:before {
  content: "ﯚ";
}

.fi-tr-square-c:before {
  content: "ﯛ";
}

.fi-tr-square-code:before {
  content: "ﯜ";
}

.fi-tr-square-d:before {
  content: "ﯝ";
}

.fi-tr-square-dashed-circle-plus:before {
  content: "ﯞ";
}

.fi-tr-square-dashed:before {
  content: "ﯟ";
}

.fi-tr-square-divide:before {
  content: "ﯠ";
}

.fi-tr-square-e:before {
  content: "ﯡ";
}

.fi-tr-square-ellipsis-vertical:before {
  content: "ﯢ";
}

.fi-tr-square-ellipsis:before {
  content: "ﯣ";
}

.fi-tr-square-exclamation:before {
  content: "ﯤ";
}

.fi-tr-square-f:before {
  content: "ﯥ";
}

.fi-tr-square-g:before {
  content: "ﯦ";
}

.fi-tr-square-h:before {
  content: "ﯧ";
}

.fi-tr-square-heart:before {
  content: "ﯨ";
}

.fi-tr-square-i:before {
  content: "ﯩ";
}

.fi-tr-square-info:before {
  content: "ﯪ";
}

.fi-tr-square-j:before {
  content: "ﯫ";
}

.fi-tr-square-k:before {
  content: "ﯬ";
}

.fi-tr-square-kanban:before {
  content: "ﯭ";
}

.fi-tr-square-l:before {
  content: "ﯮ";
}

.fi-tr-square-m:before {
  content: "ﯯ";
}

.fi-tr-square-minus:before {
  content: "ﯰ";
}

.fi-tr-square-n:before {
  content: "ﯱ";
}

.fi-tr-square-o:before {
  content: "ﯲ";
}

.fi-tr-square-p:before {
  content: "ﯳ";
}

.fi-tr-square-phone-hangup:before {
  content: "ﯴ";
}

.fi-tr-square-plus:before {
  content: "ﯵ";
}

.fi-tr-square-poll-horizontal:before {
  content: "ﯶ";
}

.fi-tr-square-poll-vertical:before {
  content: "ﯷ";
}

.fi-tr-square-q:before {
  content: "ﯸ";
}

.fi-tr-square-quote:before {
  content: "ﯹ";
}

.fi-tr-square-r:before {
  content: "ﯺ";
}

.fi-tr-square-root:before {
  content: "ﯻ";
}

.fi-tr-square-s:before {
  content: "ﯼ";
}

.fi-tr-square-small:before {
  content: "ﯽ";
}

.fi-tr-square-star:before {
  content: "ﯾ";
}

.fi-tr-square-t:before {
  content: "ﯿ";
}

.fi-tr-square-terminal:before {
  content: "ﰀ";
}

.fi-tr-square-u:before {
  content: "ﰁ";
}

.fi-tr-square-up-right:before {
  content: "ﰂ";
}

.fi-tr-square-v:before {
  content: "ﰃ";
}

.fi-tr-square-w:before {
  content: "ﰄ";
}

.fi-tr-square-x:before {
  content: "ﰅ";
}

.fi-tr-square-y:before {
  content: "ﰆ";
}

.fi-tr-square-z:before {
  content: "ﰇ";
}

.fi-tr-square:before {
  content: "ﰈ";
}

.fi-tr-squid:before {
  content: "ﰉ";
}

.fi-tr-squircle:before {
  content: "ﰊ";
}

.fi-tr-squirrel:before {
  content: "ﰋ";
}

.fi-tr-staff:before {
  content: "ﰌ";
}

.fi-tr-stage-concert:before {
  content: "ﰍ";
}

.fi-tr-stage-theatre:before {
  content: "ﰎ";
}

.fi-tr-stage:before {
  content: "ﰏ";
}

.fi-tr-stairs:before {
  content: "ﰐ";
}

.fi-tr-stamp:before {
  content: "ﰑ";
}

.fi-tr-standard-definition:before {
  content: "ﰒ";
}

.fi-tr-star-and-crescent:before {
  content: "ﰓ";
}

.fi-tr-star-christmas:before {
  content: "ﰔ";
}

.fi-tr-star-comment-alt:before {
  content: "ﰕ";
}

.fi-tr-star-exclamation:before {
  content: "ﰖ";
}

.fi-tr-star-octogram:before {
  content: "ﰗ";
}

.fi-tr-star-of-david:before {
  content: "ﰘ";
}

.fi-tr-star-sharp-half-stroke:before {
  content: "ﰙ";
}

.fi-tr-star-sharp-half:before {
  content: "ﰚ";
}

.fi-tr-star-shooting:before {
  content: "ﰛ";
}

.fi-tr-starfighter:before {
  content: "ﰜ";
}

.fi-tr-stars:before {
  content: "ﰝ";
}

.fi-tr-state-country:before {
  content: "ﰞ";
}

.fi-tr-stationary-bike:before {
  content: "ﰟ";
}

.fi-tr-stats:before {
  content: "ﰠ";
}

.fi-tr-steak:before {
  content: "ﰡ";
}

.fi-tr-steering-wheel:before {
  content: "ﰢ";
}

.fi-tr-step-backward:before {
  content: "ﰣ";
}

.fi-tr-step-forward:before {
  content: "ﰤ";
}

.fi-tr-sterling-sign:before {
  content: "ﰥ";
}

.fi-tr-stethoscope:before {
  content: "ﰦ";
}

.fi-tr-sticker:before {
  content: "ﰧ";
}

.fi-tr-stocking:before {
  content: "ﰨ";
}

.fi-tr-stomach:before {
  content: "ﰩ";
}

.fi-tr-stop-circle:before {
  content: "ﰪ";
}

.fi-tr-stop-square:before {
  content: "ﰫ";
}

.fi-tr-stopwatch:before {
  content: "ﰬ";
}

.fi-tr-store-alt:before {
  content: "ﰭ";
}

.fi-tr-store-buyer:before {
  content: "ﰮ";
}

.fi-tr-store-lock:before {
  content: "ﰯ";
}

.fi-tr-store-slash:before {
  content: "ﰰ";
}

.fi-tr-story-book:before {
  content: "ﰱ";
}

.fi-tr-story-fairy-tale:before {
  content: "ﰲ";
}

.fi-tr-story-fantasy:before {
  content: "ﰳ";
}

.fi-tr-strategy-chess-risk:before {
  content: "ﰴ";
}

.fi-tr-strawberry:before {
  content: "ﰵ";
}

.fi-tr-street-view:before {
  content: "ﰶ";
}

.fi-tr-stretcher:before {
  content: "ﰷ";
}

.fi-tr-strikethrough:before {
  content: "ﰸ";
}

.fi-tr-stroopwafel:before {
  content: "ﰹ";
}

.fi-tr-student-alt:before {
  content: "ﰺ";
}

.fi-tr-student:before {
  content: "ﰻ";
}

.fi-tr-subscript:before {
  content: "ﰼ";
}

.fi-tr-subscription-alt:before {
  content: "ﰽ";
}

.fi-tr-subscription:before {
  content: "ﰾ";
}

.fi-tr-subtitles-slash:before {
  content: "ﰿ";
}

.fi-tr-subway:before {
  content: "ﱀ";
}

.fi-tr-suitcase-alt:before {
  content: "ﱁ";
}

.fi-tr-summary-check:before {
  content: "ﱂ";
}

.fi-tr-summer:before {
  content: "ﱃ";
}

.fi-tr-sun-dust:before {
  content: "ﱄ";
}

.fi-tr-sun-plant-wilt:before {
  content: "ﱅ";
}

.fi-tr-sun-salutation-yoga:before {
  content: "ﱆ";
}

.fi-tr-sun:before {
  content: "ﱇ";
}

.fi-tr-sunday:before {
  content: "ﱈ";
}

.fi-tr-sunglasses-alt:before {
  content: "ﱉ";
}

.fi-tr-sunglasses:before {
  content: "ﱊ";
}

.fi-tr-sunrise-alt:before {
  content: "ﱋ";
}

.fi-tr-sunrise:before {
  content: "ﱌ";
}

.fi-tr-sunset:before {
  content: "ﱍ";
}

.fi-tr-superscript:before {
  content: "ﱎ";
}

.fi-tr-supplier-alt:before {
  content: "ﱏ";
}

.fi-tr-supplier:before {
  content: "ﱐ";
}

.fi-tr-surprise:before {
  content: "ﱑ";
}

.fi-tr-surveillance-camera:before {
  content: "ﱒ";
}

.fi-tr-survey-xmark:before {
  content: "ﱓ";
}

.fi-tr-sushi-alt:before {
  content: "ﱔ";
}

.fi-tr-sushi-roll:before {
  content: "ﱕ";
}

.fi-tr-sushi:before {
  content: "ﱖ";
}

.fi-tr-svg:before {
  content: "ﱗ";
}

.fi-tr-swap:before {
  content: "ﱘ";
}

.fi-tr-swatchbook:before {
  content: "ﱙ";
}

.fi-tr-swimmer:before {
  content: "ﱚ";
}

.fi-tr-swimming-pool:before {
  content: "ﱛ";
}

.fi-tr-swing:before {
  content: "ﱜ";
}

.fi-tr-swipe-down:before {
  content: "ﱝ";
}

.fi-tr-swipe-left:before {
  content: "ﱞ";
}

.fi-tr-swipe-right:before {
  content: "ﱟ";
}

.fi-tr-swipe-up:before {
  content: "ﱠ";
}

.fi-tr-symbols:before {
  content: "ﱡ";
}

.fi-tr-synagogue:before {
  content: "ﱢ";
}

.fi-tr-syringe:before {
  content: "ﱣ";
}

.fi-tr-system-cloud:before {
  content: "ﱤ";
}

.fi-tr-t:before {
  content: "ﱥ";
}

.fi-tr-tab-folder:before {
  content: "ﱦ";
}

.fi-tr-table-columns:before {
  content: "ﱧ";
}

.fi-tr-table-layout:before {
  content: "ﱨ";
}

.fi-tr-table-list:before {
  content: "ﱩ";
}

.fi-tr-table-picnic:before {
  content: "ﱪ";
}

.fi-tr-table-pivot:before {
  content: "ﱫ";
}

.fi-tr-table-rows:before {
  content: "ﱬ";
}

.fi-tr-table-tree:before {
  content: "ﱭ";
}

.fi-tr-table:before {
  content: "ﱮ";
}

.fi-tr-tablet-android-alt:before {
  content: "ﱯ";
}

.fi-tr-tablet-android:before {
  content: "ﱰ";
}

.fi-tr-tablet-rugged:before {
  content: "ﱱ";
}

.fi-tr-tablet:before {
  content: "ﱲ";
}

.fi-tr-tachometer-alt-average:before {
  content: "ﱳ";
}

.fi-tr-tachometer-alt-fastest:before {
  content: "ﱴ";
}

.fi-tr-tachometer-alt-slow:before {
  content: "ﱵ";
}

.fi-tr-tachometer-alt-slowest:before {
  content: "ﱶ";
}

.fi-tr-tachometer-average:before {
  content: "ﱷ";
}

.fi-tr-tachometer-fast:before {
  content: "ﱸ";
}

.fi-tr-tachometer-fastest:before {
  content: "ﱹ";
}

.fi-tr-tachometer-slow:before {
  content: "ﱺ";
}

.fi-tr-tachometer-slowest:before {
  content: "ﱻ";
}

.fi-tr-tachometer:before {
  content: "ﱼ";
}

.fi-tr-taco:before {
  content: "ﱽ";
}

.fi-tr-tags:before {
  content: "ﱾ";
}

.fi-tr-talent-alt:before {
  content: "ﱿ";
}

.fi-tr-talent-hand:before {
  content: "ﲀ";
}

.fi-tr-talent:before {
  content: "ﲁ";
}

.fi-tr-tally-1:before {
  content: "ﲂ";
}

.fi-tr-tally-2:before {
  content: "ﲃ";
}

.fi-tr-tally-3:before {
  content: "ﲄ";
}

.fi-tr-tally-4:before {
  content: "ﲅ";
}

.fi-tr-tally:before {
  content: "ﲆ";
}

.fi-tr-tamale:before {
  content: "ﲇ";
}

.fi-tr-tank-water:before {
  content: "ﲈ";
}

.fi-tr-tap:before {
  content: "ﲉ";
}

.fi-tr-tape:before {
  content: "ﲊ";
}

.fi-tr-target-audience:before {
  content: "ﲋ";
}

.fi-tr-target:before {
  content: "ﲌ";
}

.fi-tr-tax-alt:before {
  content: "ﲍ";
}

.fi-tr-tax:before {
  content: "ﲎ";
}

.fi-tr-taxi-bus:before {
  content: "ﲏ";
}

.fi-tr-team-check-alt:before {
  content: "ﲐ";
}

.fi-tr-team-check:before {
  content: "ﲑ";
}

.fi-tr-teddy-bear:before {
  content: "ﲒ";
}

.fi-tr-teeth-open:before {
  content: "ﲓ";
}

.fi-tr-telescope:before {
  content: "ﲔ";
}

.fi-tr-temperature-down:before {
  content: "ﲕ";
}

.fi-tr-temperature-frigid:before {
  content: "ﲖ";
}

.fi-tr-temperature-high:before {
  content: "ﲗ";
}

.fi-tr-temperature-list:before {
  content: "ﲘ";
}

.fi-tr-temperature-low:before {
  content: "ﲙ";
}

.fi-tr-temperature-up:before {
  content: "ﲚ";
}

.fi-tr-template-alt:before {
  content: "ﲛ";
}

.fi-tr-template:before {
  content: "ﲜ";
}

.fi-tr-tenge:before {
  content: "ﲝ";
}

.fi-tr-tent-arrow-down-to-line:before {
  content: "ﲞ";
}

.fi-tr-tent-arrow-left-right:before {
  content: "ﲟ";
}

.fi-tr-tent-arrow-turn-left:before {
  content: "ﲠ";
}

.fi-tr-tent-arrows-down:before {
  content: "ﲡ";
}

.fi-tr-tents:before {
  content: "ﲢ";
}

.fi-tr-terminal:before {
  content: "ﲣ";
}

.fi-tr-terrace:before {
  content: "ﲤ";
}

.fi-tr-test-tube:before {
  content: "ﲥ";
}

.fi-tr-test:before {
  content: "ﲦ";
}

.fi-tr-text-box-dots:before {
  content: "ﲧ";
}

.fi-tr-text-box-edit:before {
  content: "ﲨ";
}

.fi-tr-text-box:before {
  content: "ﲩ";
}

.fi-tr-text-height:before {
  content: "ﲪ";
}

.fi-tr-text-shadow:before {
  content: "ﲫ";
}

.fi-tr-text-size:before {
  content: "ﲬ";
}

.fi-tr-text-slash:before {
  content: "ﲭ";
}

.fi-tr-text-width:before {
  content: "ﲮ";
}

.fi-tr-theater-masks:before {
  content: "ﲯ";
}

.fi-tr-thermometer-alt:before {
  content: "ﲰ";
}

.fi-tr-thermometer-empty:before {
  content: "ﲱ";
}

.fi-tr-thermometer-full:before {
  content: "ﲲ";
}

.fi-tr-thermometer-half:before {
  content: "ﲳ";
}

.fi-tr-thermometer-quarter:before {
  content: "ﲴ";
}

.fi-tr-thermometer-three-quarters:before {
  content: "ﲵ";
}

.fi-tr-theta:before {
  content: "ﲶ";
}

.fi-tr-third-award:before {
  content: "ﲷ";
}

.fi-tr-third-laurel:before {
  content: "ﲸ";
}

.fi-tr-third-medal:before {
  content: "ﲹ";
}

.fi-tr-third:before {
  content: "ﲺ";
}

.fi-tr-thought-bubble:before {
  content: "ﲻ";
}

.fi-tr-three-leaf-clover:before {
  content: "ﲼ";
}

.fi-tr-thumbs-up-trust:before {
  content: "ﲽ";
}

.fi-tr-thunderstorm-moon:before {
  content: "ﲾ";
}

.fi-tr-thunderstorm-risk:before {
  content: "ﲿ";
}

.fi-tr-thunderstorm-sun:before {
  content: "ﳀ";
}

.fi-tr-thunderstorm:before {
  content: "ﳁ";
}

.fi-tr-thursday:before {
  content: "ﳂ";
}

.fi-tr-ticket-airline:before {
  content: "ﳃ";
}

.fi-tr-ticket-alt:before {
  content: "ﳄ";
}

.fi-tr-tickets-airline:before {
  content: "ﳅ";
}

.fi-tr-tie:before {
  content: "ﳆ";
}

.fi-tr-tilde:before {
  content: "ﳇ";
}

.fi-tr-time-add:before {
  content: "ﳈ";
}

.fi-tr-time-check:before {
  content: "ﳉ";
}

.fi-tr-time-delete:before {
  content: "ﳊ";
}

.fi-tr-time-fast:before {
  content: "ﳋ";
}

.fi-tr-time-forward-sixty:before {
  content: "ﳌ";
}

.fi-tr-time-forward-ten:before {
  content: "ﳍ";
}

.fi-tr-time-forward:before {
  content: "ﳎ";
}

.fi-tr-time-half-past:before {
  content: "ﳏ";
}

.fi-tr-time-oclock:before {
  content: "ﳐ";
}

.fi-tr-time-quarter-past:before {
  content: "ﳑ";
}

.fi-tr-time-quarter-to:before {
  content: "ﳒ";
}

.fi-tr-time-twenty-four:before {
  content: "ﳓ";
}

.fi-tr-time-watch-calendar:before {
  content: "ﳔ";
}

.fi-tr-times-hexagon:before {
  content: "ﳕ";
}

.fi-tr-tint-slash:before {
  content: "ﳖ";
}

.fi-tr-tip-coin:before {
  content: "ﳗ";
}

.fi-tr-tire-flat:before {
  content: "ﳘ";
}

.fi-tr-tire-pressure-warning:before {
  content: "ﳙ";
}

.fi-tr-tire-rugged:before {
  content: "ﳚ";
}

.fi-tr-tire:before {
  content: "ﳛ";
}

.fi-tr-tired:before {
  content: "ﳜ";
}

.fi-tr-to-do-alt:before {
  content: "ﳝ";
}

.fi-tr-to-do:before {
  content: "ﳞ";
}

.fi-tr-together-people:before {
  content: "ﳟ";
}

.fi-tr-toggle-off:before {
  content: "ﳠ";
}

.fi-tr-toggle-on:before {
  content: "ﳡ";
}

.fi-tr-toilet-paper-blank-under:before {
  content: "ﳢ";
}

.fi-tr-toilet-paper-blank:before {
  content: "ﳣ";
}

.fi-tr-toilet-paper-slash:before {
  content: "ﳤ";
}

.fi-tr-toilet-paper-under-slash:before {
  content: "ﳥ";
}

.fi-tr-toilet-paper-under:before {
  content: "ﳦ";
}

.fi-tr-toilet:before {
  content: "ﳧ";
}

.fi-tr-toilets-portable:before {
  content: "ﳨ";
}

.fi-tr-token:before {
  content: "ﳩ";
}

.fi-tr-tomato:before {
  content: "ﳪ";
}

.fi-tr-tombstone-alt:before {
  content: "ﳫ";
}

.fi-tr-tombstone:before {
  content: "ﳬ";
}

.fi-tr-tool-box:before {
  content: "ﳭ";
}

.fi-tr-tools:before {
  content: "ﳮ";
}

.fi-tr-tooth:before {
  content: "ﳯ";
}

.fi-tr-toothbrush:before {
  content: "ﳰ";
}

.fi-tr-torch-inspiration-leader:before {
  content: "ﳱ";
}

.fi-tr-torii-gate:before {
  content: "ﳲ";
}

.fi-tr-tornado:before {
  content: "ﳳ";
}

.fi-tr-total:before {
  content: "ﳴ";
}

.fi-tr-tour-guide-people:before {
  content: "ﳵ";
}

.fi-tr-tour-virtual:before {
  content: "ﳶ";
}

.fi-tr-tower-control:before {
  content: "ﳷ";
}

.fi-tr-track:before {
  content: "ﳸ";
}

.fi-tr-tractor:before {
  content: "ﳹ";
}

.fi-tr-trademark:before {
  content: "ﳺ";
}

.fi-tr-traffic-cone:before {
  content: "ﳻ";
}

.fi-tr-traffic-light-go:before {
  content: "ﳼ";
}

.fi-tr-traffic-light-slow:before {
  content: "ﳽ";
}

.fi-tr-traffic-light-stop:before {
  content: "ﳾ";
}

.fi-tr-traffic-light:before {
  content: "ﳿ";
}

.fi-tr-trailer:before {
  content: "ﴀ";
}

.fi-tr-train-journey:before {
  content: "ﴁ";
}

.fi-tr-train-station-building:before {
  content: "ﴂ";
}

.fi-tr-train-station:before {
  content: "ﴃ";
}

.fi-tr-train-subway-tunnel:before {
  content: "ﴄ";
}

.fi-tr-train-track:before {
  content: "ﴅ";
}

.fi-tr-train-tram:before {
  content: "ﴆ";
}

.fi-tr-tram:before {
  content: "ﴇ";
}

.fi-tr-transformation-block:before {
  content: "ﴈ";
}

.fi-tr-transformation-circle:before {
  content: "ﴉ";
}

.fi-tr-transformation-design:before {
  content: "ﴊ";
}

.fi-tr-transformation-shapes:before {
  content: "ﴋ";
}

.fi-tr-transformer-bolt:before {
  content: "ﴌ";
}

.fi-tr-transgender:before {
  content: "ﴍ";
}

.fi-tr-transporter-1:before {
  content: "ﴎ";
}

.fi-tr-transporter-2:before {
  content: "ﴏ";
}

.fi-tr-transporter-3:before {
  content: "ﴐ";
}

.fi-tr-transporter-4:before {
  content: "ﴑ";
}

.fi-tr-transporter-5:before {
  content: "ﴒ";
}

.fi-tr-transporter-6:before {
  content: "ﴓ";
}

.fi-tr-transporter-7:before {
  content: "ﴔ";
}

.fi-tr-transporter-empty:before {
  content: "ﴕ";
}

.fi-tr-transporter:before {
  content: "ﴖ";
}

.fi-tr-trash-can-check:before {
  content: "ﴗ";
}

.fi-tr-trash-can-clock:before {
  content: "ﴘ";
}

.fi-tr-trash-can-list:before {
  content: "ﴙ";
}

.fi-tr-trash-can-plus:before {
  content: "ﴚ";
}

.fi-tr-trash-can-slash:before {
  content: "ﴛ";
}

.fi-tr-trash-check:before {
  content: "ﴜ";
}

.fi-tr-trash-clock:before {
  content: "ﴝ";
}

.fi-tr-trash-empty:before {
  content: "ﴞ";
}

.fi-tr-trash-list:before {
  content: "ﴟ";
}

.fi-tr-trash-plus:before {
  content: "ﴠ";
}

.fi-tr-trash-restore-alt:before {
  content: "ﴡ";
}

.fi-tr-trash-restore:before {
  content: "ﴢ";
}

.fi-tr-trash-slash:before {
  content: "ﴣ";
}

.fi-tr-trash-undo-alt:before {
  content: "ﴤ";
}

.fi-tr-trash-undo:before {
  content: "ﴥ";
}

.fi-tr-trash-xmark:before {
  content: "ﴦ";
}

.fi-tr-treadmill:before {
  content: "ﴧ";
}

.fi-tr-treasure-chest:before {
  content: "ﴨ";
}

.fi-tr-treatment:before {
  content: "ﴩ";
}

.fi-tr-tree-alt:before {
  content: "ﴪ";
}

.fi-tr-tree-christmas:before {
  content: "ﴫ";
}

.fi-tr-tree-deciduous:before {
  content: "ﴬ";
}

.fi-tr-tree:before {
  content: "ﴭ";
}

.fi-tr-trees-alt:before {
  content: "ﴮ";
}

.fi-tr-trees:before {
  content: "ﴯ";
}

.fi-tr-triangle-music:before {
  content: "ﴰ";
}

.fi-tr-triangle-person-digging:before {
  content: "ﴱ";
}

.fi-tr-triangle-warning:before {
  content: "ﴲ";
}

.fi-tr-triangle:before {
  content: "ﴳ";
}

.fi-tr-tricycle:before {
  content: "ﴴ";
}

.fi-tr-trillium:before {
  content: "ﴵ";
}

.fi-tr-trophy-achievement-skill:before {
  content: "ﴶ";
}

.fi-tr-trophy-star:before {
  content: "ﴷ";
}

.fi-tr-truck-arrow-left:before {
  content: "ﴸ";
}

.fi-tr-truck-arrow-right:before {
  content: "ﴹ";
}

.fi-tr-truck-bolt:before {
  content: "ﴺ";
}

.fi-tr-truck-box:before {
  content: "ﴻ";
}

.fi-tr-truck-check:before {
  content: "ﴼ";
}

.fi-tr-truck-container-empty:before {
  content: "ﴽ";
}

.fi-tr-truck-container:before {
  content: "﴾";
}

.fi-tr-truck-couch:before {
  content: "﴿";
}

.fi-tr-truck-fire:before {
  content: "﵀";
}

.fi-tr-truck-flatbed:before {
  content: "﵁";
}

.fi-tr-truck-front:before {
  content: "﵂";
}

.fi-tr-truck-ladder:before {
  content: "﵃";
}

.fi-tr-truck-loading:before {
  content: "﵄";
}

.fi-tr-truck-medical:before {
  content: "﵅";
}

.fi-tr-truck-monster:before {
  content: "﵆";
}

.fi-tr-truck-moving:before {
  content: "﵇";
}

.fi-tr-truck-pickup:before {
  content: "﵈";
}

.fi-tr-truck-plow:before {
  content: "﵉";
}

.fi-tr-truck-ramp:before {
  content: "﵊";
}

.fi-tr-truck-tow:before {
  content: "﵋";
}

.fi-tr-truck-utensils:before {
  content: "﵌";
}

.fi-tr-trumpet:before {
  content: "﵍";
}

.fi-tr-trust-alt:before {
  content: "﵎";
}

.fi-tr-trust:before {
  content: "﵏";
}

.fi-tr-tshirt:before {
  content: "ﵐ";
}

.fi-tr-tty-answer:before {
  content: "ﵑ";
}

.fi-tr-tty:before {
  content: "ﵒ";
}

.fi-tr-tubes:before {
  content: "ﵓ";
}

.fi-tr-tuesday:before {
  content: "ﵔ";
}

.fi-tr-tugrik-sign:before {
  content: "ﵕ";
}

.fi-tr-turkey:before {
  content: "ﵖ";
}

.fi-tr-turn-left-down:before {
  content: "ﵗ";
}

.fi-tr-turn-left:before {
  content: "ﵘ";
}

.fi-tr-turn-right:before {
  content: "ﵙ";
}

.fi-tr-turntable:before {
  content: "ﵚ";
}

.fi-tr-turtle:before {
  content: "ﵛ";
}

.fi-tr-tv-music:before {
  content: "ﵜ";
}

.fi-tr-tv-retro:before {
  content: "ﵝ";
}

.fi-tr-typewriter:before {
  content: "ﵞ";
}

.fi-tr-u:before {
  content: "ﵟ";
}

.fi-tr-ufo-beam:before {
  content: "ﵠ";
}

.fi-tr-ufo:before {
  content: "ﵡ";
}

.fi-tr-ui-ux:before {
  content: "ﵢ";
}

.fi-tr-umbrella-beach:before {
  content: "ﵣ";
}

.fi-tr-umbrella:before {
  content: "ﵤ";
}

.fi-tr-under-construction:before {
  content: "ﵥ";
}

.fi-tr-undo-alt:before {
  content: "ﵦ";
}

.fi-tr-undo:before {
  content: "ﵧ";
}

.fi-tr-unicorn:before {
  content: "ﵨ";
}

.fi-tr-uniform-martial-arts:before {
  content: "ﵩ";
}

.fi-tr-universal-access:before {
  content: "ﵪ";
}

.fi-tr-up-from-bracket:before {
  content: "ﵫ";
}

.fi-tr-up-left:before {
  content: "ﵬ";
}

.fi-tr-up-right-from-square:before {
  content: "ﵭ";
}

.fi-tr-up-right:before {
  content: "ﵮ";
}

.fi-tr-up:before {
  content: "ﵯ";
}

.fi-tr-url:before {
  content: "ﵰ";
}

.fi-tr-usb-pendrive:before {
  content: "ﵱ";
}

.fi-tr-usd-circle:before {
  content: "ﵲ";
}

.fi-tr-usd-square:before {
  content: "ﵳ";
}

.fi-tr-user-alien:before {
  content: "ﵴ";
}

.fi-tr-user-astronaut:before {
  content: "ﵵ";
}

.fi-tr-user-check:before {
  content: "ﵶ";
}

.fi-tr-user-chef:before {
  content: "ﵷ";
}

.fi-tr-user-coach:before {
  content: "ﵸ";
}

.fi-tr-user-cowboy:before {
  content: "ﵹ";
}

.fi-tr-user-crown:before {
  content: "ﵺ";
}

.fi-tr-user-gear:before {
  content: "ﵻ";
}

.fi-tr-user-graduate:before {
  content: "ﵼ";
}

.fi-tr-user-headset:before {
  content: "ﵽ";
}

.fi-tr-user-helmet-safety:before {
  content: "ﵾ";
}

.fi-tr-user-injured:before {
  content: "ﵿ";
}

.fi-tr-user-interface-ui:before {
  content: "ﶀ";
}

.fi-tr-user-key:before {
  content: "ﶁ";
}

.fi-tr-user-lock:before {
  content: "ﶂ";
}

.fi-tr-user-md-chat:before {
  content: "ﶃ";
}

.fi-tr-user-md:before {
  content: "ﶄ";
}

.fi-tr-user-minus:before {
  content: "ﶅ";
}

.fi-tr-user-music:before {
  content: "ﶆ";
}

.fi-tr-user-ninja:before {
  content: "ﶇ";
}

.fi-tr-user-nurse:before {
  content: "ﶈ";
}

.fi-tr-user-pen:before {
  content: "ﶉ";
}

.fi-tr-user-pilot-tie:before {
  content: "ﶊ";
}

.fi-tr-user-pilot:before {
  content: "ﶋ";
}

.fi-tr-user-police:before {
  content: "ﶌ";
}

.fi-tr-user-robot-xmarks:before {
  content: "ﶍ";
}

.fi-tr-user-robot:before {
  content: "ﶎ";
}

.fi-tr-user-salary:before {
  content: "ﶏ";
}

.fi-tr-user-shield:before {
  content: "﶐";
}

.fi-tr-user-skill-gear:before {
  content: "﶑";
}

.fi-tr-user-slash:before {
  content: "ﶒ";
}

.fi-tr-user-tag:before {
  content: "ﶓ";
}

.fi-tr-user-time:before {
  content: "ﶔ";
}

.fi-tr-user-trust:before {
  content: "ﶕ";
}

.fi-tr-user-unlock:before {
  content: "ﶖ";
}

.fi-tr-user-visor:before {
  content: "ﶗ";
}

.fi-tr-user-xmark:before {
  content: "ﶘ";
}

.fi-tr-users-alt:before {
  content: "ﶙ";
}

.fi-tr-users-class:before {
  content: "ﶚ";
}

.fi-tr-users-gear:before {
  content: "ﶛ";
}

.fi-tr-users-medical:before {
  content: "ﶜ";
}

.fi-tr-users-slash:before {
  content: "ﶝ";
}

.fi-tr-users:before {
  content: "ﶞ";
}

.fi-tr-utensils-slash:before {
  content: "ﶟ";
}

.fi-tr-utensils:before {
  content: "ﶠ";
}

.fi-tr-utility-pole-double:before {
  content: "ﶡ";
}

.fi-tr-utility-pole:before {
  content: "ﶢ";
}

.fi-tr-ux-browser:before {
  content: "ﶣ";
}

.fi-tr-ux:before {
  content: "ﶤ";
}

.fi-tr-v:before {
  content: "ﶥ";
}

.fi-tr-vacuum-robot:before {
  content: "ﶦ";
}

.fi-tr-vacuum:before {
  content: "ﶧ";
}

.fi-tr-value-absolute:before {
  content: "ﶨ";
}

.fi-tr-vault:before {
  content: "ﶩ";
}

.fi-tr-vector-circle:before {
  content: "ﶪ";
}

.fi-tr-vector-polygon:before {
  content: "ﶫ";
}

.fi-tr-venus-double:before {
  content: "ﶬ";
}

.fi-tr-venus-mars:before {
  content: "ﶭ";
}

.fi-tr-venus:before {
  content: "ﶮ";
}

.fi-tr-vest-patches:before {
  content: "ﶯ";
}

.fi-tr-vest:before {
  content: "ﶰ";
}

.fi-tr-video-arrow-down-left:before {
  content: "ﶱ";
}

.fi-tr-video-arrow-up-right:before {
  content: "ﶲ";
}

.fi-tr-video-camera-alt:before {
  content: "ﶳ";
}

.fi-tr-video-camera:before {
  content: "ﶴ";
}

.fi-tr-video-duration:before {
  content: "ﶵ";
}

.fi-tr-video-plus:before {
  content: "ﶶ";
}

.fi-tr-video-slash:before {
  content: "ﶷ";
}

.fi-tr-videoconference:before {
  content: "ﶸ";
}

.fi-tr-vihara:before {
  content: "ﶹ";
}

.fi-tr-violin:before {
  content: "ﶺ";
}

.fi-tr-virus-slash:before {
  content: "ﶻ";
}

.fi-tr-virus:before {
  content: "ﶼ";
}

.fi-tr-viruses:before {
  content: "ﶽ";
}

.fi-tr-visit:before {
  content: "ﶾ";
}

.fi-tr-voicemail:before {
  content: "ﶿ";
}

.fi-tr-volcano:before {
  content: "ﷀ";
}

.fi-tr-volume-down:before {
  content: "ﷁ";
}

.fi-tr-volume-mute:before {
  content: "ﷂ";
}

.fi-tr-volume-off:before {
  content: "ﷃ";
}

.fi-tr-volume-slash:before {
  content: "ﷄ";
}

.fi-tr-vote-nay:before {
  content: "ﷅ";
}

.fi-tr-vote-yea:before {
  content: "ﷆ";
}

.fi-tr-vr-cardboard:before {
  content: "ﷇ";
}

.fi-tr-w:before {
  content: "﷈";
}

.fi-tr-waffle:before {
  content: "﷉";
}

.fi-tr-wagon-covered:before {
  content: "﷊";
}

.fi-tr-walker:before {
  content: "﷋";
}

.fi-tr-walkie-talkie:before {
  content: "﷌";
}

.fi-tr-walking:before {
  content: "﷍";
}

.fi-tr-wallet-arrow:before {
  content: "﷎";
}

.fi-tr-wallet-buyer:before {
  content: "﷏";
}

.fi-tr-wallet:before {
  content: "﷐";
}

.fi-tr-warehouse-alt:before {
  content: "﷑";
}

.fi-tr-warranty:before {
  content: "﷒";
}

.fi-tr-washer:before {
  content: "﷓";
}

.fi-tr-waste-pollution:before {
  content: "﷔";
}

.fi-tr-waste:before {
  content: "﷕";
}

.fi-tr-watch-calculator:before {
  content: "﷖";
}

.fi-tr-watch-fitness:before {
  content: "﷗";
}

.fi-tr-watch-smart:before {
  content: "﷘";
}

.fi-tr-watch:before {
  content: "﷙";
}

.fi-tr-water-bottle:before {
  content: "﷚";
}

.fi-tr-water-ladder:before {
  content: "﷛";
}

.fi-tr-water-lower:before {
  content: "﷜";
}

.fi-tr-water-rise:before {
  content: "﷝";
}

.fi-tr-water:before {
  content: "﷞";
}

.fi-tr-watermelon:before {
  content: "﷟";
}

.fi-tr-wave-sine:before {
  content: "﷠";
}

.fi-tr-wave-square:before {
  content: "﷡";
}

.fi-tr-wave-triangle:before {
  content: "﷢";
}

.fi-tr-wave:before {
  content: "﷣";
}

.fi-tr-waveform-path:before {
  content: "﷤";
}

.fi-tr-waveform:before {
  content: "﷥";
}

.fi-tr-web-design:before {
  content: "﷦";
}

.fi-tr-web:before {
  content: "﷧";
}

.fi-tr-webcam-slash:before {
  content: "﷨";
}

.fi-tr-webcam:before {
  content: "﷩";
}

.fi-tr-webhook:before {
  content: "﷪";
}

.fi-tr-wednesday:before {
  content: "﷫";
}

.fi-tr-whale:before {
  content: "﷬";
}

.fi-tr-wheat-awn-circle-exclamation:before {
  content: "﷭";
}

.fi-tr-wheat-awn-slash:before {
  content: "﷮";
}

.fi-tr-wheat-awn:before {
  content: "﷯";
}

.fi-tr-wheat-slash:before {
  content: "ﷰ";
}

.fi-tr-wheat:before {
  content: "ﷱ";
}

.fi-tr-wheelchair-move:before {
  content: "ﷲ";
}

.fi-tr-wheelchair-sleeping:before {
  content: "ﷳ";
}

.fi-tr-wheelchair:before {
  content: "ﷴ";
}

.fi-tr-whistle:before {
  content: "ﷵ";
}

.fi-tr-white-space:before {
  content: "ﷶ";
}

.fi-tr-wifi-1:before {
  content: "ﷷ";
}

.fi-tr-wifi-2:before {
  content: "ﷸ";
}

.fi-tr-wifi-alt:before {
  content: "ﷹ";
}

.fi-tr-wifi-exclamation:before {
  content: "ﷺ";
}

.fi-tr-wifi-slash:before {
  content: "ﷻ";
}

.fi-tr-wifi:before {
  content: "﷼";
}

.fi-tr-wind-turbine:before {
  content: "﷽";
}

.fi-tr-wind-warning:before {
  content: "﷾";
}

.fi-tr-wind:before {
  content: "﷿";
}

.fi-tr-window-alt:before {
  content: "︐";
}

.fi-tr-window-frame-open:before {
  content: "︑";
}

.fi-tr-window-frame:before {
  content: "︒";
}

.fi-tr-window-maximize:before {
  content: "︓";
}

.fi-tr-window-minimize:before {
  content: "︔";
}

.fi-tr-window-restore:before {
  content: "︕";
}

.fi-tr-windsock:before {
  content: "︖";
}

.fi-tr-wine-bottle:before {
  content: "︗";
}

.fi-tr-wine-glass-crack:before {
  content: "︘";
}

.fi-tr-wine-glass-empty:before {
  content: "︙";
}

.fi-tr-wishlist-heart:before {
  content: "︚";
}

.fi-tr-wishlist-star:before {
  content: "︛";
}

.fi-tr-woman-head:before {
  content: "︜";
}

.fi-tr-woman-scientist:before {
  content: "︝";
}

.fi-tr-won-sign:before {
  content: "︞";
}

.fi-tr-work-in-progress:before {
  content: "︟";
}

.fi-tr-workshop:before {
  content: "︰";
}

.fi-tr-world:before {
  content: "︱";
}

.fi-tr-worm:before {
  content: "︲";
}

.fi-tr-wreath:before {
  content: "︳";
}

.fi-tr-wrench-alt:before {
  content: "︴";
}

.fi-tr-wrench-simple:before {
  content: "︵";
}

.fi-tr-x-ray:before {
  content: "︶";
}

.fi-tr-x:before {
  content: "︷";
}

.fi-tr-y:before {
  content: "︸";
}

.fi-tr-yen:before {
  content: "︹";
}

.fi-tr-yin-yang:before {
  content: "︺";
}

.fi-tr-z:before {
  content: "︻";
}

.fi-tr-zip-file:before {
  content: "︼";
}

@font-face {
  font-family: uicons-bold-straight;
  src: url(./fonts/@flaticon/uicons-bold-straight-3JAZKD6K.woff2) format("woff2"), url(./fonts/@flaticon/uicons-bold-straight-3S6L5GRX.woff) format("woff"), url(../uicons-bold-straight-UHOZTY66.eot#iefix) format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-bs-]:before, i[class*=" fi-bs-"]:before, span[class^=fi-bs-]:before, span[class*=fi-bs-]:before {
  font-family: uicons-bold-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.fi-bs-0:before {
  content: "\f101";
}

.fi-bs-00s-music-disc:before {
  content: "\f102";
}

.fi-bs-1:before {
  content: "\f103";
}

.fi-bs-2:before {
  content: "\f104";
}

.fi-bs-3:before {
  content: "\f105";
}

.fi-bs-360-degrees:before {
  content: "\f106";
}

.fi-bs-4:before {
  content: "\f107";
}

.fi-bs-404:before {
  content: "\f108";
}

.fi-bs-5:before {
  content: "\f109";
}

.fi-bs-6:before {
  content: "\f10a";
}

.fi-bs-60s-music-disc:before {
  content: "\f10b";
}

.fi-bs-7:before {
  content: "\f10c";
}

.fi-bs-70s-music-disc:before {
  content: "\f10d";
}

.fi-bs-8:before {
  content: "\f10e";
}

.fi-bs-80s-music-disc:before {
  content: "\f10f";
}

.fi-bs-9:before {
  content: "\f110";
}

.fi-bs-90s-music-disc:before {
  content: "\f111";
}

.fi-bs-a:before {
  content: "\f112";
}

.fi-bs-accident:before {
  content: "\f113";
}

.fi-bs-acorn:before {
  content: "\f114";
}

.fi-bs-ad-paid:before {
  content: "\f115";
}

.fi-bs-ad:before {
  content: "\f116";
}

.fi-bs-add-document:before {
  content: "\f117";
}

.fi-bs-add-folder:before {
  content: "\f118";
}

.fi-bs-add-image:before {
  content: "\f119";
}

.fi-bs-add:before {
  content: "\f11a";
}

.fi-bs-address-book:before {
  content: "\f11b";
}

.fi-bs-address-card:before {
  content: "\f11c";
}

.fi-bs-admin-alt:before {
  content: "\f11d";
}

.fi-bs-admin:before {
  content: "\f11e";
}

.fi-bs-age-alt:before {
  content: "\f11f";
}

.fi-bs-age-restriction-eighteen:before {
  content: "\f120";
}

.fi-bs-age-restriction-seven:before {
  content: "\f121";
}

.fi-bs-age-restriction-six:before {
  content: "\f122";
}

.fi-bs-age-restriction-sixteen:before {
  content: "\f123";
}

.fi-bs-age-restriction-thirteen:before {
  content: "\f124";
}

.fi-bs-age-restriction-three:before {
  content: "\f125";
}

.fi-bs-age-restriction-twelve:before {
  content: "\f126";
}

.fi-bs-age-restriction-twenty-one:before {
  content: "\f127";
}

.fi-bs-age-restriction-zero:before {
  content: "\f128";
}

.fi-bs-age:before {
  content: "\f129";
}

.fi-bs-air-conditioner:before {
  content: "\f12a";
}

.fi-bs-air-freshener:before {
  content: "\f12b";
}

.fi-bs-air-pollution:before {
  content: "\f12c";
}

.fi-bs-airplane-journey:before {
  content: "\f12d";
}

.fi-bs-airplane-window-open:before {
  content: "\f12e";
}

.fi-bs-airplay:before {
  content: "\f12f";
}

.fi-bs-alarm-clock:before {
  content: "\f130";
}

.fi-bs-alarm-exclamation:before {
  content: "\f131";
}

.fi-bs-alarm-plus:before {
  content: "\f132";
}

.fi-bs-alarm-snooze:before {
  content: "\f133";
}

.fi-bs-album-circle-plus:before {
  content: "\f134";
}

.fi-bs-album-circle-user:before {
  content: "\f135";
}

.fi-bs-album-collection:before {
  content: "\f136";
}

.fi-bs-album:before {
  content: "\f137";
}

.fi-bs-algorithm:before {
  content: "\f138";
}

.fi-bs-alicorn:before {
  content: "\f139";
}

.fi-bs-alien:before {
  content: "\f13a";
}

.fi-bs-align-center:before {
  content: "\f13b";
}

.fi-bs-align-justify:before {
  content: "\f13c";
}

.fi-bs-align-left:before {
  content: "\f13d";
}

.fi-bs-align-slash:before {
  content: "\f13e";
}

.fi-bs-ambulance:before {
  content: "\f13f";
}

.fi-bs-analyse-alt:before {
  content: "\f140";
}

.fi-bs-analyse:before {
  content: "\f141";
}

.fi-bs-anatomical-heart:before {
  content: "\f142";
}

.fi-bs-anchor:before {
  content: "\f143";
}

.fi-bs-angel:before {
  content: "\f144";
}

.fi-bs-angle-90:before {
  content: "\f145";
}

.fi-bs-angle-circle-down:before {
  content: "\f146";
}

.fi-bs-angle-circle-left:before {
  content: "\f147";
}

.fi-bs-angle-circle-right:before {
  content: "\f148";
}

.fi-bs-angle-circle-up:before {
  content: "\f149";
}

.fi-bs-angle-double-left:before {
  content: "\f14a";
}

.fi-bs-angle-double-right:before {
  content: "\f14b";
}

.fi-bs-angle-double-small-down:before {
  content: "\f14c";
}

.fi-bs-angle-double-small-left:before {
  content: "\f14d";
}

.fi-bs-angle-double-small-right:before {
  content: "\f14e";
}

.fi-bs-angle-double-small-up:before {
  content: "\f14f";
}

.fi-bs-angle-down:before {
  content: "\f150";
}

.fi-bs-angle-left:before {
  content: "\f151";
}

.fi-bs-angle-right:before {
  content: "\f152";
}

.fi-bs-angle-small-down:before {
  content: "\f153";
}

.fi-bs-angle-small-left:before {
  content: "\f154";
}

.fi-bs-angle-small-right:before {
  content: "\f155";
}

.fi-bs-angle-small-up:before {
  content: "\f156";
}

.fi-bs-angle-square-down:before {
  content: "\f157";
}

.fi-bs-angle-square-left:before {
  content: "\f158";
}

.fi-bs-angle-square-right:before {
  content: "\f159";
}

.fi-bs-angle-square-up:before {
  content: "\f15a";
}

.fi-bs-angle-up:before {
  content: "\f15b";
}

.fi-bs-angle:before {
  content: "\f15c";
}

.fi-bs-angles-up-down:before {
  content: "\f15d";
}

.fi-bs-angry:before {
  content: "\f15e";
}

.fi-bs-animated-icon:before {
  content: "\f15f";
}

.fi-bs-ankh:before {
  content: "\f160";
}

.fi-bs-answer-alt:before {
  content: "\f161";
}

.fi-bs-answer:before {
  content: "\f162";
}

.fi-bs-apartment:before {
  content: "\f163";
}

.fi-bs-aperture:before {
  content: "\f164";
}

.fi-bs-api:before {
  content: "\f165";
}

.fi-bs-apple-core:before {
  content: "\f166";
}

.fi-bs-apple-crate:before {
  content: "\f167";
}

.fi-bs-apple-whole:before {
  content: "\f168";
}

.fi-bs-apps-add:before {
  content: "\f169";
}

.fi-bs-apps-delete:before {
  content: "\f16a";
}

.fi-bs-apps-sort:before {
  content: "\f16b";
}

.fi-bs-apps:before {
  content: "\f16c";
}

.fi-bs-archive:before {
  content: "\f16d";
}

.fi-bs-archway:before {
  content: "\f16e";
}

.fi-bs-arrow-alt-circle-down:before {
  content: "\f16f";
}

.fi-bs-arrow-alt-circle-left:before {
  content: "\f170";
}

.fi-bs-arrow-alt-circle-right:before {
  content: "\f171";
}

.fi-bs-arrow-alt-circle-up:before {
  content: "\f172";
}

.fi-bs-arrow-alt-down:before {
  content: "\f173";
}

.fi-bs-arrow-alt-from-bottom:before {
  content: "\f174";
}

.fi-bs-arrow-alt-from-left:before {
  content: "\f175";
}

.fi-bs-arrow-alt-from-right:before {
  content: "\f176";
}

.fi-bs-arrow-alt-from-top:before {
  content: "\f177";
}

.fi-bs-arrow-alt-left:before {
  content: "\f178";
}

.fi-bs-arrow-alt-right:before {
  content: "\f179";
}

.fi-bs-arrow-alt-square-down:before {
  content: "\f17a";
}

.fi-bs-arrow-alt-square-left:before {
  content: "\f17b";
}

.fi-bs-arrow-alt-square-right:before {
  content: "\f17c";
}

.fi-bs-arrow-alt-square-up:before {
  content: "\f17d";
}

.fi-bs-arrow-alt-to-bottom:before {
  content: "\f17e";
}

.fi-bs-arrow-alt-to-left:before {
  content: "\f17f";
}

.fi-bs-arrow-alt-to-right:before {
  content: "\f180";
}

.fi-bs-arrow-alt-to-top:before {
  content: "\f181";
}

.fi-bs-arrow-alt-up:before {
  content: "\f182";
}

.fi-bs-arrow-circle-down:before {
  content: "\f183";
}

.fi-bs-arrow-circle-left:before {
  content: "\f184";
}

.fi-bs-arrow-circle-right:before {
  content: "\f185";
}

.fi-bs-arrow-circle-up:before {
  content: "\f186";
}

.fi-bs-arrow-comparison:before {
  content: "\f187";
}

.fi-bs-arrow-down-from-arc:before {
  content: "\f188";
}

.fi-bs-arrow-down-from-dotted-line:before {
  content: "\f189";
}

.fi-bs-arrow-down-left:before {
  content: "\f18a";
}

.fi-bs-arrow-down-small-big:before {
  content: "\f18b";
}

.fi-bs-arrow-down-to-dotted-line:before {
  content: "\f18c";
}

.fi-bs-arrow-down-to-square:before {
  content: "\f18d";
}

.fi-bs-arrow-down-triangle-square:before {
  content: "\f18e";
}

.fi-bs-arrow-down:before {
  content: "\f18f";
}

.fi-bs-arrow-from-bottom:before {
  content: "\f190";
}

.fi-bs-arrow-from-left:before {
  content: "\f191";
}

.fi-bs-arrow-from-right:before {
  content: "\f192";
}

.fi-bs-arrow-from-top:before {
  content: "\f193";
}

.fi-bs-arrow-left-from-arc:before {
  content: "\f194";
}

.fi-bs-arrow-left-from-line:before {
  content: "\f195";
}

.fi-bs-arrow-left-to-arc:before {
  content: "\f196";
}

.fi-bs-arrow-left:before {
  content: "\f197";
}

.fi-bs-arrow-progress-alt:before {
  content: "\f198";
}

.fi-bs-arrow-progress:before {
  content: "\f199";
}

.fi-bs-arrow-right-to-bracket:before {
  content: "\f19a";
}

.fi-bs-arrow-right:before {
  content: "\f19b";
}

.fi-bs-arrow-small-down:before {
  content: "\f19c";
}

.fi-bs-arrow-small-left:before {
  content: "\f19d";
}

.fi-bs-arrow-small-right:before {
  content: "\f19e";
}

.fi-bs-arrow-small-up:before {
  content: "\f19f";
}

.fi-bs-arrow-square-down:before {
  content: "\f1a0";
}

.fi-bs-arrow-square-left:before {
  content: "\f1a1";
}

.fi-bs-arrow-square-right:before {
  content: "\f1a2";
}

.fi-bs-arrow-square-up:before {
  content: "\f1a3";
}

.fi-bs-arrow-to-bottom:before {
  content: "\f1a4";
}

.fi-bs-arrow-to-left:before {
  content: "\f1a5";
}

.fi-bs-arrow-to-right:before {
  content: "\f1a6";
}

.fi-bs-arrow-to-top:before {
  content: "\f1a7";
}

.fi-bs-arrow-trend-down:before {
  content: "\f1a8";
}

.fi-bs-arrow-trend-up:before {
  content: "\f1a9";
}

.fi-bs-arrow-turn-down-left:before {
  content: "\f1aa";
}

.fi-bs-arrow-turn-down-right:before {
  content: "\f1ab";
}

.fi-bs-arrow-turn-left-up:before {
  content: "\f1ac";
}

.fi-bs-arrow-up-from-dotted-line:before {
  content: "\f1ad";
}

.fi-bs-arrow-up-from-ground-water:before {
  content: "\f1ae";
}

.fi-bs-arrow-up-from-square:before {
  content: "\f1af";
}

.fi-bs-arrow-up-left-from-circle:before {
  content: "\f1b0";
}

.fi-bs-arrow-up-left:before {
  content: "\f1b1";
}

.fi-bs-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b2";
}

.fi-bs-arrow-up-right-from-square:before {
  content: "\f1b3";
}

.fi-bs-arrow-up-right:before {
  content: "\f1b4";
}

.fi-bs-arrow-up-small-big:before {
  content: "\f1b5";
}

.fi-bs-arrow-up-square-triangle:before {
  content: "\f1b6";
}

.fi-bs-arrow-up-to-arc:before {
  content: "\f1b7";
}

.fi-bs-arrow-up-to-dotted-line:before {
  content: "\f1b8";
}

.fi-bs-arrow-up:before {
  content: "\f1b9";
}

.fi-bs-arrow-upward-growth-crypto:before {
  content: "\f1ba";
}

.fi-bs-arrows-alt-h:before {
  content: "\f1bb";
}

.fi-bs-arrows-alt-v:before {
  content: "\f1bc";
}

.fi-bs-arrows-alt:before {
  content: "\f1bd";
}

.fi-bs-arrows-cross:before {
  content: "\f1be";
}

.fi-bs-arrows-from-dotted-line:before {
  content: "\f1bf";
}

.fi-bs-arrows-from-line:before {
  content: "\f1c0";
}

.fi-bs-arrows-h-copy:before {
  content: "\f1c1";
}

.fi-bs-arrows-h:before {
  content: "\f1c2";
}

.fi-bs-arrows-repeat-1:before {
  content: "\f1c3";
}

.fi-bs-arrows-repeat:before {
  content: "\f1c4";
}

.fi-bs-arrows-retweet:before {
  content: "\f1c5";
}

.fi-bs-arrows-split-right-and-left:before {
  content: "\f1c6";
}

.fi-bs-arrows-split-up-and-left:before {
  content: "\f1c7";
}

.fi-bs-arrows-to-circle:before {
  content: "\f1c8";
}

.fi-bs-arrows-to-dotted-line:before {
  content: "\f1c9";
}

.fi-bs-arrows-to-eye:before {
  content: "\f1ca";
}

.fi-bs-arrows-to-line:before {
  content: "\f1cb";
}

.fi-bs-arrows:before {
  content: "\f1cc";
}

.fi-bs-artificial-intelligence:before {
  content: "\f1cd";
}

.fi-bs-assept-document:before {
  content: "\f1ce";
}

.fi-bs-assessment-alt:before {
  content: "\f1cf";
}

.fi-bs-assessment:before {
  content: "\f1d0";
}

.fi-bs-assign:before {
  content: "\f1d1";
}

.fi-bs-assistive-listening-systems:before {
  content: "\f1d2";
}

.fi-bs-asterik:before {
  content: "\f1d3";
}

.fi-bs-at:before {
  content: "\f1d4";
}

.fi-bs-attribution-pen:before {
  content: "\f1d5";
}

.fi-bs-attribution-pencil:before {
  content: "\f1d6";
}

.fi-bs-aubergine:before {
  content: "\f1d7";
}

.fi-bs-auction:before {
  content: "\f1d8";
}

.fi-bs-audience-megaphone:before {
  content: "\f1d9";
}

.fi-bs-audio-description-slash:before {
  content: "\f1da";
}

.fi-bs-audit-alt:before {
  content: "\f1db";
}

.fi-bs-audit:before {
  content: "\f1dc";
}

.fi-bs-austral-sign:before {
  content: "\f1dd";
}

.fi-bs-avocado:before {
  content: "\f1de";
}

.fi-bs-award:before {
  content: "\f1df";
}

.fi-bs-axe-battle:before {
  content: "\f1e0";
}

.fi-bs-axe:before {
  content: "\f1e1";
}

.fi-bs-b:before {
  content: "\f1e2";
}

.fi-bs-baby-carriage:before {
  content: "\f1e3";
}

.fi-bs-baby:before {
  content: "\f1e4";
}

.fi-bs-back-up:before {
  content: "\f1e5";
}

.fi-bs-background:before {
  content: "\f1e6";
}

.fi-bs-backpack:before {
  content: "\f1e7";
}

.fi-bs-bacon:before {
  content: "\f1e8";
}

.fi-bs-bacteria:before {
  content: "\f1e9";
}

.fi-bs-bacterium:before {
  content: "\f1ea";
}

.fi-bs-badge-check:before {
  content: "\f1eb";
}

.fi-bs-badge-dollar:before {
  content: "\f1ec";
}

.fi-bs-badge-leaf:before {
  content: "\f1ed";
}

.fi-bs-badge-percent:before {
  content: "\f1ee";
}

.fi-bs-badge-sheriff:before {
  content: "\f1ef";
}

.fi-bs-badge:before {
  content: "\f1f0";
}

.fi-bs-badger-honey:before {
  content: "\f1f1";
}

.fi-bs-badget-check-alt:before {
  content: "\f1f2";
}

.fi-bs-badminton:before {
  content: "\f1f3";
}

.fi-bs-bag-map-pin:before {
  content: "\f1f4";
}

.fi-bs-bag-seedling:before {
  content: "\f1f5";
}

.fi-bs-bag-shopping-minus:before {
  content: "\f1f6";
}

.fi-bs-bags-shopping:before {
  content: "\f1f7";
}

.fi-bs-baguette:before {
  content: "\f1f8";
}

.fi-bs-bahai:before {
  content: "\f1f9";
}

.fi-bs-baht-sign:before {
  content: "\f1fa";
}

.fi-bs-balance-scale-left:before {
  content: "\f1fb";
}

.fi-bs-balance-scale-right:before {
  content: "\f1fc";
}

.fi-bs-ball-pile:before {
  content: "\f1fd";
}

.fi-bs-ballet-dance:before {
  content: "\f1fe";
}

.fi-bs-balloon:before {
  content: "\f1ff";
}

.fi-bs-balloons:before {
  content: "\f200";
}

.fi-bs-ballot-check:before {
  content: "\f201";
}

.fi-bs-ballot:before {
  content: "\f202";
}

.fi-bs-ban-bug:before {
  content: "\f203";
}

.fi-bs-ban:before {
  content: "\f204";
}

.fi-bs-banana:before {
  content: "\f205";
}

.fi-bs-band-aid:before {
  content: "\f206";
}

.fi-bs-bangladeshi-taka-sign:before {
  content: "\f207";
}

.fi-bs-banjo:before {
  content: "\f208";
}

.fi-bs-bank:before {
  content: "\f209";
}

.fi-bs-banner-2:before {
  content: "\f20a";
}

.fi-bs-banner-3:before {
  content: "\f20b";
}

.fi-bs-banner-4:before {
  content: "\f20c";
}

.fi-bs-banner-5:before {
  content: "\f20d";
}

.fi-bs-banner:before {
  content: "\f20e";
}

.fi-bs-barber-pole:before {
  content: "\f20f";
}

.fi-bs-barber-shop:before {
  content: "\f210";
}

.fi-bs-barcode-read:before {
  content: "\f211";
}

.fi-bs-barcode-scan:before {
  content: "\f212";
}

.fi-bs-barcode:before {
  content: "\f213";
}

.fi-bs-bars-filter:before {
  content: "\f214";
}

.fi-bs-bars-progress:before {
  content: "\f215";
}

.fi-bs-bars-sort:before {
  content: "\f216";
}

.fi-bs-bars-staggered:before {
  content: "\f217";
}

.fi-bs-baseball-alt:before {
  content: "\f218";
}

.fi-bs-baseball:before {
  content: "\f219";
}

.fi-bs-basket-shopping-minus:before {
  content: "\f21a";
}

.fi-bs-basket-shopping-plus:before {
  content: "\f21b";
}

.fi-bs-basket-shopping-simple:before {
  content: "\f21c";
}

.fi-bs-basketball-hoop:before {
  content: "\f21d";
}

.fi-bs-basketball:before {
  content: "\f21e";
}

.fi-bs-bat:before {
  content: "\f21f";
}

.fi-bs-bath:before {
  content: "\f220";
}

.fi-bs-battery-bolt:before {
  content: "\f221";
}

.fi-bs-battery-empty:before {
  content: "\f222";
}

.fi-bs-battery-exclamation:before {
  content: "\f223";
}

.fi-bs-battery-full:before {
  content: "\f224";
}

.fi-bs-battery-half:before {
  content: "\f225";
}

.fi-bs-battery-quarter:before {
  content: "\f226";
}

.fi-bs-battery-slash:before {
  content: "\f227";
}

.fi-bs-battery-three-quarters:before {
  content: "\f228";
}

.fi-bs-beacon:before {
  content: "\f229";
}

.fi-bs-bed-alt:before {
  content: "\f22a";
}

.fi-bs-bed-bunk:before {
  content: "\f22b";
}

.fi-bs-bed-empty:before {
  content: "\f22c";
}

.fi-bs-bed:before {
  content: "\f22d";
}

.fi-bs-bee:before {
  content: "\f22e";
}

.fi-bs-beer-mug-empty:before {
  content: "\f22f";
}

.fi-bs-beer:before {
  content: "\f230";
}

.fi-bs-bell-concierge:before {
  content: "\f231";
}

.fi-bs-bell-notification-call:before {
  content: "\f232";
}

.fi-bs-bell-notification-social-media:before {
  content: "\f233";
}

.fi-bs-bell-ring:before {
  content: "\f234";
}

.fi-bs-bell-school-slash:before {
  content: "\f235";
}

.fi-bs-bell-school:before {
  content: "\f236";
}

.fi-bs-bell-slash:before {
  content: "\f237";
}

.fi-bs-bell:before {
  content: "\f238";
}

.fi-bs-bells:before {
  content: "\f239";
}

.fi-bs-bench-tree:before {
  content: "\f23a";
}

.fi-bs-benefit-diamond-alt:before {
  content: "\f23b";
}

.fi-bs-benefit-diamond:before {
  content: "\f23c";
}

.fi-bs-benefit-hand:before {
  content: "\f23d";
}

.fi-bs-benefit-increase:before {
  content: "\f23e";
}

.fi-bs-benefit-porcent:before {
  content: "\f23f";
}

.fi-bs-benefit:before {
  content: "\f240";
}

.fi-bs-betamax:before {
  content: "\f241";
}

.fi-bs-bible:before {
  content: "\f242";
}

.fi-bs-bicycle-journey:before {
  content: "\f243";
}

.fi-bs-bike:before {
  content: "\f244";
}

.fi-bs-biking-mountain:before {
  content: "\f245";
}

.fi-bs-biking:before {
  content: "\f246";
}

.fi-bs-bill-arrow:before {
  content: "\f247";
}

.fi-bs-billiard:before {
  content: "\f248";
}

.fi-bs-bin-bottles:before {
  content: "\f249";
}

.fi-bs-binary-circle-check:before {
  content: "\f24a";
}

.fi-bs-binary-lock:before {
  content: "\f24b";
}

.fi-bs-binary-slash:before {
  content: "\f24c";
}

.fi-bs-binary:before {
  content: "\f24d";
}

.fi-bs-binoculars:before {
  content: "\f24e";
}

.fi-bs-bio-leaves:before {
  content: "\f24f";
}

.fi-bs-bio:before {
  content: "\f250";
}

.fi-bs-biohazard:before {
  content: "\f251";
}

.fi-bs-bird:before {
  content: "\f252";
}

.fi-bs-bitcoin-sign:before {
  content: "\f253";
}

.fi-bs-blanket:before {
  content: "\f254";
}

.fi-bs-blender-phone:before {
  content: "\f255";
}

.fi-bs-blender:before {
  content: "\f256";
}

.fi-bs-blinds-open:before {
  content: "\f257";
}

.fi-bs-blinds-raised:before {
  content: "\f258";
}

.fi-bs-blinds:before {
  content: "\f259";
}

.fi-bs-block-brick:before {
  content: "\f25a";
}

.fi-bs-block-microphone:before {
  content: "\f25b";
}

.fi-bs-block-question:before {
  content: "\f25c";
}

.fi-bs-block-quote:before {
  content: "\f25d";
}

.fi-bs-block:before {
  content: "\f25e";
}

.fi-bs-blockchain-3:before {
  content: "\f25f";
}

.fi-bs-blog-pencil:before {
  content: "\f260";
}

.fi-bs-blog-text:before {
  content: "\f261";
}

.fi-bs-blood-dropper:before {
  content: "\f262";
}

.fi-bs-blood-test-tube-alt:before {
  content: "\f263";
}

.fi-bs-blood-test-tube:before {
  content: "\f264";
}

.fi-bs-blood:before {
  content: "\f265";
}

.fi-bs-blueberries:before {
  content: "\f266";
}

.fi-bs-blueprint:before {
  content: "\f267";
}

.fi-bs-bold:before {
  content: "\f268";
}

.fi-bs-bolt-auto:before {
  content: "\f269";
}

.fi-bs-bolt-slash:before {
  content: "\f26a";
}

.fi-bs-bolt:before {
  content: "\f26b";
}

.fi-bs-bomb:before {
  content: "\f26c";
}

.fi-bs-bone-break:before {
  content: "\f26d";
}

.fi-bs-bone:before {
  content: "\f26e";
}

.fi-bs-bong:before {
  content: "\f26f";
}

.fi-bs-bonus-alt:before {
  content: "\f270";
}

.fi-bs-bonus-star:before {
  content: "\f271";
}

.fi-bs-bonus:before {
  content: "\f272";
}

.fi-bs-book-alt:before {
  content: "\f273";
}

.fi-bs-book-arrow-right:before {
  content: "\f274";
}

.fi-bs-book-arrow-up:before {
  content: "\f275";
}

.fi-bs-book-atlas:before {
  content: "\f276";
}

.fi-bs-book-bookmark:before {
  content: "\f277";
}

.fi-bs-book-circle-arrow-right:before {
  content: "\f278";
}

.fi-bs-book-circle-arrow-up:before {
  content: "\f279";
}

.fi-bs-book-copy:before {
  content: "\f27a";
}

.fi-bs-book-dead:before {
  content: "\f27b";
}

.fi-bs-book-font:before {
  content: "\f27c";
}

.fi-bs-book-heart:before {
  content: "\f27d";
}

.fi-bs-book-medical:before {
  content: "\f27e";
}

.fi-bs-book-open-cover:before {
  content: "\f27f";
}

.fi-bs-book-open-reader:before {
  content: "\f280";
}

.fi-bs-book-plus:before {
  content: "\f281";
}

.fi-bs-book-quran:before {
  content: "\f282";
}

.fi-bs-book-section:before {
  content: "\f283";
}

.fi-bs-book-spells:before {
  content: "\f284";
}

.fi-bs-book-tanakh:before {
  content: "\f285";
}

.fi-bs-book-user:before {
  content: "\f286";
}

.fi-bs-book:before {
  content: "\f287";
}

.fi-bs-Booking:before {
  content: "\f288";
}

.fi-bs-bookmark-slash:before {
  content: "\f289";
}

.fi-bs-bookmark:before {
  content: "\f28a";
}

.fi-bs-books-medical:before {
  content: "\f28b";
}

.fi-bs-books:before {
  content: "\f28c";
}

.fi-bs-boot-heeled:before {
  content: "\f28d";
}

.fi-bs-boot:before {
  content: "\f28e";
}

.fi-bs-booth-curtain:before {
  content: "\f28f";
}

.fi-bs-border-all:before {
  content: "\f290";
}

.fi-bs-border-bottom:before {
  content: "\f291";
}

.fi-bs-border-center-h:before {
  content: "\f292";
}

.fi-bs-border-center-v:before {
  content: "\f293";
}

.fi-bs-border-inner:before {
  content: "\f294";
}

.fi-bs-border-left:before {
  content: "\f295";
}

.fi-bs-border-none:before {
  content: "\f296";
}

.fi-bs-border-outer:before {
  content: "\f297";
}

.fi-bs-border-right:before {
  content: "\f298";
}

.fi-bs-border-style-alt:before {
  content: "\f299";
}

.fi-bs-border-style:before {
  content: "\f29a";
}

.fi-bs-border-top:before {
  content: "\f29b";
}

.fi-bs-boss:before {
  content: "\f29c";
}

.fi-bs-bottle-droplet:before {
  content: "\f29d";
}

.fi-bs-bottle:before {
  content: "\f29e";
}

.fi-bs-bow-arrow:before {
  content: "\f29f";
}

.fi-bs-bowl-chopsticks-noodles:before {
  content: "\f2a0";
}

.fi-bs-bowl-chopsticks:before {
  content: "\f2a1";
}

.fi-bs-bowl-rice:before {
  content: "\f2a2";
}

.fi-bs-bowl-scoop:before {
  content: "\f2a3";
}

.fi-bs-bowl-scoops:before {
  content: "\f2a4";
}

.fi-bs-bowl-soft-serve:before {
  content: "\f2a5";
}

.fi-bs-bowl-spoon:before {
  content: "\f2a6";
}

.fi-bs-bowling-ball:before {
  content: "\f2a7";
}

.fi-bs-bowling-pins:before {
  content: "\f2a8";
}

.fi-bs-bowling:before {
  content: "\f2a9";
}

.fi-bs-box-alt:before {
  content: "\f2aa";
}

.fi-bs-box-ballot:before {
  content: "\f2ab";
}

.fi-bs-box-check:before {
  content: "\f2ac";
}

.fi-bs-box-circle-check:before {
  content: "\f2ad";
}

.fi-bs-box-dollar:before {
  content: "\f2ae";
}

.fi-bs-box-fragile:before {
  content: "\f2af";
}

.fi-bs-box-heart:before {
  content: "\f2b0";
}

.fi-bs-box-open-full:before {
  content: "\f2b1";
}

.fi-bs-box-open:before {
  content: "\f2b2";
}

.fi-bs-box-tissue:before {
  content: "\f2b3";
}

.fi-bs-box-up:before {
  content: "\f2b4";
}

.fi-bs-box:before {
  content: "\f2b5";
}

.fi-bs-boxes:before {
  content: "\f2b6";
}

.fi-bs-boxing-glove:before {
  content: "\f2b7";
}

.fi-bs-bracket-curly-right:before {
  content: "\f2b8";
}

.fi-bs-bracket-curly:before {
  content: "\f2b9";
}

.fi-bs-bracket-round-right:before {
  content: "\f2ba";
}

.fi-bs-bracket-round:before {
  content: "\f2bb";
}

.fi-bs-bracket-square-right:before {
  content: "\f2bc";
}

.fi-bs-bracket-square:before {
  content: "\f2bd";
}

.fi-bs-brackets-curly:before {
  content: "\f2be";
}

.fi-bs-brackets-round:before {
  content: "\f2bf";
}

.fi-bs-brackets-square:before {
  content: "\f2c0";
}

.fi-bs-braille-a:before {
  content: "\f2c1";
}

.fi-bs-braille-b:before {
  content: "\f2c2";
}

.fi-bs-braille-c:before {
  content: "\f2c3";
}

.fi-bs-braille-d:before {
  content: "\f2c4";
}

.fi-bs-braille-e:before {
  content: "\f2c5";
}

.fi-bs-braille-g:before {
  content: "\f2c6";
}

.fi-bs-braille-h:before {
  content: "\f2c7";
}

.fi-bs-braille-i:before {
  content: "\f2c8";
}

.fi-bs-braille-j:before {
  content: "\f2c9";
}

.fi-bs-braille-k:before {
  content: "\f2ca";
}

.fi-bs-braille-l:before {
  content: "\f2cb";
}

.fi-bs-braille-m:before {
  content: "\f2cc";
}

.fi-bs-braille-n-alt:before {
  content: "\f2cd";
}

.fi-bs-braille-n:before {
  content: "\f2ce";
}

.fi-bs-braille-o:before {
  content: "\f2cf";
}

.fi-bs-braille-p:before {
  content: "\f2d0";
}

.fi-bs-braille-q:before {
  content: "\f2d1";
}

.fi-bs-braille-r:before {
  content: "\f2d2";
}

.fi-bs-braille-s:before {
  content: "\f2d3";
}

.fi-bs-braille-t:before {
  content: "\f2d4";
}

.fi-bs-braille-u:before {
  content: "\f2d5";
}

.fi-bs-braille-v:before {
  content: "\f2d6";
}

.fi-bs-braille-w:before {
  content: "\f2d7";
}

.fi-bs-braille-x:before {
  content: "\f2d8";
}

.fi-bs-braille-y:before {
  content: "\f2d9";
}

.fi-bs-braille-z:before {
  content: "\f2da";
}

.fi-bs-braille:before {
  content: "\f2db";
}

.fi-bs-brain-circuit:before {
  content: "\f2dc";
}

.fi-bs-brain:before {
  content: "\f2dd";
}

.fi-bs-brake-warning:before {
  content: "\f2de";
}

.fi-bs-branching:before {
  content: "\f2df";
}

.fi-bs-brand:before {
  content: "\f2e0";
}

.fi-bs-branding:before {
  content: "\f2e1";
}

.fi-bs-bread-loaf:before {
  content: "\f2e2";
}

.fi-bs-bread-slice-butter:before {
  content: "\f2e3";
}

.fi-bs-bread-slice:before {
  content: "\f2e4";
}

.fi-bs-bread:before {
  content: "\f2e5";
}

.fi-bs-briefcase-arrow-right:before {
  content: "\f2e6";
}

.fi-bs-briefcase-blank:before {
  content: "\f2e7";
}

.fi-bs-briefcase:before {
  content: "\f2e8";
}

.fi-bs-brightness-low:before {
  content: "\f2e9";
}

.fi-bs-brightness:before {
  content: "\f2ea";
}

.fi-bs-bring-forward:before {
  content: "\f2eb";
}

.fi-bs-bring-front:before {
  content: "\f2ec";
}

.fi-bs-broadcast-tower:before {
  content: "\f2ed";
}

.fi-bs-broccoli:before {
  content: "\f2ee";
}

.fi-bs-broken-chain-link-wrong:before {
  content: "\f2ef";
}

.fi-bs-broken-image:before {
  content: "\f2f0";
}

.fi-bs-broom-ball:before {
  content: "\f2f1";
}

.fi-bs-broom:before {
  content: "\f2f2";
}

.fi-bs-browser-ui:before {
  content: "\f2f3";
}

.fi-bs-browser:before {
  content: "\f2f4";
}

.fi-bs-browsers:before {
  content: "\f2f5";
}

.fi-bs-brush:before {
  content: "\f2f6";
}

.fi-bs-bucket:before {
  content: "\f2f7";
}

.fi-bs-budget-alt:before {
  content: "\f2f8";
}

.fi-bs-budget:before {
  content: "\f2f9";
}

.fi-bs-bug-slash:before {
  content: "\f2fa";
}

.fi-bs-bug:before {
  content: "\f2fb";
}

.fi-bs-bugs:before {
  content: "\f2fc";
}

.fi-bs-build-alt:before {
  content: "\f2fd";
}

.fi-bs-build:before {
  content: "\f2fe";
}

.fi-bs-builder:before {
  content: "\f2ff";
}

.fi-bs-building-circle-arrow-right:before {
  content: "\f300";
}

.fi-bs-building-ngo:before {
  content: "\f301";
}

.fi-bs-building:before {
  content: "\f302";
}

.fi-bs-bulb:before {
  content: "\f303";
}

.fi-bs-bullet:before {
  content: "\f304";
}

.fi-bs-bullhorn:before {
  content: "\f305";
}

.fi-bs-bullseye-arrow:before {
  content: "\f306";
}

.fi-bs-bullseye-pointer:before {
  content: "\f307";
}

.fi-bs-bullseye:before {
  content: "\f308";
}

.fi-bs-burger-alt:before {
  content: "\f309";
}

.fi-bs-burger-fries:before {
  content: "\f30a";
}

.fi-bs-burger-glass:before {
  content: "\f30b";
}

.fi-bs-burrito:before {
  content: "\f30c";
}

.fi-bs-burst:before {
  content: "\f30d";
}

.fi-bs-bus-alt:before {
  content: "\f30e";
}

.fi-bs-bus:before {
  content: "\f30f";
}

.fi-bs-business-time:before {
  content: "\f310";
}

.fi-bs-Butter:before {
  content: "\f311";
}

.fi-bs-butterfly:before {
  content: "\f312";
}

.fi-bs-c:before {
  content: "\f313";
}

.fi-bs-cabin:before {
  content: "\f314";
}

.fi-bs-cactus:before {
  content: "\f315";
}

.fi-bs-cage-empty:before {
  content: "\f316";
}

.fi-bs-cake-birthday:before {
  content: "\f317";
}

.fi-bs-cake-slice:before {
  content: "\f318";
}

.fi-bs-cake-wedding:before {
  content: "\f319";
}

.fi-bs-calculator-bill:before {
  content: "\f31a";
}

.fi-bs-calculator-math-tax:before {
  content: "\f31b";
}

.fi-bs-calculator-money:before {
  content: "\f31c";
}

.fi-bs-calculator-simple:before {
  content: "\f31d";
}

.fi-bs-calculator:before {
  content: "\f31e";
}

.fi-bs-calendar-arrow-down:before {
  content: "\f31f";
}

.fi-bs-calendar-arrow-up:before {
  content: "\f320";
}

.fi-bs-calendar-birhtday-cake:before {
  content: "\f321";
}

.fi-bs-calendar-call:before {
  content: "\f322";
}

.fi-bs-calendar-check:before {
  content: "\f323";
}

.fi-bs-calendar-clock:before {
  content: "\f324";
}

.fi-bs-calendar-day:before {
  content: "\f325";
}

.fi-bs-calendar-days:before {
  content: "\f326";
}

.fi-bs-calendar-event-tax:before {
  content: "\f327";
}

.fi-bs-calendar-exclamation:before {
  content: "\f328";
}

.fi-bs-calendar-gavel-legal:before {
  content: "\f329";
}

.fi-bs-calendar-heart:before {
  content: "\f32a";
}

.fi-bs-calendar-image:before {
  content: "\f32b";
}

.fi-bs-calendar-lines-pen:before {
  content: "\f32c";
}

.fi-bs-calendar-lines:before {
  content: "\f32d";
}

.fi-bs-calendar-minus:before {
  content: "\f32e";
}

.fi-bs-calendar-payment-loan:before {
  content: "\f32f";
}

.fi-bs-calendar-pen:before {
  content: "\f330";
}

.fi-bs-calendar-plus:before {
  content: "\f331";
}

.fi-bs-calendar-salary:before {
  content: "\f332";
}

.fi-bs-calendar-shift-swap:before {
  content: "\f333";
}

.fi-bs-calendar-star:before {
  content: "\f334";
}

.fi-bs-calendar-swap:before {
  content: "\f335";
}

.fi-bs-calendar-week:before {
  content: "\f336";
}

.fi-bs-calendar-xmark:before {
  content: "\f337";
}

.fi-bs-calendar:before {
  content: "\f338";
}

.fi-bs-calendars:before {
  content: "\f339";
}

.fi-bs-call-duration:before {
  content: "\f33a";
}

.fi-bs-call-history:before {
  content: "\f33b";
}

.fi-bs-call-incoming:before {
  content: "\f33c";
}

.fi-bs-call-missed:before {
  content: "\f33d";
}

.fi-bs-call-outgoing:before {
  content: "\f33e";
}

.fi-bs-camcorder:before {
  content: "\f33f";
}

.fi-bs-camera-cctv:before {
  content: "\f340";
}

.fi-bs-camera-movie:before {
  content: "\f341";
}

.fi-bs-camera-retro:before {
  content: "\f342";
}

.fi-bs-camera-rotate:before {
  content: "\f343";
}

.fi-bs-camera-security:before {
  content: "\f344";
}

.fi-bs-camera-slash:before {
  content: "\f345";
}

.fi-bs-camera-viewfinder:before {
  content: "\f346";
}

.fi-bs-camera:before {
  content: "\f347";
}

.fi-bs-campfire:before {
  content: "\f348";
}

.fi-bs-camping:before {
  content: "\f349";
}

.fi-bs-can-food:before {
  content: "\f34a";
}

.fi-bs-candle-holder:before {
  content: "\f34b";
}

.fi-bs-candle-lotus-yoga:before {
  content: "\f34c";
}

.fi-bs-candle-pose-yoga:before {
  content: "\f34d";
}

.fi-bs-candy-alt:before {
  content: "\f34e";
}

.fi-bs-candy-bar:before {
  content: "\f34f";
}

.fi-bs-candy-cane:before {
  content: "\f350";
}

.fi-bs-candy-corn:before {
  content: "\f351";
}

.fi-bs-candy-sweet:before {
  content: "\f352";
}

.fi-bs-candy:before {
  content: "\f353";
}

.fi-bs-Cannabis:before {
  content: "\f354";
}

.fi-bs-canned-food:before {
  content: "\f355";
}

.fi-bs-capsules:before {
  content: "\f356";
}

.fi-bs-car-alt:before {
  content: "\f357";
}

.fi-bs-car-battery:before {
  content: "\f358";
}

.fi-bs-car-bolt:before {
  content: "\f359";
}

.fi-bs-car-building:before {
  content: "\f35a";
}

.fi-bs-car-bump:before {
  content: "\f35b";
}

.fi-bs-car-bus:before {
  content: "\f35c";
}

.fi-bs-car-circle-bolt:before {
  content: "\f35d";
}

.fi-bs-car-crash:before {
  content: "\f35e";
}

.fi-bs-car-garage:before {
  content: "\f35f";
}

.fi-bs-car-journey:before {
  content: "\f360";
}

.fi-bs-car-mechanic:before {
  content: "\f361";
}

.fi-bs-car-rear:before {
  content: "\f362";
}

.fi-bs-car-side-bolt:before {
  content: "\f363";
}

.fi-bs-car-side:before {
  content: "\f364";
}

.fi-bs-car-tilt:before {
  content: "\f365";
}

.fi-bs-car-tunnel:before {
  content: "\f366";
}

.fi-bs-car-wash:before {
  content: "\f367";
}

.fi-bs-car:before {
  content: "\f368";
}

.fi-bs-caravan-alt:before {
  content: "\f369";
}

.fi-bs-caravan:before {
  content: "\f36a";
}

.fi-bs-card-club:before {
  content: "\f36b";
}

.fi-bs-card-diamond:before {
  content: "\f36c";
}

.fi-bs-card-heart:before {
  content: "\f36d";
}

.fi-bs-card-spade:before {
  content: "\f36e";
}

.fi-bs-cardinal-compass:before {
  content: "\f36f";
}

.fi-bs-career-growth:before {
  content: "\f370";
}

.fi-bs-career-path:before {
  content: "\f371";
}

.fi-bs-caret-circle-down:before {
  content: "\f372";
}

.fi-bs-caret-circle-right:before {
  content: "\f373";
}

.fi-bs-caret-circle-up:before {
  content: "\f374";
}

.fi-bs-caret-down:before {
  content: "\f375";
}

.fi-bs-caret-left:before {
  content: "\f376";
}

.fi-bs-caret-quare-up:before {
  content: "\f377";
}

.fi-bs-caret-right:before {
  content: "\f378";
}

.fi-bs-caret-square-down:before {
  content: "\f379";
}

.fi-bs-caret-square-left_1:before {
  content: "\f37a";
}

.fi-bs-caret-square-left:before {
  content: "\f37b";
}

.fi-bs-caret-square-right:before {
  content: "\f37c";
}

.fi-bs-caret-up:before {
  content: "\f37d";
}

.fi-bs-carrot:before {
  content: "\f37e";
}

.fi-bs-cars-crash:before {
  content: "\f37f";
}

.fi-bs-cars:before {
  content: "\f380";
}

.fi-bs-cart-arrow-down:before {
  content: "\f381";
}

.fi-bs-cart-minus:before {
  content: "\f382";
}

.fi-bs-cart-shopping-fast:before {
  content: "\f383";
}

.fi-bs-cash-register:before {
  content: "\f384";
}

.fi-bs-cassette-tape:before {
  content: "\f385";
}

.fi-bs-cassette-vhs:before {
  content: "\f386";
}

.fi-bs-castle:before {
  content: "\f387";
}

.fi-bs-cat-head:before {
  content: "\f388";
}

.fi-bs-cat-space:before {
  content: "\f389";
}

.fi-bs-cat:before {
  content: "\f38a";
}

.fi-bs-catalog-alt:before {
  content: "\f38b";
}

.fi-bs-catalog-magazine:before {
  content: "\f38c";
}

.fi-bs-catalog:before {
  content: "\f38d";
}

.fi-bs-category-alt:before {
  content: "\f38e";
}

.fi-bs-category:before {
  content: "\f38f";
}

.fi-bs-cauldron:before {
  content: "\f390";
}

.fi-bs-cedi-sign:before {
  content: "\f391";
}

.fi-bs-cello:before {
  content: "\f392";
}

.fi-bs-cent-sign:before {
  content: "\f393";
}

.fi-bs-chair-office:before {
  content: "\f394";
}

.fi-bs-chair:before {
  content: "\f395";
}

.fi-bs-chalkboard-user:before {
  content: "\f396";
}

.fi-bs-chalkboard:before {
  content: "\f397";
}

.fi-bs-challenge-alt:before {
  content: "\f398";
}

.fi-bs-challenge:before {
  content: "\f399";
}

.fi-bs-channel:before {
  content: "\f39a";
}

.fi-bs-charging-station:before {
  content: "\f39b";
}

.fi-bs-chart-area:before {
  content: "\f39c";
}

.fi-bs-chart-bullet:before {
  content: "\f39d";
}

.fi-bs-chart-candlestick:before {
  content: "\f39e";
}

.fi-bs-chart-connected:before {
  content: "\f39f";
}

.fi-bs-chart-gantt:before {
  content: "\f3a0";
}

.fi-bs-chart-histogram:before {
  content: "\f3a1";
}

.fi-bs-chart-kanban:before {
  content: "\f3a2";
}

.fi-bs-chart-line-up-down:before {
  content: "\f3a3";
}

.fi-bs-chart-line-up:before {
  content: "\f3a4";
}

.fi-bs-chart-mixed-up-circle-currency:before {
  content: "\f3a5";
}

.fi-bs-chart-mixed-up-circle-dollar:before {
  content: "\f3a6";
}

.fi-bs-chart-mixed:before {
  content: "\f3a7";
}

.fi-bs-chart-network:before {
  content: "\f3a8";
}

.fi-bs-chart-pie-alt:before {
  content: "\f3a9";
}

.fi-bs-chart-pie-simple-circle-currency:before {
  content: "\f3aa";
}

.fi-bs-chart-pie-simple-circle-dollar:before {
  content: "\f3ab";
}

.fi-bs-chart-pie:before {
  content: "\f3ac";
}

.fi-bs-chart-pyramid:before {
  content: "\f3ad";
}

.fi-bs-chart-radar:before {
  content: "\f3ae";
}

.fi-bs-chart-scatter-3d:before {
  content: "\f3af";
}

.fi-bs-chart-scatter-bubble:before {
  content: "\f3b0";
}

.fi-bs-chart-scatter:before {
  content: "\f3b1";
}

.fi-bs-chart-set-theory:before {
  content: "\f3b2";
}

.fi-bs-chart-simple-horizontal:before {
  content: "\f3b3";
}

.fi-bs-chart-simple:before {
  content: "\f3b4";
}

.fi-bs-chart-tree-map:before {
  content: "\f3b5";
}

.fi-bs-chart-tree:before {
  content: "\f3b6";
}

.fi-bs-chart-user:before {
  content: "\f3b7";
}

.fi-bs-chart-waterfall:before {
  content: "\f3b8";
}

.fi-bs-chat-arrow-down:before {
  content: "\f3b9";
}

.fi-bs-chat-arrow-grow:before {
  content: "\f3ba";
}

.fi-bs-chat-bubble-call:before {
  content: "\f3bb";
}

.fi-bs-chatbot-speech-bubble:before {
  content: "\f3bc";
}

.fi-bs-chatbot:before {
  content: "\f3bd";
}

.fi-bs-cheap-bill:before {
  content: "\f3be";
}

.fi-bs-cheap-dollar:before {
  content: "\f3bf";
}

.fi-bs-cheap-stack-dollar:before {
  content: "\f3c0";
}

.fi-bs-cheap-stack:before {
  content: "\f3c1";
}

.fi-bs-cheap:before {
  content: "\f3c2";
}

.fi-bs-check-circle:before {
  content: "\f3c3";
}

.fi-bs-check-double:before {
  content: "\f3c4";
}

.fi-bs-check-in-calendar:before {
  content: "\f3c5";
}

.fi-bs-check-out-calendar:before {
  content: "\f3c6";
}

.fi-bs-check:before {
  content: "\f3c7";
}

.fi-bs-checkbox:before {
  content: "\f3c8";
}

.fi-bs-checklist-task-budget:before {
  content: "\f3c9";
}

.fi-bs-cheese-alt:before {
  content: "\f3ca";
}

.fi-bs-cheese:before {
  content: "\f3cb";
}

.fi-bs-cheeseburger:before {
  content: "\f3cc";
}

.fi-bs-cherry:before {
  content: "\f3cd";
}

.fi-bs-chess-bishop:before {
  content: "\f3ce";
}

.fi-bs-chess-board:before {
  content: "\f3cf";
}

.fi-bs-chess-clock-alt:before {
  content: "\f3d0";
}

.fi-bs-chess-clock:before {
  content: "\f3d1";
}

.fi-bs-chess-king-alt:before {
  content: "\f3d2";
}

.fi-bs-chess-king:before {
  content: "\f3d3";
}

.fi-bs-chess-knight-alt:before {
  content: "\f3d4";
}

.fi-bs-chess-knight:before {
  content: "\f3d5";
}

.fi-bs-chess-pawn-alt:before {
  content: "\f3d6";
}

.fi-bs-chess-pawn:before {
  content: "\f3d7";
}

.fi-bs-chess-piece:before {
  content: "\f3d8";
}

.fi-bs-chess-queen-alt:before {
  content: "\f3d9";
}

.fi-bs-chess-queen:before {
  content: "\f3da";
}

.fi-bs-chess-rook-alt:before {
  content: "\f3db";
}

.fi-bs-chess-rook:before {
  content: "\f3dc";
}

.fi-bs-chess:before {
  content: "\f3dd";
}

.fi-bs-chevron-double-down:before {
  content: "\f3de";
}

.fi-bs-chevron-double-up:before {
  content: "\f3df";
}

.fi-bs-child-head:before {
  content: "\f3e0";
}

.fi-bs-child:before {
  content: "\f3e1";
}

.fi-bs-chimney:before {
  content: "\f3e2";
}

.fi-bs-chip:before {
  content: "\f3e3";
}

.fi-bs-chocolate:before {
  content: "\f3e4";
}

.fi-bs-choir-singing:before {
  content: "\f3e5";
}

.fi-bs-choose-alt:before {
  content: "\f3e6";
}

.fi-bs-choose:before {
  content: "\f3e7";
}

.fi-bs-church:before {
  content: "\f3e8";
}

.fi-bs-circle-0:before {
  content: "\f3e9";
}

.fi-bs-circle-1:before {
  content: "\f3ea";
}

.fi-bs-circle-2:before {
  content: "\f3eb";
}

.fi-bs-circle-3:before {
  content: "\f3ec";
}

.fi-bs-circle-4:before {
  content: "\f3ed";
}

.fi-bs-circle-5:before {
  content: "\f3ee";
}

.fi-bs-circle-6:before {
  content: "\f3ef";
}

.fi-bs-circle-7:before {
  content: "\f3f0";
}

.fi-bs-circle-8:before {
  content: "\f3f1";
}

.fi-bs-circle-9:before {
  content: "\f3f2";
}

.fi-bs-circle-a:before {
  content: "\f3f3";
}

.fi-bs-circle-b:before {
  content: "\f3f4";
}

.fi-bs-circle-bolt:before {
  content: "\f3f5";
}

.fi-bs-circle-book-open:before {
  content: "\f3f6";
}

.fi-bs-circle-bookmark:before {
  content: "\f3f7";
}

.fi-bs-circle-c:before {
  content: "\f3f8";
}

.fi-bs-circle-calendar:before {
  content: "\f3f9";
}

.fi-bs-circle-camera:before {
  content: "\f3fa";
}

.fi-bs-circle-d:before {
  content: "\f3fb";
}

.fi-bs-circle-dashed:before {
  content: "\f3fc";
}

.fi-bs-circle-divide:before {
  content: "\f3fd";
}

.fi-bs-circle-e:before {
  content: "\f3fe";
}

.fi-bs-circle-ellipsis-vertical:before {
  content: "\f3ff";
}

.fi-bs-circle-ellipsis:before {
  content: "\f400";
}

.fi-bs-circle-envelope:before {
  content: "\f401";
}

.fi-bs-circle-exclamation-check:before {
  content: "\f402";
}

.fi-bs-circle-f:before {
  content: "\f403";
}

.fi-bs-circle-g:before {
  content: "\f404";
}

.fi-bs-circle-h:before {
  content: "\f405";
}

.fi-bs-circle-half-stroke:before {
  content: "\f406";
}

.fi-bs-circle-half:before {
  content: "\f407";
}

.fi-bs-circle-heart:before {
  content: "\f408";
}

.fi-bs-circle-i:before {
  content: "\f409";
}

.fi-bs-circle-j:before {
  content: "\f40a";
}

.fi-bs-circle-k:before {
  content: "\f40b";
}

.fi-bs-circle-l:before {
  content: "\f40c";
}

.fi-bs-circle-m:before {
  content: "\f40d";
}

.fi-bs-circle-microphone-lines:before {
  content: "\f40e";
}

.fi-bs-circle-microphone:before {
  content: "\f40f";
}

.fi-bs-circle-n:before {
  content: "\f410";
}

.fi-bs-circle-nodes:before {
  content: "\f411";
}

.fi-bs-circle-o:before {
  content: "\f412";
}

.fi-bs-circle-overlap:before {
  content: "\f413";
}

.fi-bs-circle-p:before {
  content: "\f414";
}

.fi-bs-circle-phone-flip:before {
  content: "\f415";
}

.fi-bs-circle-phone-hangup:before {
  content: "\f416";
}

.fi-bs-circle-phone:before {
  content: "\f417";
}

.fi-bs-circle-q:before {
  content: "\f418";
}

.fi-bs-circle-quarter:before {
  content: "\f419";
}

.fi-bs-circle-quarters-alt:before {
  content: "\f41a";
}

.fi-bs-circle-r:before {
  content: "\f41b";
}

.fi-bs-circle-s:before {
  content: "\f41c";
}

.fi-bs-circle-small:before {
  content: "\f41d";
}

.fi-bs-circle-star:before {
  content: "\f41e";
}

.fi-bs-circle-t:before {
  content: "\f41f";
}

.fi-bs-circle-three-quarters:before {
  content: "\f420";
}

.fi-bs-circle-trash:before {
  content: "\f421";
}

.fi-bs-circle-u:before {
  content: "\f422";
}

.fi-bs-circle-user:before {
  content: "\f423";
}

.fi-bs-circle-v:before {
  content: "\f424";
}

.fi-bs-circle-video:before {
  content: "\f425";
}

.fi-bs-circle-w:before {
  content: "\f426";
}

.fi-bs-circle-waveform-lines:before {
  content: "\f427";
}

.fi-bs-circle-x:before {
  content: "\f428";
}

.fi-bs-circle-xmark:before {
  content: "\f429";
}

.fi-bs-circle-y:before {
  content: "\f42a";
}

.fi-bs-circle-z:before {
  content: "\f42b";
}

.fi-bs-circle:before {
  content: "\f42c";
}

.fi-bs-citrus-slice:before {
  content: "\f42d";
}

.fi-bs-citrus:before {
  content: "\f42e";
}

.fi-bs-city:before {
  content: "\f42f";
}

.fi-bs-clapperboard-play:before {
  content: "\f430";
}

.fi-bs-clapperboard:before {
  content: "\f431";
}

.fi-bs-clarinet:before {
  content: "\f432";
}

.fi-bs-claw-marks:before {
  content: "\f433";
}

.fi-bs-clear-alt:before {
  content: "\f434";
}

.fi-bs-clip-file:before {
  content: "\f435";
}

.fi-bs-clip-mail:before {
  content: "\f436";
}

.fi-bs-clip:before {
  content: "\f437";
}

.fi-bs-clipboard-check:before {
  content: "\f438";
}

.fi-bs-clipboard-exclamation:before {
  content: "\f439";
}

.fi-bs-clipboard-list-check:before {
  content: "\f43a";
}

.fi-bs-clipboard-list:before {
  content: "\f43b";
}

.fi-bs-clipboard-prescription:before {
  content: "\f43c";
}

.fi-bs-clipboard-question:before {
  content: "\f43d";
}

.fi-bs-clipboard-user:before {
  content: "\f43e";
}

.fi-bs-clipboard:before {
  content: "\f43f";
}

.fi-bs-clipoard-wrong:before {
  content: "\f440";
}

.fi-bs-clock-desk:before {
  content: "\f441";
}

.fi-bs-clock-eight-thirty:before {
  content: "\f442";
}

.fi-bs-clock-eleven-thirty:before {
  content: "\f443";
}

.fi-bs-clock-eleven:before {
  content: "\f444";
}

.fi-bs-clock-five-thirty:before {
  content: "\f445";
}

.fi-bs-clock-five:before {
  content: "\f446";
}

.fi-bs-clock-four-thirty:before {
  content: "\f447";
}

.fi-bs-clock-nine-thirty:before {
  content: "\f448";
}

.fi-bs-clock-nine:before {
  content: "\f449";
}

.fi-bs-clock-one-thirty:before {
  content: "\f44a";
}

.fi-bs-clock-one:before {
  content: "\f44b";
}

.fi-bs-clock-seven-thirty:before {
  content: "\f44c";
}

.fi-bs-clock-seven:before {
  content: "\f44d";
}

.fi-bs-clock-six-thirty:before {
  content: "\f44e";
}

.fi-bs-clock-six:before {
  content: "\f44f";
}

.fi-bs-clock-ten-thirty:before {
  content: "\f450";
}

.fi-bs-clock-ten:before {
  content: "\f451";
}

.fi-bs-clock-three-thirty:before {
  content: "\f452";
}

.fi-bs-clock-three:before {
  content: "\f453";
}

.fi-bs-clock-time-tracking:before {
  content: "\f454";
}

.fi-bs-clock-twelve-thirty:before {
  content: "\f455";
}

.fi-bs-clock-twelve:before {
  content: "\f456";
}

.fi-bs-clock-two-thirty:before {
  content: "\f457";
}

.fi-bs-clock-two:before {
  content: "\f458";
}

.fi-bs-clock-up-arrow:before {
  content: "\f459";
}

.fi-bs-clock:before {
  content: "\f45a";
}

.fi-bs-clone:before {
  content: "\f45b";
}

.fi-bs-closed-captioning-slash:before {
  content: "\f45c";
}

.fi-bs-clothes-hanger:before {
  content: "\f45d";
}

.fi-bs-cloud-back-up-alt:before {
  content: "\f45e";
}

.fi-bs-cloud-back-up:before {
  content: "\f45f";
}

.fi-bs-cloud-check:before {
  content: "\f460";
}

.fi-bs-cloud-code:before {
  content: "\f461";
}

.fi-bs-cloud-disabled:before {
  content: "\f462";
}

.fi-bs-cloud-download-alt:before {
  content: "\f463";
}

.fi-bs-cloud-download:before {
  content: "\f464";
}

.fi-bs-cloud-drizzle:before {
  content: "\f465";
}

.fi-bs-cloud-exclamation:before {
  content: "\f466";
}

.fi-bs-cloud-gear-automation:before {
  content: "\f467";
}

.fi-bs-cloud-hail-mixed:before {
  content: "\f468";
}

.fi-bs-cloud-hail:before {
  content: "\f469";
}

.fi-bs-cloud-meatball:before {
  content: "\f46a";
}

.fi-bs-cloud-moon-rain:before {
  content: "\f46b";
}

.fi-bs-cloud-moon:before {
  content: "\f46c";
}

.fi-bs-cloud-question:before {
  content: "\f46d";
}

.fi-bs-cloud-rain:before {
  content: "\f46e";
}

.fi-bs-cloud-rainbow:before {
  content: "\f46f";
}

.fi-bs-cloud-share:before {
  content: "\f470";
}

.fi-bs-cloud-showers-heavy:before {
  content: "\f471";
}

.fi-bs-cloud-showers:before {
  content: "\f472";
}

.fi-bs-cloud-sleet:before {
  content: "\f473";
}

.fi-bs-cloud-snow:before {
  content: "\f474";
}

.fi-bs-cloud-sun-rain:before {
  content: "\f475";
}

.fi-bs-cloud-sun:before {
  content: "\f476";
}

.fi-bs-cloud-upload-alt:before {
  content: "\f477";
}

.fi-bs-cloud-upload:before {
  content: "\f478";
}

.fi-bs-cloud:before {
  content: "\f479";
}

.fi-bs-clouds-moon:before {
  content: "\f47a";
}

.fi-bs-clouds-sun:before {
  content: "\f47b";
}

.fi-bs-clouds:before {
  content: "\f47c";
}

.fi-bs-clover-alt:before {
  content: "\f47d";
}

.fi-bs-club:before {
  content: "\f47e";
}

.fi-bs-cocktail-alt:before {
  content: "\f47f";
}

.fi-bs-cocktail:before {
  content: "\f480";
}

.fi-bs-coconut:before {
  content: "\f481";
}

.fi-bs-code-branch:before {
  content: "\f482";
}

.fi-bs-code-commit:before {
  content: "\f483";
}

.fi-bs-code-compare:before {
  content: "\f484";
}

.fi-bs-code-fork:before {
  content: "\f485";
}

.fi-bs-code-merge:before {
  content: "\f486";
}

.fi-bs-code-pull-request-closed:before {
  content: "\f487";
}

.fi-bs-code-pull-request-draft:before {
  content: "\f488";
}

.fi-bs-code-pull-request:before {
  content: "\f489";
}

.fi-bs-code-simple:before {
  content: "\f48a";
}

.fi-bs-coffee-bean:before {
  content: "\f48b";
}

.fi-bs-coffee-beans:before {
  content: "\f48c";
}

.fi-bs-coffee-heart:before {
  content: "\f48d";
}

.fi-bs-coffee-pot:before {
  content: "\f48e";
}

.fi-bs-coffee:before {
  content: "\f48f";
}

.fi-bs-coffin-cross:before {
  content: "\f490";
}

.fi-bs-coffin:before {
  content: "\f491";
}

.fi-bs-coin-up-arrow:before {
  content: "\f492";
}

.fi-bs-coin:before {
  content: "\f493";
}

.fi-bs-coins:before {
  content: "\f494";
}

.fi-bs-colon-sign:before {
  content: "\f495";
}

.fi-bs-columns-3:before {
  content: "\f496";
}

.fi-bs-comet:before {
  content: "\f497";
}

.fi-bs-command:before {
  content: "\f498";
}

.fi-bs-comment-alt-check:before {
  content: "\f499";
}

.fi-bs-comment-alt-dots:before {
  content: "\f49a";
}

.fi-bs-comment-alt-edit:before {
  content: "\f49b";
}

.fi-bs-comment-alt-medical:before {
  content: "\f49c";
}

.fi-bs-comment-alt-middle-top:before {
  content: "\f49d";
}

.fi-bs-comment-alt-middle:before {
  content: "\f49e";
}

.fi-bs-comment-alt-minus:before {
  content: "\f49f";
}

.fi-bs-comment-alt-music:before {
  content: "\f4a0";
}

.fi-bs-comment-alt:before {
  content: "\f4a1";
}

.fi-bs-comment-arrow-down:before {
  content: "\f4a2";
}

.fi-bs-comment-arrow-up-right:before {
  content: "\f4a3";
}

.fi-bs-comment-arrow-up:before {
  content: "\f4a4";
}

.fi-bs-comment-check:before {
  content: "\f4a5";
}

.fi-bs-comment-code:before {
  content: "\f4a6";
}

.fi-bs-comment-dollar:before {
  content: "\f4a7";
}

.fi-bs-comment-dots:before {
  content: "\f4a8";
}

.fi-bs-comment-exclamation:before {
  content: "\f4a9";
}

.fi-bs-comment-heart:before {
  content: "\f4aa";
}

.fi-bs-comment-image:before {
  content: "\f4ab";
}

.fi-bs-comment-info:before {
  content: "\f4ac";
}

.fi-bs-comment-medical:before {
  content: "\f4ad";
}

.fi-bs-comment-minus:before {
  content: "\f4ae";
}

.fi-bs-comment-pen:before {
  content: "\f4af";
}

.fi-bs-comment-question:before {
  content: "\f4b0";
}

.fi-bs-comment-quote:before {
  content: "\f4b1";
}

.fi-bs-comment-slash:before {
  content: "\f4b2";
}

.fi-bs-comment-smile:before {
  content: "\f4b3";
}

.fi-bs-comment-sms:before {
  content: "\f4b4";
}

.fi-bs-comment-text:before {
  content: "\f4b5";
}

.fi-bs-comment-user:before {
  content: "\f4b6";
}

.fi-bs-comment-xmark:before {
  content: "\f4b7";
}

.fi-bs-comment:before {
  content: "\f4b8";
}

.fi-bs-comments-dollar:before {
  content: "\f4b9";
}

.fi-bs-comments-question-check:before {
  content: "\f4ba";
}

.fi-bs-comments-question:before {
  content: "\f4bb";
}

.fi-bs-comments:before {
  content: "\f4bc";
}

.fi-bs-compass-alt:before {
  content: "\f4bd";
}

.fi-bs-compass-east:before {
  content: "\f4be";
}

.fi-bs-compass-north:before {
  content: "\f4bf";
}

.fi-bs-compass-slash:before {
  content: "\f4c0";
}

.fi-bs-compass-south:before {
  content: "\f4c1";
}

.fi-bs-compass-west:before {
  content: "\f4c2";
}

.fi-bs-completed:before {
  content: "\f4c3";
}

.fi-bs-compliance-clipboard:before {
  content: "\f4c4";
}

.fi-bs-compliance-document:before {
  content: "\f4c5";
}

.fi-bs-compliance:before {
  content: "\f4c6";
}

.fi-bs-compress-alt:before {
  content: "\f4c7";
}

.fi-bs-compress:before {
  content: "\f4c8";
}

.fi-bs-computer-classic:before {
  content: "\f4c9";
}

.fi-bs-computer-mouse:before {
  content: "\f4ca";
}

.fi-bs-computer-speaker:before {
  content: "\f4cb";
}

.fi-bs-computer:before {
  content: "\f4cc";
}

.fi-bs-concierge-bell:before {
  content: "\f4cd";
}

.fi-bs-condition-alt:before {
  content: "\f4ce";
}

.fi-bs-condition:before {
  content: "\f4cf";
}

.fi-bs-confetti:before {
  content: "\f4d0";
}

.fi-bs-constellation:before {
  content: "\f4d1";
}

.fi-bs-container-storage:before {
  content: "\f4d2";
}

.fi-bs-convert-document:before {
  content: "\f4d3";
}

.fi-bs-convert-shapes:before {
  content: "\f4d4";
}

.fi-bs-conveyor-belt-alt:before {
  content: "\f4d5";
}

.fi-bs-conveyor-belt-arm:before {
  content: "\f4d6";
}

.fi-bs-conveyor-belt-empty:before {
  content: "\f4d7";
}

.fi-bs-conveyor-belt:before {
  content: "\f4d8";
}

.fi-bs-cookie-alt:before {
  content: "\f4d9";
}

.fi-bs-cookie:before {
  content: "\f4da";
}

.fi-bs-copy-alt:before {
  content: "\f4db";
}

.fi-bs-copy-image:before {
  content: "\f4dc";
}

.fi-bs-copy:before {
  content: "\f4dd";
}

.fi-bs-copyright:before {
  content: "\f4de";
}

.fi-bs-corn:before {
  content: "\f4df";
}

.fi-bs-corporate-alt:before {
  content: "\f4e0";
}

.fi-bs-corporate:before {
  content: "\f4e1";
}

.fi-bs-couch:before {
  content: "\f4e2";
}

.fi-bs-court-sport:before {
  content: "\f4e3";
}

.fi-bs-cow-alt:before {
  content: "\f4e4";
}

.fi-bs-cow:before {
  content: "\f4e5";
}

.fi-bs-cowbell-circle-plus:before {
  content: "\f4e6";
}

.fi-bs-cowbell-more:before {
  content: "\f4e7";
}

.fi-bs-cowbell:before {
  content: "\f4e8";
}

.fi-bs-crab:before {
  content: "\f4e9";
}

.fi-bs-crate-empty:before {
  content: "\f4ea";
}

.fi-bs-cream:before {
  content: "\f4eb";
}

.fi-bs-credit-card-buyer:before {
  content: "\f4ec";
}

.fi-bs-credit-card-eye:before {
  content: "\f4ed";
}

.fi-bs-credit-card:before {
  content: "\f4ee";
}

.fi-bs-cricket:before {
  content: "\f4ef";
}

.fi-bs-crm-alt:before {
  content: "\f4f0";
}

.fi-bs-crm-computer:before {
  content: "\f4f1";
}

.fi-bs-CRM:before {
  content: "\f4f2";
}

.fi-bs-croissant:before {
  content: "\f4f3";
}

.fi-bs-cross-circle:before {
  content: "\f4f4";
}

.fi-bs-cross-religion:before {
  content: "\f4f5";
}

.fi-bs-cross-small:before {
  content: "\f4f6";
}

.fi-bs-cross:before {
  content: "\f4f7";
}

.fi-bs-crow:before {
  content: "\f4f8";
}

.fi-bs-crown:before {
  content: "\f4f9";
}

.fi-bs-crutch:before {
  content: "\f4fa";
}

.fi-bs-crutches:before {
  content: "\f4fb";
}

.fi-bs-cruzeiro-sign:before {
  content: "\f4fc";
}

.fi-bs-crypto-calendar:before {
  content: "\f4fd";
}

.fi-bs-cryptocurrency:before {
  content: "\f4fe";
}

.fi-bs-crystal-ball:before {
  content: "\f4ff";
}

.fi-bs-cube:before {
  content: "\f500";
}

.fi-bs-cubes-stacked:before {
  content: "\f501";
}

.fi-bs-cubes:before {
  content: "\f502";
}

.fi-bs-cucumber:before {
  content: "\f503";
}

.fi-bs-cup-straw-swoosh:before {
  content: "\f504";
}

.fi-bs-cup-straw:before {
  content: "\f505";
}

.fi-bs-cup-togo:before {
  content: "\f506";
}

.fi-bs-cupcake-alt:before {
  content: "\f507";
}

.fi-bs-cupcake:before {
  content: "\f508";
}

.fi-bs-curling:before {
  content: "\f509";
}

.fi-bs-cursor-finger:before {
  content: "\f50a";
}

.fi-bs-cursor-plus:before {
  content: "\f50b";
}

.fi-bs-cursor-text-alt:before {
  content: "\f50c";
}

.fi-bs-cursor-text:before {
  content: "\f50d";
}

.fi-bs-cursor:before {
  content: "\f50e";
}

.fi-bs-curve-alt:before {
  content: "\f50f";
}

.fi-bs-curve-arrow:before {
  content: "\f510";
}

.fi-bs-curve:before {
  content: "\f511";
}

.fi-bs-custard:before {
  content: "\f512";
}

.fi-bs-customer-care:before {
  content: "\f513";
}

.fi-bs-customer-service:before {
  content: "\f514";
}

.fi-bs-customization-cogwheel:before {
  content: "\f515";
}

.fi-bs-customization:before {
  content: "\f516";
}

.fi-bs-customize-computer:before {
  content: "\f517";
}

.fi-bs-customize-edit:before {
  content: "\f518";
}

.fi-bs-customize:before {
  content: "\f519";
}

.fi-bs-CV:before {
  content: "\f51a";
}

.fi-bs-cvv-card:before {
  content: "\f51b";
}

.fi-bs-d:before {
  content: "\f51c";
}

.fi-bs-dagger:before {
  content: "\f51d";
}

.fi-bs-daily-calendar:before {
  content: "\f51e";
}

.fi-bs-damage:before {
  content: "\f51f";
}

.fi-bs-dart:before {
  content: "\f520";
}

.fi-bs-dashboard-monitor:before {
  content: "\f521";
}

.fi-bs-dashboard-panel:before {
  content: "\f522";
}

.fi-bs-dashboard:before {
  content: "\f523";
}

.fi-bs-data-transfer:before {
  content: "\f524";
}

.fi-bs-database:before {
  content: "\f525";
}

.fi-bs-debt:before {
  content: "\f526";
}

.fi-bs-deer-rudolph:before {
  content: "\f527";
}

.fi-bs-deer:before {
  content: "\f528";
}

.fi-bs-delete-document:before {
  content: "\f529";
}

.fi-bs-delete-right:before {
  content: "\f52a";
}

.fi-bs-delete-user:before {
  content: "\f52b";
}

.fi-bs-delete:before {
  content: "\f52c";
}

.fi-bs-democrat:before {
  content: "\f52d";
}

.fi-bs-department-structure:before {
  content: "\f52e";
}

.fi-bs-department:before {
  content: "\f52f";
}

.fi-bs-deposit-alt:before {
  content: "\f530";
}

.fi-bs-deposit:before {
  content: "\f531";
}

.fi-bs-description-alt:before {
  content: "\f532";
}

.fi-bs-description:before {
  content: "\f533";
}

.fi-bs-desk:before {
  content: "\f534";
}

.fi-bs-desktop-arrow-down:before {
  content: "\f535";
}

.fi-bs-desktop-wallpaper:before {
  content: "\f536";
}

.fi-bs-devices:before {
  content: "\f537";
}

.fi-bs-dewpoint:before {
  content: "\f538";
}

.fi-bs-dharmachakra:before {
  content: "\f539";
}

.fi-bs-diagram-cells:before {
  content: "\f53a";
}

.fi-bs-diagram-lean-canvas:before {
  content: "\f53b";
}

.fi-bs-diagram-nested:before {
  content: "\f53c";
}

.fi-bs-diagram-next:before {
  content: "\f53d";
}

.fi-bs-diagram-predecessor:before {
  content: "\f53e";
}

.fi-bs-diagram-previous:before {
  content: "\f53f";
}

.fi-bs-diagram-project:before {
  content: "\f540";
}

.fi-bs-diagram-sankey:before {
  content: "\f541";
}

.fi-bs-diagram-subtask:before {
  content: "\f542";
}

.fi-bs-diagram-successor:before {
  content: "\f543";
}

.fi-bs-diagram-venn:before {
  content: "\f544";
}

.fi-bs-dial-high:before {
  content: "\f545";
}

.fi-bs-dial-low:before {
  content: "\f546";
}

.fi-bs-dial-max:before {
  content: "\f547";
}

.fi-bs-dial-med-low:before {
  content: "\f548";
}

.fi-bs-dial-med:before {
  content: "\f549";
}

.fi-bs-dial-min:before {
  content: "\f54a";
}

.fi-bs-dial-off:before {
  content: "\f54b";
}

.fi-bs-dial:before {
  content: "\f54c";
}

.fi-bs-diamond-exclamation:before {
  content: "\f54d";
}

.fi-bs-diamond-turn-right:before {
  content: "\f54e";
}

.fi-bs-diamond:before {
  content: "\f54f";
}

.fi-bs-diary-bookmark-down:before {
  content: "\f550";
}

.fi-bs-diary-bookmarks:before {
  content: "\f551";
}

.fi-bs-diary-clasp:before {
  content: "\f552";
}

.fi-bs-dice-alt:before {
  content: "\f553";
}

.fi-bs-dice-d10:before {
  content: "\f554";
}

.fi-bs-dice-d12:before {
  content: "\f555";
}

.fi-bs-dice-d20:before {
  content: "\f556";
}

.fi-bs-dice-d4:before {
  content: "\f557";
}

.fi-bs-dice-d6:before {
  content: "\f558";
}

.fi-bs-dice-d8:before {
  content: "\f559";
}

.fi-bs-dice-four:before {
  content: "\f55a";
}

.fi-bs-dice-one:before {
  content: "\f55b";
}

.fi-bs-dice-six:before {
  content: "\f55c";
}

.fi-bs-dice-three:before {
  content: "\f55d";
}

.fi-bs-dice-two:before {
  content: "\f55e";
}

.fi-bs-dice:before {
  content: "\f55f";
}

.fi-bs-digging:before {
  content: "\f560";
}

.fi-bs-digital-tachograph:before {
  content: "\f561";
}

.fi-bs-dinner:before {
  content: "\f562";
}

.fi-bs-diploma:before {
  content: "\f563";
}

.fi-bs-direction-signal-arrow:before {
  content: "\f564";
}

.fi-bs-direction-signal:before {
  content: "\f565";
}

.fi-bs-disc-drive:before {
  content: "\f566";
}

.fi-bs-disco-ball:before {
  content: "\f567";
}

.fi-bs-discover:before {
  content: "\f568";
}

.fi-bs-disease:before {
  content: "\f569";
}

.fi-bs-disk:before {
  content: "\f56a";
}

.fi-bs-display-arrow-down:before {
  content: "\f56b";
}

.fi-bs-display-chart-up:before {
  content: "\f56c";
}

.fi-bs-display-code:before {
  content: "\f56d";
}

.fi-bs-display-medical:before {
  content: "\f56e";
}

.fi-bs-display-slash:before {
  content: "\f56f";
}

.fi-bs-distribute-spacing-horizontal:before {
  content: "\f570";
}

.fi-bs-distribute-spacing-vertical:before {
  content: "\f571";
}

.fi-bs-divide:before {
  content: "\f572";
}

.fi-bs-dizzy:before {
  content: "\f573";
}

.fi-bs-dna:before {
  content: "\f574";
}

.fi-bs-do-not-enter:before {
  content: "\f575";
}

.fi-bs-doctor:before {
  content: "\f576";
}

.fi-bs-document-circle-wrong:before {
  content: "\f577";
}

.fi-bs-document-paid:before {
  content: "\f578";
}

.fi-bs-document-signed:before {
  content: "\f579";
}

.fi-bs-document:before {
  content: "\f57a";
}

.fi-bs-dog-leashed:before {
  content: "\f57b";
}

.fi-bs-dog:before {
  content: "\f57c";
}

.fi-bs-dollar:before {
  content: "\f57d";
}

.fi-bs-dolly-flatbed-alt:before {
  content: "\f57e";
}

.fi-bs-dolly-flatbed-empty:before {
  content: "\f57f";
}

.fi-bs-dolly-flatbed:before {
  content: "\f580";
}

.fi-bs-dolphin:before {
  content: "\f581";
}

.fi-bs-domino-effect:before {
  content: "\f582";
}

.fi-bs-donate:before {
  content: "\f583";
}

.fi-bs-dong-sign:before {
  content: "\f584";
}

.fi-bs-donut:before {
  content: "\f585";
}

.fi-bs-door-closed:before {
  content: "\f586";
}

.fi-bs-door-open:before {
  content: "\f587";
}

.fi-bs-dot-circle:before {
  content: "\f588";
}

.fi-bs-dot-pending:before {
  content: "\f589";
}

.fi-bs-dove:before {
  content: "\f58a";
}

.fi-bs-down-from-bracket:before {
  content: "\f58b";
}

.fi-bs-down-left-and-up-right-to-center:before {
  content: "\f58c";
}

.fi-bs-down-left:before {
  content: "\f58d";
}

.fi-bs-down-right:before {
  content: "\f58e";
}

.fi-bs-down-to-line:before {
  content: "\f58f";
}

.fi-bs-down:before {
  content: "\f590";
}

.fi-bs-download:before {
  content: "\f591";
}

.fi-bs-drafting-compass:before {
  content: "\f592";
}

.fi-bs-dragon:before {
  content: "\f593";
}

.fi-bs-draw-polygon:before {
  content: "\f594";
}

.fi-bs-draw-square:before {
  content: "\f595";
}

.fi-bs-drawer-alt:before {
  content: "\f596";
}

.fi-bs-drawer-empty:before {
  content: "\f597";
}

.fi-bs-drawer:before {
  content: "\f598";
}

.fi-bs-dreidel:before {
  content: "\f599";
}

.fi-bs-drink-alt:before {
  content: "\f59a";
}

.fi-bs-driver-man:before {
  content: "\f59b";
}

.fi-bs-driver-woman:before {
  content: "\f59c";
}

.fi-bs-drone-alt:before {
  content: "\f59d";
}

.fi-bs-drone-front:before {
  content: "\f59e";
}

.fi-bs-drone:before {
  content: "\f59f";
}

.fi-bs-drop-down:before {
  content: "\f5a0";
}

.fi-bs-dropdown-select:before {
  content: "\f5a1";
}

.fi-bs-dropdown:before {
  content: "\f5a2";
}

.fi-bs-drum-steelpan:before {
  content: "\f5a3";
}

.fi-bs-drum:before {
  content: "\f5a4";
}

.fi-bs-drumstick-bite:before {
  content: "\f5a5";
}

.fi-bs-drumstick:before {
  content: "\f5a6";
}

.fi-bs-dryer-alt:before {
  content: "\f5a7";
}

.fi-bs-dryer:before {
  content: "\f5a8";
}

.fi-bs-duck:before {
  content: "\f5a9";
}

.fi-bs-dumbbell-fitness:before {
  content: "\f5aa";
}

.fi-bs-dumbbell-horizontal:before {
  content: "\f5ab";
}

.fi-bs-dumbbell-ray:before {
  content: "\f5ac";
}

.fi-bs-dumbbell-weightlifting:before {
  content: "\f5ad";
}

.fi-bs-dumpster-fire:before {
  content: "\f5ae";
}

.fi-bs-dumpster:before {
  content: "\f5af";
}

.fi-bs-dungeon:before {
  content: "\f5b0";
}

.fi-bs-duplicate:before {
  content: "\f5b1";
}

.fi-bs-duration-alt:before {
  content: "\f5b2";
}

.fi-bs-duration:before {
  content: "\f5b3";
}

.fi-bs-e-learning:before {
  content: "\f5b4";
}

.fi-bs-e:before {
  content: "\f5b5";
}

.fi-bs-ear-deaf:before {
  content: "\f5b6";
}

.fi-bs-ear-muffs:before {
  content: "\f5b7";
}

.fi-bs-ear:before {
  content: "\f5b8";
}

.fi-bs-earnings:before {
  content: "\f5b9";
}

.fi-bs-earth-africa:before {
  content: "\f5ba";
}

.fi-bs-earth-americas:before {
  content: "\f5bb";
}

.fi-bs-earth-asia:before {
  content: "\f5bc";
}

.fi-bs-earth-europa:before {
  content: "\f5bd";
}

.fi-bs-eclipse-alt:before {
  content: "\f5be";
}

.fi-bs-eclipse:before {
  content: "\f5bf";
}

.fi-bs-edit-alt:before {
  content: "\f5c0";
}

.fi-bs-edit:before {
  content: "\f5c1";
}

.fi-bs-effect:before {
  content: "\f5c2";
}

.fi-bs-egg-fried:before {
  content: "\f5c3";
}

.fi-bs-egg:before {
  content: "\f5c4";
}

.fi-bs-eject:before {
  content: "\f5c5";
}

.fi-bs-elephant:before {
  content: "\f5c6";
}

.fi-bs-elevator:before {
  content: "\f5c7";
}

.fi-bs-email-pending:before {
  content: "\f5c8";
}

.fi-bs-employee-alt:before {
  content: "\f5c9";
}

.fi-bs-employee-handbook:before {
  content: "\f5ca";
}

.fi-bs-employee-man-alt:before {
  content: "\f5cb";
}

.fi-bs-employee-man:before {
  content: "\f5cc";
}

.fi-bs-employees-woman-man:before {
  content: "\f5cd";
}

.fi-bs-employees:before {
  content: "\f5ce";
}

.fi-bs-empty-set:before {
  content: "\f5cf";
}

.fi-bs-endless-loop:before {
  content: "\f5d0";
}

.fi-bs-engine-warning:before {
  content: "\f5d1";
}

.fi-bs-engine:before {
  content: "\f5d2";
}

.fi-bs-enter:before {
  content: "\f5d3";
}

.fi-bs-envelope-ban:before {
  content: "\f5d4";
}

.fi-bs-envelope-bulk:before {
  content: "\f5d5";
}

.fi-bs-envelope-dot:before {
  content: "\f5d6";
}

.fi-bs-envelope-download:before {
  content: "\f5d7";
}

.fi-bs-envelope-heart:before {
  content: "\f5d8";
}

.fi-bs-envelope-marker:before {
  content: "\f5d9";
}

.fi-bs-envelope-open-dollar:before {
  content: "\f5da";
}

.fi-bs-envelope-open-text:before {
  content: "\f5db";
}

.fi-bs-envelope-open:before {
  content: "\f5dc";
}

.fi-bs-envelope-plus:before {
  content: "\f5dd";
}

.fi-bs-envelope:before {
  content: "\f5de";
}

.fi-bs-envelopes:before {
  content: "\f5df";
}

.fi-bs-equality:before {
  content: "\f5e0";
}

.fi-bs-equals:before {
  content: "\f5e1";
}

.fi-bs-eraser:before {
  content: "\f5e2";
}

.fi-bs-error-camera:before {
  content: "\f5e3";
}

.fi-bs-escalator:before {
  content: "\f5e4";
}

.fi-bs-ethernet:before {
  content: "\f5e5";
}

.fi-bs-euro:before {
  content: "\f5e6";
}

.fi-bs-excavator:before {
  content: "\f5e7";
}

.fi-bs-exchange-alt:before {
  content: "\f5e8";
}

.fi-bs-exchange-cryptocurrency:before {
  content: "\f5e9";
}

.fi-bs-exchange:before {
  content: "\f5ea";
}

.fi-bs-exclamation:before {
  content: "\f5eb";
}

.fi-bs-exit-alt:before {
  content: "\f5ec";
}

.fi-bs-exit:before {
  content: "\f5ed";
}

.fi-bs-expand-arrows-alt:before {
  content: "\f5ee";
}

.fi-bs-expand-arrows:before {
  content: "\f5ef";
}

.fi-bs-expand:before {
  content: "\f5f0";
}

.fi-bs-expense-bill:before {
  content: "\f5f1";
}

.fi-bs-expense:before {
  content: "\f5f2";
}

.fi-bs-external-hard-drive:before {
  content: "\f5f3";
}

.fi-bs-external-world:before {
  content: "\f5f4";
}

.fi-bs-eye-crossed:before {
  content: "\f5f5";
}

.fi-bs-eye-dropper-half:before {
  content: "\f5f6";
}

.fi-bs-eye-dropper:before {
  content: "\f5f7";
}

.fi-bs-eye:before {
  content: "\f5f8";
}

.fi-bs-eyes:before {
  content: "\f5f9";
}

.fi-bs-f:before {
  content: "\f5fa";
}

.fi-bs-fabric:before {
  content: "\f5fb";
}

.fi-bs-face-angry-horns:before {
  content: "\f5fc";
}

.fi-bs-face-anguished:before {
  content: "\f5fd";
}

.fi-bs-face-anxious-sweat:before {
  content: "\f5fe";
}

.fi-bs-face-astonished:before {
  content: "\f5ff";
}

.fi-bs-face-awesome:before {
  content: "\f600";
}

.fi-bs-face-beam-hand-over-mouth:before {
  content: "\f601";
}

.fi-bs-face-confounded:before {
  content: "\f602";
}

.fi-bs-face-confused:before {
  content: "\f603";
}

.fi-bs-face-cowboy-hat:before {
  content: "\f604";
}

.fi-bs-face-disappointed:before {
  content: "\f605";
}

.fi-bs-face-disguise:before {
  content: "\f606";
}

.fi-bs-face-downcast-sweat:before {
  content: "\f607";
}

.fi-bs-face-drooling:before {
  content: "\f608";
}

.fi-bs-face-explode:before {
  content: "\f609";
}

.fi-bs-face-expressionless:before {
  content: "\f60a";
}

.fi-bs-face-eyes-xmarks:before {
  content: "\f60b";
}

.fi-bs-face-fearful:before {
  content: "\f60c";
}

.fi-bs-face-glasses:before {
  content: "\f60d";
}

.fi-bs-face-grin-tongue-wink:before {
  content: "\f60e";
}

.fi-bs-face-hand-yawn:before {
  content: "\f60f";
}

.fi-bs-face-head-bandage:before {
  content: "\f610";
}

.fi-bs-face-hushed:before {
  content: "\f611";
}

.fi-bs-face-icicles:before {
  content: "\f612";
}

.fi-bs-face-lying:before {
  content: "\f613";
}

.fi-bs-face-mask:before {
  content: "\f614";
}

.fi-bs-face-monocle:before {
  content: "\f615";
}

.fi-bs-face-nauseated:before {
  content: "\f616";
}

.fi-bs-face-nose-steam:before {
  content: "\f617";
}

.fi-bs-face-party:before {
  content: "\f618";
}

.fi-bs-face-pensive:before {
  content: "\f619";
}

.fi-bs-face-persevering:before {
  content: "\f61a";
}

.fi-bs-face-pleading:before {
  content: "\f61b";
}

.fi-bs-face-raised-eyebrow:before {
  content: "\f61c";
}

.fi-bs-face-relieved:before {
  content: "\f61d";
}

.fi-bs-face-sad-sweat:before {
  content: "\f61e";
}

.fi-bs-face-scream:before {
  content: "\f61f";
}

.fi-bs-face-shush:before {
  content: "\f620";
}

.fi-bs-face-sleeping:before {
  content: "\f621";
}

.fi-bs-face-sleepy:before {
  content: "\f622";
}

.fi-bs-face-smile-halo:before {
  content: "\f623";
}

.fi-bs-face-smile-hearts:before {
  content: "\f624";
}

.fi-bs-face-smile-horns:before {
  content: "\f625";
}

.fi-bs-face-smile-tear:before {
  content: "\f626";
}

.fi-bs-face-smile-tongue:before {
  content: "\f627";
}

.fi-bs-face-smile-upside-down:before {
  content: "\f628";
}

.fi-bs-face-smiling-hands:before {
  content: "\f629";
}

.fi-bs-face-smirking:before {
  content: "\f62a";
}

.fi-bs-face-sunglasses-alt:before {
  content: "\f62b";
}

.fi-bs-face-sunglasses:before {
  content: "\f62c";
}

.fi-bs-face-swear:before {
  content: "\f62d";
}

.fi-bs-face-thermometer:before {
  content: "\f62e";
}

.fi-bs-face-thinking:before {
  content: "\f62f";
}

.fi-bs-face-tissue:before {
  content: "\f630";
}

.fi-bs-face-tongue-money:before {
  content: "\f631";
}

.fi-bs-face-tongue-sweat:before {
  content: "\f632";
}

.fi-bs-face-unamused:before {
  content: "\f633";
}

.fi-bs-face-viewfinder:before {
  content: "\f634";
}

.fi-bs-face-vomit:before {
  content: "\f635";
}

.fi-bs-face-weary:before {
  content: "\f636";
}

.fi-bs-face-woozy:before {
  content: "\f637";
}

.fi-bs-face-worried:before {
  content: "\f638";
}

.fi-bs-face-zany:before {
  content: "\f639";
}

.fi-bs-face-zipper:before {
  content: "\f63a";
}

.fi-bs-fail:before {
  content: "\f63b";
}

.fi-bs-falafel:before {
  content: "\f63c";
}

.fi-bs-family-dress:before {
  content: "\f63d";
}

.fi-bs-family-pants:before {
  content: "\f63e";
}

.fi-bs-family:before {
  content: "\f63f";
}

.fi-bs-fan-table:before {
  content: "\f640";
}

.fi-bs-fan:before {
  content: "\f641";
}

.fi-bs-farm:before {
  content: "\f642";
}

.fi-bs-faucet-drip:before {
  content: "\f643";
}

.fi-bs-faucet:before {
  content: "\f644";
}

.fi-bs-fax:before {
  content: "\f645";
}

.fi-bs-feather-pointed:before {
  content: "\f646";
}

.fi-bs-feather:before {
  content: "\f647";
}

.fi-bs-features-alt:before {
  content: "\f648";
}

.fi-bs-features:before {
  content: "\f649";
}

.fi-bs-fee-receipt:before {
  content: "\f64a";
}

.fi-bs-fee:before {
  content: "\f64b";
}

.fi-bs-feedback-alt:before {
  content: "\f64c";
}

.fi-bs-feedback-cycle-loop:before {
  content: "\f64d";
}

.fi-bs-feedback-hand:before {
  content: "\f64e";
}

.fi-bs-feedback-review:before {
  content: "\f64f";
}

.fi-bs-feedback:before {
  content: "\f650";
}

.fi-bs-fence:before {
  content: "\f651";
}

.fi-bs-ferris-wheel:before {
  content: "\f652";
}

.fi-bs-field-hockey:before {
  content: "\f653";
}

.fi-bs-fighter-jet:before {
  content: "\f654";
}

.fi-bs-file-ai:before {
  content: "\f655";
}

.fi-bs-file-audio:before {
  content: "\f656";
}

.fi-bs-file-binary:before {
  content: "\f657";
}

.fi-bs-file-chart-line:before {
  content: "\f658";
}

.fi-bs-file-chart-pie:before {
  content: "\f659";
}

.fi-bs-file-circle-info:before {
  content: "\f65a";
}

.fi-bs-file-cloud:before {
  content: "\f65b";
}

.fi-bs-file-code:before {
  content: "\f65c";
}

.fi-bs-file-csv:before {
  content: "\f65d";
}

.fi-bs-file-download:before {
  content: "\f65e";
}

.fi-bs-file-edit:before {
  content: "\f65f";
}

.fi-bs-file-eps:before {
  content: "\f660";
}

.fi-bs-file-excel:before {
  content: "\f661";
}

.fi-bs-file-exclamation:before {
  content: "\f662";
}

.fi-bs-file-export:before {
  content: "\f663";
}

.fi-bs-file-image:before {
  content: "\f664";
}

.fi-bs-file-import:before {
  content: "\f665";
}

.fi-bs-file-invoice-dollar:before {
  content: "\f666";
}

.fi-bs-file-invoice:before {
  content: "\f667";
}

.fi-bs-file-medical-alt:before {
  content: "\f668";
}

.fi-bs-file-medical:before {
  content: "\f669";
}

.fi-bs-file-minus:before {
  content: "\f66a";
}

.fi-bs-file-pdf:before {
  content: "\f66b";
}

.fi-bs-file-powerpoint:before {
  content: "\f66c";
}

.fi-bs-file-prescription:before {
  content: "\f66d";
}

.fi-bs-file-psd:before {
  content: "\f66e";
}

.fi-bs-file-signature:before {
  content: "\f66f";
}

.fi-bs-file-spreadsheet:before {
  content: "\f670";
}

.fi-bs-file-upload:before {
  content: "\f671";
}

.fi-bs-file-user:before {
  content: "\f672";
}

.fi-bs-file-video:before {
  content: "\f673";
}

.fi-bs-file-word:before {
  content: "\f674";
}

.fi-bs-file-zipper:before {
  content: "\f675";
}

.fi-bs-file:before {
  content: "\f676";
}

.fi-bs-files-medical:before {
  content: "\f677";
}

.fi-bs-fill:before {
  content: "\f678";
}

.fi-bs-film-canister:before {
  content: "\f679";
}

.fi-bs-film-slash:before {
  content: "\f67a";
}

.fi-bs-film:before {
  content: "\f67b";
}

.fi-bs-films:before {
  content: "\f67c";
}

.fi-bs-filter-list:before {
  content: "\f67d";
}

.fi-bs-filter-slash:before {
  content: "\f67e";
}

.fi-bs-filter:before {
  content: "\f67f";
}

.fi-bs-filters:before {
  content: "\f680";
}

.fi-bs-fingerprint-security-risk:before {
  content: "\f681";
}

.fi-bs-fingerprint:before {
  content: "\f682";
}

.fi-bs-fire-burner:before {
  content: "\f683";
}

.fi-bs-fire-extinguisher:before {
  content: "\f684";
}

.fi-bs-fire-flame-curved:before {
  content: "\f685";
}

.fi-bs-fire-flame-simple:before {
  content: "\f686";
}

.fi-bs-fire-hydrant:before {
  content: "\f687";
}

.fi-bs-fire-smoke:before {
  content: "\f688";
}

.fi-bs-fireplace:before {
  content: "\f689";
}

.fi-bs-first-award:before {
  content: "\f68a";
}

.fi-bs-first-laurel:before {
  content: "\f68b";
}

.fi-bs-first-medal:before {
  content: "\f68c";
}

.fi-bs-first:before {
  content: "\f68d";
}

.fi-bs-fish-bones:before {
  content: "\f68e";
}

.fi-bs-fish-cooked:before {
  content: "\f68f";
}

.fi-bs-fish:before {
  content: "\f690";
}

.fi-bs-fishing-rod:before {
  content: "\f691";
}

.fi-bs-fist-move:before {
  content: "\f692";
}

.fi-bs-flag-alt:before {
  content: "\f693";
}

.fi-bs-flag-checkered:before {
  content: "\f694";
}

.fi-bs-flag-usa:before {
  content: "\f695";
}

.fi-bs-flag:before {
  content: "\f696";
}

.fi-bs-flame:before {
  content: "\f697";
}

.fi-bs-flashlight:before {
  content: "\f698";
}

.fi-bs-flask-gear:before {
  content: "\f699";
}

.fi-bs-flask-poison:before {
  content: "\f69a";
}

.fi-bs-flask-potion:before {
  content: "\f69b";
}

.fi-bs-flask:before {
  content: "\f69c";
}

.fi-bs-flatbread-stuffed:before {
  content: "\f69d";
}

.fi-bs-flatbread:before {
  content: "\f69e";
}

.fi-bs-flip-horizontal:before {
  content: "\f69f";
}

.fi-bs-floor-alt:before {
  content: "\f6a0";
}

.fi-bs-floor-layer:before {
  content: "\f6a1";
}

.fi-bs-floor:before {
  content: "\f6a2";
}

.fi-bs-floppy-disk-circle-arrow-right:before {
  content: "\f6a3";
}

.fi-bs-floppy-disk-circle-xmark:before {
  content: "\f6a4";
}

.fi-bs-floppy-disk-pen:before {
  content: "\f6a5";
}

.fi-bs-floppy-disks:before {
  content: "\f6a6";
}

.fi-bs-florin-sign:before {
  content: "\f6a7";
}

.fi-bs-flower-bouquet:before {
  content: "\f6a8";
}

.fi-bs-flower-butterfly:before {
  content: "\f6a9";
}

.fi-bs-flower-daffodil:before {
  content: "\f6aa";
}

.fi-bs-flower-tulip:before {
  content: "\f6ab";
}

.fi-bs-flower:before {
  content: "\f6ac";
}

.fi-bs-flushed:before {
  content: "\f6ad";
}

.fi-bs-flute:before {
  content: "\f6ae";
}

.fi-bs-flux-capacitor:before {
  content: "\f6af";
}

.fi-bs-fly-insect:before {
  content: "\f6b0";
}

.fi-bs-flying-disc:before {
  content: "\f6b1";
}

.fi-bs-fog:before {
  content: "\f6b2";
}

.fi-bs-folder-download:before {
  content: "\f6b3";
}

.fi-bs-folder-fire:before {
  content: "\f6b4";
}

.fi-bs-folder-minus:before {
  content: "\f6b5";
}

.fi-bs-folder-open:before {
  content: "\f6b6";
}

.fi-bs-folder-times:before {
  content: "\f6b7";
}

.fi-bs-folder-tree:before {
  content: "\f6b8";
}

.fi-bs-folder-upload:before {
  content: "\f6b9";
}

.fi-bs-folder-xmark:before {
  content: "\f6ba";
}

.fi-bs-folder:before {
  content: "\f6bb";
}

.fi-bs-folders:before {
  content: "\f6bc";
}

.fi-bs-follow-folder:before {
  content: "\f6bd";
}

.fi-bs-followcollection:before {
  content: "\f6be";
}

.fi-bs-following:before {
  content: "\f6bf";
}

.fi-bs-fondue-pot:before {
  content: "\f6c0";
}

.fi-bs-football:before {
  content: "\f6c1";
}

.fi-bs-foreign-language-audio:before {
  content: "\f6c2";
}

.fi-bs-fork:before {
  content: "\f6c3";
}

.fi-bs-forklift:before {
  content: "\f6c4";
}

.fi-bs-form:before {
  content: "\f6c5";
}

.fi-bs-fort:before {
  content: "\f6c6";
}

.fi-bs-forward-fast:before {
  content: "\f6c7";
}

.fi-bs-forward:before {
  content: "\f6c8";
}

.fi-bs-fox:before {
  content: "\f6c9";
}

.fi-bs-frame:before {
  content: "\f6ca";
}

.fi-bs-franc-sign:before {
  content: "\f6cb";
}

.fi-bs-free-delivery:before {
  content: "\f6cc";
}

.fi-bs-free:before {
  content: "\f6cd";
}

.fi-bs-french-fries:before {
  content: "\f6ce";
}

.fi-bs-friday:before {
  content: "\f6cf";
}

.fi-bs-frog:before {
  content: "\f6d0";
}

.fi-bs-frown:before {
  content: "\f6d1";
}

.fi-bs-ftp:before {
  content: "\f6d2";
}

.fi-bs-fuel-gauge:before {
  content: "\f6d3";
}

.fi-bs-function-process:before {
  content: "\f6d4";
}

.fi-bs-function-square:before {
  content: "\f6d5";
}

.fi-bs-function:before {
  content: "\f6d6";
}

.fi-bs-funnel-dollar:before {
  content: "\f6d7";
}

.fi-bs-g:before {
  content: "\f6d8";
}

.fi-bs-galaxy-alt:before {
  content: "\f6d9";
}

.fi-bs-galaxy-planet:before {
  content: "\f6da";
}

.fi-bs-galaxy-star:before {
  content: "\f6db";
}

.fi-bs-galaxy:before {
  content: "\f6dc";
}

.fi-bs-gallery-thumbnails:before {
  content: "\f6dd";
}

.fi-bs-gallery:before {
  content: "\f6de";
}

.fi-bs-game-board-alt:before {
  content: "\f6df";
}

.fi-bs-gamepad:before {
  content: "\f6e0";
}

.fi-bs-garage-car:before {
  content: "\f6e1";
}

.fi-bs-garage-open:before {
  content: "\f6e2";
}

.fi-bs-garage:before {
  content: "\f6e3";
}

.fi-bs-garlic-alt:before {
  content: "\f6e4";
}

.fi-bs-garlic:before {
  content: "\f6e5";
}

.fi-bs-gas-pump-alt:before {
  content: "\f6e6";
}

.fi-bs-gas-pump-slash:before {
  content: "\f6e7";
}

.fi-bs-gas-pump:before {
  content: "\f6e8";
}

.fi-bs-gauge-circle-bolt:before {
  content: "\f6e9";
}

.fi-bs-gauge-circle-minus:before {
  content: "\f6ea";
}

.fi-bs-gauge-circle-plus:before {
  content: "\f6eb";
}

.fi-bs-gavel:before {
  content: "\f6ec";
}

.fi-bs-gay-couple:before {
  content: "\f6ed";
}

.fi-bs-gears:before {
  content: "\f6ee";
}

.fi-bs-gem:before {
  content: "\f6ef";
}

.fi-bs-general:before {
  content: "\f6f0";
}

.fi-bs-ghost:before {
  content: "\f6f1";
}

.fi-bs-gif-square:before {
  content: "\f6f2";
}

.fi-bs-gif:before {
  content: "\f6f3";
}

.fi-bs-gift-box-benefits:before {
  content: "\f6f4";
}

.fi-bs-gift-card:before {
  content: "\f6f5";
}

.fi-bs-gift:before {
  content: "\f6f6";
}

.fi-bs-gifts:before {
  content: "\f6f7";
}

.fi-bs-gingerbread-man:before {
  content: "\f6f8";
}

.fi-bs-glass-champagne:before {
  content: "\f6f9";
}

.fi-bs-glass-cheers:before {
  content: "\f6fa";
}

.fi-bs-glass-citrus:before {
  content: "\f6fb";
}

.fi-bs-glass-empty:before {
  content: "\f6fc";
}

.fi-bs-glass-half:before {
  content: "\f6fd";
}

.fi-bs-glass-water-droplet:before {
  content: "\f6fe";
}

.fi-bs-glass-whiskey-rocks:before {
  content: "\f6ff";
}

.fi-bs-glass-whiskey:before {
  content: "\f700";
}

.fi-bs-glass:before {
  content: "\f701";
}

.fi-bs-glasses:before {
  content: "\f702";
}

.fi-bs-globe-alt:before {
  content: "\f703";
}

.fi-bs-globe-pointer:before {
  content: "\f704";
}

.fi-bs-globe-snow:before {
  content: "\f705";
}

.fi-bs-globe:before {
  content: "\f706";
}

.fi-bs-goal-net:before {
  content: "\f707";
}

.fi-bs-golf-ball:before {
  content: "\f708";
}

.fi-bs-golf-club:before {
  content: "\f709";
}

.fi-bs-golf-hole:before {
  content: "\f70a";
}

.fi-bs-golf:before {
  content: "\f70b";
}

.fi-bs-gopuram:before {
  content: "\f70c";
}

.fi-bs-government-budget:before {
  content: "\f70d";
}

.fi-bs-government-flag:before {
  content: "\f70e";
}

.fi-bs-government-user:before {
  content: "\f70f";
}

.fi-bs-gps-navigation:before {
  content: "\f710";
}

.fi-bs-graduation-cap:before {
  content: "\f711";
}

.fi-bs-gramophone:before {
  content: "\f712";
}

.fi-bs-grape:before {
  content: "\f713";
}

.fi-bs-graph-curve:before {
  content: "\f714";
}

.fi-bs-graphic-style:before {
  content: "\f715";
}

.fi-bs-graphic-tablet:before {
  content: "\f716";
}

.fi-bs-grate-droplet:before {
  content: "\f717";
}

.fi-bs-grate:before {
  content: "\f718";
}

.fi-bs-greater-than-equal:before {
  content: "\f719";
}

.fi-bs-greater-than:before {
  content: "\f71a";
}

.fi-bs-greek-helmet:before {
  content: "\f71b";
}

.fi-bs-grid-alt:before {
  content: "\f71c";
}

.fi-bs-grid-dividers:before {
  content: "\f71d";
}

.fi-bs-grid:before {
  content: "\f71e";
}

.fi-bs-grill-hot-alt:before {
  content: "\f71f";
}

.fi-bs-grill:before {
  content: "\f720";
}

.fi-bs-grimace:before {
  content: "\f721";
}

.fi-bs-grin-alt:before {
  content: "\f722";
}

.fi-bs-grin-beam-sweat:before {
  content: "\f723";
}

.fi-bs-grin-beam:before {
  content: "\f724";
}

.fi-bs-grin-hearts:before {
  content: "\f725";
}

.fi-bs-grin-squint-tears:before {
  content: "\f726";
}

.fi-bs-grin-squint:before {
  content: "\f727";
}

.fi-bs-grin-stars:before {
  content: "\f728";
}

.fi-bs-grin-tears:before {
  content: "\f729";
}

.fi-bs-grin-tongue-squint:before {
  content: "\f72a";
}

.fi-bs-grin-tongue-wink:before {
  content: "\f72b";
}

.fi-bs-grin-tongue:before {
  content: "\f72c";
}

.fi-bs-grin-wink:before {
  content: "\f72d";
}

.fi-bs-grin:before {
  content: "\f72e";
}

.fi-bs-grip-dots-vertical:before {
  content: "\f72f";
}

.fi-bs-grip-dots:before {
  content: "\f730";
}

.fi-bs-grip-horizontal:before {
  content: "\f731";
}

.fi-bs-grip-lines-vertical:before {
  content: "\f732";
}

.fi-bs-grip-lines:before {
  content: "\f733";
}

.fi-bs-grip-vertical:before {
  content: "\f734";
}

.fi-bs-grocery-bag:before {
  content: "\f735";
}

.fi-bs-grocery-basket:before {
  content: "\f736";
}

.fi-bs-group-arrows-rotate:before {
  content: "\f737";
}

.fi-bs-group-call:before {
  content: "\f738";
}

.fi-bs-group-community-social-media:before {
  content: "\f739";
}

.fi-bs-growth-chart-invest:before {
  content: "\f73a";
}

.fi-bs-guarani-sign:before {
  content: "\f73b";
}

.fi-bs-guide-alt:before {
  content: "\f73c";
}

.fi-bs-guide:before {
  content: "\f73d";
}

.fi-bs-guitar-electric:before {
  content: "\f73e";
}

.fi-bs-guitar:before {
  content: "\f73f";
}

.fi-bs-guitars:before {
  content: "\f740";
}

.fi-bs-gun-squirt:before {
  content: "\f741";
}

.fi-bs-gym:before {
  content: "\f742";
}

.fi-bs-h-square:before {
  content: "\f743";
}

.fi-bs-h:before {
  content: "\f744";
}

.fi-bs-h1:before {
  content: "\f745";
}

.fi-bs-h2:before {
  content: "\f746";
}

.fi-bs-h3:before {
  content: "\f747";
}

.fi-bs-h4:before {
  content: "\f748";
}

.fi-bs-hair-clipper:before {
  content: "\f749";
}

.fi-bs-hamburger-soda:before {
  content: "\f74a";
}

.fi-bs-hamburger:before {
  content: "\f74b";
}

.fi-bs-hammer-crash:before {
  content: "\f74c";
}

.fi-bs-hammer-war:before {
  content: "\f74d";
}

.fi-bs-hammer:before {
  content: "\f74e";
}

.fi-bs-hamsa:before {
  content: "\f74f";
}

.fi-bs-hand-back-fist:before {
  content: "\f750";
}

.fi-bs-hand-back-point-down:before {
  content: "\f751";
}

.fi-bs-hand-back-point-left:before {
  content: "\f752";
}

.fi-bs-hand-back-point-ribbon:before {
  content: "\f753";
}

.fi-bs-hand-back-point-right:before {
  content: "\f754";
}

.fi-bs-hand-bill:before {
  content: "\f755";
}

.fi-bs-hand-dots:before {
  content: "\f756";
}

.fi-bs-hand-fingers-crossed:before {
  content: "\f757";
}

.fi-bs-hand-fist:before {
  content: "\f758";
}

.fi-bs-hand-heart:before {
  content: "\f759";
}

.fi-bs-hand-holding-box:before {
  content: "\f75a";
}

.fi-bs-hand-holding-droplet:before {
  content: "\f75b";
}

.fi-bs-hand-holding-heart:before {
  content: "\f75c";
}

.fi-bs-hand-holding-magic:before {
  content: "\f75d";
}

.fi-bs-hand-holding-medical:before {
  content: "\f75e";
}

.fi-bs-hand-holding-seedling:before {
  content: "\f75f";
}

.fi-bs-hand-holding-skull:before {
  content: "\f760";
}

.fi-bs-hand-holding-usd:before {
  content: "\f761";
}

.fi-bs-hand-holding-water:before {
  content: "\f762";
}

.fi-bs-hand-horns:before {
  content: "\f763";
}

.fi-bs-hand-lizard:before {
  content: "\f764";
}

.fi-bs-hand-love:before {
  content: "\f765";
}

.fi-bs-hand-middle-finger:before {
  content: "\f766";
}

.fi-bs-hand-paper:before {
  content: "\f767";
}

.fi-bs-hand-peace:before {
  content: "\f768";
}

.fi-bs-hand-point-ribbon:before {
  content: "\f769";
}

.fi-bs-hand-scissors:before {
  content: "\f76a";
}

.fi-bs-hand-sparkles:before {
  content: "\f76b";
}

.fi-bs-hand-spock:before {
  content: "\f76c";
}

.fi-bs-hand-wave:before {
  content: "\f76d";
}

.fi-bs-hand:before {
  content: "\f76e";
}

.fi-bs-handmade:before {
  content: "\f76f";
}

.fi-bs-hands-bubbles:before {
  content: "\f770";
}

.fi-bs-hands-clapping:before {
  content: "\f771";
}

.fi-bs-hands-heart:before {
  content: "\f772";
}

.fi-bs-hands-holding-diamond:before {
  content: "\f773";
}

.fi-bs-hands-holding:before {
  content: "\f774";
}

.fi-bs-hands-usd:before {
  content: "\f775";
}

.fi-bs-handshake-angle:before {
  content: "\f776";
}

.fi-bs-handshake-deal-loan:before {
  content: "\f777";
}

.fi-bs-handshake-house:before {
  content: "\f778";
}

.fi-bs-handshake-simple-slash:before {
  content: "\f779";
}

.fi-bs-handshake-trust:before {
  content: "\f77a";
}

.fi-bs-handshake:before {
  content: "\f77b";
}

.fi-bs-happy:before {
  content: "\f77c";
}

.fi-bs-hard-hat:before {
  content: "\f77d";
}

.fi-bs-hashtag-lock:before {
  content: "\f77e";
}

.fi-bs-hastag:before {
  content: "\f77f";
}

.fi-bs-hat-beach:before {
  content: "\f780";
}

.fi-bs-hat-birthday:before {
  content: "\f781";
}

.fi-bs-hat-chef:before {
  content: "\f782";
}

.fi-bs-hat-cowboy-side:before {
  content: "\f783";
}

.fi-bs-hat-cowboy:before {
  content: "\f784";
}

.fi-bs-hat-santa:before {
  content: "\f785";
}

.fi-bs-hat-winter:before {
  content: "\f786";
}

.fi-bs-hat-witch:before {
  content: "\f787";
}

.fi-bs-hat-wizard:before {
  content: "\f788";
}

.fi-bs-hdd:before {
  content: "\f789";
}

.fi-bs-head-side-brain:before {
  content: "\f78a";
}

.fi-bs-head-side-cough-slash:before {
  content: "\f78b";
}

.fi-bs-head-side-cough:before {
  content: "\f78c";
}

.fi-bs-head-side-headphones:before {
  content: "\f78d";
}

.fi-bs-head-side-heart:before {
  content: "\f78e";
}

.fi-bs-head-side-mask:before {
  content: "\f78f";
}

.fi-bs-head-side-medical:before {
  content: "\f790";
}

.fi-bs-head-side-thinking:before {
  content: "\f791";
}

.fi-bs-head-side-virus:before {
  content: "\f792";
}

.fi-bs-head-side:before {
  content: "\f793";
}

.fi-bs-head-vr:before {
  content: "\f794";
}

.fi-bs-heading:before {
  content: "\f795";
}

.fi-bs-headphones:before {
  content: "\f796";
}

.fi-bs-headset:before {
  content: "\f797";
}

.fi-bs-heart-arrow:before {
  content: "\f798";
}

.fi-bs-heart-brain:before {
  content: "\f799";
}

.fi-bs-heart-crack:before {
  content: "\f79a";
}

.fi-bs-heart-half-stroke:before {
  content: "\f79b";
}

.fi-bs-heart-half:before {
  content: "\f79c";
}

.fi-bs-heart-health-muscle:before {
  content: "\f79d";
}

.fi-bs-heart-lock:before {
  content: "\f79e";
}

.fi-bs-heart-partner-handshake:before {
  content: "\f79f";
}

.fi-bs-heart-rate:before {
  content: "\f7a0";
}

.fi-bs-heart-slash:before {
  content: "\f7a1";
}

.fi-bs-heart-upside-down:before {
  content: "\f7a2";
}

.fi-bs-heart:before {
  content: "\f7a3";
}

.fi-bs-heat:before {
  content: "\f7a4";
}

.fi-bs-helicopter-side:before {
  content: "\f7a5";
}

.fi-bs-helmet-battle:before {
  content: "\f7a6";
}

.fi-bs-hexagon-check:before {
  content: "\f7a7";
}

.fi-bs-hexagon-divide:before {
  content: "\f7a8";
}

.fi-bs-hexagon-exclamation:before {
  content: "\f7a9";
}

.fi-bs-hexagon:before {
  content: "\f7aa";
}

.fi-bs-high-definition:before {
  content: "\f7ab";
}

.fi-bs-high-five-celebration-yes:before {
  content: "\f7ac";
}

.fi-bs-high-five:before {
  content: "\f7ad";
}

.fi-bs-highlighter-line:before {
  content: "\f7ae";
}

.fi-bs-highlighter:before {
  content: "\f7af";
}

.fi-bs-hiking:before {
  content: "\f7b0";
}

.fi-bs-hippo:before {
  content: "\f7b1";
}

.fi-bs-hockey-mask:before {
  content: "\f7b2";
}

.fi-bs-hockey-puck:before {
  content: "\f7b3";
}

.fi-bs-hockey-stick-puck:before {
  content: "\f7b4";
}

.fi-bs-hockey-sticks:before {
  content: "\f7b5";
}

.fi-bs-holding-hand-gear:before {
  content: "\f7b6";
}

.fi-bs-holding-hand-revenue:before {
  content: "\f7b7";
}

.fi-bs-holly-berry:before {
  content: "\f7b8";
}

.fi-bs-home-heart:before {
  content: "\f7b9";
}

.fi-bs-home-location-alt:before {
  content: "\f7ba";
}

.fi-bs-home-location:before {
  content: "\f7bb";
}

.fi-bs-home:before {
  content: "\f7bc";
}

.fi-bs-honey-pot:before {
  content: "\f7bd";
}

.fi-bs-hood-cloak:before {
  content: "\f7be";
}

.fi-bs-horizontal-rule:before {
  content: "\f7bf";
}

.fi-bs-horse-head:before {
  content: "\f7c0";
}

.fi-bs-horse-saddle:before {
  content: "\f7c1";
}

.fi-bs-horse:before {
  content: "\f7c2";
}

.fi-bs-horseshoe-broken:before {
  content: "\f7c3";
}

.fi-bs-horseshoe:before {
  content: "\f7c4";
}

.fi-bs-hose-reel:before {
  content: "\f7c5";
}

.fi-bs-hose:before {
  content: "\f7c6";
}

.fi-bs-hospital-symbol:before {
  content: "\f7c7";
}

.fi-bs-hospital-user:before {
  content: "\f7c8";
}

.fi-bs-hospital:before {
  content: "\f7c9";
}

.fi-bs-hospitals:before {
  content: "\f7ca";
}

.fi-bs-hot-tub:before {
  content: "\f7cb";
}

.fi-bs-hotdog:before {
  content: "\f7cc";
}

.fi-bs-hotel:before {
  content: "\f7cd";
}

.fi-bs-hourglass-end:before {
  content: "\f7ce";
}

.fi-bs-hourglass-start:before {
  content: "\f7cf";
}

.fi-bs-hourglass:before {
  content: "\f7d0";
}

.fi-bs-house-blank:before {
  content: "\f7d1";
}

.fi-bs-house-building:before {
  content: "\f7d2";
}

.fi-bs-house-chimney-blank:before {
  content: "\f7d3";
}

.fi-bs-house-chimney-crack:before {
  content: "\f7d4";
}

.fi-bs-house-chimney-heart:before {
  content: "\f7d5";
}

.fi-bs-house-chimney-medical:before {
  content: "\f7d6";
}

.fi-bs-house-chimney-user:before {
  content: "\f7d7";
}

.fi-bs-house-chimney-window:before {
  content: "\f7d8";
}

.fi-bs-house-chimney:before {
  content: "\f7d9";
}

.fi-bs-house-circle-check:before {
  content: "\f7da";
}

.fi-bs-house-circle-exclamation:before {
  content: "\f7db";
}

.fi-bs-house-circle-xmark:before {
  content: "\f7dc";
}

.fi-bs-house-crack-alt:before {
  content: "\f7dd";
}

.fi-bs-house-crack:before {
  content: "\f7de";
}

.fi-bs-house-day:before {
  content: "\f7df";
}

.fi-bs-house-fire:before {
  content: "\f7e0";
}

.fi-bs-house-flag:before {
  content: "\f7e1";
}

.fi-bs-house-flood:before {
  content: "\f7e2";
}

.fi-bs-house-laptop:before {
  content: "\f7e3";
}

.fi-bs-house-leave:before {
  content: "\f7e4";
}

.fi-bs-house-lock:before {
  content: "\f7e5";
}

.fi-bs-house-medical:before {
  content: "\f7e6";
}

.fi-bs-house-night:before {
  content: "\f7e7";
}

.fi-bs-house-return:before {
  content: "\f7e8";
}

.fi-bs-house-signal:before {
  content: "\f7e9";
}

.fi-bs-house-tree:before {
  content: "\f7ea";
}

.fi-bs-house-tsunami:before {
  content: "\f7eb";
}

.fi-bs-house-turret:before {
  content: "\f7ec";
}

.fi-bs-house-user:before {
  content: "\f7ed";
}

.fi-bs-house-window:before {
  content: "\f7ee";
}

.fi-bs-hr-group:before {
  content: "\f7ef";
}

.fi-bs-hr-person:before {
  content: "\f7f0";
}

.fi-bs-hr:before {
  content: "\f7f1";
}

.fi-bs-hryvnia:before {
  content: "\f7f2";
}

.fi-bs-humidity:before {
  content: "\f7f3";
}

.fi-bs-hundred-points:before {
  content: "\f7f4";
}

.fi-bs-hurricane:before {
  content: "\f7f5";
}

.fi-bs-i:before {
  content: "\f7f6";
}

.fi-bs-ice-cream:before {
  content: "\f7f7";
}

.fi-bs-ice-skate:before {
  content: "\f7f8";
}

.fi-bs-icicles:before {
  content: "\f7f9";
}

.fi-bs-icon-star:before {
  content: "\f7fa";
}

.fi-bs-id-badge:before {
  content: "\f7fb";
}

.fi-bs-id-card-clip-alt:before {
  content: "\f7fc";
}

.fi-bs-igloo:before {
  content: "\f7fd";
}

.fi-bs-image-slash:before {
  content: "\f7fe";
}

.fi-bs-images-user:before {
  content: "\f7ff";
}

.fi-bs-images:before {
  content: "\f800";
}

.fi-bs-improve-user:before {
  content: "\f801";
}

.fi-bs-inbox-full:before {
  content: "\f802";
}

.fi-bs-inbox-in:before {
  content: "\f803";
}

.fi-bs-inbox-out:before {
  content: "\f804";
}

.fi-bs-inbox:before {
  content: "\f805";
}

.fi-bs-inboxes:before {
  content: "\f806";
}

.fi-bs-incense-sticks-yoga:before {
  content: "\f807";
}

.fi-bs-incognito:before {
  content: "\f808";
}

.fi-bs-indent:before {
  content: "\f809";
}

.fi-bs-indian-rupee-sign:before {
  content: "\f80a";
}

.fi-bs-industry-alt:before {
  content: "\f80b";
}

.fi-bs-industry-windows:before {
  content: "\f80c";
}

.fi-bs-infinity:before {
  content: "\f80d";
}

.fi-bs-info-guide:before {
  content: "\f80e";
}

.fi-bs-info:before {
  content: "\f80f";
}

.fi-bs-information:before {
  content: "\f810";
}

.fi-bs-inhaler:before {
  content: "\f811";
}

.fi-bs-input-numeric:before {
  content: "\f812";
}

.fi-bs-input-pipe:before {
  content: "\f813";
}

.fi-bs-input-text:before {
  content: "\f814";
}

.fi-bs-insert-alt:before {
  content: "\f815";
}

.fi-bs-insert-arrows:before {
  content: "\f816";
}

.fi-bs-insert-button-circle:before {
  content: "\f817";
}

.fi-bs-insert-credit-card:before {
  content: "\f818";
}

.fi-bs-insert-square:before {
  content: "\f819";
}

.fi-bs-insert:before {
  content: "\f81a";
}

.fi-bs-insight-alt:before {
  content: "\f81b";
}

.fi-bs-insight-head:before {
  content: "\f81c";
}

.fi-bs-insight:before {
  content: "\f81d";
}

.fi-bs-integral:before {
  content: "\f81e";
}

.fi-bs-interactive:before {
  content: "\f81f";
}

.fi-bs-interlining:before {
  content: "\f820";
}

.fi-bs-internet-speed-wifi:before {
  content: "\f821";
}

.fi-bs-interrogation:before {
  content: "\f822";
}

.fi-bs-intersection:before {
  content: "\f823";
}

.fi-bs-introduction-handshake:before {
  content: "\f824";
}

.fi-bs-introduction:before {
  content: "\f825";
}

.fi-bs-inventory-alt:before {
  content: "\f826";
}

.fi-bs-invest:before {
  content: "\f827";
}

.fi-bs-investment:before {
  content: "\f828";
}

.fi-bs-invite-alt:before {
  content: "\f829";
}

.fi-bs-invite:before {
  content: "\f82a";
}

.fi-bs-iot-alt:before {
  content: "\f82b";
}

.fi-bs-iot:before {
  content: "\f82c";
}

.fi-bs-ip-address:before {
  content: "\f82d";
}

.fi-bs-island-tropical:before {
  content: "\f82e";
}

.fi-bs-issue-loupe:before {
  content: "\f82f";
}

.fi-bs-it-alt:before {
  content: "\f830";
}

.fi-bs-it-computer:before {
  content: "\f831";
}

.fi-bs-it:before {
  content: "\f832";
}

.fi-bs-italian-lira-sign:before {
  content: "\f833";
}

.fi-bs-italic:before {
  content: "\f834";
}

.fi-bs-j:before {
  content: "\f835";
}

.fi-bs-jam:before {
  content: "\f836";
}

.fi-bs-jar-alt:before {
  content: "\f837";
}

.fi-bs-jar-wheat:before {
  content: "\f838";
}

.fi-bs-javascript:before {
  content: "\f839";
}

.fi-bs-joint:before {
  content: "\f83a";
}

.fi-bs-joker:before {
  content: "\f83b";
}

.fi-bs-journal-alt:before {
  content: "\f83c";
}

.fi-bs-journal:before {
  content: "\f83d";
}

.fi-bs-journey:before {
  content: "\f83e";
}

.fi-bs-joystick:before {
  content: "\f83f";
}

.fi-bs-jpg:before {
  content: "\f840";
}

.fi-bs-jug-alt:before {
  content: "\f841";
}

.fi-bs-jug-bottle:before {
  content: "\f842";
}

.fi-bs-jug:before {
  content: "\f843";
}

.fi-bs-jumping-rope:before {
  content: "\f844";
}

.fi-bs-k:before {
  content: "\f845";
}

.fi-bs-kaaba:before {
  content: "\f846";
}

.fi-bs-kazoo:before {
  content: "\f847";
}

.fi-bs-kerning:before {
  content: "\f848";
}

.fi-bs-key-lock-crypto:before {
  content: "\f849";
}

.fi-bs-key-skeleton-left-right:before {
  content: "\f84a";
}

.fi-bs-key:before {
  content: "\f84b";
}

.fi-bs-keyboard-brightness-low:before {
  content: "\f84c";
}

.fi-bs-keyboard-brightness:before {
  content: "\f84d";
}

.fi-bs-keyboard-down:before {
  content: "\f84e";
}

.fi-bs-keyboard-left:before {
  content: "\f84f";
}

.fi-bs-keyboard:before {
  content: "\f850";
}

.fi-bs-keynote:before {
  content: "\f851";
}

.fi-bs-kidneys:before {
  content: "\f852";
}

.fi-bs-kip-sign:before {
  content: "\f853";
}

.fi-bs-kiss-beam:before {
  content: "\f854";
}

.fi-bs-kiss-wink-heart:before {
  content: "\f855";
}

.fi-bs-kiss:before {
  content: "\f856";
}

.fi-bs-kite:before {
  content: "\f857";
}

.fi-bs-kiwi-bird:before {
  content: "\f858";
}

.fi-bs-kiwi-fruit:before {
  content: "\f859";
}

.fi-bs-knife-kitchen:before {
  content: "\f85a";
}

.fi-bs-knife:before {
  content: "\f85b";
}

.fi-bs-knitting:before {
  content: "\f85c";
}

.fi-bs-kpi-evaluation:before {
  content: "\f85d";
}

.fi-bs-kpi:before {
  content: "\f85e";
}

.fi-bs-l:before {
  content: "\f85f";
}

.fi-bs-label:before {
  content: "\f860";
}

.fi-bs-lacrosse-stick-ball:before {
  content: "\f861";
}

.fi-bs-lacrosse-stick:before {
  content: "\f862";
}

.fi-bs-lambda:before {
  content: "\f863";
}

.fi-bs-lamp-desk:before {
  content: "\f864";
}

.fi-bs-lamp-floor:before {
  content: "\f865";
}

.fi-bs-lamp-street:before {
  content: "\f866";
}

.fi-bs-lamp:before {
  content: "\f867";
}

.fi-bs-land-layer-location:before {
  content: "\f868";
}

.fi-bs-land-layers:before {
  content: "\f869";
}

.fi-bs-land-location:before {
  content: "\f86a";
}

.fi-bs-landmark-alt:before {
  content: "\f86b";
}

.fi-bs-language:before {
  content: "\f86c";
}

.fi-bs-laptop-arrow-down:before {
  content: "\f86d";
}

.fi-bs-laptop-binary:before {
  content: "\f86e";
}

.fi-bs-laptop-code:before {
  content: "\f86f";
}

.fi-bs-laptop-medical:before {
  content: "\f870";
}

.fi-bs-laptop-mobile:before {
  content: "\f871";
}

.fi-bs-laptop-slash:before {
  content: "\f872";
}

.fi-bs-laptop:before {
  content: "\f873";
}

.fi-bs-lari-sign:before {
  content: "\f874";
}

.fi-bs-lasso-sparkles:before {
  content: "\f875";
}

.fi-bs-lasso:before {
  content: "\f876";
}

.fi-bs-last-square:before {
  content: "\f877";
}

.fi-bs-laugh-beam:before {
  content: "\f878";
}

.fi-bs-laugh-squint:before {
  content: "\f879";
}

.fi-bs-laugh-wink:before {
  content: "\f87a";
}

.fi-bs-laugh:before {
  content: "\f87b";
}

.fi-bs-lawyer-man:before {
  content: "\f87c";
}

.fi-bs-lawyer-woman:before {
  content: "\f87d";
}

.fi-bs-layer-minus:before {
  content: "\f87e";
}

.fi-bs-layer-plus:before {
  content: "\f87f";
}

.fi-bs-layers:before {
  content: "\f880";
}

.fi-bs-layout-fluid:before {
  content: "\f881";
}

.fi-bs-lead-funnel:before {
  content: "\f882";
}

.fi-bs-lead-management:before {
  content: "\f883";
}

.fi-bs-lead:before {
  content: "\f884";
}

.fi-bs-leader-alt:before {
  content: "\f885";
}

.fi-bs-leader-speech:before {
  content: "\f886";
}

.fi-bs-leader:before {
  content: "\f887";
}

.fi-bs-leaderboard-alt:before {
  content: "\f888";
}

.fi-bs-leaderboard-trophy:before {
  content: "\f889";
}

.fi-bs-leaderboard:before {
  content: "\f88a";
}

.fi-bs-leadership-alt:before {
  content: "\f88b";
}

.fi-bs-leadership:before {
  content: "\f88c";
}

.fi-bs-leaf-heart:before {
  content: "\f88d";
}

.fi-bs-leaf-maple:before {
  content: "\f88e";
}

.fi-bs-leaf-oak:before {
  content: "\f88f";
}

.fi-bs-leaf:before {
  content: "\f890";
}

.fi-bs-leafy-green:before {
  content: "\f891";
}

.fi-bs-leave:before {
  content: "\f892";
}

.fi-bs-left-from-bracket:before {
  content: "\f893";
}

.fi-bs-left:before {
  content: "\f894";
}

.fi-bs-legal:before {
  content: "\f895";
}

.fi-bs-lemon:before {
  content: "\f896";
}

.fi-bs-lesbian-couple:before {
  content: "\f897";
}

.fi-bs-less-than-equal:before {
  content: "\f898";
}

.fi-bs-less-than:before {
  content: "\f899";
}

.fi-bs-lesson-class:before {
  content: "\f89a";
}

.fi-bs-lesson:before {
  content: "\f89b";
}

.fi-bs-letter-case:before {
  content: "\f89c";
}

.fi-bs-lettuce:before {
  content: "\f89d";
}

.fi-bs-level-down-alt:before {
  content: "\f89e";
}

.fi-bs-level-down:before {
  content: "\f89f";
}

.fi-bs-level-up-alt:before {
  content: "\f8a0";
}

.fi-bs-level-up:before {
  content: "\f8a1";
}

.fi-bs-license:before {
  content: "\f8a2";
}

.fi-bs-life-ring:before {
  content: "\f8a3";
}

.fi-bs-life:before {
  content: "\f8a4";
}

.fi-bs-light-ceiling:before {
  content: "\f8a5";
}

.fi-bs-light-emergency-on:before {
  content: "\f8a6";
}

.fi-bs-light-emergency:before {
  content: "\f8a7";
}

.fi-bs-light-switch-off:before {
  content: "\f8a8";
}

.fi-bs-light-switch-on:before {
  content: "\f8a9";
}

.fi-bs-light-switch:before {
  content: "\f8aa";
}

.fi-bs-lightbulb-cfl-on:before {
  content: "\f8ab";
}

.fi-bs-lightbulb-cfl:before {
  content: "\f8ac";
}

.fi-bs-lightbulb-dollar:before {
  content: "\f8ad";
}

.fi-bs-lightbulb-exclamation:before {
  content: "\f8ae";
}

.fi-bs-lightbulb-head:before {
  content: "\f8af";
}

.fi-bs-lightbulb-on:before {
  content: "\f8b0";
}

.fi-bs-lightbulb-question:before {
  content: "\f8b1";
}

.fi-bs-lightbulb-setting:before {
  content: "\f8b2";
}

.fi-bs-lightbulb-slash:before {
  content: "\f8b3";
}

.fi-bs-lighthouse:before {
  content: "\f8b4";
}

.fi-bs-lights-holiday:before {
  content: "\f8b5";
}

.fi-bs-limit-hand:before {
  content: "\f8b6";
}

.fi-bs-limit-speedometer:before {
  content: "\f8b7";
}

.fi-bs-line-width:before {
  content: "\f8b8";
}

.fi-bs-link-alt:before {
  content: "\f8b9";
}

.fi-bs-link-horizontal-slash:before {
  content: "\f8ba";
}

.fi-bs-link-horizontal:before {
  content: "\f8bb";
}

.fi-bs-link-slash-alt:before {
  content: "\f8bc";
}

.fi-bs-link-slash:before {
  content: "\f8bd";
}

.fi-bs-link:before {
  content: "\f8be";
}

.fi-bs-lion-head:before {
  content: "\f8bf";
}

.fi-bs-lion:before {
  content: "\f8c0";
}

.fi-bs-lips:before {
  content: "\f8c1";
}

.fi-bs-lipstick:before {
  content: "\f8c2";
}

.fi-bs-lira-sign:before {
  content: "\f8c3";
}

.fi-bs-list-check:before {
  content: "\f8c4";
}

.fi-bs-list-dropdown:before {
  content: "\f8c5";
}

.fi-bs-list-music:before {
  content: "\f8c6";
}

.fi-bs-list-timeline:before {
  content: "\f8c7";
}

.fi-bs-list:before {
  content: "\f8c8";
}

.fi-bs-litecoin-sign:before {
  content: "\f8c9";
}

.fi-bs-live-alt:before {
  content: "\f8ca";
}

.fi-bs-live:before {
  content: "\f8cb";
}

.fi-bs-loading:before {
  content: "\f8cc";
}

.fi-bs-loan:before {
  content: "\f8cd";
}

.fi-bs-lobster:before {
  content: "\f8ce";
}

.fi-bs-location-alt:before {
  content: "\f8cf";
}

.fi-bs-location-arrow:before {
  content: "\f8d0";
}

.fi-bs-location-crosshairs-slash:before {
  content: "\f8d1";
}

.fi-bs-location-crosshairs:before {
  content: "\f8d2";
}

.fi-bs-location-dot-slash:before {
  content: "\f8d3";
}

.fi-bs-location-exclamation:before {
  content: "\f8d4";
}

.fi-bs-location-pin-call:before {
  content: "\f8d5";
}

.fi-bs-lock-alt:before {
  content: "\f8d6";
}

.fi-bs-lock-hashtag:before {
  content: "\f8d7";
}

.fi-bs-lock-open-alt:before {
  content: "\f8d8";
}

.fi-bs-lock:before {
  content: "\f8d9";
}

.fi-bs-locust:before {
  content: "\f8da";
}

.fi-bs-loop-square:before {
  content: "\f8db";
}

.fi-bs-loveseat:before {
  content: "\f8dc";
}

.fi-bs-low-vision:before {
  content: "\f8dd";
}

.fi-bs-luchador:before {
  content: "\f8de";
}

.fi-bs-luggage-cart:before {
  content: "\f8df";
}

.fi-bs-luggage-rolling:before {
  content: "\f8e0";
}

.fi-bs-lungs-virus:before {
  content: "\f8e1";
}

.fi-bs-lungs:before {
  content: "\f8e2";
}

.fi-bs-m:before {
  content: "\f8e3";
}

.fi-bs-mace:before {
  content: "\f8e4";
}

.fi-bs-magic-wand:before {
  content: "\f8e5";
}

.fi-bs-magnet-user:before {
  content: "\f8e6";
}

.fi-bs-magnet:before {
  content: "\f8e7";
}

.fi-bs-mailbox-envelope:before {
  content: "\f8e8";
}

.fi-bs-mailbox-flag-up:before {
  content: "\f8e9";
}

.fi-bs-mailbox:before {
  content: "\f8ea";
}

.fi-bs-makeup-brush:before {
  content: "\f8eb";
}

.fi-bs-man-head:before {
  content: "\f8ec";
}

.fi-bs-man-scientist:before {
  content: "\f8ed";
}

.fi-bs-manat-sign:before {
  content: "\f8ee";
}

.fi-bs-mandolin:before {
  content: "\f8ef";
}

.fi-bs-mango:before {
  content: "\f8f0";
}

.fi-bs-manhole:before {
  content: "\f8f1";
}

.fi-bs-map-location-track:before {
  content: "\f8f2";
}

.fi-bs-map-marker-check:before {
  content: "\f8f3";
}

.fi-bs-map-marker-cross:before {
  content: "\f8f4";
}

.fi-bs-map-marker-edit:before {
  content: "\f8f5";
}

.fi-bs-map-marker-home:before {
  content: "\f8f6";
}

.fi-bs-map-marker-minus:before {
  content: "\f8f7";
}

.fi-bs-map-marker-plus:before {
  content: "\f8f8";
}

.fi-bs-map-marker-question:before {
  content: "\f8f9";
}

.fi-bs-map-marker-slash:before {
  content: "\f8fa";
}

.fi-bs-map-marker-smile:before {
  content: "\f8fb";
}

.fi-bs-map-marker:before {
  content: "\f8fc";
}

.fi-bs-map-pin:before {
  content: "\f8fd";
}

.fi-bs-map-point:before {
  content: "\f8fe";
}

.fi-bs-map:before {
  content: "\f8ff";
}

.fi-bs-marker-time:before {
  content: "豈";
}

.fi-bs-marker:before {
  content: "更";
}

.fi-bs-marketplace-alt:before {
  content: "車";
}

.fi-bs-marketplace-store:before {
  content: "賈";
}

.fi-bs-marketplace:before {
  content: "滑";
}

.fi-bs-mars-double:before {
  content: "串";
}

.fi-bs-mars-stroke-right:before {
  content: "句";
}

.fi-bs-mars-stroke-up:before {
  content: "龜";
}

.fi-bs-mars:before {
  content: "龜";
}

.fi-bs-martini-glass-citrus:before {
  content: "契";
}

.fi-bs-martini-glass-empty:before {
  content: "金";
}

.fi-bs-mask-carnival:before {
  content: "喇";
}

.fi-bs-mask-face:before {
  content: "奈";
}

.fi-bs-mask-snorkel:before {
  content: "懶";
}

.fi-bs-massage:before {
  content: "癩";
}

.fi-bs-match-fire:before {
  content: "羅";
}

.fi-bs-mattress-pillow:before {
  content: "蘿";
}

.fi-bs-measuring-tape:before {
  content: "螺";
}

.fi-bs-meat:before {
  content: "裸";
}

.fi-bs-medal:before {
  content: "邏";
}

.fi-bs-medical-star:before {
  content: "樂";
}

.fi-bs-medicine:before {
  content: "洛";
}

.fi-bs-meditation:before {
  content: "烙";
}

.fi-bs-meeting-alt:before {
  content: "珞";
}

.fi-bs-meeting:before {
  content: "落";
}

.fi-bs-megaphone-announcement-leader:before {
  content: "酪";
}

.fi-bs-megaphone:before {
  content: "駱";
}

.fi-bs-meh-blank:before {
  content: "亂";
}

.fi-bs-meh-rolling-eyes:before {
  content: "卵";
}

.fi-bs-meh:before {
  content: "欄";
}

.fi-bs-melon-alt:before {
  content: "爛";
}

.fi-bs-melon:before {
  content: "蘭";
}

.fi-bs-member-list:before {
  content: "鸞";
}

.fi-bs-member-search:before {
  content: "嵐";
}

.fi-bs-membership-vip:before {
  content: "濫";
}

.fi-bs-membership:before {
  content: "藍";
}

.fi-bs-memo-circle-check:before {
  content: "襤";
}

.fi-bs-memo-pad:before {
  content: "拉";
}

.fi-bs-memo:before {
  content: "臘";
}

.fi-bs-memory:before {
  content: "蠟";
}

.fi-bs-menu-burger:before {
  content: "廊";
}

.fi-bs-menu-dots-vertical:before {
  content: "朗";
}

.fi-bs-menu-dots:before {
  content: "浪";
}

.fi-bs-mercury:before {
  content: "狼";
}

.fi-bs-message-arrow-down:before {
  content: "郎";
}

.fi-bs-message-arrow-up-right:before {
  content: "來";
}

.fi-bs-message-arrow-up:before {
  content: "冷";
}

.fi-bs-message-bot:before {
  content: "勞";
}

.fi-bs-message-code:before {
  content: "擄";
}

.fi-bs-message-dollar:before {
  content: "櫓";
}

.fi-bs-message-heart:before {
  content: "爐";
}

.fi-bs-message-image:before {
  content: "盧";
}

.fi-bs-message-question:before {
  content: "老";
}

.fi-bs-message-quote:before {
  content: "蘆";
}

.fi-bs-message-slash:before {
  content: "虜";
}

.fi-bs-message-sms:before {
  content: "路";
}

.fi-bs-message-text:before {
  content: "露";
}

.fi-bs-message-xmark:before {
  content: "魯";
}

.fi-bs-messages-dollar:before {
  content: "鷺";
}

.fi-bs-messages-question:before {
  content: "碌";
}

.fi-bs-messages:before {
  content: "祿";
}

.fi-bs-meteor:before {
  content: "綠";
}

.fi-bs-meter-bolt:before {
  content: "菉";
}

.fi-bs-meter-droplet:before {
  content: "錄";
}

.fi-bs-meter-fire:before {
  content: "鹿";
}

.fi-bs-meter:before {
  content: "論";
}

.fi-bs-method:before {
  content: "壟";
}

.fi-bs-microchip-ai:before {
  content: "弄";
}

.fi-bs-microchip:before {
  content: "籠";
}

.fi-bs-microphone-alt:before {
  content: "聾";
}

.fi-bs-microphone-slash:before {
  content: "牢";
}

.fi-bs-microphone:before {
  content: "磊";
}

.fi-bs-microscope:before {
  content: "賂";
}

.fi-bs-microwave:before {
  content: "雷";
}

.fi-bs-milk-alt:before {
  content: "壘";
}

.fi-bs-milk:before {
  content: "屢";
}

.fi-bs-mill-sign:before {
  content: "樓";
}

.fi-bs-mind-share:before {
  content: "淚";
}

.fi-bs-minus-circle:before {
  content: "漏";
}

.fi-bs-minus-hexagon:before {
  content: "累";
}

.fi-bs-minus-small:before {
  content: "縷";
}

.fi-bs-minus:before {
  content: "陋";
}

.fi-bs-mistletoe:before {
  content: "勒";
}

.fi-bs-mix:before {
  content: "肋";
}

.fi-bs-mobile-button:before {
  content: "凜";
}

.fi-bs-mobile-notch:before {
  content: "凌";
}

.fi-bs-mobile:before {
  content: "稜";
}

.fi-bs-mockup:before {
  content: "綾";
}

.fi-bs-mode-alt:before {
  content: "菱";
}

.fi-bs-mode-landscape:before {
  content: "陵";
}

.fi-bs-mode-portrait:before {
  content: "讀";
}

.fi-bs-mode:before {
  content: "拏";
}

.fi-bs-model-cube-arrows:before {
  content: "樂";
}

.fi-bs-model-cube-space:before {
  content: "諾";
}

.fi-bs-model-cube:before {
  content: "丹";
}

.fi-bs-module:before {
  content: "寧";
}

.fi-bs-monday:before {
  content: "怒";
}

.fi-bs-money-bill-simple:before {
  content: "率";
}

.fi-bs-money-bill-transfer:before {
  content: "異";
}

.fi-bs-money-bill-wave-alt:before {
  content: "北";
}

.fi-bs-money-bill-wave:before {
  content: "磻";
}

.fi-bs-money-bills-simple:before {
  content: "便";
}

.fi-bs-money-bills:before {
  content: "復";
}

.fi-bs-money-check-edit-alt:before {
  content: "不";
}

.fi-bs-money-check-edit:before {
  content: "泌";
}

.fi-bs-money-check:before {
  content: "數";
}

.fi-bs-money-coin-transfer:before {
  content: "索";
}

.fi-bs-money-from-bracket:before {
  content: "參";
}

.fi-bs-money-simple-from-bracket:before {
  content: "塞";
}

.fi-bs-money-transfer-alt:before {
  content: "省";
}

.fi-bs-money-transfer-coin-arrow:before {
  content: "葉";
}

.fi-bs-money-transfer-smartphone:before {
  content: "說";
}

.fi-bs-money-wings:before {
  content: "殺";
}

.fi-bs-money:before {
  content: "辰";
}

.fi-bs-monkey:before {
  content: "沈";
}

.fi-bs-monument:before {
  content: "拾";
}

.fi-bs-moon-stars:before {
  content: "若";
}

.fi-bs-moon:before {
  content: "掠";
}

.fi-bs-moped:before {
  content: "略";
}

.fi-bs-mortar-pestle:before {
  content: "亮";
}

.fi-bs-mortgage:before {
  content: "兩";
}

.fi-bs-mosque-alt:before {
  content: "凉";
}

.fi-bs-mosque-moon:before {
  content: "梁";
}

.fi-bs-mosque:before {
  content: "糧";
}

.fi-bs-mosquito-net:before {
  content: "良";
}

.fi-bs-mosquito:before {
  content: "諒";
}

.fi-bs-motorcycle:before {
  content: "量";
}

.fi-bs-mound:before {
  content: "勵";
}

.fi-bs-mountain-city:before {
  content: "呂";
}

.fi-bs-mountain:before {
  content: "女";
}

.fi-bs-mountains:before {
  content: "廬";
}

.fi-bs-mouse-field:before {
  content: "旅";
}

.fi-bs-mouse:before {
  content: "濾";
}

.fi-bs-mov-file:before {
  content: "礪";
}

.fi-bs-move-to-folder-2:before {
  content: "閭";
}

.fi-bs-move-to-folder:before {
  content: "驪";
}

.fi-bs-mp3-file:before {
  content: "麗";
}

.fi-bs-mp3-player:before {
  content: "黎";
}

.fi-bs-mp4-file:before {
  content: "力";
}

.fi-bs-mug-alt:before {
  content: "曆";
}

.fi-bs-mug-hot-alt:before {
  content: "歷";
}

.fi-bs-mug-hot:before {
  content: "轢";
}

.fi-bs-mug-marshmallows:before {
  content: "年";
}

.fi-bs-mug-tea-saucer:before {
  content: "憐";
}

.fi-bs-mug-tea:before {
  content: "戀";
}

.fi-bs-mug:before {
  content: "撚";
}

.fi-bs-multiple-alt:before {
  content: "漣";
}

.fi-bs-multiple:before {
  content: "煉";
}

.fi-bs-muscle:before {
  content: "璉";
}

.fi-bs-mushroom-alt:before {
  content: "秊";
}

.fi-bs-mushroom:before {
  content: "練";
}

.fi-bs-music-alt:before {
  content: "聯";
}

.fi-bs-music-file:before {
  content: "輦";
}

.fi-bs-music-note-slash:before {
  content: "蓮";
}

.fi-bs-music-note:before {
  content: "連";
}

.fi-bs-music-slash:before {
  content: "鍊";
}

.fi-bs-music:before {
  content: "列";
}

.fi-bs-n:before {
  content: "劣";
}

.fi-bs-naira-sign:before {
  content: "咽";
}

.fi-bs-narwhal:before {
  content: "烈";
}

.fi-bs-navigation:before {
  content: "裂";
}

.fi-bs-nesting-dolls:before {
  content: "說";
}

.fi-bs-network-analytic:before {
  content: "廉";
}

.fi-bs-network-cloud:before {
  content: "念";
}

.fi-bs-network:before {
  content: "捻";
}

.fi-bs-neuter:before {
  content: "殮";
}

.fi-bs-newsletter-subscribe:before {
  content: "簾";
}

.fi-bs-newspaper-open:before {
  content: "獵";
}

.fi-bs-newspaper:before {
  content: "令";
}

.fi-bs-nfc-lock:before {
  content: "囹";
}

.fi-bs-nfc-magnifying-glass:before {
  content: "寧";
}

.fi-bs-nfc-pen:before {
  content: "嶺";
}

.fi-bs-nfc-slash:before {
  content: "怜";
}

.fi-bs-nfc-trash:before {
  content: "玲";
}

.fi-bs-nfc:before {
  content: "瑩";
}

.fi-bs-night-day:before {
  content: "羚";
}

.fi-bs-no-fee:before {
  content: "聆";
}

.fi-bs-no-people:before {
  content: "鈴";
}

.fi-bs-noodles:before {
  content: "零";
}

.fi-bs-nose:before {
  content: "靈";
}

.fi-bs-not-equal:before {
  content: "領";
}

.fi-bs-not-found-alt:before {
  content: "例";
}

.fi-bs-not-found-magnifying-glass:before {
  content: "禮";
}

.fi-bs-not-found:before {
  content: "醴";
}

.fi-bs-notdef:before {
  content: "隸";
}

.fi-bs-note-medical:before {
  content: "惡";
}

.fi-bs-note-sticky:before {
  content: "了";
}

.fi-bs-note:before {
  content: "僚";
}

.fi-bs-notebook-alt:before {
  content: "寮";
}

.fi-bs-notebook:before {
  content: "尿";
}

.fi-bs-notes-medical:before {
  content: "料";
}

.fi-bs-notes:before {
  content: "樂";
}

.fi-bs-o:before {
  content: "燎";
}

.fi-bs-object-exclude:before {
  content: "療";
}

.fi-bs-object-group:before {
  content: "蓼";
}

.fi-bs-object-intersect:before {
  content: "遼";
}

.fi-bs-object-subtract:before {
  content: "龍";
}

.fi-bs-object-ungroup:before {
  content: "暈";
}

.fi-bs-object-union:before {
  content: "阮";
}

.fi-bs-objects-column:before {
  content: "劉";
}

.fi-bs-octagon-check:before {
  content: "杻";
}

.fi-bs-octagon-divide:before {
  content: "柳";
}

.fi-bs-octagon-exclamation:before {
  content: "流";
}

.fi-bs-octagon-minus:before {
  content: "溜";
}

.fi-bs-octagon-plus:before {
  content: "琉";
}

.fi-bs-octagon-xmark:before {
  content: "留";
}

.fi-bs-octagon:before {
  content: "硫";
}

.fi-bs-oil-can:before {
  content: "紐";
}

.fi-bs-oil-temp:before {
  content: "類";
}

.fi-bs-olive-oil:before {
  content: "六";
}

.fi-bs-olive:before {
  content: "戮";
}

.fi-bs-olives:before {
  content: "陸";
}

.fi-bs-om:before {
  content: "倫";
}

.fi-bs-omega:before {
  content: "崙";
}

.fi-bs-onboarding:before {
  content: "淪";
}

.fi-bs-onion:before {
  content: "輪";
}

.fi-bs-opacity:before {
  content: "律";
}

.fi-bs-open-mail-clip:before {
  content: "慄";
}

.fi-bs-operating-system-upgrade:before {
  content: "栗";
}

.fi-bs-operation:before {
  content: "率";
}

.fi-bs-order-history:before {
  content: "隆";
}

.fi-bs-organization-chart:before {
  content: "利";
}

.fi-bs-ornament:before {
  content: "吏";
}

.fi-bs-otp:before {
  content: "履";
}

.fi-bs-otter:before {
  content: "易";
}

.fi-bs-outdent:before {
  content: "李";
}

.fi-bs-oval-alt:before {
  content: "梨";
}

.fi-bs-oval:before {
  content: "泥";
}

.fi-bs-oven:before {
  content: "理";
}

.fi-bs-overline:before {
  content: "痢";
}

.fi-bs-overview:before {
  content: "罹";
}

.fi-bs-p:before {
  content: "裏";
}

.fi-bs-package:before {
  content: "裡";
}

.fi-bs-padlock-check:before {
  content: "里";
}

.fi-bs-page-break:before {
  content: "離";
}

.fi-bs-pager:before {
  content: "匿";
}

.fi-bs-paid:before {
  content: "溺";
}

.fi-bs-paint-brush:before {
  content: "吝";
}

.fi-bs-paint-roller:before {
  content: "燐";
}

.fi-bs-paintbrush-pencil:before {
  content: "璘";
}

.fi-bs-palette:before {
  content: "藺";
}

.fi-bs-pallet-alt:before {
  content: "隣";
}

.fi-bs-pallet:before {
  content: "鱗";
}

.fi-bs-pan-food:before {
  content: "麟";
}

.fi-bs-pan-frying:before {
  content: "林";
}

.fi-bs-pan:before {
  content: "淋";
}

.fi-bs-pancakes:before {
  content: "臨";
}

.fi-bs-panorama:before {
  content: "立";
}

.fi-bs-paper-plane-launch:before {
  content: "笠";
}

.fi-bs-paper-plane-top:before {
  content: "粒";
}

.fi-bs-paper-plane:before {
  content: "狀";
}

.fi-bs-paperclip-vertical:before {
  content: "炙";
}

.fi-bs-parachute-box:before {
  content: "識";
}

.fi-bs-paragraph-left:before {
  content: "什";
}

.fi-bs-paragraph:before {
  content: "茶";
}

.fi-bs-parking-circle-slash:before {
  content: "刺";
}

.fi-bs-parking-circle:before {
  content: "切";
}

.fi-bs-parking-slash:before {
  content: "度";
}

.fi-bs-parking:before {
  content: "拓";
}

.fi-bs-party-bell:before {
  content: "糖";
}

.fi-bs-party-horn:before {
  content: "宅";
}

.fi-bs-passport:before {
  content: "洞";
}

.fi-bs-password-alt:before {
  content: "暴";
}

.fi-bs-password-computer:before {
  content: "輻";
}

.fi-bs-password-email:before {
  content: "行";
}

.fi-bs-password-smartphone:before {
  content: "降";
}

.fi-bs-password:before {
  content: "見";
}

.fi-bs-paste:before {
  content: "廓";
}

.fi-bs-pattern:before {
  content: "兀";
}

.fi-bs-pause-circle:before {
  content: "嗀";
}

.fi-bs-pause-square:before {
  content: "﨎";
}

.fi-bs-pause:before {
  content: "﨏";
}

.fi-bs-paw-claws:before {
  content: "塚";
}

.fi-bs-paw-heart:before {
  content: "﨑";
}

.fi-bs-paw:before {
  content: "晴";
}

.fi-bs-payment-pos:before {
  content: "﨓";
}

.fi-bs-payroll-calendar:before {
  content: "﨔";
}

.fi-bs-payroll-check:before {
  content: "凞";
}

.fi-bs-payroll:before {
  content: "猪";
}

.fi-bs-peace:before {
  content: "益";
}

.fi-bs-peach:before {
  content: "礼";
}

.fi-bs-peanut:before {
  content: "神";
}

.fi-bs-peanuts:before {
  content: "祥";
}

.fi-bs-peapod:before {
  content: "福";
}

.fi-bs-pear:before {
  content: "靖";
}

.fi-bs-pedestal:before {
  content: "精";
}

.fi-bs-pen-circle:before {
  content: "羽";
}

.fi-bs-pen-clip-slash:before {
  content: "﨟";
}

.fi-bs-pen-clip:before {
  content: "蘒";
}

.fi-bs-pen-fancy-slash:before {
  content: "﨡";
}

.fi-bs-pen-fancy:before {
  content: "諸";
}

.fi-bs-pen-field:before {
  content: "﨣";
}

.fi-bs-pen-nib-slash:before {
  content: "﨤";
}

.fi-bs-pen-nib:before {
  content: "逸";
}

.fi-bs-pen-slash:before {
  content: "都";
}

.fi-bs-pen-square:before {
  content: "﨧";
}

.fi-bs-pen-swirl:before {
  content: "﨨";
}

.fi-bs-pencil-paintbrush:before {
  content: "﨩";
}

.fi-bs-pencil-ruler:before {
  content: "飯";
}

.fi-bs-pencil-slash:before {
  content: "飼";
}

.fi-bs-pencil:before {
  content: "館";
}

.fi-bs-pending:before {
  content: "鶴";
}

.fi-bs-pennant:before {
  content: "郞";
}

.fi-bs-people-arrows-left-right:before {
  content: "隷";
}

.fi-bs-people-carry-box:before {
  content: "侮";
}

.fi-bs-people-dress:before {
  content: "僧";
}

.fi-bs-people-network-partner:before {
  content: "免";
}

.fi-bs-people-pants:before {
  content: "勉";
}

.fi-bs-people-poll:before {
  content: "勤";
}

.fi-bs-people-pulling:before {
  content: "卑";
}

.fi-bs-people-roof:before {
  content: "喝";
}

.fi-bs-people:before {
  content: "嘆";
}

.fi-bs-pepper-alt:before {
  content: "器";
}

.fi-bs-pepper-hot:before {
  content: "塀";
}

.fi-bs-pepper:before {
  content: "墨";
}

.fi-bs-percent-10:before {
  content: "層";
}

.fi-bs-percent-100:before {
  content: "屮";
}

.fi-bs-percent-20:before {
  content: "悔";
}

.fi-bs-percent-25:before {
  content: "慨";
}

.fi-bs-percent-30:before {
  content: "憎";
}

.fi-bs-percent-40:before {
  content: "懲";
}

.fi-bs-percent-50:before {
  content: "敏";
}

.fi-bs-percent-60:before {
  content: "既";
}

.fi-bs-percent-70:before {
  content: "暑";
}

.fi-bs-percent-75:before {
  content: "梅";
}

.fi-bs-percent-80:before {
  content: "海";
}

.fi-bs-percent-90:before {
  content: "渚";
}

.fi-bs-percentage:before {
  content: "漢";
}

.fi-bs-person-burst:before {
  content: "煮";
}

.fi-bs-person-carry-box:before {
  content: "爫";
}

.fi-bs-person-circle-check:before {
  content: "琢";
}

.fi-bs-person-circle-exclamation:before {
  content: "碑";
}

.fi-bs-person-circle-minus:before {
  content: "社";
}

.fi-bs-person-circle-plus:before {
  content: "祉";
}

.fi-bs-person-circle-question:before {
  content: "祈";
}

.fi-bs-person-circle-xmark:before {
  content: "祐";
}

.fi-bs-person-cv:before {
  content: "祖";
}

.fi-bs-person-dolly-empty:before {
  content: "祝";
}

.fi-bs-person-dolly:before {
  content: "禍";
}

.fi-bs-person-dress-simple:before {
  content: "禎";
}

.fi-bs-person-dress:before {
  content: "穀";
}

.fi-bs-person-luggage:before {
  content: "突";
}

.fi-bs-person-lunge:before {
  content: "節";
}

.fi-bs-person-pilates:before {
  content: "練";
}

.fi-bs-person-praying:before {
  content: "縉";
}

.fi-bs-person-pregnant:before {
  content: "繁";
}

.fi-bs-person-seat-reclined:before {
  content: "署";
}

.fi-bs-person-seat:before {
  content: "者";
}

.fi-bs-person-shelter:before {
  content: "臭";
}

.fi-bs-person-sign:before {
  content: "艹";
}

.fi-bs-person-simple:before {
  content: "艹";
}

.fi-bs-person-walking-with-cane:before {
  content: "著";
}

.fi-bs-peseta-sign:before {
  content: "褐";
}

.fi-bs-peso-sign:before {
  content: "視";
}

.fi-bs-pets:before {
  content: "謁";
}

.fi-bs-pharmacy:before {
  content: "謹";
}

.fi-bs-phone-call:before {
  content: "賓";
}

.fi-bs-phone-cross:before {
  content: "贈";
}

.fi-bs-phone-flip:before {
  content: "辶";
}

.fi-bs-phone-guide:before {
  content: "逸";
}

.fi-bs-phone-heart-message:before {
  content: "難";
}

.fi-bs-phone-office:before {
  content: "響";
}

.fi-bs-phone-pause:before {
  content: "頻";
}

.fi-bs-phone-plus:before {
  content: "恵";
}

.fi-bs-phone-rotary:before {
  content: "𤋮";
}

.fi-bs-phone-slash:before {
  content: "舘";
}

.fi-bs-photo-capture:before {
  content: "﩮";
}

.fi-bs-photo-film-music:before {
  content: "﩯";
}

.fi-bs-photo-video:before {
  content: "並";
}

.fi-bs-physics:before {
  content: "况";
}

.fi-bs-Pi:before {
  content: "全";
}

.fi-bs-piano-keyboard:before {
  content: "侀";
}

.fi-bs-piano:before {
  content: "充";
}

.fi-bs-pickaxe:before {
  content: "冀";
}

.fi-bs-picking-box:before {
  content: "勇";
}

.fi-bs-picking:before {
  content: "勺";
}

.fi-bs-picnic:before {
  content: "喝";
}

.fi-bs-picpeople-filled:before {
  content: "啕";
}

.fi-bs-picpeople:before {
  content: "喙";
}

.fi-bs-picture:before {
  content: "嗢";
}

.fi-bs-pie:before {
  content: "塚";
}

.fi-bs-pig-bank-bulb:before {
  content: "墳";
}

.fi-bs-pig-face:before {
  content: "奄";
}

.fi-bs-pig:before {
  content: "奔";
}

.fi-bs-piggy-bank-budget:before {
  content: "婢";
}

.fi-bs-piggy-bank:before {
  content: "嬨";
}

.fi-bs-pills:before {
  content: "廒";
}

.fi-bs-pinata:before {
  content: "廙";
}

.fi-bs-pineapple-alt:before {
  content: "彩";
}

.fi-bs-pineapple:before {
  content: "徭";
}

.fi-bs-ping-pong:before {
  content: "惘";
}

.fi-bs-pipe-smoking:before {
  content: "慎";
}

.fi-bs-pizza-slice:before {
  content: "愈";
}

.fi-bs-place-of-worship:before {
  content: "憎";
}

.fi-bs-plan-strategy:before {
  content: "慠";
}

.fi-bs-plan:before {
  content: "懲";
}

.fi-bs-plane-alt:before {
  content: "戴";
}

.fi-bs-plane-arrival:before {
  content: "揄";
}

.fi-bs-plane-departure:before {
  content: "搜";
}

.fi-bs-plane-prop:before {
  content: "摒";
}

.fi-bs-plane-slash:before {
  content: "敖";
}

.fi-bs-plane-tail:before {
  content: "晴";
}

.fi-bs-plane:before {
  content: "朗";
}

.fi-bs-planet-moon:before {
  content: "望";
}

.fi-bs-planet-ringed:before {
  content: "杖";
}

.fi-bs-plant-care:before {
  content: "歹";
}

.fi-bs-plant-growth:before {
  content: "殺";
}

.fi-bs-plant-seed-invest:before {
  content: "流";
}

.fi-bs-plant-wilt:before {
  content: "滛";
}

.fi-bs-plate-utensils:before {
  content: "滋";
}

.fi-bs-plate-wheat:before {
  content: "漢";
}

.fi-bs-plate:before {
  content: "瀞";
}

.fi-bs-play-alt:before {
  content: "煮";
}

.fi-bs-play-circle:before {
  content: "瞧";
}

.fi-bs-play-microphone:before {
  content: "爵";
}

.fi-bs-play-pause:before {
  content: "犯";
}

.fi-bs-play:before {
  content: "猪";
}

.fi-bs-playing-cards:before {
  content: "瑱";
}

.fi-bs-plug-alt:before {
  content: "甆";
}

.fi-bs-plug-cable:before {
  content: "画";
}

.fi-bs-plug-circle-bolt:before {
  content: "瘝";
}

.fi-bs-plug-circle-check:before {
  content: "瘟";
}

.fi-bs-plug-circle-exclamation:before {
  content: "益";
}

.fi-bs-plug-circle-minus:before {
  content: "盛";
}

.fi-bs-plug-circle-plus:before {
  content: "直";
}

.fi-bs-plug-connection:before {
  content: "睊";
}

.fi-bs-plug:before {
  content: "着";
}

.fi-bs-plus-hexagon:before {
  content: "磌";
}

.fi-bs-plus-minus:before {
  content: "窱";
}

.fi-bs-plus-small:before {
  content: "節";
}

.fi-bs-plus:before {
  content: "类";
}

.fi-bs-png-file:before {
  content: "絛";
}

.fi-bs-podcast:before {
  content: "練";
}

.fi-bs-podium-star:before {
  content: "缾";
}

.fi-bs-podium-victory-leader:before {
  content: "者";
}

.fi-bs-podium:before {
  content: "荒";
}

.fi-bs-point-of-sale-bill:before {
  content: "華";
}

.fi-bs-point-of-sale-signal:before {
  content: "蝹";
}

.fi-bs-point-of-sale:before {
  content: "襁";
}

.fi-bs-pointer-loading:before {
  content: "覆";
}

.fi-bs-pointer-text:before {
  content: "視";
}

.fi-bs-poker-chip:before {
  content: "調";
}

.fi-bs-police-box:before {
  content: "諸";
}

.fi-bs-poll-h:before {
  content: "請";
}

.fi-bs-pollution:before {
  content: "謁";
}

.fi-bs-pompebled:before {
  content: "諾";
}

.fi-bs-poo-bolt:before {
  content: "諭";
}

.fi-bs-poo:before {
  content: "謹";
}

.fi-bs-pool-8-ball:before {
  content: "變";
}

.fi-bs-poop:before {
  content: "贈";
}

.fi-bs-popcorn:before {
  content: "輸";
}

.fi-bs-popsicle:before {
  content: "遲";
}

.fi-bs-portal-enter:before {
  content: "醙";
}

.fi-bs-portal-exit:before {
  content: "鉶";
}

.fi-bs-portrait:before {
  content: "陼";
}

.fi-bs-postal-address:before {
  content: "難";
}

.fi-bs-pot:before {
  content: "靖";
}

.fi-bs-potato:before {
  content: "韛";
}

.fi-bs-pound:before {
  content: "響";
}

.fi-bs-power:before {
  content: "頋";
}

.fi-bs-ppt-file:before {
  content: "頻";
}

.fi-bs-practice:before {
  content: "鬒";
}

.fi-bs-praying-hands:before {
  content: "龜";
}

.fi-bs-prescription-bottle-alt:before {
  content: "𢡊";
}

.fi-bs-prescription-bottle-pill:before {
  content: "𢡄";
}

.fi-bs-prescription-bottle:before {
  content: "𣏕";
}

.fi-bs-prescription:before {
  content: "㮝";
}

.fi-bs-presentation:before {
  content: "䀘";
}

.fi-bs-preview:before {
  content: "䀹";
}

.fi-bs-previous-square:before {
  content: "𥉉";
}

.fi-bs-print-magnifying-glass:before {
  content: "𥳐";
}

.fi-bs-print-slash:before {
  content: "𧻓";
}

.fi-bs-print:before {
  content: "齃";
}

.fi-bs-priority-arrow:before {
  content: "龎";
}

.fi-bs-priority-arrows:before {
  content: "﫚";
}

.fi-bs-priority-importance:before {
  content: "﫛";
}

.fi-bs-problem-solving:before {
  content: "﫜";
}

.fi-bs-procedures:before {
  content: "﫝";
}

.fi-bs-process:before {
  content: "﫞";
}

.fi-bs-productivity:before {
  content: "﫟";
}

.fi-bs-progress-complete:before {
  content: "﫠";
}

.fi-bs-progress-download:before {
  content: "﫡";
}

.fi-bs-progress-upload:before {
  content: "﫢";
}

.fi-bs-projector:before {
  content: "﫣";
}

.fi-bs-protractor:before {
  content: "﫤";
}

.fi-bs-pulse:before {
  content: "﫥";
}

.fi-bs-pump-medical:before {
  content: "﫦";
}

.fi-bs-pump:before {
  content: "﫧";
}

.fi-bs-pumpkin-alt-2:before {
  content: "﫨";
}

.fi-bs-pumpkin-alt:before {
  content: "﫩";
}

.fi-bs-pumpkin:before {
  content: "﫪";
}

.fi-bs-puzzle-alt:before {
  content: "﫫";
}

.fi-bs-puzzle-piece-integration:before {
  content: "﫬";
}

.fi-bs-puzzle-piece:before {
  content: "﫭";
}

.fi-bs-puzzle-pieces:before {
  content: "﫮";
}

.fi-bs-pyramid:before {
  content: "﫯";
}

.fi-bs-q:before {
  content: "﫰";
}

.fi-bs-qr-scan:before {
  content: "﫱";
}

.fi-bs-QR:before {
  content: "﫲";
}

.fi-bs-qrcode:before {
  content: "﫳";
}

.fi-bs-question-square:before {
  content: "﫴";
}

.fi-bs-question:before {
  content: "﫵";
}

.fi-bs-queue-alt:before {
  content: "﫶";
}

.fi-bs-queue-line:before {
  content: "﫷";
}

.fi-bs-queue-signal:before {
  content: "﫸";
}

.fi-bs-queue:before {
  content: "﫹";
}

.fi-bs-quill-pen-story:before {
  content: "﫺";
}

.fi-bs-quiz-alt:before {
  content: "﫻";
}

.fi-bs-quiz:before {
  content: "﫼";
}

.fi-bs-quote-right:before {
  content: "﫽";
}

.fi-bs-r:before {
  content: "﫾";
}

.fi-bs-rabbit-fast:before {
  content: "﫿";
}

.fi-bs-rabbit:before {
  content: "ﬀ";
}

.fi-bs-raccoon:before {
  content: "ﬁ";
}

.fi-bs-racquet:before {
  content: "ﬂ";
}

.fi-bs-radar-monitoring-track:before {
  content: "ﬃ";
}

.fi-bs-radar:before {
  content: "ﬄ";
}

.fi-bs-radiation-alt:before {
  content: "ﬅ";
}

.fi-bs-radiation:before {
  content: "ﬆ";
}

.fi-bs-radio-alt:before {
  content: "﬇";
}

.fi-bs-radio-button:before {
  content: "﬈";
}

.fi-bs-radio:before {
  content: "﬉";
}

.fi-bs-radish:before {
  content: "﬊";
}

.fi-bs-rainbow:before {
  content: "﬋";
}

.fi-bs-raindrops:before {
  content: "﬌";
}

.fi-bs-ram:before {
  content: "﬍";
}

.fi-bs-ramp-loading:before {
  content: "﬎";
}

.fi-bs-rank:before {
  content: "﬏";
}

.fi-bs-ranking-podium-empty:before {
  content: "﬐";
}

.fi-bs-ranking-podium:before {
  content: "﬑";
}

.fi-bs-ranking-star:before {
  content: "﬒";
}

.fi-bs-ranking-stars:before {
  content: "ﬓ";
}

.fi-bs-raygun:before {
  content: "ﬔ";
}

.fi-bs-razor-barber:before {
  content: "ﬕ";
}

.fi-bs-react:before {
  content: "ﬖ";
}

.fi-bs-rec:before {
  content: "ﬗ";
}

.fi-bs-receipt:before {
  content: "﬘";
}

.fi-bs-recipe-book:before {
  content: "﬙";
}

.fi-bs-recipe:before {
  content: "﬚";
}

.fi-bs-record-vinyl:before {
  content: "﬛";
}

.fi-bs-rectabgle-vertical:before {
  content: "﬜";
}

.fi-bs-rectangle-barcode:before {
  content: "יִ";
}

.fi-bs-rectangle-code:before {
  content: "ﬞ";
}

.fi-bs-rectangle-history-circle-plus:before {
  content: "ײַ";
}

.fi-bs-rectangle-horizontal:before {
  content: "ﬠ";
}

.fi-bs-rectangle-list:before {
  content: "ﬡ";
}

.fi-bs-rectangle-panoramic:before {
  content: "ﬢ";
}

.fi-bs-rectangle-pro:before {
  content: "ﬣ";
}

.fi-bs-rectangle-vertical-history:before {
  content: "ﬤ";
}

.fi-bs-rectangle-vertical:before {
  content: "ﬥ";
}

.fi-bs-rectangle-xmark:before {
  content: "ﬦ";
}

.fi-bs-rectangles-mixed:before {
  content: "ﬧ";
}

.fi-bs-recycle-bin:before {
  content: "ﬨ";
}

.fi-bs-recycle:before {
  content: "﬩";
}

.fi-bs-redo-alt:before {
  content: "שׁ";
}

.fi-bs-redo:before {
  content: "שׂ";
}

.fi-bs-reel:before {
  content: "שּׁ";
}

.fi-bs-refer-arrow:before {
  content: "שּׂ";
}

.fi-bs-refer:before {
  content: "אַ";
}

.fi-bs-referral-alt:before {
  content: "אָ";
}

.fi-bs-referral-user:before {
  content: "אּ";
}

.fi-bs-referral:before {
  content: "בּ";
}

.fi-bs-reflect-horizontal-alt:before {
  content: "גּ";
}

.fi-bs-reflect-horizontal:before {
  content: "דּ";
}

.fi-bs-reflect-vertical:before {
  content: "הּ";
}

.fi-bs-reflect:before {
  content: "וּ";
}

.fi-bs-refresh:before {
  content: "זּ";
}

.fi-bs-refrigerator:before {
  content: "﬷";
}

.fi-bs-refund-alt:before {
  content: "טּ";
}

.fi-bs-refund:before {
  content: "יּ";
}

.fi-bs-region-pin-alt:before {
  content: "ךּ";
}

.fi-bs-region-pin:before {
  content: "כּ";
}

.fi-bs-registered:before {
  content: "לּ";
}

.fi-bs-registration-paper:before {
  content: "﬽";
}

.fi-bs-remove-folder:before {
  content: "מּ";
}

.fi-bs-remove-user:before {
  content: "﬿";
}

.fi-bs-rent-signal:before {
  content: "נּ";
}

.fi-bs-rent:before {
  content: "סּ";
}

.fi-bs-replace:before {
  content: "﭂";
}

.fi-bs-replay-10:before {
  content: "ףּ";
}

.fi-bs-replay-30:before {
  content: "פּ";
}

.fi-bs-replay-5:before {
  content: "﭅";
}

.fi-bs-reply-all:before {
  content: "צּ";
}

.fi-bs-republican:before {
  content: "קּ";
}

.fi-bs-reservation-smartphone:before {
  content: "רּ";
}

.fi-bs-reservation-table:before {
  content: "שּ";
}

.fi-bs-resistance-band:before {
  content: "תּ";
}

.fi-bs-resize:before {
  content: "וֹ";
}

.fi-bs-resources:before {
  content: "בֿ";
}

.fi-bs-restaurant:before {
  content: "כֿ";
}

.fi-bs-restock:before {
  content: "פֿ";
}

.fi-bs-restroom-simple:before {
  content: "ﭏ";
}

.fi-bs-resume:before {
  content: "ﭐ";
}

.fi-bs-revenue-alt:before {
  content: "ﭑ";
}

.fi-bs-revenue-euro:before {
  content: "ﭒ";
}

.fi-bs-Revenue:before {
  content: "ﭓ";
}

.fi-bs-review:before {
  content: "ﭔ";
}

.fi-bs-rewind-button-circle:before {
  content: "ﭕ";
}

.fi-bs-rewind:before {
  content: "ﭖ";
}

.fi-bs-rhombus:before {
  content: "ﭗ";
}

.fi-bs-ribbon:before {
  content: "ﭘ";
}

.fi-bs-right-from-bracket:before {
  content: "ﭙ";
}

.fi-bs-right:before {
  content: "ﭚ";
}

.fi-bs-ring-diamond:before {
  content: "ﭛ";
}

.fi-bs-ring:before {
  content: "ﭜ";
}

.fi-bs-rings-wedding:before {
  content: "ﭝ";
}

.fi-bs-risk-alt:before {
  content: "ﭞ";
}

.fi-bs-risk:before {
  content: "ﭟ";
}

.fi-bs-road-barrier:before {
  content: "ﭠ";
}

.fi-bs-road-sign-left:before {
  content: "ﭡ";
}

.fi-bs-road:before {
  content: "ﭢ";
}

.fi-bs-robot:before {
  content: "ﭣ";
}

.fi-bs-robotic-arm:before {
  content: "ﭤ";
}

.fi-bs-rocket-lunch:before {
  content: "ﭥ";
}

.fi-bs-rocket:before {
  content: "ﭦ";
}

.fi-bs-roller-coaster:before {
  content: "ﭧ";
}

.fi-bs-room-service:before {
  content: "ﭨ";
}

.fi-bs-rotate-exclamation:before {
  content: "ﭩ";
}

.fi-bs-rotate-left:before {
  content: "ﭪ";
}

.fi-bs-rotate-reverse:before {
  content: "ﭫ";
}

.fi-bs-rotate-right:before {
  content: "ﭬ";
}

.fi-bs-rotate-square:before {
  content: "ﭭ";
}

.fi-bs-roulette:before {
  content: "ﭮ";
}

.fi-bs-route-highway:before {
  content: "ﭯ";
}

.fi-bs-route-interstate:before {
  content: "ﭰ";
}

.fi-bs-route:before {
  content: "ﭱ";
}

.fi-bs-router:before {
  content: "ﭲ";
}

.fi-bs-rss-alt:before {
  content: "ﭳ";
}

.fi-bs-rss:before {
  content: "ﭴ";
}

.fi-bs-ruble-sign:before {
  content: "ﭵ";
}

.fi-bs-rugby-helmet:before {
  content: "ﭶ";
}

.fi-bs-rugby:before {
  content: "ﭷ";
}

.fi-bs-ruler-combined:before {
  content: "ﭸ";
}

.fi-bs-ruler-horizontal:before {
  content: "ﭹ";
}

.fi-bs-ruler-triangle:before {
  content: "ﭺ";
}

.fi-bs-ruler-vertical:before {
  content: "ﭻ";
}

.fi-bs-rules-alt:before {
  content: "ﭼ";
}

.fi-bs-rules:before {
  content: "ﭽ";
}

.fi-bs-running-track:before {
  content: "ﭾ";
}

.fi-bs-running:before {
  content: "ﭿ";
}

.fi-bs-rupee-sign:before {
  content: "ﮀ";
}

.fi-bs-rupiah-sign:before {
  content: "ﮁ";
}

.fi-bs-rv:before {
  content: "ﮂ";
}

.fi-bs-s:before {
  content: "ﮃ";
}

.fi-bs-sack-dollar:before {
  content: "ﮄ";
}

.fi-bs-sack:before {
  content: "ﮅ";
}

.fi-bs-sad-cry:before {
  content: "ﮆ";
}

.fi-bs-sad-tear:before {
  content: "ﮇ";
}

.fi-bs-sad:before {
  content: "ﮈ";
}

.fi-bs-safe-box:before {
  content: "ﮉ";
}

.fi-bs-sailboat:before {
  content: "ﮊ";
}

.fi-bs-salad:before {
  content: "ﮋ";
}

.fi-bs-salary-alt:before {
  content: "ﮌ";
}

.fi-bs-salt-pepper:before {
  content: "ﮍ";
}

.fi-bs-salt-shaker:before {
  content: "ﮎ";
}

.fi-bs-sandwich-alt:before {
  content: "ﮏ";
}

.fi-bs-sandwich:before {
  content: "ﮐ";
}

.fi-bs-satellite-dish:before {
  content: "ﮑ";
}

.fi-bs-satellite:before {
  content: "ﮒ";
}

.fi-bs-saturday:before {
  content: "ﮓ";
}

.fi-bs-sauce:before {
  content: "ﮔ";
}

.fi-bs-sausage:before {
  content: "ﮕ";
}

.fi-bs-sax-hot:before {
  content: "ﮖ";
}

.fi-bs-saxophone:before {
  content: "ﮗ";
}

.fi-bs-scale-comparison-alt:before {
  content: "ﮘ";
}

.fi-bs-scale-comparison:before {
  content: "ﮙ";
}

.fi-bs-scale:before {
  content: "ﮚ";
}

.fi-bs-scalpel-path:before {
  content: "ﮛ";
}

.fi-bs-scalpel:before {
  content: "ﮜ";
}

.fi-bs-scanner-gun:before {
  content: "ﮝ";
}

.fi-bs-scanner-image:before {
  content: "ﮞ";
}

.fi-bs-scanner-keyboard:before {
  content: "ﮟ";
}

.fi-bs-scanner-touchscreen:before {
  content: "ﮠ";
}

.fi-bs-scarecrow:before {
  content: "ﮡ";
}

.fi-bs-scarf:before {
  content: "ﮢ";
}

.fi-bs-school-bus:before {
  content: "ﮣ";
}

.fi-bs-school:before {
  content: "ﮤ";
}

.fi-bs-scissors:before {
  content: "ﮥ";
}

.fi-bs-scooter:before {
  content: "ﮦ";
}

.fi-bs-screen:before {
  content: "ﮧ";
}

.fi-bs-screencast:before {
  content: "ﮨ";
}

.fi-bs-screw-alt:before {
  content: "ﮩ";
}

.fi-bs-screw:before {
  content: "ﮪ";
}

.fi-bs-screwdriver:before {
  content: "ﮫ";
}

.fi-bs-scribble:before {
  content: "ﮬ";
}

.fi-bs-script:before {
  content: "ﮭ";
}

.fi-bs-scroll-document-story:before {
  content: "ﮮ";
}

.fi-bs-scroll-old:before {
  content: "ﮯ";
}

.fi-bs-scroll-torah:before {
  content: "ﮰ";
}

.fi-bs-scroll:before {
  content: "ﮱ";
}

.fi-bs-scrubber:before {
  content: "﮲";
}

.fi-bs-scythe:before {
  content: "﮳";
}

.fi-bs-sd-card:before {
  content: "﮴";
}

.fi-bs-sd-cards:before {
  content: "﮵";
}

.fi-bs-seal-exclamation:before {
  content: "﮶";
}

.fi-bs-seal-question:before {
  content: "﮷";
}

.fi-bs-seal:before {
  content: "﮸";
}

.fi-bs-search-alt:before {
  content: "﮹";
}

.fi-bs-search-dollar:before {
  content: "﮺";
}

.fi-bs-search-heart:before {
  content: "﮻";
}

.fi-bs-search-location:before {
  content: "﮼";
}

.fi-bs-search:before {
  content: "﮽";
}

.fi-bs-seat-airline:before {
  content: "﮾";
}

.fi-bs-seatbelt-safety-driver:before {
  content: "﮿";
}

.fi-bs-second-award:before {
  content: "﯀";
}

.fi-bs-second-laurel:before {
  content: "﯁";
}

.fi-bs-second-medal:before {
  content: "﯂";
}

.fi-bs-second:before {
  content: "﯃";
}

.fi-bs-seedling:before {
  content: "﯄";
}

.fi-bs-selection:before {
  content: "﯅";
}

.fi-bs-sell:before {
  content: "﯆";
}

.fi-bs-seller-store:before {
  content: "﯇";
}

.fi-bs-seller:before {
  content: "﯈";
}

.fi-bs-selling:before {
  content: "﯉";
}

.fi-bs-send-back:before {
  content: "﯊";
}

.fi-bs-send-backward:before {
  content: "﯋";
}

.fi-bs-send-money-smartphone:before {
  content: "﯌";
}

.fi-bs-send-money:before {
  content: "﯍";
}

.fi-bs-sensor-alert:before {
  content: "﯎";
}

.fi-bs-sensor-fire:before {
  content: "﯏";
}

.fi-bs-sensor-on:before {
  content: "﯐";
}

.fi-bs-sensor-smoke:before {
  content: "﯑";
}

.fi-bs-sensor:before {
  content: "﯒";
}

.fi-bs-settings-sliders:before {
  content: "ﯓ";
}

.fi-bs-settings:before {
  content: "ﯔ";
}

.fi-bs-share-alt-square:before {
  content: "ﯕ";
}

.fi-bs-share-square:before {
  content: "ﯖ";
}

.fi-bs-share:before {
  content: "ﯗ";
}

.fi-bs-sheep:before {
  content: "ﯘ";
}

.fi-bs-shekel-sign:before {
  content: "ﯙ";
}

.fi-bs-shelves:before {
  content: "ﯚ";
}

.fi-bs-shield-alt:before {
  content: "ﯛ";
}

.fi-bs-shield-cat:before {
  content: "ﯜ";
}

.fi-bs-shield-check:before {
  content: "ﯝ";
}

.fi-bs-shield-cross:before {
  content: "ﯞ";
}

.fi-bs-shield-dog:before {
  content: "ﯟ";
}

.fi-bs-shield-exclamation:before {
  content: "ﯠ";
}

.fi-bs-shield-interrogation:before {
  content: "ﯡ";
}

.fi-bs-shield-keyhole:before {
  content: "ﯢ";
}

.fi-bs-shield-minus:before {
  content: "ﯣ";
}

.fi-bs-shield-plus:before {
  content: "ﯤ";
}

.fi-bs-shield-security-risk:before {
  content: "ﯥ";
}

.fi-bs-shield-slash:before {
  content: "ﯦ";
}

.fi-bs-shield-trust:before {
  content: "ﯧ";
}

.fi-bs-shield-virus:before {
  content: "ﯨ";
}

.fi-bs-shield-xmark:before {
  content: "ﯩ";
}

.fi-bs-shield:before {
  content: "ﯪ";
}

.fi-bs-ship-side:before {
  content: "ﯫ";
}

.fi-bs-ship:before {
  content: "ﯬ";
}

.fi-bs-shipping-fast:before {
  content: "ﯭ";
}

.fi-bs-shipping-timed:before {
  content: "ﯮ";
}

.fi-bs-shirt-long-sleeve:before {
  content: "ﯯ";
}

.fi-bs-shirt-running:before {
  content: "ﯰ";
}

.fi-bs-shirt-tank-top:before {
  content: "ﯱ";
}

.fi-bs-shirt:before {
  content: "ﯲ";
}

.fi-bs-shish-kebab:before {
  content: "ﯳ";
}

.fi-bs-shoe-prints:before {
  content: "ﯴ";
}

.fi-bs-shop-lock:before {
  content: "ﯵ";
}

.fi-bs-shop-slash:before {
  content: "ﯶ";
}

.fi-bs-shop:before {
  content: "ﯷ";
}

.fi-bs-shopping-bag-add:before {
  content: "ﯸ";
}

.fi-bs-shopping-bag:before {
  content: "ﯹ";
}

.fi-bs-shopping-basket:before {
  content: "ﯺ";
}

.fi-bs-shopping-cart-add:before {
  content: "ﯻ";
}

.fi-bs-shopping-cart-buyer:before {
  content: "ﯼ";
}

.fi-bs-shopping-cart-check:before {
  content: "ﯽ";
}

.fi-bs-shopping-cart:before {
  content: "ﯾ";
}

.fi-bs-shovel-snow:before {
  content: "ﯿ";
}

.fi-bs-shovel:before {
  content: "ﰀ";
}

.fi-bs-shower-down:before {
  content: "ﰁ";
}

.fi-bs-shower:before {
  content: "ﰂ";
}

.fi-bs-shredder:before {
  content: "ﰃ";
}

.fi-bs-shrimp:before {
  content: "ﰄ";
}

.fi-bs-shuffle:before {
  content: "ﰅ";
}

.fi-bs-shuttle-van:before {
  content: "ﰆ";
}

.fi-bs-shuttlecock:before {
  content: "ﰇ";
}

.fi-bs-Sickle:before {
  content: "ﰈ";
}

.fi-bs-sidebar-flip:before {
  content: "ﰉ";
}

.fi-bs-sidebar:before {
  content: "ﰊ";
}

.fi-bs-sigma:before {
  content: "ﰋ";
}

.fi-bs-sign-hanging:before {
  content: "ﰌ";
}

.fi-bs-sign-in-alt:before {
  content: "ﰍ";
}

.fi-bs-sign-out-alt:before {
  content: "ﰎ";
}

.fi-bs-sign-posts-wrench:before {
  content: "ﰏ";
}

.fi-bs-sign-posts:before {
  content: "ﰐ";
}

.fi-bs-sign-up:before {
  content: "ﰑ";
}

.fi-bs-signal-alt-1:before {
  content: "ﰒ";
}

.fi-bs-signal-alt-2:before {
  content: "ﰓ";
}

.fi-bs-signal-alt-slash:before {
  content: "ﰔ";
}

.fi-bs-signal-alt:before {
  content: "ﰕ";
}

.fi-bs-signal-bars-fair:before {
  content: "ﰖ";
}

.fi-bs-signal-bars-good:before {
  content: "ﰗ";
}

.fi-bs-signal-bars-weak:before {
  content: "ﰘ";
}

.fi-bs-signal-stream-slash:before {
  content: "ﰙ";
}

.fi-bs-signal-stream:before {
  content: "ﰚ";
}

.fi-bs-signature-lock:before {
  content: "ﰛ";
}

.fi-bs-signature-slash:before {
  content: "ﰜ";
}

.fi-bs-signature:before {
  content: "ﰝ";
}

.fi-bs-sim-card:before {
  content: "ﰞ";
}

.fi-bs-sim-cards:before {
  content: "ﰟ";
}

.fi-bs-sink:before {
  content: "ﰠ";
}

.fi-bs-siren-on:before {
  content: "ﰡ";
}

.fi-bs-Siren:before {
  content: "ﰢ";
}

.fi-bs-site-alt:before {
  content: "ﰣ";
}

.fi-bs-site-browser:before {
  content: "ﰤ";
}

.fi-bs-site:before {
  content: "ﰥ";
}

.fi-bs-sitemap:before {
  content: "ﰦ";
}

.fi-bs-skateboard:before {
  content: "ﰧ";
}

.fi-bs-skating:before {
  content: "ﰨ";
}

.fi-bs-skeleton-ribs:before {
  content: "ﰩ";
}

.fi-bs-skeleton:before {
  content: "ﰪ";
}

.fi-bs-skewer:before {
  content: "ﰫ";
}

.fi-bs-ski-boot-ski:before {
  content: "ﰬ";
}

.fi-bs-ski-jump:before {
  content: "ﰭ";
}

.fi-bs-ski-lift:before {
  content: "ﰮ";
}

.fi-bs-skiing-nordic:before {
  content: "ﰯ";
}

.fi-bs-skiing:before {
  content: "ﰰ";
}

.fi-bs-skill-alt:before {
  content: "ﰱ";
}

.fi-bs-skill-user:before {
  content: "ﰲ";
}

.fi-bs-skill:before {
  content: "ﰳ";
}

.fi-bs-skin-arrow:before {
  content: "ﰴ";
}

.fi-bs-skin-drop:before {
  content: "ﰵ";
}

.fi-bs-skin-hair:before {
  content: "ﰶ";
}

.fi-bs-skin:before {
  content: "ﰷ";
}

.fi-bs-skip-15-seconds:before {
  content: "ﰸ";
}

.fi-bs-skull-cow:before {
  content: "ﰹ";
}

.fi-bs-skull-crossbones:before {
  content: "ﰺ";
}

.fi-bs-skull:before {
  content: "ﰻ";
}

.fi-bs-slash:before {
  content: "ﰼ";
}

.fi-bs-sledding:before {
  content: "ﰽ";
}

.fi-bs-sleeping-bag:before {
  content: "ﰾ";
}

.fi-bs-sleigh:before {
  content: "ﰿ";
}

.fi-bs-sliders-h-square:before {
  content: "ﱀ";
}

.fi-bs-sliders-v-square:before {
  content: "ﱁ";
}

.fi-bs-sliders-v:before {
  content: "ﱂ";
}

.fi-bs-slot-machine:before {
  content: "ﱃ";
}

.fi-bs-smart-home-alt:before {
  content: "ﱄ";
}

.fi-bs-smart-home:before {
  content: "ﱅ";
}

.fi-bs-smartphone:before {
  content: "ﱆ";
}

.fi-bs-smile-beam:before {
  content: "ﱇ";
}

.fi-bs-smile-plus:before {
  content: "ﱈ";
}

.fi-bs-smile-wink:before {
  content: "ﱉ";
}

.fi-bs-smiley-comment-alt:before {
  content: "ﱊ";
}

.fi-bs-smog:before {
  content: "ﱋ";
}

.fi-bs-smoke:before {
  content: "ﱌ";
}

.fi-bs-smoking-ban:before {
  content: "ﱍ";
}

.fi-bs-smoking:before {
  content: "ﱎ";
}

.fi-bs-snake:before {
  content: "ﱏ";
}

.fi-bs-snap:before {
  content: "ﱐ";
}

.fi-bs-snooze:before {
  content: "ﱑ";
}

.fi-bs-snow-blowing:before {
  content: "ﱒ";
}

.fi-bs-snowboarding:before {
  content: "ﱓ";
}

.fi-bs-snowflake-droplets:before {
  content: "ﱔ";
}

.fi-bs-snowflake:before {
  content: "ﱕ";
}

.fi-bs-snowflakes:before {
  content: "ﱖ";
}

.fi-bs-snowman-alt:before {
  content: "ﱗ";
}

.fi-bs-snowman-head:before {
  content: "ﱘ";
}

.fi-bs-snowmobile:before {
  content: "ﱙ";
}

.fi-bs-snowplow:before {
  content: "ﱚ";
}

.fi-bs-soap-alt:before {
  content: "ﱛ";
}

.fi-bs-soap:before {
  content: "ﱜ";
}

.fi-bs-social-network:before {
  content: "ﱝ";
}

.fi-bs-socks:before {
  content: "ﱞ";
}

.fi-bs-sofa-size:before {
  content: "ﱟ";
}

.fi-bs-sofa:before {
  content: "ﱠ";
}

.fi-bs-solar-panel-sun:before {
  content: "ﱡ";
}

.fi-bs-solar-panel:before {
  content: "ﱢ";
}

.fi-bs-solar-system:before {
  content: "ﱣ";
}

.fi-bs-sold-house:before {
  content: "ﱤ";
}

.fi-bs-sold-signal:before {
  content: "ﱥ";
}

.fi-bs-sort-alpha-down-alt:before {
  content: "ﱦ";
}

.fi-bs-sort-alpha-down:before {
  content: "ﱧ";
}

.fi-bs-sort-alpha-up-alt:before {
  content: "ﱨ";
}

.fi-bs-sort-alpha-up:before {
  content: "ﱩ";
}

.fi-bs-sort-alt:before {
  content: "ﱪ";
}

.fi-bs-sort-amount-down-alt:before {
  content: "ﱫ";
}

.fi-bs-sort-amount-down:before {
  content: "ﱬ";
}

.fi-bs-sort-amount-up-alt:before {
  content: "ﱭ";
}

.fi-bs-sort-amount-up:before {
  content: "ﱮ";
}

.fi-bs-sort-circle-down:before {
  content: "ﱯ";
}

.fi-bs-sort-circle-up:before {
  content: "ﱰ";
}

.fi-bs-sort-circle:before {
  content: "ﱱ";
}

.fi-bs-sort-down:before {
  content: "ﱲ";
}

.fi-bs-sort-numeric-down-alt:before {
  content: "ﱳ";
}

.fi-bs-sort-numeric-down:before {
  content: "ﱴ";
}

.fi-bs-sort-shapes-down:before {
  content: "ﱵ";
}

.fi-bs-sort-shapes-up:before {
  content: "ﱶ";
}

.fi-bs-sort-size-down:before {
  content: "ﱷ";
}

.fi-bs-sort-size-up:before {
  content: "ﱸ";
}

.fi-bs-sort:before {
  content: "ﱹ";
}

.fi-bs-soup:before {
  content: "ﱺ";
}

.fi-bs-source-data:before {
  content: "ﱻ";
}

.fi-bs-source-document-alt:before {
  content: "ﱼ";
}

.fi-bs-source-document:before {
  content: "ﱽ";
}

.fi-bs-spa:before {
  content: "ﱾ";
}

.fi-bs-space-shuttle:before {
  content: "ﱿ";
}

.fi-bs-space-station-moon-alt:before {
  content: "ﲀ";
}

.fi-bs-space-station-moon:before {
  content: "ﲁ";
}

.fi-bs-spade:before {
  content: "ﲂ";
}

.fi-bs-spaghetti-monster-flying:before {
  content: "ﲃ";
}

.fi-bs-spain-map:before {
  content: "ﲄ";
}

.fi-bs-sparkles:before {
  content: "ﲅ";
}

.fi-bs-spartan-helmet:before {
  content: "ﲆ";
}

.fi-bs-speaker:before {
  content: "ﲇ";
}

.fi-bs-speakers:before {
  content: "ﲈ";
}

.fi-bs-speech-bubble-story:before {
  content: "ﲉ";
}

.fi-bs-speedometer-arrow:before {
  content: "ﲊ";
}

.fi-bs-speedometer-kpi:before {
  content: "ﲋ";
}

.fi-bs-sphere:before {
  content: "ﲌ";
}

.fi-bs-spider-black-widow:before {
  content: "ﲍ";
}

.fi-bs-spider-web:before {
  content: "ﲎ";
}

.fi-bs-spider:before {
  content: "ﲏ";
}

.fi-bs-spinner:before {
  content: "ﲐ";
}

.fi-bs-split-up-relation:before {
  content: "ﲑ";
}

.fi-bs-split:before {
  content: "ﲒ";
}

.fi-bs-splotch:before {
  content: "ﲓ";
}

.fi-bs-spoon:before {
  content: "ﲔ";
}

.fi-bs-spray-can-sparkles:before {
  content: "ﲕ";
}

.fi-bs-spray-can:before {
  content: "ﲖ";
}

.fi-bs-spring-calendar:before {
  content: "ﲗ";
}

.fi-bs-sprinkler:before {
  content: "ﲘ";
}

.fi-bs-spy:before {
  content: "ﲙ";
}

.fi-bs-square-0:before {
  content: "ﲚ";
}

.fi-bs-square-1:before {
  content: "ﲛ";
}

.fi-bs-square-2:before {
  content: "ﲜ";
}

.fi-bs-square-3:before {
  content: "ﲝ";
}

.fi-bs-square-4:before {
  content: "ﲞ";
}

.fi-bs-square-5:before {
  content: "ﲟ";
}

.fi-bs-square-6:before {
  content: "ﲠ";
}

.fi-bs-square-7:before {
  content: "ﲡ";
}

.fi-bs-square-8:before {
  content: "ﲢ";
}

.fi-bs-square-9:before {
  content: "ﲣ";
}

.fi-bs-square-a:before {
  content: "ﲤ";
}

.fi-bs-square-b:before {
  content: "ﲥ";
}

.fi-bs-square-bolt:before {
  content: "ﲦ";
}

.fi-bs-square-c:before {
  content: "ﲧ";
}

.fi-bs-square-code:before {
  content: "ﲨ";
}

.fi-bs-square-d:before {
  content: "ﲩ";
}

.fi-bs-square-dashed-circle-plus:before {
  content: "ﲪ";
}

.fi-bs-square-dashed:before {
  content: "ﲫ";
}

.fi-bs-square-divide:before {
  content: "ﲬ";
}

.fi-bs-square-e:before {
  content: "ﲭ";
}

.fi-bs-square-ellipsis-vertical:before {
  content: "ﲮ";
}

.fi-bs-square-ellipsis:before {
  content: "ﲯ";
}

.fi-bs-square-exclamation:before {
  content: "ﲰ";
}

.fi-bs-square-f:before {
  content: "ﲱ";
}

.fi-bs-square-g:before {
  content: "ﲲ";
}

.fi-bs-square-h:before {
  content: "ﲳ";
}

.fi-bs-square-heart:before {
  content: "ﲴ";
}

.fi-bs-square-i:before {
  content: "ﲵ";
}

.fi-bs-square-info:before {
  content: "ﲶ";
}

.fi-bs-square-j:before {
  content: "ﲷ";
}

.fi-bs-square-k:before {
  content: "ﲸ";
}

.fi-bs-square-kanban:before {
  content: "ﲹ";
}

.fi-bs-square-l:before {
  content: "ﲺ";
}

.fi-bs-square-m:before {
  content: "ﲻ";
}

.fi-bs-square-minus:before {
  content: "ﲼ";
}

.fi-bs-square-n:before {
  content: "ﲽ";
}

.fi-bs-square-o:before {
  content: "ﲾ";
}

.fi-bs-square-p:before {
  content: "ﲿ";
}

.fi-bs-square-phone-hangup:before {
  content: "ﳀ";
}

.fi-bs-square-plus:before {
  content: "ﳁ";
}

.fi-bs-square-poll-horizontal:before {
  content: "ﳂ";
}

.fi-bs-square-poll-vertical:before {
  content: "ﳃ";
}

.fi-bs-square-q:before {
  content: "ﳄ";
}

.fi-bs-square-quote:before {
  content: "ﳅ";
}

.fi-bs-square-r:before {
  content: "ﳆ";
}

.fi-bs-square-root:before {
  content: "ﳇ";
}

.fi-bs-square-s:before {
  content: "ﳈ";
}

.fi-bs-square-small:before {
  content: "ﳉ";
}

.fi-bs-square-star:before {
  content: "ﳊ";
}

.fi-bs-square-t:before {
  content: "ﳋ";
}

.fi-bs-square-terminal:before {
  content: "ﳌ";
}

.fi-bs-square-u:before {
  content: "ﳍ";
}

.fi-bs-square-up-right:before {
  content: "ﳎ";
}

.fi-bs-square-v:before {
  content: "ﳏ";
}

.fi-bs-square-w:before {
  content: "ﳐ";
}

.fi-bs-square-x:before {
  content: "ﳑ";
}

.fi-bs-square-y:before {
  content: "ﳒ";
}

.fi-bs-square-z:before {
  content: "ﳓ";
}

.fi-bs-square:before {
  content: "ﳔ";
}

.fi-bs-squid:before {
  content: "ﳕ";
}

.fi-bs-squircle:before {
  content: "ﳖ";
}

.fi-bs-squirrel:before {
  content: "ﳗ";
}

.fi-bs-staff:before {
  content: "ﳘ";
}

.fi-bs-stage-concert:before {
  content: "ﳙ";
}

.fi-bs-stage-theatre:before {
  content: "ﳚ";
}

.fi-bs-stage:before {
  content: "ﳛ";
}

.fi-bs-stairs:before {
  content: "ﳜ";
}

.fi-bs-stamp:before {
  content: "ﳝ";
}

.fi-bs-standard-definition:before {
  content: "ﳞ";
}

.fi-bs-star-and-crescent:before {
  content: "ﳟ";
}

.fi-bs-star-christmas:before {
  content: "ﳠ";
}

.fi-bs-star-comment-alt:before {
  content: "ﳡ";
}

.fi-bs-star-exclamation:before {
  content: "ﳢ";
}

.fi-bs-star-octogram:before {
  content: "ﳣ";
}

.fi-bs-star-of-david:before {
  content: "ﳤ";
}

.fi-bs-star-rating-call:before {
  content: "ﳥ";
}

.fi-bs-star-sharp-half-stroke:before {
  content: "ﳦ";
}

.fi-bs-star-sharp-half:before {
  content: "ﳧ";
}

.fi-bs-star-shooting:before {
  content: "ﳨ";
}

.fi-bs-star:before {
  content: "ﳩ";
}

.fi-bs-starfighter:before {
  content: "ﳪ";
}

.fi-bs-stars:before {
  content: "ﳫ";
}

.fi-bs-state-country:before {
  content: "ﳬ";
}

.fi-bs-stationary-bike:before {
  content: "ﳭ";
}

.fi-bs-stats:before {
  content: "ﳮ";
}

.fi-bs-steak:before {
  content: "ﳯ";
}

.fi-bs-steering-wheel:before {
  content: "ﳰ";
}

.fi-bs-step-backward:before {
  content: "ﳱ";
}

.fi-bs-step-forward:before {
  content: "ﳲ";
}

.fi-bs-sterling-sign:before {
  content: "ﳳ";
}

.fi-bs-stethoscope:before {
  content: "ﳴ";
}

.fi-bs-sticker:before {
  content: "ﳵ";
}

.fi-bs-stocking:before {
  content: "ﳶ";
}

.fi-bs-stomach:before {
  content: "ﳷ";
}

.fi-bs-stop-circle:before {
  content: "ﳸ";
}

.fi-bs-stop-square:before {
  content: "ﳹ";
}

.fi-bs-stop:before {
  content: "ﳺ";
}

.fi-bs-stopwatch:before {
  content: "ﳻ";
}

.fi-bs-store-alt:before {
  content: "ﳼ";
}

.fi-bs-store-buyer:before {
  content: "ﳽ";
}

.fi-bs-store-lock:before {
  content: "ﳾ";
}

.fi-bs-store-slash:before {
  content: "ﳿ";
}

.fi-bs-story-book:before {
  content: "ﴀ";
}

.fi-bs-story-fairy-tale:before {
  content: "ﴁ";
}

.fi-bs-story-fantasy:before {
  content: "ﴂ";
}

.fi-bs-strategy-chess-risk:before {
  content: "ﴃ";
}

.fi-bs-strawberry:before {
  content: "ﴄ";
}

.fi-bs-street-view:before {
  content: "ﴅ";
}

.fi-bs-stretcher:before {
  content: "ﴆ";
}

.fi-bs-strikethrough:before {
  content: "ﴇ";
}

.fi-bs-stroopwafel:before {
  content: "ﴈ";
}

.fi-bs-student-alt:before {
  content: "ﴉ";
}

.fi-bs-student:before {
  content: "ﴊ";
}

.fi-bs-subscript:before {
  content: "ﴋ";
}

.fi-bs-subscription-alt:before {
  content: "ﴌ";
}

.fi-bs-subscription:before {
  content: "ﴍ";
}

.fi-bs-subtitles-slash:before {
  content: "ﴎ";
}

.fi-bs-subtitles:before {
  content: "ﴏ";
}

.fi-bs-subway:before {
  content: "ﴐ";
}

.fi-bs-suitcase-alt:before {
  content: "ﴑ";
}

.fi-bs-summary-check:before {
  content: "ﴒ";
}

.fi-bs-summer:before {
  content: "ﴓ";
}

.fi-bs-sun-dust:before {
  content: "ﴔ";
}

.fi-bs-sun-plant-wilt:before {
  content: "ﴕ";
}

.fi-bs-sun-salutation-yoga:before {
  content: "ﴖ";
}

.fi-bs-sun:before {
  content: "ﴗ";
}

.fi-bs-sunday:before {
  content: "ﴘ";
}

.fi-bs-sunglasses-alt:before {
  content: "ﴙ";
}

.fi-bs-sunglasses:before {
  content: "ﴚ";
}

.fi-bs-sunrise-alt:before {
  content: "ﴛ";
}

.fi-bs-sunrise:before {
  content: "ﴜ";
}

.fi-bs-sunset:before {
  content: "ﴝ";
}

.fi-bs-superscript:before {
  content: "ﴞ";
}

.fi-bs-supplier-alt:before {
  content: "ﴟ";
}

.fi-bs-supplier:before {
  content: "ﴠ";
}

.fi-bs-surfing:before {
  content: "ﴡ";
}

.fi-bs-surprise:before {
  content: "ﴢ";
}

.fi-bs-surveillance-camera:before {
  content: "ﴣ";
}

.fi-bs-survey-xmark:before {
  content: "ﴤ";
}

.fi-bs-sushi-alt:before {
  content: "ﴥ";
}

.fi-bs-sushi-roll:before {
  content: "ﴦ";
}

.fi-bs-sushi:before {
  content: "ﴧ";
}

.fi-bs-svg:before {
  content: "ﴨ";
}

.fi-bs-swap:before {
  content: "ﴩ";
}

.fi-bs-swatchbook:before {
  content: "ﴪ";
}

.fi-bs-swimmer:before {
  content: "ﴫ";
}

.fi-bs-swimming-pool:before {
  content: "ﴬ";
}

.fi-bs-swing:before {
  content: "ﴭ";
}

.fi-bs-swipe-down:before {
  content: "ﴮ";
}

.fi-bs-swipe-left:before {
  content: "ﴯ";
}

.fi-bs-swipe-right:before {
  content: "ﴰ";
}

.fi-bs-swipe-up:before {
  content: "ﴱ";
}

.fi-bs-sword:before {
  content: "ﴲ";
}

.fi-bs-symbol:before {
  content: "ﴳ";
}

.fi-bs-symbols:before {
  content: "ﴴ";
}

.fi-bs-synagogue:before {
  content: "ﴵ";
}

.fi-bs-syringe:before {
  content: "ﴶ";
}

.fi-bs-system-cloud:before {
  content: "ﴷ";
}

.fi-bs-t:before {
  content: "ﴸ";
}

.fi-bs-tab-folder:before {
  content: "ﴹ";
}

.fi-bs-table-columns:before {
  content: "ﴺ";
}

.fi-bs-table-layout:before {
  content: "ﴻ";
}

.fi-bs-table-list:before {
  content: "ﴼ";
}

.fi-bs-table-picnic:before {
  content: "ﴽ";
}

.fi-bs-table-pivot:before {
  content: "﴾";
}

.fi-bs-table-rows:before {
  content: "﴿";
}

.fi-bs-table-tree:before {
  content: "﵀";
}

.fi-bs-table:before {
  content: "﵁";
}

.fi-bs-tablet-android-alt:before {
  content: "﵂";
}

.fi-bs-tablet-android:before {
  content: "﵃";
}

.fi-bs-tablet-rugged:before {
  content: "﵄";
}

.fi-bs-tablet:before {
  content: "﵅";
}

.fi-bs-tachometer-alt-average:before {
  content: "﵆";
}

.fi-bs-tachometer-alt-fastest:before {
  content: "﵇";
}

.fi-bs-tachometer-alt-slow:before {
  content: "﵈";
}

.fi-bs-tachometer-alt-slowest:before {
  content: "﵉";
}

.fi-bs-tachometer-average:before {
  content: "﵊";
}

.fi-bs-tachometer-fast:before {
  content: "﵋";
}

.fi-bs-tachometer-fastest:before {
  content: "﵌";
}

.fi-bs-tachometer-slow:before {
  content: "﵍";
}

.fi-bs-tachometer-slowest:before {
  content: "﵎";
}

.fi-bs-tachometer:before {
  content: "﵏";
}

.fi-bs-taco:before {
  content: "ﵐ";
}

.fi-bs-tags:before {
  content: "ﵑ";
}

.fi-bs-talent-alt:before {
  content: "ﵒ";
}

.fi-bs-talent-hand:before {
  content: "ﵓ";
}

.fi-bs-talent:before {
  content: "ﵔ";
}

.fi-bs-tally-1:before {
  content: "ﵕ";
}

.fi-bs-tally-2:before {
  content: "ﵖ";
}

.fi-bs-tally-3:before {
  content: "ﵗ";
}

.fi-bs-tally-4:before {
  content: "ﵘ";
}

.fi-bs-tally:before {
  content: "ﵙ";
}

.fi-bs-tamale:before {
  content: "ﵚ";
}

.fi-bs-tank-water:before {
  content: "ﵛ";
}

.fi-bs-tap:before {
  content: "ﵜ";
}

.fi-bs-tape:before {
  content: "ﵝ";
}

.fi-bs-target-audience:before {
  content: "ﵞ";
}

.fi-bs-target:before {
  content: "ﵟ";
}

.fi-bs-tax-alt:before {
  content: "ﵠ";
}

.fi-bs-tax:before {
  content: "ﵡ";
}

.fi-bs-taxi-bus:before {
  content: "ﵢ";
}

.fi-bs-taxi:before {
  content: "ﵣ";
}

.fi-bs-team-check-alt:before {
  content: "ﵤ";
}

.fi-bs-team-check:before {
  content: "ﵥ";
}

.fi-bs-teddy-bear:before {
  content: "ﵦ";
}

.fi-bs-teeth-open:before {
  content: "ﵧ";
}

.fi-bs-telescope:before {
  content: "ﵨ";
}

.fi-bs-temperature-down:before {
  content: "ﵩ";
}

.fi-bs-temperature-frigid:before {
  content: "ﵪ";
}

.fi-bs-temperature-high:before {
  content: "ﵫ";
}

.fi-bs-temperature-list:before {
  content: "ﵬ";
}

.fi-bs-temperature-low:before {
  content: "ﵭ";
}

.fi-bs-temperature-up:before {
  content: "ﵮ";
}

.fi-bs-template-alt:before {
  content: "ﵯ";
}

.fi-bs-template:before {
  content: "ﵰ";
}

.fi-bs-tenge:before {
  content: "ﵱ";
}

.fi-bs-tennis:before {
  content: "ﵲ";
}

.fi-bs-tent-arrow-down-to-line:before {
  content: "ﵳ";
}

.fi-bs-tent-arrow-left-right:before {
  content: "ﵴ";
}

.fi-bs-tent-arrow-turn-left:before {
  content: "ﵵ";
}

.fi-bs-tent-arrows-down:before {
  content: "ﵶ";
}

.fi-bs-tents:before {
  content: "ﵷ";
}

.fi-bs-terminal:before {
  content: "ﵸ";
}

.fi-bs-terrace:before {
  content: "ﵹ";
}

.fi-bs-test-tube:before {
  content: "ﵺ";
}

.fi-bs-test:before {
  content: "ﵻ";
}

.fi-bs-text-box-dots:before {
  content: "ﵼ";
}

.fi-bs-text-box-edit:before {
  content: "ﵽ";
}

.fi-bs-text-box:before {
  content: "ﵾ";
}

.fi-bs-text-check:before {
  content: "ﵿ";
}

.fi-bs-text-height:before {
  content: "ﶀ";
}

.fi-bs-text-shadow:before {
  content: "ﶁ";
}

.fi-bs-text-size:before {
  content: "ﶂ";
}

.fi-bs-text-slash:before {
  content: "ﶃ";
}

.fi-bs-text-width:before {
  content: "ﶄ";
}

.fi-bs-text:before {
  content: "ﶅ";
}

.fi-bs-theater-masks:before {
  content: "ﶆ";
}

.fi-bs-thermometer-alt:before {
  content: "ﶇ";
}

.fi-bs-thermometer-empty:before {
  content: "ﶈ";
}

.fi-bs-thermometer-full:before {
  content: "ﶉ";
}

.fi-bs-thermometer-half:before {
  content: "ﶊ";
}

.fi-bs-thermometer-quarter:before {
  content: "ﶋ";
}

.fi-bs-thermometer-three-quarters:before {
  content: "ﶌ";
}

.fi-bs-theta:before {
  content: "ﶍ";
}

.fi-bs-third-award:before {
  content: "ﶎ";
}

.fi-bs-third-laurel:before {
  content: "ﶏ";
}

.fi-bs-third-medal:before {
  content: "﶐";
}

.fi-bs-third:before {
  content: "﶑";
}

.fi-bs-thought-bubble:before {
  content: "ﶒ";
}

.fi-bs-three-leaf-clover:before {
  content: "ﶓ";
}

.fi-bs-thumbs-up-trust:before {
  content: "ﶔ";
}

.fi-bs-thumbtack:before {
  content: "ﶕ";
}

.fi-bs-thunderstorm-moon:before {
  content: "ﶖ";
}

.fi-bs-thunderstorm-risk:before {
  content: "ﶗ";
}

.fi-bs-thunderstorm-sun:before {
  content: "ﶘ";
}

.fi-bs-thunderstorm:before {
  content: "ﶙ";
}

.fi-bs-thursday:before {
  content: "ﶚ";
}

.fi-bs-ticket-airline:before {
  content: "ﶛ";
}

.fi-bs-ticket-alt:before {
  content: "ﶜ";
}

.fi-bs-ticket:before {
  content: "ﶝ";
}

.fi-bs-tickets-airline:before {
  content: "ﶞ";
}

.fi-bs-tie:before {
  content: "ﶟ";
}

.fi-bs-tilde:before {
  content: "ﶠ";
}

.fi-bs-time-add:before {
  content: "ﶡ";
}

.fi-bs-time-check:before {
  content: "ﶢ";
}

.fi-bs-time-delete:before {
  content: "ﶣ";
}

.fi-bs-time-fast:before {
  content: "ﶤ";
}

.fi-bs-time-forward-sixty:before {
  content: "ﶥ";
}

.fi-bs-time-forward-ten:before {
  content: "ﶦ";
}

.fi-bs-time-forward:before {
  content: "ﶧ";
}

.fi-bs-time-half-past:before {
  content: "ﶨ";
}

.fi-bs-time-oclock:before {
  content: "ﶩ";
}

.fi-bs-time-past:before {
  content: "ﶪ";
}

.fi-bs-time-quarter-past:before {
  content: "ﶫ";
}

.fi-bs-time-quarter-to:before {
  content: "ﶬ";
}

.fi-bs-time-twenty-four:before {
  content: "ﶭ";
}

.fi-bs-time-watch-calendar:before {
  content: "ﶮ";
}

.fi-bs-timer-clock-call:before {
  content: "ﶯ";
}

.fi-bs-times-hexagon:before {
  content: "ﶰ";
}

.fi-bs-tint-slash:before {
  content: "ﶱ";
}

.fi-bs-tip-coin:before {
  content: "ﶲ";
}

.fi-bs-tire-flat:before {
  content: "ﶳ";
}

.fi-bs-tire-pressure-warning:before {
  content: "ﶴ";
}

.fi-bs-tire-rugged:before {
  content: "ﶵ";
}

.fi-bs-tire:before {
  content: "ﶶ";
}

.fi-bs-tired:before {
  content: "ﶷ";
}

.fi-bs-to-do-alt:before {
  content: "ﶸ";
}

.fi-bs-to-do:before {
  content: "ﶹ";
}

.fi-bs-together-people:before {
  content: "ﶺ";
}

.fi-bs-toggle-off:before {
  content: "ﶻ";
}

.fi-bs-toggle-on:before {
  content: "ﶼ";
}

.fi-bs-toilet-paper-blank-under:before {
  content: "ﶽ";
}

.fi-bs-toilet-paper-blank:before {
  content: "ﶾ";
}

.fi-bs-toilet-paper-slash:before {
  content: "ﶿ";
}

.fi-bs-toilet-paper-under-slash:before {
  content: "ﷀ";
}

.fi-bs-toilet-paper-under:before {
  content: "ﷁ";
}

.fi-bs-toilet:before {
  content: "ﷂ";
}

.fi-bs-toilets-portable:before {
  content: "ﷃ";
}

.fi-bs-token:before {
  content: "ﷄ";
}

.fi-bs-tomato:before {
  content: "ﷅ";
}

.fi-bs-tombstone-alt:before {
  content: "ﷆ";
}

.fi-bs-tombstone:before {
  content: "ﷇ";
}

.fi-bs-tool-box:before {
  content: "﷈";
}

.fi-bs-tool-crop:before {
  content: "﷉";
}

.fi-bs-tool-marquee:before {
  content: "﷊";
}

.fi-bs-tools:before {
  content: "﷋";
}

.fi-bs-tooth:before {
  content: "﷌";
}

.fi-bs-toothbrush:before {
  content: "﷍";
}

.fi-bs-torch-inspiration-leader:before {
  content: "﷎";
}

.fi-bs-torii-gate:before {
  content: "﷏";
}

.fi-bs-tornado:before {
  content: "﷐";
}

.fi-bs-total:before {
  content: "﷑";
}

.fi-bs-tour-guide-people:before {
  content: "﷒";
}

.fi-bs-tour-virtual:before {
  content: "﷓";
}

.fi-bs-tower-control:before {
  content: "﷔";
}

.fi-bs-track:before {
  content: "﷕";
}

.fi-bs-tractor:before {
  content: "﷖";
}

.fi-bs-trademark:before {
  content: "﷗";
}

.fi-bs-traffic-cone:before {
  content: "﷘";
}

.fi-bs-traffic-light-go:before {
  content: "﷙";
}

.fi-bs-traffic-light-slow:before {
  content: "﷚";
}

.fi-bs-traffic-light-stop:before {
  content: "﷛";
}

.fi-bs-traffic-light:before {
  content: "﷜";
}

.fi-bs-trailer:before {
  content: "﷝";
}

.fi-bs-train-journey:before {
  content: "﷞";
}

.fi-bs-train-side:before {
  content: "﷟";
}

.fi-bs-train-station-building:before {
  content: "﷠";
}

.fi-bs-train-station:before {
  content: "﷡";
}

.fi-bs-train-subway-tunnel:before {
  content: "﷢";
}

.fi-bs-train-track:before {
  content: "﷣";
}

.fi-bs-train-tram:before {
  content: "﷤";
}

.fi-bs-train:before {
  content: "﷥";
}

.fi-bs-tram:before {
  content: "﷦";
}

.fi-bs-transform:before {
  content: "﷧";
}

.fi-bs-transformation-block:before {
  content: "﷨";
}

.fi-bs-transformation-circle:before {
  content: "﷩";
}

.fi-bs-transformation-design:before {
  content: "﷪";
}

.fi-bs-transformation-shapes:before {
  content: "﷫";
}

.fi-bs-transformer-bolt:before {
  content: "﷬";
}

.fi-bs-transgender:before {
  content: "﷭";
}

.fi-bs-transporter-1:before {
  content: "﷮";
}

.fi-bs-transporter-2:before {
  content: "﷯";
}

.fi-bs-transporter-3:before {
  content: "ﷰ";
}

.fi-bs-transporter-4:before {
  content: "ﷱ";
}

.fi-bs-transporter-5:before {
  content: "ﷲ";
}

.fi-bs-transporter-6:before {
  content: "ﷳ";
}

.fi-bs-transporter-7:before {
  content: "ﷴ";
}

.fi-bs-transporter-empty:before {
  content: "ﷵ";
}

.fi-bs-transporter:before {
  content: "ﷶ";
}

.fi-bs-trash-can-check:before {
  content: "ﷷ";
}

.fi-bs-trash-can-clock:before {
  content: "ﷸ";
}

.fi-bs-trash-can-list:before {
  content: "ﷹ";
}

.fi-bs-trash-can-plus:before {
  content: "ﷺ";
}

.fi-bs-trash-can-slash:before {
  content: "ﷻ";
}

.fi-bs-trash-check:before {
  content: "﷼";
}

.fi-bs-trash-clock:before {
  content: "﷽";
}

.fi-bs-trash-empty:before {
  content: "﷾";
}

.fi-bs-trash-list:before {
  content: "﷿";
}

.fi-bs-trash-plus:before {
  content: "︐";
}

.fi-bs-trash-restore-alt:before {
  content: "︑";
}

.fi-bs-trash-restore:before {
  content: "︒";
}

.fi-bs-trash-slash:before {
  content: "︓";
}

.fi-bs-trash-undo-alt:before {
  content: "︔";
}

.fi-bs-trash-undo:before {
  content: "︕";
}

.fi-bs-trash-xmark:before {
  content: "︖";
}

.fi-bs-trash:before {
  content: "︗";
}

.fi-bs-treadmill:before {
  content: "︘";
}

.fi-bs-treasure-chest:before {
  content: "︙";
}

.fi-bs-treatment:before {
  content: "︚";
}

.fi-bs-tree-alt:before {
  content: "︛";
}

.fi-bs-tree-christmas:before {
  content: "︜";
}

.fi-bs-tree-deciduous:before {
  content: "︝";
}

.fi-bs-tree:before {
  content: "︞";
}

.fi-bs-trees-alt:before {
  content: "︟";
}

.fi-bs-trees:before {
  content: "︰";
}

.fi-bs-triangle-music:before {
  content: "︱";
}

.fi-bs-triangle-person-digging:before {
  content: "︲";
}

.fi-bs-triangle-warning:before {
  content: "︳";
}

.fi-bs-triangle:before {
  content: "︴";
}

.fi-bs-tricycle:before {
  content: "︵";
}

.fi-bs-trillium:before {
  content: "︶";
}

.fi-bs-trophy-achievement-skill:before {
  content: "︷";
}

.fi-bs-trophy-star:before {
  content: "︸";
}

.fi-bs-trophy:before {
  content: "︹";
}

.fi-bs-truck-arrow-left:before {
  content: "︺";
}

.fi-bs-truck-arrow-right:before {
  content: "︻";
}

.fi-bs-truck-bolt:before {
  content: "︼";
}

.fi-bs-truck-box:before {
  content: "︽";
}

.fi-bs-truck-check:before {
  content: "︾";
}

.fi-bs-truck-container-empty:before {
  content: "︿";
}

.fi-bs-truck-container:before {
  content: "﹀";
}

.fi-bs-truck-couch:before {
  content: "﹁";
}

.fi-bs-truck-fire:before {
  content: "﹂";
}

.fi-bs-truck-flatbed:before {
  content: "﹃";
}

.fi-bs-truck-front:before {
  content: "﹄";
}

.fi-bs-truck-ladder:before {
  content: "﹅";
}

.fi-bs-truck-loading:before {
  content: "﹆";
}

.fi-bs-truck-medical:before {
  content: "﹇";
}

.fi-bs-truck-monster:before {
  content: "﹈";
}

.fi-bs-truck-moving:before {
  content: "﹉";
}

.fi-bs-truck-pickup:before {
  content: "﹊";
}

.fi-bs-truck-plow:before {
  content: "﹋";
}

.fi-bs-truck-ramp:before {
  content: "﹌";
}

.fi-bs-truck-side:before {
  content: "﹍";
}

.fi-bs-truck-tow:before {
  content: "﹎";
}

.fi-bs-truck-utensils:before {
  content: "﹏";
}

.fi-bs-trumpet:before {
  content: "﹐";
}

.fi-bs-trust-alt:before {
  content: "﹑";
}

.fi-bs-trust:before {
  content: "﹒";
}

.fi-bs-tshirt:before {
  content: "﹓";
}

.fi-bs-tty-answer:before {
  content: "﹔";
}

.fi-bs-tty:before {
  content: "﹕";
}

.fi-bs-tubes:before {
  content: "﹖";
}

.fi-bs-tuesday:before {
  content: "﹗";
}

.fi-bs-tugrik-sign:before {
  content: "﹘";
}

.fi-bs-turkey:before {
  content: "﹙";
}

.fi-bs-turn-left-down:before {
  content: "﹚";
}

.fi-bs-turn-left:before {
  content: "﹛";
}

.fi-bs-turn-right:before {
  content: "﹜";
}

.fi-bs-turntable:before {
  content: "﹝";
}

.fi-bs-turtle:before {
  content: "﹞";
}

.fi-bs-tv-music:before {
  content: "﹟";
}

.fi-bs-tv-retro:before {
  content: "﹠";
}

.fi-bs-typewriter:before {
  content: "﹡";
}

.fi-bs-u:before {
  content: "﹢";
}

.fi-bs-ufo-beam:before {
  content: "﹣";
}

.fi-bs-ufo:before {
  content: "﹤";
}

.fi-bs-ui-ux:before {
  content: "﹥";
}

.fi-bs-umbrella-beach:before {
  content: "﹦";
}

.fi-bs-umbrella:before {
  content: "﹧";
}

.fi-bs-under-construction:before {
  content: "﹨";
}

.fi-bs-underline:before {
  content: "﹩";
}

.fi-bs-undo-alt:before {
  content: "﹪";
}

.fi-bs-undo:before {
  content: "﹫";
}

.fi-bs-unicorn:before {
  content: "﹬";
}

.fi-bs-uniform-martial-arts:before {
  content: "﹭";
}

.fi-bs-universal-access:before {
  content: "﹮";
}

.fi-bs-unlock:before {
  content: "﹯";
}

.fi-bs-up-from-bracket:before {
  content: "ﹰ";
}

.fi-bs-up-left:before {
  content: "ﹱ";
}

.fi-bs-up-right-from-square:before {
  content: "ﹲ";
}

.fi-bs-up-right:before {
  content: "ﹳ";
}

.fi-bs-up:before {
  content: "ﹴ";
}

.fi-bs-upload:before {
  content: "﹵";
}

.fi-bs-url:before {
  content: "ﹶ";
}

.fi-bs-usb-pendrive:before {
  content: "ﹷ";
}

.fi-bs-usd-circle:before {
  content: "ﹸ";
}

.fi-bs-usd-square:before {
  content: "ﹹ";
}

.fi-bs-user-add:before {
  content: "ﹺ";
}

.fi-bs-user-alien:before {
  content: "ﹻ";
}

.fi-bs-user-astronaut:before {
  content: "ﹼ";
}

.fi-bs-user-check:before {
  content: "ﹽ";
}

.fi-bs-user-chef:before {
  content: "ﹾ";
}

.fi-bs-user-coach:before {
  content: "ﹿ";
}

.fi-bs-user-cowboy:before {
  content: "ﺀ";
}

.fi-bs-user-crown:before {
  content: "ﺁ";
}

.fi-bs-user-gear:before {
  content: "ﺂ";
}

.fi-bs-user-graduate:before {
  content: "ﺃ";
}

.fi-bs-user-headset:before {
  content: "ﺄ";
}

.fi-bs-user-helmet-safety:before {
  content: "ﺅ";
}

.fi-bs-user-injured:before {
  content: "ﺆ";
}

.fi-bs-user-interface-ui:before {
  content: "ﺇ";
}

.fi-bs-user-key:before {
  content: "ﺈ";
}

.fi-bs-user-lock:before {
  content: "ﺉ";
}

.fi-bs-user-md-chat:before {
  content: "ﺊ";
}

.fi-bs-user-md:before {
  content: "ﺋ";
}

.fi-bs-user-minus:before {
  content: "ﺌ";
}

.fi-bs-user-music:before {
  content: "ﺍ";
}

.fi-bs-user-ninja:before {
  content: "ﺎ";
}

.fi-bs-user-nurse:before {
  content: "ﺏ";
}

.fi-bs-user-pen:before {
  content: "ﺐ";
}

.fi-bs-user-pilot-tie:before {
  content: "ﺑ";
}

.fi-bs-user-pilot:before {
  content: "ﺒ";
}

.fi-bs-user-police:before {
  content: "ﺓ";
}

.fi-bs-user-robot-xmarks:before {
  content: "ﺔ";
}

.fi-bs-user-robot:before {
  content: "ﺕ";
}

.fi-bs-user-salary:before {
  content: "ﺖ";
}

.fi-bs-user-shield:before {
  content: "ﺗ";
}

.fi-bs-user-skill-gear:before {
  content: "ﺘ";
}

.fi-bs-user-slash:before {
  content: "ﺙ";
}

.fi-bs-user-tag:before {
  content: "ﺚ";
}

.fi-bs-user-time:before {
  content: "ﺛ";
}

.fi-bs-user-trust:before {
  content: "ﺜ";
}

.fi-bs-user-unlock:before {
  content: "ﺝ";
}

.fi-bs-user-visor:before {
  content: "ﺞ";
}

.fi-bs-user-xmark:before {
  content: "ﺟ";
}

.fi-bs-user:before {
  content: "ﺠ";
}

.fi-bs-users-alt:before {
  content: "ﺡ";
}

.fi-bs-users-class:before {
  content: "ﺢ";
}

.fi-bs-users-gear:before {
  content: "ﺣ";
}

.fi-bs-users-medical:before {
  content: "ﺤ";
}

.fi-bs-users-slash:before {
  content: "ﺥ";
}

.fi-bs-users:before {
  content: "ﺦ";
}

.fi-bs-utensils-slash:before {
  content: "ﺧ";
}

.fi-bs-utensils:before {
  content: "ﺨ";
}

.fi-bs-utility-pole-double:before {
  content: "ﺩ";
}

.fi-bs-utility-pole:before {
  content: "ﺪ";
}

.fi-bs-ux-browser:before {
  content: "ﺫ";
}

.fi-bs-ux:before {
  content: "ﺬ";
}

.fi-bs-v:before {
  content: "ﺭ";
}

.fi-bs-vacuum-robot:before {
  content: "ﺮ";
}

.fi-bs-vacuum:before {
  content: "ﺯ";
}

.fi-bs-value-absolute:before {
  content: "ﺰ";
}

.fi-bs-vault:before {
  content: "ﺱ";
}

.fi-bs-vector-alt:before {
  content: "ﺲ";
}

.fi-bs-vector-circle:before {
  content: "ﺳ";
}

.fi-bs-vector-polygon:before {
  content: "ﺴ";
}

.fi-bs-vector:before {
  content: "ﺵ";
}

.fi-bs-venus-double:before {
  content: "ﺶ";
}

.fi-bs-venus-mars:before {
  content: "ﺷ";
}

.fi-bs-venus:before {
  content: "ﺸ";
}

.fi-bs-vest-patches:before {
  content: "ﺹ";
}

.fi-bs-vest:before {
  content: "ﺺ";
}

.fi-bs-video-arrow-down-left:before {
  content: "ﺻ";
}

.fi-bs-video-arrow-up-right:before {
  content: "ﺼ";
}

.fi-bs-video-camera-alt:before {
  content: "ﺽ";
}

.fi-bs-video-camera:before {
  content: "ﺾ";
}

.fi-bs-video-duration:before {
  content: "ﺿ";
}

.fi-bs-video-plus:before {
  content: "ﻀ";
}

.fi-bs-video-slash:before {
  content: "ﻁ";
}

.fi-bs-videoconference:before {
  content: "ﻂ";
}

.fi-bs-vihara:before {
  content: "ﻃ";
}

.fi-bs-violin:before {
  content: "ﻄ";
}

.fi-bs-virus-slash:before {
  content: "ﻅ";
}

.fi-bs-virus:before {
  content: "ﻆ";
}

.fi-bs-viruses:before {
  content: "ﻇ";
}

.fi-bs-visit:before {
  content: "ﻈ";
}

.fi-bs-voicemail:before {
  content: "ﻉ";
}

.fi-bs-volcano:before {
  content: "ﻊ";
}

.fi-bs-volleyball:before {
  content: "ﻋ";
}

.fi-bs-volume-down:before {
  content: "ﻌ";
}

.fi-bs-volume-mute:before {
  content: "ﻍ";
}

.fi-bs-volume-off:before {
  content: "ﻎ";
}

.fi-bs-volume-slash:before {
  content: "ﻏ";
}

.fi-bs-volume:before {
  content: "ﻐ";
}

.fi-bs-vote-nay:before {
  content: "ﻑ";
}

.fi-bs-vote-yea:before {
  content: "ﻒ";
}

.fi-bs-vr-cardboard:before {
  content: "ﻓ";
}

.fi-bs-w:before {
  content: "ﻔ";
}

.fi-bs-waffle:before {
  content: "ﻕ";
}

.fi-bs-wagon-covered:before {
  content: "ﻖ";
}

.fi-bs-walker:before {
  content: "ﻗ";
}

.fi-bs-walkie-talkie:before {
  content: "ﻘ";
}

.fi-bs-walking:before {
  content: "ﻙ";
}

.fi-bs-wallet-arrow:before {
  content: "ﻚ";
}

.fi-bs-wallet-buyer:before {
  content: "ﻛ";
}

.fi-bs-wallet:before {
  content: "ﻜ";
}

.fi-bs-warehouse-alt:before {
  content: "ﻝ";
}

.fi-bs-warranty:before {
  content: "ﻞ";
}

.fi-bs-washer:before {
  content: "ﻟ";
}

.fi-bs-waste-pollution:before {
  content: "ﻠ";
}

.fi-bs-waste:before {
  content: "ﻡ";
}

.fi-bs-watch-calculator:before {
  content: "ﻢ";
}

.fi-bs-watch-fitness:before {
  content: "ﻣ";
}

.fi-bs-watch-smart:before {
  content: "ﻤ";
}

.fi-bs-watch:before {
  content: "ﻥ";
}

.fi-bs-water-bottle:before {
  content: "ﻦ";
}

.fi-bs-water-ladder:before {
  content: "ﻧ";
}

.fi-bs-water-lower:before {
  content: "ﻨ";
}

.fi-bs-water-rise:before {
  content: "ﻩ";
}

.fi-bs-water:before {
  content: "ﻪ";
}

.fi-bs-watermelon:before {
  content: "ﻫ";
}

.fi-bs-wave-sine:before {
  content: "ﻬ";
}

.fi-bs-wave-square:before {
  content: "ﻭ";
}

.fi-bs-wave-triangle:before {
  content: "ﻮ";
}

.fi-bs-wave:before {
  content: "ﻯ";
}

.fi-bs-waveform-path:before {
  content: "ﻰ";
}

.fi-bs-waveform:before {
  content: "ﻱ";
}

.fi-bs-web-design:before {
  content: "ﻲ";
}

.fi-bs-webcam-slash:before {
  content: "ﻳ";
}

.fi-bs-webcam:before {
  content: "ﻴ";
}

.fi-bs-webhook:before {
  content: "ﻵ";
}

.fi-bs-wednesday:before {
  content: "ﻶ";
}

.fi-bs-whale:before {
  content: "ﻷ";
}

.fi-bs-wheat-awn-circle-exclamation:before {
  content: "ﻸ";
}

.fi-bs-wheat-awn-slash:before {
  content: "ﻹ";
}

.fi-bs-wheat-awn:before {
  content: "ﻺ";
}

.fi-bs-wheat-slash:before {
  content: "ﻻ";
}

.fi-bs-wheat:before {
  content: "ﻼ";
}

.fi-bs-wheelchair-move:before {
  content: "﻽";
}

.fi-bs-wheelchair-sleeping:before {
  content: "﻾";
}

.fi-bs-wheelchair:before {
  content: "＀";
}

.fi-bs-whistle:before {
  content: "！";
}

.fi-bs-white-space:before {
  content: "＂";
}

.fi-bs-wifi-1:before {
  content: "＃";
}

.fi-bs-wifi-2:before {
  content: "＄";
}

.fi-bs-wifi-alt:before {
  content: "％";
}

.fi-bs-wifi-exclamation:before {
  content: "＆";
}

.fi-bs-wifi-slash:before {
  content: "＇";
}

.fi-bs-wifi:before {
  content: "（";
}

.fi-bs-wind-turbine:before {
  content: "）";
}

.fi-bs-wind-warning:before {
  content: "＊";
}

.fi-bs-wind:before {
  content: "＋";
}

.fi-bs-window-alt:before {
  content: "，";
}

.fi-bs-window-frame-open:before {
  content: "－";
}

.fi-bs-window-frame:before {
  content: "．";
}

.fi-bs-window-maximize:before {
  content: "／";
}

.fi-bs-window-minimize:before {
  content: "０";
}

.fi-bs-window-restore:before {
  content: "１";
}

.fi-bs-windsock:before {
  content: "２";
}

.fi-bs-wine-bottle:before {
  content: "３";
}

.fi-bs-wine-glass-crack:before {
  content: "４";
}

.fi-bs-wine-glass-empty:before {
  content: "５";
}

.fi-bs-wishlist-heart:before {
  content: "６";
}

.fi-bs-wishlist-star:before {
  content: "７";
}

.fi-bs-woman-head:before {
  content: "８";
}

.fi-bs-woman-scientist:before {
  content: "９";
}

.fi-bs-won-sign:before {
  content: "：";
}

.fi-bs-work-in-progress:before {
  content: "；";
}

.fi-bs-workflow-alt:before {
  content: "＜";
}

.fi-bs-workflow-setting-alt:before {
  content: "＝";
}

.fi-bs-workflow-setting:before {
  content: "＞";
}

.fi-bs-workflow:before {
  content: "？";
}

.fi-bs-workshop:before {
  content: "＠";
}

.fi-bs-world:before {
  content: "Ａ";
}

.fi-bs-worm:before {
  content: "Ｂ";
}

.fi-bs-wreath:before {
  content: "Ｃ";
}

.fi-bs-wrench-alt:before {
  content: "Ｄ";
}

.fi-bs-wrench-simple:before {
  content: "Ｅ";
}

.fi-bs-x-ray:before {
  content: "Ｆ";
}

.fi-bs-x:before {
  content: "Ｇ";
}

.fi-bs-y:before {
  content: "Ｈ";
}

.fi-bs-yen:before {
  content: "Ｉ";
}

.fi-bs-yin-yang:before {
  content: "Ｊ";
}

.fi-bs-z:before {
  content: "Ｋ";
}

.fi-bs-zip-file:before {
  content: "Ｌ";
}

.fi-bs-zoom-in:before {
  content: "Ｍ";
}

.fi-bs-zoom-out:before {
  content: "Ｎ";
}

@font-face {
  font-family: uicons-regular-straight;
  src: url(./fonts/@flaticon/uicons-regular-straight-2I3O25UC.woff2) format("woff2"), url(./fonts/@flaticon/uicons-regular-straight-AFQI6GFM.woff) format("woff"), url(../uicons-regular-straight-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.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: "豈";
}

.fi-rs-map:before {
  content: "更";
}

.fi-rs-marker-time:before {
  content: "車";
}

.fi-rs-marker:before {
  content: "賈";
}

.fi-rs-marketplace-alt:before {
  content: "滑";
}

.fi-rs-marketplace-store:before {
  content: "串";
}

.fi-rs-marketplace:before {
  content: "句";
}

.fi-rs-mars-double:before {
  content: "龜";
}

.fi-rs-mars-stroke-right:before {
  content: "龜";
}

.fi-rs-mars-stroke-up:before {
  content: "契";
}

.fi-rs-mars:before {
  content: "金";
}

.fi-rs-martini-glass-citrus:before {
  content: "喇";
}

.fi-rs-martini-glass-empty:before {
  content: "奈";
}

.fi-rs-mask-carnival:before {
  content: "懶";
}

.fi-rs-mask-face:before {
  content: "癩";
}

.fi-rs-mask-snorkel:before {
  content: "羅";
}

.fi-rs-massage:before {
  content: "蘿";
}

.fi-rs-match-fire:before {
  content: "螺";
}

.fi-rs-mattress-pillow:before {
  content: "裸";
}

.fi-rs-measuring-tape:before {
  content: "邏";
}

.fi-rs-meat:before {
  content: "樂";
}

.fi-rs-medal:before {
  content: "洛";
}

.fi-rs-medical-star:before {
  content: "烙";
}

.fi-rs-medicine:before {
  content: "珞";
}

.fi-rs-meditation:before {
  content: "落";
}

.fi-rs-meeting-alt:before {
  content: "酪";
}

.fi-rs-meeting:before {
  content: "駱";
}

.fi-rs-megaphone-announcement-leader:before {
  content: "亂";
}

.fi-rs-megaphone:before {
  content: "卵";
}

.fi-rs-meh-blank:before {
  content: "欄";
}

.fi-rs-meh-rolling-eyes:before {
  content: "爛";
}

.fi-rs-meh:before {
  content: "蘭";
}

.fi-rs-melon-alt:before {
  content: "鸞";
}

.fi-rs-melon:before {
  content: "嵐";
}

.fi-rs-member-list:before {
  content: "濫";
}

.fi-rs-member-search:before {
  content: "藍";
}

.fi-rs-membership-vip:before {
  content: "襤";
}

.fi-rs-membership:before {
  content: "拉";
}

.fi-rs-memo-circle-check:before {
  content: "臘";
}

.fi-rs-memo-pad:before {
  content: "蠟";
}

.fi-rs-memo:before {
  content: "廊";
}

.fi-rs-memory:before {
  content: "朗";
}

.fi-rs-menu-dots-vertical:before {
  content: "浪";
}

.fi-rs-menu-dots:before {
  content: "狼";
}

.fi-rs-mercury:before {
  content: "郎";
}

.fi-rs-message-arrow-down:before {
  content: "來";
}

.fi-rs-message-arrow-up-right:before {
  content: "冷";
}

.fi-rs-message-arrow-up:before {
  content: "勞";
}

.fi-rs-message-bot:before {
  content: "擄";
}

.fi-rs-message-code:before {
  content: "櫓";
}

.fi-rs-message-dollar:before {
  content: "爐";
}

.fi-rs-message-heart:before {
  content: "盧";
}

.fi-rs-message-image:before {
  content: "老";
}

.fi-rs-message-question:before {
  content: "蘆";
}

.fi-rs-message-quote:before {
  content: "虜";
}

.fi-rs-message-slash:before {
  content: "路";
}

.fi-rs-message-sms:before {
  content: "露";
}

.fi-rs-message-text:before {
  content: "魯";
}

.fi-rs-message-xmark:before {
  content: "鷺";
}

.fi-rs-messages-dollar:before {
  content: "碌";
}

.fi-rs-messages-question:before {
  content: "祿";
}

.fi-rs-messages:before {
  content: "綠";
}

.fi-rs-meteor:before {
  content: "菉";
}

.fi-rs-meter-bolt:before {
  content: "錄";
}

.fi-rs-meter-droplet:before {
  content: "鹿";
}

.fi-rs-meter-fire:before {
  content: "論";
}

.fi-rs-meter:before {
  content: "壟";
}

.fi-rs-method:before {
  content: "弄";
}

.fi-rs-microchip-ai:before {
  content: "籠";
}

.fi-rs-microchip:before {
  content: "聾";
}

.fi-rs-microphone-alt:before {
  content: "牢";
}

.fi-rs-microphone-slash:before {
  content: "磊";
}

.fi-rs-microphone:before {
  content: "賂";
}

.fi-rs-microscope:before {
  content: "雷";
}

.fi-rs-microwave:before {
  content: "壘";
}

.fi-rs-milk-alt:before {
  content: "屢";
}

.fi-rs-milk:before {
  content: "樓";
}

.fi-rs-mill-sign:before {
  content: "淚";
}

.fi-rs-mind-share:before {
  content: "漏";
}

.fi-rs-minus-circle:before {
  content: "累";
}

.fi-rs-minus-hexagon:before {
  content: "縷";
}

.fi-rs-minus-small:before {
  content: "陋";
}

.fi-rs-minuss:before {
  content: "勒";
}

.fi-rs-mistletoe:before {
  content: "肋";
}

.fi-rs-mix:before {
  content: "凜";
}

.fi-rs-mobile-button:before {
  content: "凌";
}

.fi-rs-mobile-notch:before {
  content: "稜";
}

.fi-rs-mobile:before {
  content: "綾";
}

.fi-rs-mockup:before {
  content: "菱";
}

.fi-rs-mode-alt:before {
  content: "陵";
}

.fi-rs-mode-landscape:before {
  content: "讀";
}

.fi-rs-mode-portrait:before {
  content: "拏";
}

.fi-rs-mode:before {
  content: "樂";
}

.fi-rs-model-cube-arrows:before {
  content: "諾";
}

.fi-rs-model-cube-space:before {
  content: "丹";
}

.fi-rs-model-cube:before {
  content: "寧";
}

.fi-rs-module:before {
  content: "怒";
}

.fi-rs-monday:before {
  content: "率";
}

.fi-rs-money-bill-simple:before {
  content: "異";
}

.fi-rs-money-bill-transfer:before {
  content: "北";
}

.fi-rs-money-bill-wave-alt:before {
  content: "磻";
}

.fi-rs-money-bill-wave:before {
  content: "便";
}

.fi-rs-money-bills-simple:before {
  content: "復";
}

.fi-rs-money-bills:before {
  content: "不";
}

.fi-rs-money-check-edit-alt:before {
  content: "泌";
}

.fi-rs-money-check-edit:before {
  content: "數";
}

.fi-rs-money-check:before {
  content: "索";
}

.fi-rs-money-coin-transfer:before {
  content: "參";
}

.fi-rs-money-from-bracket:before {
  content: "塞";
}

.fi-rs-money-simple-from-bracket:before {
  content: "省";
}

.fi-rs-money-transfer-alt:before {
  content: "葉";
}

.fi-rs-money-transfer-coin-arrow:before {
  content: "說";
}

.fi-rs-money-transfer-smartphone:before {
  content: "殺";
}

.fi-rs-money-wings:before {
  content: "辰";
}

.fi-rs-money:before {
  content: "沈";
}

.fi-rs-monkey:before {
  content: "拾";
}

.fi-rs-monument:before {
  content: "若";
}

.fi-rs-moon-stars:before {
  content: "掠";
}

.fi-rs-moon:before {
  content: "略";
}

.fi-rs-moped:before {
  content: "亮";
}

.fi-rs-mortar-pestle:before {
  content: "兩";
}

.fi-rs-mortgage:before {
  content: "凉";
}

.fi-rs-mosque-alt:before {
  content: "梁";
}

.fi-rs-mosque-moon:before {
  content: "糧";
}

.fi-rs-mosque:before {
  content: "良";
}

.fi-rs-mosquito-net:before {
  content: "諒";
}

.fi-rs-mosquito:before {
  content: "量";
}

.fi-rs-motorcycle:before {
  content: "勵";
}

.fi-rs-mound:before {
  content: "呂";
}

.fi-rs-mountain-city:before {
  content: "女";
}

.fi-rs-mountain:before {
  content: "廬";
}

.fi-rs-mountains:before {
  content: "旅";
}

.fi-rs-mouse-field:before {
  content: "濾";
}

.fi-rs-mouse:before {
  content: "礪";
}

.fi-rs-mov-file:before {
  content: "閭";
}

.fi-rs-move-to-folder-2:before {
  content: "驪";
}

.fi-rs-move-to-folder:before {
  content: "麗";
}

.fi-rs-mp3-file:before {
  content: "黎";
}

.fi-rs-mp3-player:before {
  content: "力";
}

.fi-rs-mp4-file:before {
  content: "曆";
}

.fi-rs-mug-alt:before {
  content: "歷";
}

.fi-rs-mug-hot-alt:before {
  content: "轢";
}

.fi-rs-mug-hot:before {
  content: "年";
}

.fi-rs-mug-marshmallows:before {
  content: "憐";
}

.fi-rs-mug-tea-saucer:before {
  content: "戀";
}

.fi-rs-mug-tea:before {
  content: "撚";
}

.fi-rs-mug:before {
  content: "漣";
}

.fi-rs-multiple-alt:before {
  content: "煉";
}

.fi-rs-multiple:before {
  content: "璉";
}

.fi-rs-muscle:before {
  content: "秊";
}

.fi-rs-mushroom-alt:before {
  content: "練";
}

.fi-rs-mushroom:before {
  content: "聯";
}

.fi-rs-music-alt:before {
  content: "輦";
}

.fi-rs-music-file:before {
  content: "蓮";
}

.fi-rs-music-note-slash:before {
  content: "連";
}

.fi-rs-music-note:before {
  content: "鍊";
}

.fi-rs-music-slash:before {
  content: "列";
}

.fi-rs-music:before {
  content: "劣";
}

.fi-rs-n:before {
  content: "咽";
}

.fi-rs-naira-sign:before {
  content: "烈";
}

.fi-rs-narwhal:before {
  content: "裂";
}

.fi-rs-navigation:before {
  content: "說";
}

.fi-rs-nesting-dolls:before {
  content: "廉";
}

.fi-rs-network-analytic:before {
  content: "念";
}

.fi-rs-network-cloud:before {
  content: "捻";
}

.fi-rs-network:before {
  content: "殮";
}

.fi-rs-neuter:before {
  content: "簾";
}

.fi-rs-newsletter-subscribe:before {
  content: "獵";
}

.fi-rs-newspaper-open:before {
  content: "令";
}

.fi-rs-newspaper:before {
  content: "囹";
}

.fi-rs-nfc-lock:before {
  content: "寧";
}

.fi-rs-nfc-magnifying-glass:before {
  content: "嶺";
}

.fi-rs-nfc-pen:before {
  content: "怜";
}

.fi-rs-nfc-slash:before {
  content: "玲";
}

.fi-rs-nfc-trash:before {
  content: "瑩";
}

.fi-rs-nfc:before {
  content: "羚";
}

.fi-rs-night-day:before {
  content: "聆";
}

.fi-rs-no-fee:before {
  content: "鈴";
}

.fi-rs-no-people:before {
  content: "零";
}

.fi-rs-noodles:before {
  content: "靈";
}

.fi-rs-nose:before {
  content: "領";
}

.fi-rs-not-equal:before {
  content: "例";
}

.fi-rs-not-found-alt:before {
  content: "禮";
}

.fi-rs-not-found-magnifying-glass:before {
  content: "醴";
}

.fi-rs-not-found:before {
  content: "隸";
}

.fi-rs-notdef:before {
  content: "惡";
}

.fi-rs-note-medical:before {
  content: "了";
}

.fi-rs-note-sticky:before {
  content: "僚";
}

.fi-rs-note:before {
  content: "寮";
}

.fi-rs-notebook-alt:before {
  content: "尿";
}

.fi-rs-notebook:before {
  content: "料";
}

.fi-rs-notes-medical:before {
  content: "樂";
}

.fi-rs-notes:before {
  content: "燎";
}

.fi-rs-o:before {
  content: "療";
}

.fi-rs-object-exclude:before {
  content: "蓼";
}

.fi-rs-object-group:before {
  content: "遼";
}

.fi-rs-object-intersect:before {
  content: "龍";
}

.fi-rs-object-subtract:before {
  content: "暈";
}

.fi-rs-object-ungroup:before {
  content: "阮";
}

.fi-rs-object-union:before {
  content: "劉";
}

.fi-rs-objects-column:before {
  content: "杻";
}

.fi-rs-octagon-check:before {
  content: "柳";
}

.fi-rs-octagon-divide:before {
  content: "流";
}

.fi-rs-octagon-exclamation:before {
  content: "溜";
}

.fi-rs-octagon-minus:before {
  content: "琉";
}

.fi-rs-octagon-plus:before {
  content: "留";
}

.fi-rs-octagon-xmark:before {
  content: "硫";
}

.fi-rs-octagon:before {
  content: "紐";
}

.fi-rs-oil-can:before {
  content: "類";
}

.fi-rs-oil-temp:before {
  content: "六";
}

.fi-rs-olive-oil:before {
  content: "戮";
}

.fi-rs-olive:before {
  content: "陸";
}

.fi-rs-olives:before {
  content: "倫";
}

.fi-rs-om:before {
  content: "崙";
}

.fi-rs-omega:before {
  content: "淪";
}

.fi-rs-onboarding:before {
  content: "輪";
}

.fi-rs-onion:before {
  content: "律";
}

.fi-rs-opacity:before {
  content: "慄";
}

.fi-rs-open-mail-clip:before {
  content: "栗";
}

.fi-rs-operating-system-upgrade:before {
  content: "率";
}

.fi-rs-operation:before {
  content: "隆";
}

.fi-rs-order-history:before {
  content: "利";
}

.fi-rs-organization-chart:before {
  content: "吏";
}

.fi-rs-ornament:before {
  content: "履";
}

.fi-rs-otp:before {
  content: "易";
}

.fi-rs-otter:before {
  content: "李";
}

.fi-rs-outdent:before {
  content: "梨";
}

.fi-rs-oval-alt:before {
  content: "泥";
}

.fi-rs-oval:before {
  content: "理";
}

.fi-rs-oven:before {
  content: "痢";
}

.fi-rs-overline:before {
  content: "罹";
}

.fi-rs-overview:before {
  content: "裏";
}

.fi-rs-p:before {
  content: "裡";
}

.fi-rs-package:before {
  content: "里";
}

.fi-rs-padlock-check:before {
  content: "離";
}

.fi-rs-page-break:before {
  content: "匿";
}

.fi-rs-pager:before {
  content: "溺";
}

.fi-rs-paid:before {
  content: "吝";
}

.fi-rs-paint-brush:before {
  content: "燐";
}

.fi-rs-paint-roller:before {
  content: "璘";
}

.fi-rs-paintbrush-pencil:before {
  content: "藺";
}

.fi-rs-palette:before {
  content: "隣";
}

.fi-rs-pallet-alt:before {
  content: "鱗";
}

.fi-rs-pallet:before {
  content: "麟";
}

.fi-rs-pan-food:before {
  content: "林";
}

.fi-rs-pan-frying:before {
  content: "淋";
}

.fi-rs-pan:before {
  content: "臨";
}

.fi-rs-pancakes:before {
  content: "立";
}

.fi-rs-panorama:before {
  content: "笠";
}

.fi-rs-paper-plane-launch:before {
  content: "粒";
}

.fi-rs-paper-plane-top:before {
  content: "狀";
}

.fi-rs-paper-plane:before {
  content: "炙";
}

.fi-rs-paperclip-vertical:before {
  content: "識";
}

.fi-rs-parachute-box:before {
  content: "什";
}

.fi-rs-paragraph-left:before {
  content: "茶";
}

.fi-rs-paragraph:before {
  content: "刺";
}

.fi-rs-parking-circle-slash:before {
  content: "切";
}

.fi-rs-parking-circle:before {
  content: "度";
}

.fi-rs-parking-slash:before {
  content: "拓";
}

.fi-rs-parking:before {
  content: "糖";
}

.fi-rs-party-bell:before {
  content: "宅";
}

.fi-rs-party-horn:before {
  content: "洞";
}

.fi-rs-passport:before {
  content: "暴";
}

.fi-rs-password-alt:before {
  content: "輻";
}

.fi-rs-password-computer:before {
  content: "行";
}

.fi-rs-password-email:before {
  content: "降";
}

.fi-rs-password-smartphone:before {
  content: "見";
}

.fi-rs-password:before {
  content: "廓";
}

.fi-rs-paste:before {
  content: "兀";
}

.fi-rs-pattern:before {
  content: "嗀";
}

.fi-rs-pause-circle:before {
  content: "﨎";
}

.fi-rs-pause-square:before {
  content: "﨏";
}

.fi-rs-pause:before {
  content: "塚";
}

.fi-rs-paw-claws:before {
  content: "﨑";
}

.fi-rs-paw-heart:before {
  content: "晴";
}

.fi-rs-paw:before {
  content: "﨓";
}

.fi-rs-payment-pos:before {
  content: "﨔";
}

.fi-rs-payroll-calendar:before {
  content: "凞";
}

.fi-rs-payroll-check:before {
  content: "猪";
}

.fi-rs-payroll:before {
  content: "益";
}

.fi-rs-peace:before {
  content: "礼";
}

.fi-rs-peach:before {
  content: "神";
}

.fi-rs-peanut:before {
  content: "祥";
}

.fi-rs-peanuts:before {
  content: "福";
}

.fi-rs-peapod:before {
  content: "靖";
}

.fi-rs-pear:before {
  content: "精";
}

.fi-rs-pedestal:before {
  content: "羽";
}

.fi-rs-pen-circle:before {
  content: "﨟";
}

.fi-rs-pen-clip-slash:before {
  content: "蘒";
}

.fi-rs-pen-clip:before {
  content: "﨡";
}

.fi-rs-pen-fancy-slash:before {
  content: "諸";
}

.fi-rs-pen-fancy:before {
  content: "﨣";
}

.fi-rs-pen-field:before {
  content: "﨤";
}

.fi-rs-pen-nib-slash:before {
  content: "逸";
}

.fi-rs-pen-nib:before {
  content: "都";
}

.fi-rs-pen-slash:before {
  content: "﨧";
}

.fi-rs-pen-square:before {
  content: "﨨";
}

.fi-rs-pen-swirl:before {
  content: "﨩";
}

.fi-rs-pencil-paintbrush:before {
  content: "飯";
}

.fi-rs-pencil-ruler:before {
  content: "飼";
}

.fi-rs-pencil-slash:before {
  content: "館";
}

.fi-rs-pencil:before {
  content: "鶴";
}

.fi-rs-pending:before {
  content: "郞";
}

.fi-rs-pennant:before {
  content: "隷";
}

.fi-rs-people-arrows-left-right:before {
  content: "侮";
}

.fi-rs-people-carry-box:before {
  content: "僧";
}

.fi-rs-people-dress:before {
  content: "免";
}

.fi-rs-people-network-partner:before {
  content: "勉";
}

.fi-rs-people-pants:before {
  content: "勤";
}

.fi-rs-people-poll:before {
  content: "卑";
}

.fi-rs-people-pulling:before {
  content: "喝";
}

.fi-rs-people-roof:before {
  content: "嘆";
}

.fi-rs-people:before {
  content: "器";
}

.fi-rs-pepper-alt:before {
  content: "塀";
}

.fi-rs-pepper-hot:before {
  content: "墨";
}

.fi-rs-pepper:before {
  content: "層";
}

.fi-rs-percent-10:before {
  content: "屮";
}

.fi-rs-percent-100:before {
  content: "悔";
}

.fi-rs-percent-20:before {
  content: "慨";
}

.fi-rs-percent-25:before {
  content: "憎";
}

.fi-rs-percent-30:before {
  content: "懲";
}

.fi-rs-percent-40:before {
  content: "敏";
}

.fi-rs-percent-50:before {
  content: "既";
}

.fi-rs-percent-60:before {
  content: "暑";
}

.fi-rs-percent-70:before {
  content: "梅";
}

.fi-rs-percent-75:before {
  content: "海";
}

.fi-rs-percent-80:before {
  content: "渚";
}

.fi-rs-percent-90:before {
  content: "漢";
}

.fi-rs-percentage:before {
  content: "煮";
}

.fi-rs-person-burst:before {
  content: "爫";
}

.fi-rs-person-carry-box:before {
  content: "琢";
}

.fi-rs-person-circle-check:before {
  content: "碑";
}

.fi-rs-person-circle-exclamation:before {
  content: "社";
}

.fi-rs-person-circle-minus:before {
  content: "祉";
}

.fi-rs-person-circle-plus:before {
  content: "祈";
}

.fi-rs-person-circle-question:before {
  content: "祐";
}

.fi-rs-person-circle-xmark:before {
  content: "祖";
}

.fi-rs-person-cv:before {
  content: "祝";
}

.fi-rs-person-dolly-empty:before {
  content: "禍";
}

.fi-rs-person-dolly:before {
  content: "禎";
}

.fi-rs-person-dress-simple:before {
  content: "穀";
}

.fi-rs-person-dress:before {
  content: "突";
}

.fi-rs-person-luggage:before {
  content: "節";
}

.fi-rs-person-lunge:before {
  content: "練";
}

.fi-rs-person-pilates:before {
  content: "縉";
}

.fi-rs-person-praying:before {
  content: "繁";
}

.fi-rs-person-pregnant:before {
  content: "署";
}

.fi-rs-person-seat-reclined:before {
  content: "者";
}

.fi-rs-person-seat:before {
  content: "臭";
}

.fi-rs-person-shelter:before {
  content: "艹";
}

.fi-rs-person-sign:before {
  content: "艹";
}

.fi-rs-person-simple:before {
  content: "著";
}

.fi-rs-person-walking-with-cane:before {
  content: "褐";
}

.fi-rs-peseta-sign:before {
  content: "視";
}

.fi-rs-peso-sign:before {
  content: "謁";
}

.fi-rs-pets:before {
  content: "謹";
}

.fi-rs-pharmacy:before {
  content: "賓";
}

.fi-rs-phone-call:before {
  content: "贈";
}

.fi-rs-phone-cross:before {
  content: "辶";
}

.fi-rs-phone-flip:before {
  content: "逸";
}

.fi-rs-phone-guide:before {
  content: "難";
}

.fi-rs-phone-heart-message:before {
  content: "響";
}

.fi-rs-phone-office:before {
  content: "頻";
}

.fi-rs-phone-pause:before {
  content: "恵";
}

.fi-rs-phone-plus:before {
  content: "𤋮";
}

.fi-rs-phone-rotary:before {
  content: "舘";
}

.fi-rs-phone-slash:before {
  content: "﩮";
}

.fi-rs-photo-capture:before {
  content: "﩯";
}

.fi-rs-photo-film-music:before {
  content: "並";
}

.fi-rs-photo-video:before {
  content: "况";
}

.fi-rs-physics:before {
  content: "全";
}

.fi-rs-Pi:before {
  content: "侀";
}

.fi-rs-piano-keyboard:before {
  content: "充";
}

.fi-rs-piano:before {
  content: "冀";
}

.fi-rs-pickaxe:before {
  content: "勇";
}

.fi-rs-picking-box:before {
  content: "勺";
}

.fi-rs-picking:before {
  content: "喝";
}

.fi-rs-picnic:before {
  content: "啕";
}

.fi-rs-picpeople-filled:before {
  content: "喙";
}

.fi-rs-picpeople:before {
  content: "嗢";
}

.fi-rs-picture:before {
  content: "塚";
}

.fi-rs-pie:before {
  content: "墳";
}

.fi-rs-pig-bank-bulb:before {
  content: "奄";
}

.fi-rs-pig-face:before {
  content: "奔";
}

.fi-rs-pig:before {
  content: "婢";
}

.fi-rs-piggy-bank-budget:before {
  content: "嬨";
}

.fi-rs-piggy-bank:before {
  content: "廒";
}

.fi-rs-pills:before {
  content: "廙";
}

.fi-rs-pinata:before {
  content: "彩";
}

.fi-rs-pineapple-alt:before {
  content: "徭";
}

.fi-rs-pineapple:before {
  content: "惘";
}

.fi-rs-ping-pong:before {
  content: "慎";
}

.fi-rs-pipe-smoking:before {
  content: "愈";
}

.fi-rs-pixabay:before {
  content: "憎";
}

.fi-rs-pizza-slice:before {
  content: "慠";
}

.fi-rs-place-of-worship:before {
  content: "懲";
}

.fi-rs-plan-strategy:before {
  content: "戴";
}

.fi-rs-plan:before {
  content: "揄";
}

.fi-rs-plane-alt:before {
  content: "搜";
}

.fi-rs-plane-arrival:before {
  content: "摒";
}

.fi-rs-plane-departure:before {
  content: "敖";
}

.fi-rs-plane-prop:before {
  content: "晴";
}

.fi-rs-plane-slash:before {
  content: "朗";
}

.fi-rs-plane-tail:before {
  content: "望";
}

.fi-rs-plane:before {
  content: "杖";
}

.fi-rs-planet-moon:before {
  content: "歹";
}

.fi-rs-planet-ringed:before {
  content: "殺";
}

.fi-rs-plant-care:before {
  content: "流";
}

.fi-rs-plant-growth:before {
  content: "滛";
}

.fi-rs-plant-seed-invest:before {
  content: "滋";
}

.fi-rs-plant-wilt:before {
  content: "漢";
}

.fi-rs-plate-utensils:before {
  content: "瀞";
}

.fi-rs-plate-wheat:before {
  content: "煮";
}

.fi-rs-plate:before {
  content: "瞧";
}

.fi-rs-play-alt:before {
  content: "爵";
}

.fi-rs-play-circle:before {
  content: "犯";
}

.fi-rs-play-microphone:before {
  content: "猪";
}

.fi-rs-play-pause:before {
  content: "瑱";
}

.fi-rs-play:before {
  content: "甆";
}

.fi-rs-playing-cards:before {
  content: "画";
}

.fi-rs-plug-alt:before {
  content: "瘝";
}

.fi-rs-plug-cable:before {
  content: "瘟";
}

.fi-rs-plug-circle-bolt:before {
  content: "益";
}

.fi-rs-plug-circle-check:before {
  content: "盛";
}

.fi-rs-plug-circle-exclamation:before {
  content: "直";
}

.fi-rs-plug-circle-minus:before {
  content: "睊";
}

.fi-rs-plug-circle-plus:before {
  content: "着";
}

.fi-rs-plug-connection:before {
  content: "磌";
}

.fi-rs-plug:before {
  content: "窱";
}

.fi-rs-plus-hexagon:before {
  content: "節";
}

.fi-rs-plus-minus:before {
  content: "类";
}

.fi-rs-plus-small:before {
  content: "絛";
}

.fi-rs-plus:before {
  content: "練";
}

.fi-rs-png-file:before {
  content: "缾";
}

.fi-rs-podcast:before {
  content: "者";
}

.fi-rs-podium-star:before {
  content: "荒";
}

.fi-rs-podium-victory-leader:before {
  content: "華";
}

.fi-rs-podium:before {
  content: "蝹";
}

.fi-rs-point-of-sale-bill:before {
  content: "襁";
}

.fi-rs-point-of-sale-signal:before {
  content: "覆";
}

.fi-rs-point-of-sale:before {
  content: "視";
}

.fi-rs-pointer-loading:before {
  content: "調";
}

.fi-rs-pointer-text:before {
  content: "諸";
}

.fi-rs-poker-chip:before {
  content: "請";
}

.fi-rs-police-box:before {
  content: "謁";
}

.fi-rs-poll-h:before {
  content: "諾";
}

.fi-rs-pollution:before {
  content: "諭";
}

.fi-rs-pompebled:before {
  content: "謹";
}

.fi-rs-poo-bolt:before {
  content: "變";
}

.fi-rs-poo:before {
  content: "贈";
}

.fi-rs-pool-8-ball:before {
  content: "輸";
}

.fi-rs-poop:before {
  content: "遲";
}

.fi-rs-popcorn:before {
  content: "醙";
}

.fi-rs-popsicle:before {
  content: "鉶";
}

.fi-rs-portal-enter:before {
  content: "陼";
}

.fi-rs-portal-exit:before {
  content: "難";
}

.fi-rs-portrait:before {
  content: "靖";
}

.fi-rs-postal-address:before {
  content: "韛";
}

.fi-rs-pot:before {
  content: "響";
}

.fi-rs-potato:before {
  content: "頋";
}

.fi-rs-pound:before {
  content: "頻";
}

.fi-rs-ppt-file:before {
  content: "鬒";
}

.fi-rs-practice:before {
  content: "龜";
}

.fi-rs-praying-hands:before {
  content: "𢡊";
}

.fi-rs-prescription-bottle-alt:before {
  content: "𢡄";
}

.fi-rs-prescription-bottle-pill:before {
  content: "𣏕";
}

.fi-rs-prescription-bottle:before {
  content: "㮝";
}

.fi-rs-prescription:before {
  content: "䀘";
}

.fi-rs-presentation:before {
  content: "䀹";
}

.fi-rs-preview:before {
  content: "𥉉";
}

.fi-rs-previous-square:before {
  content: "𥳐";
}

.fi-rs-print-magnifying-glass:before {
  content: "𧻓";
}

.fi-rs-print-slash:before {
  content: "齃";
}

.fi-rs-print:before {
  content: "龎";
}

.fi-rs-priority-arrow:before {
  content: "﫚";
}

.fi-rs-priority-arrows:before {
  content: "﫛";
}

.fi-rs-priority-importance:before {
  content: "﫜";
}

.fi-rs-problem-solving:before {
  content: "﫝";
}

.fi-rs-procedures:before {
  content: "﫞";
}

.fi-rs-process:before {
  content: "﫟";
}

.fi-rs-productivity:before {
  content: "﫠";
}

.fi-rs-progress-complete:before {
  content: "﫡";
}

.fi-rs-progress-download:before {
  content: "﫢";
}

.fi-rs-progress-upload:before {
  content: "﫣";
}

.fi-rs-projector:before {
  content: "﫤";
}

.fi-rs-protractor:before {
  content: "﫥";
}

.fi-rs-pulse:before {
  content: "﫦";
}

.fi-rs-pump-medical:before {
  content: "﫧";
}

.fi-rs-pump:before {
  content: "﫨";
}

.fi-rs-pumpkin-alt-2:before {
  content: "﫩";
}

.fi-rs-pumpkin-alt:before {
  content: "﫪";
}

.fi-rs-pumpkin:before {
  content: "﫫";
}

.fi-rs-puzzle-alt:before {
  content: "﫬";
}

.fi-rs-puzzle-piece-integration:before {
  content: "﫭";
}

.fi-rs-puzzle-piece:before {
  content: "﫮";
}

.fi-rs-puzzle-pieces:before {
  content: "﫯";
}

.fi-rs-pyramid:before {
  content: "﫰";
}

.fi-rs-q:before {
  content: "﫱";
}

.fi-rs-qr-scan:before {
  content: "﫲";
}

.fi-rs-QR:before {
  content: "﫳";
}

.fi-rs-qrcode:before {
  content: "﫴";
}

.fi-rs-question-square:before {
  content: "﫵";
}

.fi-rs-question:before {
  content: "﫶";
}

.fi-rs-queue-alt:before {
  content: "﫷";
}

.fi-rs-queue-line:before {
  content: "﫸";
}

.fi-rs-queue-signal:before {
  content: "﫹";
}

.fi-rs-queue:before {
  content: "﫺";
}

.fi-rs-quill-pen-story:before {
  content: "﫻";
}

.fi-rs-quiz-alt:before {
  content: "﫼";
}

.fi-rs-quiz:before {
  content: "﫽";
}

.fi-rs-quote-right:before {
  content: "﫾";
}

.fi-rs-r:before {
  content: "﫿";
}

.fi-rs-rabbit-fast:before {
  content: "ﬀ";
}

.fi-rs-rabbit:before {
  content: "ﬁ";
}

.fi-rs-raccoon:before {
  content: "ﬂ";
}

.fi-rs-racquet:before {
  content: "ﬃ";
}

.fi-rs-radar-monitoring-track:before {
  content: "ﬄ";
}

.fi-rs-radar:before {
  content: "ﬅ";
}

.fi-rs-radiation-alt:before {
  content: "ﬆ";
}

.fi-rs-radiation:before {
  content: "﬇";
}

.fi-rs-radio-alt:before {
  content: "﬈";
}

.fi-rs-radio-button:before {
  content: "﬉";
}

.fi-rs-radio:before {
  content: "﬊";
}

.fi-rs-radish:before {
  content: "﬋";
}

.fi-rs-rainbow:before {
  content: "﬌";
}

.fi-rs-raindrops:before {
  content: "﬍";
}

.fi-rs-ram:before {
  content: "﬎";
}

.fi-rs-ramp-loading:before {
  content: "﬏";
}

.fi-rs-rank:before {
  content: "﬐";
}

.fi-rs-ranking-podium-empty:before {
  content: "﬑";
}

.fi-rs-ranking-podium:before {
  content: "﬒";
}

.fi-rs-ranking-star:before {
  content: "ﬓ";
}

.fi-rs-ranking-stars:before {
  content: "ﬔ";
}

.fi-rs-raygun:before {
  content: "ﬕ";
}

.fi-rs-razor-barber:before {
  content: "ﬖ";
}

.fi-rs-react:before {
  content: "ﬗ";
}

.fi-rs-rec:before {
  content: "﬘";
}

.fi-rs-receipt:before {
  content: "﬙";
}

.fi-rs-recipe-book:before {
  content: "﬚";
}

.fi-rs-recipe:before {
  content: "﬛";
}

.fi-rs-record-vinyl:before {
  content: "﬜";
}

.fi-rs-rectabgle-vertical:before {
  content: "יִ";
}

.fi-rs-rectangle-barcode:before {
  content: "ﬞ";
}

.fi-rs-rectangle-code:before {
  content: "ײַ";
}

.fi-rs-rectangle-history-circle-plus:before {
  content: "ﬠ";
}

.fi-rs-rectangle-horizontal:before {
  content: "ﬡ";
}

.fi-rs-rectangle-list:before {
  content: "ﬢ";
}

.fi-rs-rectangle-panoramic:before {
  content: "ﬣ";
}

.fi-rs-rectangle-pro:before {
  content: "ﬤ";
}

.fi-rs-rectangle-vertical-history:before {
  content: "ﬥ";
}

.fi-rs-rectangle-vertical:before {
  content: "ﬦ";
}

.fi-rs-rectangle-xmark:before {
  content: "ﬧ";
}

.fi-rs-rectangles-mixed:before {
  content: "ﬨ";
}

.fi-rs-recycle-bin:before {
  content: "﬩";
}

.fi-rs-recycle:before {
  content: "שׁ";
}

.fi-rs-redo-alt:before {
  content: "שׂ";
}

.fi-rs-redo:before {
  content: "שּׁ";
}

.fi-rs-reel:before {
  content: "שּׂ";
}

.fi-rs-refer-arrow:before {
  content: "אַ";
}

.fi-rs-refer:before {
  content: "אָ";
}

.fi-rs-referral-alt:before {
  content: "אּ";
}

.fi-rs-referral-user:before {
  content: "בּ";
}

.fi-rs-referral:before {
  content: "גּ";
}

.fi-rs-reflect-horizontal-alt:before {
  content: "דּ";
}

.fi-rs-reflect-horizontal:before {
  content: "הּ";
}

.fi-rs-reflect-vertical:before {
  content: "וּ";
}

.fi-rs-reflect:before {
  content: "זּ";
}

.fi-rs-refresh:before {
  content: "﬷";
}

.fi-rs-refrigerator:before {
  content: "טּ";
}

.fi-rs-refund-alt:before {
  content: "יּ";
}

.fi-rs-refund:before {
  content: "ךּ";
}

.fi-rs-region-pin-alt:before {
  content: "כּ";
}

.fi-rs-region-pin:before {
  content: "לּ";
}

.fi-rs-registered:before {
  content: "﬽";
}

.fi-rs-registration-paper:before {
  content: "מּ";
}

.fi-rs-remove-folder:before {
  content: "﬿";
}

.fi-rs-remove-user:before {
  content: "נּ";
}

.fi-rs-rent-signal:before {
  content: "סּ";
}

.fi-rs-rent:before {
  content: "﭂";
}

.fi-rs-replace:before {
  content: "ףּ";
}

.fi-rs-replay-10:before {
  content: "פּ";
}

.fi-rs-replay-30:before {
  content: "﭅";
}

.fi-rs-replay-5:before {
  content: "צּ";
}

.fi-rs-reply-all:before {
  content: "קּ";
}

.fi-rs-republican:before {
  content: "רּ";
}

.fi-rs-reservation-smartphone:before {
  content: "שּ";
}

.fi-rs-reservation-table:before {
  content: "תּ";
}

.fi-rs-resistance-band:before {
  content: "וֹ";
}

.fi-rs-resize:before {
  content: "בֿ";
}

.fi-rs-resources:before {
  content: "כֿ";
}

.fi-rs-restaurant:before {
  content: "פֿ";
}

.fi-rs-restock:before {
  content: "ﭏ";
}

.fi-rs-restroom-simple:before {
  content: "ﭐ";
}

.fi-rs-resume:before {
  content: "ﭑ";
}

.fi-rs-revenue-alt:before {
  content: "ﭒ";
}

.fi-rs-revenue-euro:before {
  content: "ﭓ";
}

.fi-rs-Revenue:before {
  content: "ﭔ";
}

.fi-rs-review:before {
  content: "ﭕ";
}

.fi-rs-rewind-button-circle:before {
  content: "ﭖ";
}

.fi-rs-rewind:before {
  content: "ﭗ";
}

.fi-rs-rhombus:before {
  content: "ﭘ";
}

.fi-rs-ribbon:before {
  content: "ﭙ";
}

.fi-rs-right-from-bracket:before {
  content: "ﭚ";
}

.fi-rs-right:before {
  content: "ﭛ";
}

.fi-rs-ring-diamond:before {
  content: "ﭜ";
}

.fi-rs-ring:before {
  content: "ﭝ";
}

.fi-rs-rings-wedding:before {
  content: "ﭞ";
}

.fi-rs-risk-alt:before {
  content: "ﭟ";
}

.fi-rs-risk:before {
  content: "ﭠ";
}

.fi-rs-road-barrier:before {
  content: "ﭡ";
}

.fi-rs-road-sign-left:before {
  content: "ﭢ";
}

.fi-rs-road:before {
  content: "ﭣ";
}

.fi-rs-robot:before {
  content: "ﭤ";
}

.fi-rs-robotic-arm:before {
  content: "ﭥ";
}

.fi-rs-rocket-lunch:before {
  content: "ﭦ";
}

.fi-rs-rocket:before {
  content: "ﭧ";
}

.fi-rs-roller-coaster:before {
  content: "ﭨ";
}

.fi-rs-room-service:before {
  content: "ﭩ";
}

.fi-rs-rotate-exclamation:before {
  content: "ﭪ";
}

.fi-rs-rotate-left:before {
  content: "ﭫ";
}

.fi-rs-rotate-reverse:before {
  content: "ﭬ";
}

.fi-rs-rotate-right:before {
  content: "ﭭ";
}

.fi-rs-rotate-square:before {
  content: "ﭮ";
}

.fi-rs-roulette:before {
  content: "ﭯ";
}

.fi-rs-route-highway:before {
  content: "ﭰ";
}

.fi-rs-route-interstate:before {
  content: "ﭱ";
}

.fi-rs-route:before {
  content: "ﭲ";
}

.fi-rs-router:before {
  content: "ﭳ";
}

.fi-rs-rss-alt:before {
  content: "ﭴ";
}

.fi-rs-rss:before {
  content: "ﭵ";
}

.fi-rs-ruble-sign:before {
  content: "ﭶ";
}

.fi-rs-rugby-helmet:before {
  content: "ﭷ";
}

.fi-rs-rugby:before {
  content: "ﭸ";
}

.fi-rs-ruler-combined:before {
  content: "ﭹ";
}

.fi-rs-ruler-horizontal:before {
  content: "ﭺ";
}

.fi-rs-ruler-triangle:before {
  content: "ﭻ";
}

.fi-rs-ruler-vertical:before {
  content: "ﭼ";
}

.fi-rs-rules-alt:before {
  content: "ﭽ";
}

.fi-rs-rules:before {
  content: "ﭾ";
}

.fi-rs-running-track:before {
  content: "ﭿ";
}

.fi-rs-running:before {
  content: "ﮀ";
}

.fi-rs-rupee-sign:before {
  content: "ﮁ";
}

.fi-rs-rupiah-sign:before {
  content: "ﮂ";
}

.fi-rs-rv:before {
  content: "ﮃ";
}

.fi-rs-s:before {
  content: "ﮄ";
}

.fi-rs-sack-dollar:before {
  content: "ﮅ";
}

.fi-rs-sack:before {
  content: "ﮆ";
}

.fi-rs-sad-cry:before {
  content: "ﮇ";
}

.fi-rs-sad-tear:before {
  content: "ﮈ";
}

.fi-rs-sad:before {
  content: "ﮉ";
}

.fi-rs-safe-box:before {
  content: "ﮊ";
}

.fi-rs-sailboat:before {
  content: "ﮋ";
}

.fi-rs-salad:before {
  content: "ﮌ";
}

.fi-rs-salary-alt:before {
  content: "ﮍ";
}

.fi-rs-salt-pepper:before {
  content: "ﮎ";
}

.fi-rs-salt-shaker:before {
  content: "ﮏ";
}

.fi-rs-sandwich-alt:before {
  content: "ﮐ";
}

.fi-rs-sandwich:before {
  content: "ﮑ";
}

.fi-rs-satellite-dish:before {
  content: "ﮒ";
}

.fi-rs-satellite:before {
  content: "ﮓ";
}

.fi-rs-saturday:before {
  content: "ﮔ";
}

.fi-rs-sauce:before {
  content: "ﮕ";
}

.fi-rs-sausage:before {
  content: "ﮖ";
}

.fi-rs-sax-hot:before {
  content: "ﮗ";
}

.fi-rs-saxophone:before {
  content: "ﮘ";
}

.fi-rs-scale-comparison-alt:before {
  content: "ﮙ";
}

.fi-rs-scale-comparison:before {
  content: "ﮚ";
}

.fi-rs-scale:before {
  content: "ﮛ";
}

.fi-rs-scalpel-path:before {
  content: "ﮜ";
}

.fi-rs-scalpel:before {
  content: "ﮝ";
}

.fi-rs-scanner-gun:before {
  content: "ﮞ";
}

.fi-rs-scanner-image:before {
  content: "ﮟ";
}

.fi-rs-scanner-keyboard:before {
  content: "ﮠ";
}

.fi-rs-scanner-touchscreen:before {
  content: "ﮡ";
}

.fi-rs-scarecrow:before {
  content: "ﮢ";
}

.fi-rs-scarf:before {
  content: "ﮣ";
}

.fi-rs-school-bus:before {
  content: "ﮤ";
}

.fi-rs-school:before {
  content: "ﮥ";
}

.fi-rs-scissors:before {
  content: "ﮦ";
}

.fi-rs-scooter:before {
  content: "ﮧ";
}

.fi-rs-screen:before {
  content: "ﮨ";
}

.fi-rs-screencast:before {
  content: "ﮩ";
}

.fi-rs-screw-alt:before {
  content: "ﮪ";
}

.fi-rs-screw:before {
  content: "ﮫ";
}

.fi-rs-screwdriver:before {
  content: "ﮬ";
}

.fi-rs-scribble:before {
  content: "ﮭ";
}

.fi-rs-script:before {
  content: "ﮮ";
}

.fi-rs-scroll-document-story:before {
  content: "ﮯ";
}

.fi-rs-scroll-old:before {
  content: "ﮰ";
}

.fi-rs-scroll-torah:before {
  content: "ﮱ";
}

.fi-rs-scroll:before {
  content: "﮲";
}

.fi-rs-scrubber:before {
  content: "﮳";
}

.fi-rs-scythe:before {
  content: "﮴";
}

.fi-rs-sd-card:before {
  content: "﮵";
}

.fi-rs-sd-cards:before {
  content: "﮶";
}

.fi-rs-seal-exclamation:before {
  content: "﮷";
}

.fi-rs-seal-question:before {
  content: "﮸";
}

.fi-rs-seal:before {
  content: "﮹";
}

.fi-rs-search-alt:before {
  content: "﮺";
}

.fi-rs-search-dollar:before {
  content: "﮻";
}

.fi-rs-search-heart:before {
  content: "﮼";
}

.fi-rs-search-location:before {
  content: "﮽";
}

.fi-rs-search:before {
  content: "﮾";
}

.fi-rs-seat-airline:before {
  content: "﮿";
}

.fi-rs-seatbelt-safety-driver:before {
  content: "﯀";
}

.fi-rs-second-award:before {
  content: "﯁";
}

.fi-rs-second-laurel:before {
  content: "﯂";
}

.fi-rs-second-medal:before {
  content: "﯃";
}

.fi-rs-second:before {
  content: "﯄";
}

.fi-rs-seedling:before {
  content: "﯅";
}

.fi-rs-selection:before {
  content: "﯆";
}

.fi-rs-sell:before {
  content: "﯇";
}

.fi-rs-seller-store:before {
  content: "﯈";
}

.fi-rs-seller:before {
  content: "﯉";
}

.fi-rs-selling:before {
  content: "﯊";
}

.fi-rs-send-back:before {
  content: "﯋";
}

.fi-rs-send-backward:before {
  content: "﯌";
}

.fi-rs-send-money-smartphone:before {
  content: "﯍";
}

.fi-rs-send-money:before {
  content: "﯎";
}

.fi-rs-sensor-alert:before {
  content: "﯏";
}

.fi-rs-sensor-fire:before {
  content: "﯐";
}

.fi-rs-sensor-on:before {
  content: "﯑";
}

.fi-rs-sensor-smoke:before {
  content: "﯒";
}

.fi-rs-sensor:before {
  content: "ﯓ";
}

.fi-rs-settings-sliders:before {
  content: "ﯔ";
}

.fi-rs-settings:before {
  content: "ﯕ";
}

.fi-rs-share-alt-square:before {
  content: "ﯖ";
}

.fi-rs-share-square:before {
  content: "ﯗ";
}

.fi-rs-share:before {
  content: "ﯘ";
}

.fi-rs-sheep:before {
  content: "ﯙ";
}

.fi-rs-shekel-sign:before {
  content: "ﯚ";
}

.fi-rs-shelves:before {
  content: "ﯛ";
}

.fi-rs-shield-alt:before {
  content: "ﯜ";
}

.fi-rs-shield-cat:before {
  content: "ﯝ";
}

.fi-rs-shield-check:before {
  content: "ﯞ";
}

.fi-rs-shield-cross:before {
  content: "ﯟ";
}

.fi-rs-shield-dog:before {
  content: "ﯠ";
}

.fi-rs-shield-exclamation:before {
  content: "ﯡ";
}

.fi-rs-shield-interrogation:before {
  content: "ﯢ";
}

.fi-rs-shield-keyhole:before {
  content: "ﯣ";
}

.fi-rs-shield-minus:before {
  content: "ﯤ";
}

.fi-rs-shield-plus:before {
  content: "ﯥ";
}

.fi-rs-shield-security-risk:before {
  content: "ﯦ";
}

.fi-rs-shield-slash:before {
  content: "ﯧ";
}

.fi-rs-shield-trust:before {
  content: "ﯨ";
}

.fi-rs-shield-virus:before {
  content: "ﯩ";
}

.fi-rs-shield-xmark:before {
  content: "ﯪ";
}

.fi-rs-shield:before {
  content: "ﯫ";
}

.fi-rs-ship-side:before {
  content: "ﯬ";
}

.fi-rs-ship:before {
  content: "ﯭ";
}

.fi-rs-shipping-fast:before {
  content: "ﯮ";
}

.fi-rs-shipping-timed:before {
  content: "ﯯ";
}

.fi-rs-shirt-long-sleeve:before {
  content: "ﯰ";
}

.fi-rs-shirt-running:before {
  content: "ﯱ";
}

.fi-rs-shirt-tank-top:before {
  content: "ﯲ";
}

.fi-rs-shirt:before {
  content: "ﯳ";
}

.fi-rs-shish-kebab:before {
  content: "ﯴ";
}

.fi-rs-shoe-prints:before {
  content: "ﯵ";
}

.fi-rs-shop-lock:before {
  content: "ﯶ";
}

.fi-rs-shop-slash:before {
  content: "ﯷ";
}

.fi-rs-shop:before {
  content: "ﯸ";
}

.fi-rs-shopping-bag-add:before {
  content: "ﯹ";
}

.fi-rs-shopping-bag:before {
  content: "ﯺ";
}

.fi-rs-shopping-basket:before {
  content: "ﯻ";
}

.fi-rs-shopping-cart-add:before {
  content: "ﯼ";
}

.fi-rs-shopping-cart-buyer:before {
  content: "ﯽ";
}

.fi-rs-shopping-cart-check:before {
  content: "ﯾ";
}

.fi-rs-shopping-cart:before {
  content: "ﯿ";
}

.fi-rs-shovel-snow:before {
  content: "ﰀ";
}

.fi-rs-shovel:before {
  content: "ﰁ";
}

.fi-rs-shower-down:before {
  content: "ﰂ";
}

.fi-rs-shower:before {
  content: "ﰃ";
}

.fi-rs-shredder:before {
  content: "ﰄ";
}

.fi-rs-shrimp:before {
  content: "ﰅ";
}

.fi-rs-shuffle:before {
  content: "ﰆ";
}

.fi-rs-shuttle-van:before {
  content: "ﰇ";
}

.fi-rs-shuttlecock:before {
  content: "ﰈ";
}

.fi-rs-Sickle:before {
  content: "ﰉ";
}

.fi-rs-sidebar-flip:before {
  content: "ﰊ";
}

.fi-rs-sidebar:before {
  content: "ﰋ";
}

.fi-rs-sigma:before {
  content: "ﰌ";
}

.fi-rs-sign-hanging:before {
  content: "ﰍ";
}

.fi-rs-sign-in-alt:before {
  content: "ﰎ";
}

.fi-rs-sign-out-alt:before {
  content: "ﰏ";
}

.fi-rs-sign-posts-wrench:before {
  content: "ﰐ";
}

.fi-rs-sign-posts:before {
  content: "ﰑ";
}

.fi-rs-sign-up:before {
  content: "ﰒ";
}

.fi-rs-signal-alt-1:before {
  content: "ﰓ";
}

.fi-rs-signal-alt-2:before {
  content: "ﰔ";
}

.fi-rs-signal-alt-slash:before {
  content: "ﰕ";
}

.fi-rs-signal-alt:before {
  content: "ﰖ";
}

.fi-rs-signal-bars-fair:before {
  content: "ﰗ";
}

.fi-rs-signal-bars-good:before {
  content: "ﰘ";
}

.fi-rs-signal-bars-weak:before {
  content: "ﰙ";
}

.fi-rs-signal-stream-slash:before {
  content: "ﰚ";
}

.fi-rs-signal-stream:before {
  content: "ﰛ";
}

.fi-rs-signature-lock:before {
  content: "ﰜ";
}

.fi-rs-signature-slash:before {
  content: "ﰝ";
}

.fi-rs-signature:before {
  content: "ﰞ";
}

.fi-rs-sim-card:before {
  content: "ﰟ";
}

.fi-rs-sim-cards:before {
  content: "ﰠ";
}

.fi-rs-sink:before {
  content: "ﰡ";
}

.fi-rs-siren-on:before {
  content: "ﰢ";
}

.fi-rs-Siren:before {
  content: "ﰣ";
}

.fi-rs-site-alt:before {
  content: "ﰤ";
}

.fi-rs-site-browser:before {
  content: "ﰥ";
}

.fi-rs-site:before {
  content: "ﰦ";
}

.fi-rs-sitemap:before {
  content: "ﰧ";
}

.fi-rs-skateboard:before {
  content: "ﰨ";
}

.fi-rs-skating:before {
  content: "ﰩ";
}

.fi-rs-skeleton-ribs:before {
  content: "ﰪ";
}

.fi-rs-skeleton:before {
  content: "ﰫ";
}

.fi-rs-skewer:before {
  content: "ﰬ";
}

.fi-rs-ski-boot-ski:before {
  content: "ﰭ";
}

.fi-rs-ski-jump:before {
  content: "ﰮ";
}

.fi-rs-ski-lift:before {
  content: "ﰯ";
}

.fi-rs-skiing-nordic:before {
  content: "ﰰ";
}

.fi-rs-skiing:before {
  content: "ﰱ";
}

.fi-rs-skill-alt:before {
  content: "ﰲ";
}

.fi-rs-skill-user:before {
  content: "ﰳ";
}

.fi-rs-skill:before {
  content: "ﰴ";
}

.fi-rs-skin-arrow:before {
  content: "ﰵ";
}

.fi-rs-skin-drop:before {
  content: "ﰶ";
}

.fi-rs-skin-hair:before {
  content: "ﰷ";
}

.fi-rs-skin:before {
  content: "ﰸ";
}

.fi-rs-skip-15-seconds:before {
  content: "ﰹ";
}

.fi-rs-skull-cow:before {
  content: "ﰺ";
}

.fi-rs-skull-crossbones:before {
  content: "ﰻ";
}

.fi-rs-skull:before {
  content: "ﰼ";
}

.fi-rs-slash:before {
  content: "ﰽ";
}

.fi-rs-sledding:before {
  content: "ﰾ";
}

.fi-rs-sleeping-bag:before {
  content: "ﰿ";
}

.fi-rs-sleigh:before {
  content: "ﱀ";
}

.fi-rs-sliders-h-square:before {
  content: "ﱁ";
}

.fi-rs-sliders-v-square:before {
  content: "ﱂ";
}

.fi-rs-sliders-v:before {
  content: "ﱃ";
}

.fi-rs-slot-machine:before {
  content: "ﱄ";
}

.fi-rs-smart-home-alt:before {
  content: "ﱅ";
}

.fi-rs-smart-home:before {
  content: "ﱆ";
}

.fi-rs-smartphone:before {
  content: "ﱇ";
}

.fi-rs-smile-beam:before {
  content: "ﱈ";
}

.fi-rs-smile-plus:before {
  content: "ﱉ";
}

.fi-rs-smile-wink:before {
  content: "ﱊ";
}

.fi-rs-smiley-comment-alt:before {
  content: "ﱋ";
}

.fi-rs-smog:before {
  content: "ﱌ";
}

.fi-rs-smoke:before {
  content: "ﱍ";
}

.fi-rs-smoking-ban:before {
  content: "ﱎ";
}

.fi-rs-smoking:before {
  content: "ﱏ";
}

.fi-rs-snake:before {
  content: "ﱐ";
}

.fi-rs-snap:before {
  content: "ﱑ";
}

.fi-rs-snooze:before {
  content: "ﱒ";
}

.fi-rs-snow-blowing:before {
  content: "ﱓ";
}

.fi-rs-snowboarding:before {
  content: "ﱔ";
}

.fi-rs-snowflake-droplets:before {
  content: "ﱕ";
}

.fi-rs-snowflake:before {
  content: "ﱖ";
}

.fi-rs-snowflakes:before {
  content: "ﱗ";
}

.fi-rs-snowman-alt:before {
  content: "ﱘ";
}

.fi-rs-snowman-head:before {
  content: "ﱙ";
}

.fi-rs-snowmobile:before {
  content: "ﱚ";
}

.fi-rs-snowplow:before {
  content: "ﱛ";
}

.fi-rs-soap-alt:before {
  content: "ﱜ";
}

.fi-rs-soap:before {
  content: "ﱝ";
}

.fi-rs-social-network:before {
  content: "ﱞ";
}

.fi-rs-socks:before {
  content: "ﱟ";
}

.fi-rs-sofa-size:before {
  content: "ﱠ";
}

.fi-rs-sofa:before {
  content: "ﱡ";
}

.fi-rs-solar-panel-sun:before {
  content: "ﱢ";
}

.fi-rs-solar-panel:before {
  content: "ﱣ";
}

.fi-rs-solar-system:before {
  content: "ﱤ";
}

.fi-rs-sold-house:before {
  content: "ﱥ";
}

.fi-rs-sold-signal:before {
  content: "ﱦ";
}

.fi-rs-sort-alpha-down-alt:before {
  content: "ﱧ";
}

.fi-rs-sort-alpha-down:before {
  content: "ﱨ";
}

.fi-rs-sort-alpha-up-alt:before {
  content: "ﱩ";
}

.fi-rs-sort-alpha-up:before {
  content: "ﱪ";
}

.fi-rs-sort-alt:before {
  content: "ﱫ";
}

.fi-rs-sort-amount-down-alt:before {
  content: "ﱬ";
}

.fi-rs-sort-amount-down:before {
  content: "ﱭ";
}

.fi-rs-sort-amount-up-alt:before {
  content: "ﱮ";
}

.fi-rs-sort-amount-up:before {
  content: "ﱯ";
}

.fi-rs-sort-circle-down:before {
  content: "ﱰ";
}

.fi-rs-sort-circle-up:before {
  content: "ﱱ";
}

.fi-rs-sort-circle:before {
  content: "ﱲ";
}

.fi-rs-sort-down:before {
  content: "ﱳ";
}

.fi-rs-sort-numeric-down-alt:before {
  content: "ﱴ";
}

.fi-rs-sort-numeric-down:before {
  content: "ﱵ";
}

.fi-rs-sort-shapes-down:before {
  content: "ﱶ";
}

.fi-rs-sort-shapes-up:before {
  content: "ﱷ";
}

.fi-rs-sort-size-down:before {
  content: "ﱸ";
}

.fi-rs-sort-size-up:before {
  content: "ﱹ";
}

.fi-rs-sort:before {
  content: "ﱺ";
}

.fi-rs-soup:before {
  content: "ﱻ";
}

.fi-rs-source-data:before {
  content: "ﱼ";
}

.fi-rs-source-document-alt:before {
  content: "ﱽ";
}

.fi-rs-source-document:before {
  content: "ﱾ";
}

.fi-rs-spa:before {
  content: "ﱿ";
}

.fi-rs-space-shuttle:before {
  content: "ﲀ";
}

.fi-rs-space-station-moon-alt:before {
  content: "ﲁ";
}

.fi-rs-space-station-moon:before {
  content: "ﲂ";
}

.fi-rs-spade:before {
  content: "ﲃ";
}

.fi-rs-spaghetti-monster-flying:before {
  content: "ﲄ";
}

.fi-rs-spain-map:before {
  content: "ﲅ";
}

.fi-rs-sparkles:before {
  content: "ﲆ";
}

.fi-rs-spartan-helmet:before {
  content: "ﲇ";
}

.fi-rs-speaker:before {
  content: "ﲈ";
}

.fi-rs-speakers:before {
  content: "ﲉ";
}

.fi-rs-speech-bubble-story:before {
  content: "ﲊ";
}

.fi-rs-speedometer-arrow:before {
  content: "ﲋ";
}

.fi-rs-speedometer-kpi:before {
  content: "ﲌ";
}

.fi-rs-sphere:before {
  content: "ﲍ";
}

.fi-rs-spider-black-widow:before {
  content: "ﲎ";
}

.fi-rs-spider-web:before {
  content: "ﲏ";
}

.fi-rs-spider:before {
  content: "ﲐ";
}

.fi-rs-spinner:before {
  content: "ﲑ";
}

.fi-rs-split-up-relation:before {
  content: "ﲒ";
}

.fi-rs-split:before {
  content: "ﲓ";
}

.fi-rs-splotch:before {
  content: "ﲔ";
}

.fi-rs-spoon:before {
  content: "ﲕ";
}

.fi-rs-spray-can-sparkles:before {
  content: "ﲖ";
}

.fi-rs-spray-can:before {
  content: "ﲗ";
}

.fi-rs-spring-calendar:before {
  content: "ﲘ";
}

.fi-rs-sprinkler:before {
  content: "ﲙ";
}

.fi-rs-spy:before {
  content: "ﲚ";
}

.fi-rs-square-0:before {
  content: "ﲛ";
}

.fi-rs-square-1:before {
  content: "ﲜ";
}

.fi-rs-square-2:before {
  content: "ﲝ";
}

.fi-rs-square-3:before {
  content: "ﲞ";
}

.fi-rs-square-4:before {
  content: "ﲟ";
}

.fi-rs-square-5:before {
  content: "ﲠ";
}

.fi-rs-square-6:before {
  content: "ﲡ";
}

.fi-rs-square-7:before {
  content: "ﲢ";
}

.fi-rs-square-8:before {
  content: "ﲣ";
}

.fi-rs-square-9:before {
  content: "ﲤ";
}

.fi-rs-square-a:before {
  content: "ﲥ";
}

.fi-rs-square-b:before {
  content: "ﲦ";
}

.fi-rs-square-bolt:before {
  content: "ﲧ";
}

.fi-rs-square-c:before {
  content: "ﲨ";
}

.fi-rs-square-code:before {
  content: "ﲩ";
}

.fi-rs-square-d:before {
  content: "ﲪ";
}

.fi-rs-square-dashed-circle-plus:before {
  content: "ﲫ";
}

.fi-rs-square-dashed:before {
  content: "ﲬ";
}

.fi-rs-square-divide:before {
  content: "ﲭ";
}

.fi-rs-square-e:before {
  content: "ﲮ";
}

.fi-rs-square-ellipsis-vertical:before {
  content: "ﲯ";
}

.fi-rs-square-ellipsis:before {
  content: "ﲰ";
}

.fi-rs-square-exclamation:before {
  content: "ﲱ";
}

.fi-rs-square-f:before {
  content: "ﲲ";
}

.fi-rs-square-g:before {
  content: "ﲳ";
}

.fi-rs-square-h:before {
  content: "ﲴ";
}

.fi-rs-square-heart:before {
  content: "ﲵ";
}

.fi-rs-square-i:before {
  content: "ﲶ";
}

.fi-rs-square-info:before {
  content: "ﲷ";
}

.fi-rs-square-j:before {
  content: "ﲸ";
}

.fi-rs-square-k:before {
  content: "ﲹ";
}

.fi-rs-square-kanban:before {
  content: "ﲺ";
}

.fi-rs-square-l:before {
  content: "ﲻ";
}

.fi-rs-square-m:before {
  content: "ﲼ";
}

.fi-rs-square-minus:before {
  content: "ﲽ";
}

.fi-rs-square-n:before {
  content: "ﲾ";
}

.fi-rs-square-o:before {
  content: "ﲿ";
}

.fi-rs-square-p:before {
  content: "ﳀ";
}

.fi-rs-square-phone-hangup:before {
  content: "ﳁ";
}

.fi-rs-square-plus:before {
  content: "ﳂ";
}

.fi-rs-square-poll-horizontal:before {
  content: "ﳃ";
}

.fi-rs-square-poll-vertical:before {
  content: "ﳄ";
}

.fi-rs-square-q:before {
  content: "ﳅ";
}

.fi-rs-square-quote:before {
  content: "ﳆ";
}

.fi-rs-square-r:before {
  content: "ﳇ";
}

.fi-rs-square-root:before {
  content: "ﳈ";
}

.fi-rs-square-s:before {
  content: "ﳉ";
}

.fi-rs-square-small:before {
  content: "ﳊ";
}

.fi-rs-square-star:before {
  content: "ﳋ";
}

.fi-rs-square-t:before {
  content: "ﳌ";
}

.fi-rs-square-terminal:before {
  content: "ﳍ";
}

.fi-rs-square-u:before {
  content: "ﳎ";
}

.fi-rs-square-up-right:before {
  content: "ﳏ";
}

.fi-rs-square-v:before {
  content: "ﳐ";
}

.fi-rs-square-w:before {
  content: "ﳑ";
}

.fi-rs-square-x:before {
  content: "ﳒ";
}

.fi-rs-square-y:before {
  content: "ﳓ";
}

.fi-rs-square-z:before {
  content: "ﳔ";
}

.fi-rs-square:before {
  content: "ﳕ";
}

.fi-rs-squid:before {
  content: "ﳖ";
}

.fi-rs-squircle:before {
  content: "ﳗ";
}

.fi-rs-squirrel:before {
  content: "ﳘ";
}

.fi-rs-staff:before {
  content: "ﳙ";
}

.fi-rs-stage-concert:before {
  content: "ﳚ";
}

.fi-rs-stage-theatre:before {
  content: "ﳛ";
}

.fi-rs-stage:before {
  content: "ﳜ";
}

.fi-rs-stairs:before {
  content: "ﳝ";
}

.fi-rs-stamp:before {
  content: "ﳞ";
}

.fi-rs-standard-definition:before {
  content: "ﳟ";
}

.fi-rs-star-and-crescent:before {
  content: "ﳠ";
}

.fi-rs-star-christmas:before {
  content: "ﳡ";
}

.fi-rs-star-comment-alt:before {
  content: "ﳢ";
}

.fi-rs-star-exclamation:before {
  content: "ﳣ";
}

.fi-rs-star-octogram:before {
  content: "ﳤ";
}

.fi-rs-star-of-david:before {
  content: "ﳥ";
}

.fi-rs-star-rating-call:before {
  content: "ﳦ";
}

.fi-rs-star-sharp-half-stroke:before {
  content: "ﳧ";
}

.fi-rs-star-sharp-half:before {
  content: "ﳨ";
}

.fi-rs-star-shooting:before {
  content: "ﳩ";
}

.fi-rs-star:before {
  content: "ﳪ";
}

.fi-rs-starfighter:before {
  content: "ﳫ";
}

.fi-rs-stars:before {
  content: "ﳬ";
}

.fi-rs-state-country:before {
  content: "ﳭ";
}

.fi-rs-stationary-bike:before {
  content: "ﳮ";
}

.fi-rs-stats:before {
  content: "ﳯ";
}

.fi-rs-steak:before {
  content: "ﳰ";
}

.fi-rs-steering-wheel:before {
  content: "ﳱ";
}

.fi-rs-step-backward:before {
  content: "ﳲ";
}

.fi-rs-step-forward:before {
  content: "ﳳ";
}

.fi-rs-sterling-sign:before {
  content: "ﳴ";
}

.fi-rs-stethoscope:before {
  content: "ﳵ";
}

.fi-rs-sticker:before {
  content: "ﳶ";
}

.fi-rs-stocking:before {
  content: "ﳷ";
}

.fi-rs-stomach:before {
  content: "ﳸ";
}

.fi-rs-stop-circle:before {
  content: "ﳹ";
}

.fi-rs-stop-square:before {
  content: "ﳺ";
}

.fi-rs-stop:before {
  content: "ﳻ";
}

.fi-rs-stopwatch:before {
  content: "ﳼ";
}

.fi-rs-store-alt:before {
  content: "ﳽ";
}

.fi-rs-store-buyer:before {
  content: "ﳾ";
}

.fi-rs-store-lock:before {
  content: "ﳿ";
}

.fi-rs-store-slash:before {
  content: "ﴀ";
}

.fi-rs-story-book:before {
  content: "ﴁ";
}

.fi-rs-story-fairy-tale:before {
  content: "ﴂ";
}

.fi-rs-story-fantasy:before {
  content: "ﴃ";
}

.fi-rs-strategy-chess-risk:before {
  content: "ﴄ";
}

.fi-rs-strawberry:before {
  content: "ﴅ";
}

.fi-rs-street-view:before {
  content: "ﴆ";
}

.fi-rs-stretcher:before {
  content: "ﴇ";
}

.fi-rs-strikethrough:before {
  content: "ﴈ";
}

.fi-rs-stroopwafel:before {
  content: "ﴉ";
}

.fi-rs-student-alt:before {
  content: "ﴊ";
}

.fi-rs-student:before {
  content: "ﴋ";
}

.fi-rs-subscript:before {
  content: "ﴌ";
}

.fi-rs-subscription-alt:before {
  content: "ﴍ";
}

.fi-rs-subscription:before {
  content: "ﴎ";
}

.fi-rs-subtitles-slash:before {
  content: "ﴏ";
}

.fi-rs-subtitles:before {
  content: "ﴐ";
}

.fi-rs-subway:before {
  content: "ﴑ";
}

.fi-rs-suitcase-alt:before {
  content: "ﴒ";
}

.fi-rs-summary-check:before {
  content: "ﴓ";
}

.fi-rs-summer:before {
  content: "ﴔ";
}

.fi-rs-sun-dust:before {
  content: "ﴕ";
}

.fi-rs-sun-plant-wilt:before {
  content: "ﴖ";
}

.fi-rs-sun-salutation-yoga:before {
  content: "ﴗ";
}

.fi-rs-sun:before {
  content: "ﴘ";
}

.fi-rs-sunday:before {
  content: "ﴙ";
}

.fi-rs-sunglasses-alt:before {
  content: "ﴚ";
}

.fi-rs-sunglasses:before {
  content: "ﴛ";
}

.fi-rs-sunrise-alt:before {
  content: "ﴜ";
}

.fi-rs-sunrise:before {
  content: "ﴝ";
}

.fi-rs-sunset:before {
  content: "ﴞ";
}

.fi-rs-superscript:before {
  content: "ﴟ";
}

.fi-rs-supplier-alt:before {
  content: "ﴠ";
}

.fi-rs-supplier:before {
  content: "ﴡ";
}

.fi-rs-surfing:before {
  content: "ﴢ";
}

.fi-rs-surprise:before {
  content: "ﴣ";
}

.fi-rs-surveillance-camera:before {
  content: "ﴤ";
}

.fi-rs-survey-xmark:before {
  content: "ﴥ";
}

.fi-rs-sushi-alt:before {
  content: "ﴦ";
}

.fi-rs-sushi-roll:before {
  content: "ﴧ";
}

.fi-rs-sushi:before {
  content: "ﴨ";
}

.fi-rs-svg:before {
  content: "ﴩ";
}

.fi-rs-swap:before {
  content: "ﴪ";
}

.fi-rs-swatchbook:before {
  content: "ﴫ";
}

.fi-rs-swimmer:before {
  content: "ﴬ";
}

.fi-rs-swimming-pool:before {
  content: "ﴭ";
}

.fi-rs-swing:before {
  content: "ﴮ";
}

.fi-rs-swipe-down:before {
  content: "ﴯ";
}

.fi-rs-swipe-left:before {
  content: "ﴰ";
}

.fi-rs-swipe-right:before {
  content: "ﴱ";
}

.fi-rs-swipe-up:before {
  content: "ﴲ";
}

.fi-rs-sword:before {
  content: "ﴳ";
}

.fi-rs-symbol:before {
  content: "ﴴ";
}

.fi-rs-symbols:before {
  content: "ﴵ";
}

.fi-rs-synagogue:before {
  content: "ﴶ";
}

.fi-rs-syringe:before {
  content: "ﴷ";
}

.fi-rs-system-cloud:before {
  content: "ﴸ";
}

.fi-rs-t:before {
  content: "ﴹ";
}

.fi-rs-tab-folder:before {
  content: "ﴺ";
}

.fi-rs-table-columns:before {
  content: "ﴻ";
}

.fi-rs-table-layout:before {
  content: "ﴼ";
}

.fi-rs-table-list:before {
  content: "ﴽ";
}

.fi-rs-table-picnic:before {
  content: "﴾";
}

.fi-rs-table-pivot:before {
  content: "﴿";
}

.fi-rs-table-rows:before {
  content: "﵀";
}

.fi-rs-table-tree:before {
  content: "﵁";
}

.fi-rs-table:before {
  content: "﵂";
}

.fi-rs-tablet-android-alt:before {
  content: "﵃";
}

.fi-rs-tablet-android:before {
  content: "﵄";
}

.fi-rs-tablet-rugged:before {
  content: "﵅";
}

.fi-rs-tablet:before {
  content: "﵆";
}

.fi-rs-tachometer-alt-average:before {
  content: "﵇";
}

.fi-rs-tachometer-alt-fastest:before {
  content: "﵈";
}

.fi-rs-tachometer-alt-slow:before {
  content: "﵉";
}

.fi-rs-tachometer-alt-slowest:before {
  content: "﵊";
}

.fi-rs-tachometer-average:before {
  content: "﵋";
}

.fi-rs-tachometer-fast:before {
  content: "﵌";
}

.fi-rs-tachometer-fastest:before {
  content: "﵍";
}

.fi-rs-tachometer-slow:before {
  content: "﵎";
}

.fi-rs-tachometer-slowest:before {
  content: "﵏";
}

.fi-rs-tachometer:before {
  content: "ﵐ";
}

.fi-rs-taco:before {
  content: "ﵑ";
}

.fi-rs-tags:before {
  content: "ﵒ";
}

.fi-rs-talent-alt:before {
  content: "ﵓ";
}

.fi-rs-talent-hand:before {
  content: "ﵔ";
}

.fi-rs-talent:before {
  content: "ﵕ";
}

.fi-rs-tally-1:before {
  content: "ﵖ";
}

.fi-rs-tally-2:before {
  content: "ﵗ";
}

.fi-rs-tally-3:before {
  content: "ﵘ";
}

.fi-rs-tally-4:before {
  content: "ﵙ";
}

.fi-rs-tally:before {
  content: "ﵚ";
}

.fi-rs-tamale:before {
  content: "ﵛ";
}

.fi-rs-tank-water:before {
  content: "ﵜ";
}

.fi-rs-tap:before {
  content: "ﵝ";
}

.fi-rs-tape:before {
  content: "ﵞ";
}

.fi-rs-target-audience:before {
  content: "ﵟ";
}

.fi-rs-target:before {
  content: "ﵠ";
}

.fi-rs-tax-alt:before {
  content: "ﵡ";
}

.fi-rs-tax:before {
  content: "ﵢ";
}

.fi-rs-taxi-bus:before {
  content: "ﵣ";
}

.fi-rs-taxi:before {
  content: "ﵤ";
}

.fi-rs-team-check-alt:before {
  content: "ﵥ";
}

.fi-rs-team-check:before {
  content: "ﵦ";
}

.fi-rs-teddy-bear:before {
  content: "ﵧ";
}

.fi-rs-teeth-open:before {
  content: "ﵨ";
}

.fi-rs-telescope:before {
  content: "ﵩ";
}

.fi-rs-temperature-down:before {
  content: "ﵪ";
}

.fi-rs-temperature-frigid:before {
  content: "ﵫ";
}

.fi-rs-temperature-high:before {
  content: "ﵬ";
}

.fi-rs-temperature-list:before {
  content: "ﵭ";
}

.fi-rs-temperature-low:before {
  content: "ﵮ";
}

.fi-rs-temperature-up:before {
  content: "ﵯ";
}

.fi-rs-template-alt:before {
  content: "ﵰ";
}

.fi-rs-template:before {
  content: "ﵱ";
}

.fi-rs-tenge:before {
  content: "ﵲ";
}

.fi-rs-tennis:before {
  content: "ﵳ";
}

.fi-rs-tent-arrow-down-to-line:before {
  content: "ﵴ";
}

.fi-rs-tent-arrow-left-right:before {
  content: "ﵵ";
}

.fi-rs-tent-arrow-turn-left:before {
  content: "ﵶ";
}

.fi-rs-tent-arrows-down:before {
  content: "ﵷ";
}

.fi-rs-tents:before {
  content: "ﵸ";
}

.fi-rs-terminal:before {
  content: "ﵹ";
}

.fi-rs-terrace:before {
  content: "ﵺ";
}

.fi-rs-test-tube:before {
  content: "ﵻ";
}

.fi-rs-test:before {
  content: "ﵼ";
}

.fi-rs-text-box-dots:before {
  content: "ﵽ";
}

.fi-rs-text-box-edit:before {
  content: "ﵾ";
}

.fi-rs-text-box:before {
  content: "ﵿ";
}

.fi-rs-text-check:before {
  content: "ﶀ";
}

.fi-rs-text-height:before {
  content: "ﶁ";
}

.fi-rs-text-shadow:before {
  content: "ﶂ";
}

.fi-rs-text-size:before {
  content: "ﶃ";
}

.fi-rs-text-slash:before {
  content: "ﶄ";
}

.fi-rs-text-width:before {
  content: "ﶅ";
}

.fi-rs-text:before {
  content: "ﶆ";
}

.fi-rs-theater-masks:before {
  content: "ﶇ";
}

.fi-rs-thermometer-alt:before {
  content: "ﶈ";
}

.fi-rs-thermometer-empty:before {
  content: "ﶉ";
}

.fi-rs-thermometer-full:before {
  content: "ﶊ";
}

.fi-rs-thermometer-half:before {
  content: "ﶋ";
}

.fi-rs-thermometer-quarter:before {
  content: "ﶌ";
}

.fi-rs-thermometer-three-quarters:before {
  content: "ﶍ";
}

.fi-rs-theta:before {
  content: "ﶎ";
}

.fi-rs-third-award:before {
  content: "ﶏ";
}

.fi-rs-third-laurel:before {
  content: "﶐";
}

.fi-rs-third-medal:before {
  content: "﶑";
}

.fi-rs-third:before {
  content: "ﶒ";
}

.fi-rs-thought-bubble:before {
  content: "ﶓ";
}

.fi-rs-three-leaf-clover:before {
  content: "ﶔ";
}

.fi-rs-thumbs-up-trust:before {
  content: "ﶕ";
}

.fi-rs-thumbtack:before {
  content: "ﶖ";
}

.fi-rs-thunderstorm-moon:before {
  content: "ﶗ";
}

.fi-rs-thunderstorm-risk:before {
  content: "ﶘ";
}

.fi-rs-thunderstorm-sun:before {
  content: "ﶙ";
}

.fi-rs-thunderstorm:before {
  content: "ﶚ";
}

.fi-rs-thursday:before {
  content: "ﶛ";
}

.fi-rs-ticket-airline:before {
  content: "ﶜ";
}

.fi-rs-ticket-alt:before {
  content: "ﶝ";
}

.fi-rs-ticket:before {
  content: "ﶞ";
}

.fi-rs-tickets-airline:before {
  content: "ﶟ";
}

.fi-rs-tie:before {
  content: "ﶠ";
}

.fi-rs-tilde:before {
  content: "ﶡ";
}

.fi-rs-time-add:before {
  content: "ﶢ";
}

.fi-rs-time-check:before {
  content: "ﶣ";
}

.fi-rs-time-delete:before {
  content: "ﶤ";
}

.fi-rs-time-fast:before {
  content: "ﶥ";
}

.fi-rs-time-forward-sixty:before {
  content: "ﶦ";
}

.fi-rs-time-forward-ten:before {
  content: "ﶧ";
}

.fi-rs-time-forward:before {
  content: "ﶨ";
}

.fi-rs-time-half-past:before {
  content: "ﶩ";
}

.fi-rs-time-oclock:before {
  content: "ﶪ";
}

.fi-rs-time-past:before {
  content: "ﶫ";
}

.fi-rs-time-quarter-past:before {
  content: "ﶬ";
}

.fi-rs-time-quarter-to:before {
  content: "ﶭ";
}

.fi-rs-time-twenty-four:before {
  content: "ﶮ";
}

.fi-rs-time-watch-calendar:before {
  content: "ﶯ";
}

.fi-rs-timer-clock-call:before {
  content: "ﶰ";
}

.fi-rs-times-hexagon:before {
  content: "ﶱ";
}

.fi-rs-tint-slash:before {
  content: "ﶲ";
}

.fi-rs-tip-coin:before {
  content: "ﶳ";
}

.fi-rs-tire-flat:before {
  content: "ﶴ";
}

.fi-rs-tire-pressure-warning:before {
  content: "ﶵ";
}

.fi-rs-tire-rugged:before {
  content: "ﶶ";
}

.fi-rs-tire:before {
  content: "ﶷ";
}

.fi-rs-tired:before {
  content: "ﶸ";
}

.fi-rs-to-do-alt:before {
  content: "ﶹ";
}

.fi-rs-to-do:before {
  content: "ﶺ";
}

.fi-rs-together-people:before {
  content: "ﶻ";
}

.fi-rs-toggle-off:before {
  content: "ﶼ";
}

.fi-rs-toggle-on:before {
  content: "ﶽ";
}

.fi-rs-toilet-paper-blank-under:before {
  content: "ﶾ";
}

.fi-rs-toilet-paper-blank:before {
  content: "ﶿ";
}

.fi-rs-toilet-paper-slash:before {
  content: "ﷀ";
}

.fi-rs-toilet-paper-under-slash:before {
  content: "ﷁ";
}

.fi-rs-toilet-paper-under:before {
  content: "ﷂ";
}

.fi-rs-toilet:before {
  content: "ﷃ";
}

.fi-rs-toilets-portable:before {
  content: "ﷄ";
}

.fi-rs-token:before {
  content: "ﷅ";
}

.fi-rs-tomato:before {
  content: "ﷆ";
}

.fi-rs-tombstone-alt:before {
  content: "ﷇ";
}

.fi-rs-tombstone:before {
  content: "﷈";
}

.fi-rs-tool-box:before {
  content: "﷉";
}

.fi-rs-tool-crop:before {
  content: "﷊";
}

.fi-rs-tool-marquee:before {
  content: "﷋";
}

.fi-rs-tools:before {
  content: "﷌";
}

.fi-rs-tooth:before {
  content: "﷍";
}

.fi-rs-toothbrush:before {
  content: "﷎";
}

.fi-rs-torch-inspiration-leader:before {
  content: "﷏";
}

.fi-rs-torii-gate:before {
  content: "﷐";
}

.fi-rs-tornado:before {
  content: "﷑";
}

.fi-rs-total:before {
  content: "﷒";
}

.fi-rs-tour-guide-people:before {
  content: "﷓";
}

.fi-rs-tour-virtual:before {
  content: "﷔";
}

.fi-rs-tower-control:before {
  content: "﷕";
}

.fi-rs-track:before {
  content: "﷖";
}

.fi-rs-tractor:before {
  content: "﷗";
}

.fi-rs-trademark:before {
  content: "﷘";
}

.fi-rs-traffic-cone:before {
  content: "﷙";
}

.fi-rs-traffic-light-go:before {
  content: "﷚";
}

.fi-rs-traffic-light-slow:before {
  content: "﷛";
}

.fi-rs-traffic-light-stop:before {
  content: "﷜";
}

.fi-rs-traffic-light:before {
  content: "﷝";
}

.fi-rs-trailer:before {
  content: "﷞";
}

.fi-rs-train-journey:before {
  content: "﷟";
}

.fi-rs-train-side:before {
  content: "﷠";
}

.fi-rs-train-station-building:before {
  content: "﷡";
}

.fi-rs-train-station:before {
  content: "﷢";
}

.fi-rs-train-subway-tunnel:before {
  content: "﷣";
}

.fi-rs-train-track:before {
  content: "﷤";
}

.fi-rs-train-tram:before {
  content: "﷥";
}

.fi-rs-train:before {
  content: "﷦";
}

.fi-rs-tram:before {
  content: "﷧";
}

.fi-rs-transform:before {
  content: "﷨";
}

.fi-rs-transformation-block:before {
  content: "﷩";
}

.fi-rs-transformation-circle:before {
  content: "﷪";
}

.fi-rs-transformation-design:before {
  content: "﷫";
}

.fi-rs-transformation-shapes:before {
  content: "﷬";
}

.fi-rs-transformer-bolt:before {
  content: "﷭";
}

.fi-rs-transgender:before {
  content: "﷮";
}

.fi-rs-transporter-1:before {
  content: "﷯";
}

.fi-rs-transporter-2:before {
  content: "ﷰ";
}

.fi-rs-transporter-3:before {
  content: "ﷱ";
}

.fi-rs-transporter-4:before {
  content: "ﷲ";
}

.fi-rs-transporter-5:before {
  content: "ﷳ";
}

.fi-rs-transporter-6:before {
  content: "ﷴ";
}

.fi-rs-transporter-7:before {
  content: "ﷵ";
}

.fi-rs-transporter-empty:before {
  content: "ﷶ";
}

.fi-rs-transporter:before {
  content: "ﷷ";
}

.fi-rs-trash-can-check:before {
  content: "ﷸ";
}

.fi-rs-trash-can-clock:before {
  content: "ﷹ";
}

.fi-rs-trash-can-list:before {
  content: "ﷺ";
}

.fi-rs-trash-can-plus:before {
  content: "ﷻ";
}

.fi-rs-trash-can-slash:before {
  content: "﷼";
}

.fi-rs-trash-check:before {
  content: "﷽";
}

.fi-rs-trash-clock:before {
  content: "﷾";
}

.fi-rs-trash-empty:before {
  content: "﷿";
}

.fi-rs-trash-list:before {
  content: "︐";
}

.fi-rs-trash-plus:before {
  content: "︑";
}

.fi-rs-trash-restore-alt:before {
  content: "︒";
}

.fi-rs-trash-restore:before {
  content: "︓";
}

.fi-rs-trash-slash:before {
  content: "︔";
}

.fi-rs-trash-undo-alt:before {
  content: "︕";
}

.fi-rs-trash-undo:before {
  content: "︖";
}

.fi-rs-trash-xmark:before {
  content: "︗";
}

.fi-rs-trash:before {
  content: "︘";
}

.fi-rs-treadmill:before {
  content: "︙";
}

.fi-rs-treasure-chest:before {
  content: "︚";
}

.fi-rs-treatment:before {
  content: "︛";
}

.fi-rs-tree-alt:before {
  content: "︜";
}

.fi-rs-tree-christmas:before {
  content: "︝";
}

.fi-rs-tree-deciduous:before {
  content: "︞";
}

.fi-rs-tree:before {
  content: "︟";
}

.fi-rs-trees-alt:before {
  content: "︰";
}

.fi-rs-trees:before {
  content: "︱";
}

.fi-rs-triangle-music:before {
  content: "︲";
}

.fi-rs-triangle-person-digging:before {
  content: "︳";
}

.fi-rs-triangle-warning:before {
  content: "︴";
}

.fi-rs-triangle:before {
  content: "︵";
}

.fi-rs-tricycle:before {
  content: "︶";
}

.fi-rs-trillium:before {
  content: "︷";
}

.fi-rs-trophy-achievement-skill:before {
  content: "︸";
}

.fi-rs-trophy-star:before {
  content: "︹";
}

.fi-rs-trophy:before {
  content: "︺";
}

.fi-rs-truck-arrow-left:before {
  content: "︻";
}

.fi-rs-truck-arrow-right:before {
  content: "︼";
}

.fi-rs-truck-bolt:before {
  content: "︽";
}

.fi-rs-truck-box:before {
  content: "︾";
}

.fi-rs-truck-check:before {
  content: "︿";
}

.fi-rs-truck-container-empty:before {
  content: "﹀";
}

.fi-rs-truck-container:before {
  content: "﹁";
}

.fi-rs-truck-couch:before {
  content: "﹂";
}

.fi-rs-truck-fire:before {
  content: "﹃";
}

.fi-rs-truck-flatbed:before {
  content: "﹄";
}

.fi-rs-truck-front:before {
  content: "﹅";
}

.fi-rs-truck-ladder:before {
  content: "﹆";
}

.fi-rs-truck-loading:before {
  content: "﹇";
}

.fi-rs-truck-medical:before {
  content: "﹈";
}

.fi-rs-truck-monster:before {
  content: "﹉";
}

.fi-rs-truck-moving:before {
  content: "﹊";
}

.fi-rs-truck-pickup:before {
  content: "﹋";
}

.fi-rs-truck-plow:before {
  content: "﹌";
}

.fi-rs-truck-ramp:before {
  content: "﹍";
}

.fi-rs-truck-side:before {
  content: "﹎";
}

.fi-rs-truck-tow:before {
  content: "﹏";
}

.fi-rs-truck-utensils:before {
  content: "﹐";
}

.fi-rs-trumpet:before {
  content: "﹑";
}

.fi-rs-trust-alt:before {
  content: "﹒";
}

.fi-rs-trust:before {
  content: "﹓";
}

.fi-rs-tshirt:before {
  content: "﹔";
}

.fi-rs-tty-answer:before {
  content: "﹕";
}

.fi-rs-tty:before {
  content: "﹖";
}

.fi-rs-tubes:before {
  content: "﹗";
}

.fi-rs-tuesday:before {
  content: "﹘";
}

.fi-rs-tugrik-sign:before {
  content: "﹙";
}

.fi-rs-turkey:before {
  content: "﹚";
}

.fi-rs-turn-left:before {
  content: "﹛";
}

.fi-rs-turn-right:before {
  content: "﹜";
}

.fi-rs-turntable:before {
  content: "﹝";
}

.fi-rs-turtle:before {
  content: "﹞";
}

.fi-rs-tv-music:before {
  content: "﹟";
}

.fi-rs-tv-retro:before {
  content: "﹠";
}

.fi-rs-typewriter:before {
  content: "﹡";
}

.fi-rs-u:before {
  content: "﹢";
}

.fi-rs-ufo-beam:before {
  content: "﹣";
}

.fi-rs-ufo:before {
  content: "﹤";
}

.fi-rs-ui-ux:before {
  content: "﹥";
}

.fi-rs-umbrella-beach:before {
  content: "﹦";
}

.fi-rs-umbrella:before {
  content: "﹧";
}

.fi-rs-under-construction:before {
  content: "﹨";
}

.fi-rs-underline:before {
  content: "﹩";
}

.fi-rs-undo-alt:before {
  content: "﹪";
}

.fi-rs-undo:before {
  content: "﹫";
}

.fi-rs-unicorn:before {
  content: "﹬";
}

.fi-rs-uniform-martial-arts:before {
  content: "﹭";
}

.fi-rs-universal-access:before {
  content: "﹮";
}

.fi-rs-unlock:before {
  content: "﹯";
}

.fi-rs-up-from-bracket:before {
  content: "ﹰ";
}

.fi-rs-up-left:before {
  content: "ﹱ";
}

.fi-rs-up-right-from-square:before {
  content: "ﹲ";
}

.fi-rs-up-right:before {
  content: "ﹳ";
}

.fi-rs-up:before {
  content: "ﹴ";
}

.fi-rs-upload:before {
  content: "﹵";
}

.fi-rs-url:before {
  content: "ﹶ";
}

.fi-rs-usb-pendrive:before {
  content: "ﹷ";
}

.fi-rs-usd-circle:before {
  content: "ﹸ";
}

.fi-rs-usd-square:before {
  content: "ﹹ";
}

.fi-rs-user-add:before {
  content: "ﹺ";
}

.fi-rs-user-alien:before {
  content: "ﹻ";
}

.fi-rs-user-astronaut:before {
  content: "ﹼ";
}

.fi-rs-user-check:before {
  content: "ﹽ";
}

.fi-rs-user-chef:before {
  content: "ﹾ";
}

.fi-rs-user-coach:before {
  content: "ﹿ";
}

.fi-rs-user-cowboy:before {
  content: "ﺀ";
}

.fi-rs-user-crown:before {
  content: "ﺁ";
}

.fi-rs-user-gear:before {
  content: "ﺂ";
}

.fi-rs-user-graduate:before {
  content: "ﺃ";
}

.fi-rs-user-headset:before {
  content: "ﺄ";
}

.fi-rs-user-helmet-safety:before {
  content: "ﺅ";
}

.fi-rs-user-injured:before {
  content: "ﺆ";
}

.fi-rs-user-interface-ui:before {
  content: "ﺇ";
}

.fi-rs-user-key:before {
  content: "ﺈ";
}

.fi-rs-user-lock:before {
  content: "ﺉ";
}

.fi-rs-user-md-chat:before {
  content: "ﺊ";
}

.fi-rs-user-md:before {
  content: "ﺋ";
}

.fi-rs-user-minus:before {
  content: "ﺌ";
}

.fi-rs-user-music:before {
  content: "ﺍ";
}

.fi-rs-user-ninja:before {
  content: "ﺎ";
}

.fi-rs-user-nurse:before {
  content: "ﺏ";
}

.fi-rs-user-pen:before {
  content: "ﺐ";
}

.fi-rs-user-pilot-tie:before {
  content: "ﺑ";
}

.fi-rs-user-pilot:before {
  content: "ﺒ";
}

.fi-rs-user-police:before {
  content: "ﺓ";
}

.fi-rs-user-robot-xmarks:before {
  content: "ﺔ";
}

.fi-rs-user-robot:before {
  content: "ﺕ";
}

.fi-rs-user-salary:before {
  content: "ﺖ";
}

.fi-rs-user-shield:before {
  content: "ﺗ";
}

.fi-rs-user-skill-gear:before {
  content: "ﺘ";
}

.fi-rs-user-slash:before {
  content: "ﺙ";
}

.fi-rs-user-tag:before {
  content: "ﺚ";
}

.fi-rs-user-time:before {
  content: "ﺛ";
}

.fi-rs-user-trust:before {
  content: "ﺜ";
}

.fi-rs-user-unlock:before {
  content: "ﺝ";
}

.fi-rs-user-visor:before {
  content: "ﺞ";
}

.fi-rs-user-xmark:before {
  content: "ﺟ";
}

.fi-rs-user:before {
  content: "ﺠ";
}

.fi-rs-users-alt:before {
  content: "ﺡ";
}

.fi-rs-users-class:before {
  content: "ﺢ";
}

.fi-rs-users-gear:before {
  content: "ﺣ";
}

.fi-rs-users-medical:before {
  content: "ﺤ";
}

.fi-rs-users-slash:before {
  content: "ﺥ";
}

.fi-rs-users:before {
  content: "ﺦ";
}

.fi-rs-utensils-slash:before {
  content: "ﺧ";
}

.fi-rs-utensils:before {
  content: "ﺨ";
}

.fi-rs-utility-pole-double:before {
  content: "ﺩ";
}

.fi-rs-utility-pole:before {
  content: "ﺪ";
}

.fi-rs-ux-browser:before {
  content: "ﺫ";
}

.fi-rs-ux:before {
  content: "ﺬ";
}

.fi-rs-v:before {
  content: "ﺭ";
}

.fi-rs-vacuum-robot:before {
  content: "ﺮ";
}

.fi-rs-vacuum:before {
  content: "ﺯ";
}

.fi-rs-value-absolute:before {
  content: "ﺰ";
}

.fi-rs-vault:before {
  content: "ﺱ";
}

.fi-rs-vector-alt:before {
  content: "ﺲ";
}

.fi-rs-vector-circle:before {
  content: "ﺳ";
}

.fi-rs-vector-polygon:before {
  content: "ﺴ";
}

.fi-rs-vector:before {
  content: "ﺵ";
}

.fi-rs-venus-double:before {
  content: "ﺶ";
}

.fi-rs-venus-mars:before {
  content: "ﺷ";
}

.fi-rs-venus:before {
  content: "ﺸ";
}

.fi-rs-vest-patches:before {
  content: "ﺹ";
}

.fi-rs-vest:before {
  content: "ﺺ";
}

.fi-rs-video-arrow-down-left:before {
  content: "ﺻ";
}

.fi-rs-video-arrow-up-right:before {
  content: "ﺼ";
}

.fi-rs-video-camera-alt:before {
  content: "ﺽ";
}

.fi-rs-video-camera:before {
  content: "ﺾ";
}

.fi-rs-video-duration:before {
  content: "ﺿ";
}

.fi-rs-video-plus:before {
  content: "ﻀ";
}

.fi-rs-video-slash:before {
  content: "ﻁ";
}

.fi-rs-videoconference:before {
  content: "ﻂ";
}

.fi-rs-vihara:before {
  content: "ﻃ";
}

.fi-rs-violin:before {
  content: "ﻄ";
}

.fi-rs-virus-slash:before {
  content: "ﻅ";
}

.fi-rs-virus:before {
  content: "ﻆ";
}

.fi-rs-viruses:before {
  content: "ﻇ";
}

.fi-rs-visit:before {
  content: "ﻈ";
}

.fi-rs-voicemail:before {
  content: "ﻉ";
}

.fi-rs-volcano:before {
  content: "ﻊ";
}

.fi-rs-volleyball:before {
  content: "ﻋ";
}

.fi-rs-volume-down:before {
  content: "ﻌ";
}

.fi-rs-volume-mute:before {
  content: "ﻍ";
}

.fi-rs-volume-off:before {
  content: "ﻎ";
}

.fi-rs-volume-slash:before {
  content: "ﻏ";
}

.fi-rs-volume:before {
  content: "ﻐ";
}

.fi-rs-vote-nay:before {
  content: "ﻑ";
}

.fi-rs-vote-yea:before {
  content: "ﻒ";
}

.fi-rs-vr-cardboard:before {
  content: "ﻓ";
}

.fi-rs-w:before {
  content: "ﻔ";
}

.fi-rs-waffle:before {
  content: "ﻕ";
}

.fi-rs-wagon-covered:before {
  content: "ﻖ";
}

.fi-rs-walker:before {
  content: "ﻗ";
}

.fi-rs-walkie-talkie:before {
  content: "ﻘ";
}

.fi-rs-walking:before {
  content: "ﻙ";
}

.fi-rs-wallet-arrow:before {
  content: "ﻚ";
}

.fi-rs-wallet-buyer:before {
  content: "ﻛ";
}

.fi-rs-wallet:before {
  content: "ﻜ";
}

.fi-rs-warehouse-alt:before {
  content: "ﻝ";
}

.fi-rs-warranty:before {
  content: "ﻞ";
}

.fi-rs-washer:before {
  content: "ﻟ";
}

.fi-rs-waste-pollution:before {
  content: "ﻠ";
}

.fi-rs-waste:before {
  content: "ﻡ";
}

.fi-rs-watch-calculator:before {
  content: "ﻢ";
}

.fi-rs-watch-smart:before {
  content: "ﻣ";
}

.fi-rs-watch:before {
  content: "ﻤ";
}

.fi-rs-water-bottle:before {
  content: "ﻥ";
}

.fi-rs-water-ladder:before {
  content: "ﻦ";
}

.fi-rs-water-lower:before {
  content: "ﻧ";
}

.fi-rs-water-rise:before {
  content: "ﻨ";
}

.fi-rs-water:before {
  content: "ﻩ";
}

.fi-rs-watermelon:before {
  content: "ﻪ";
}

.fi-rs-wave-sine:before {
  content: "ﻫ";
}

.fi-rs-wave-square:before {
  content: "ﻬ";
}

.fi-rs-wave-triangle:before {
  content: "ﻭ";
}

.fi-rs-wave:before {
  content: "ﻮ";
}

.fi-rs-waveform-path:before {
  content: "ﻯ";
}

.fi-rs-waveform:before {
  content: "ﻰ";
}

.fi-rs-web-design:before {
  content: "ﻱ";
}

.fi-rs-webcam-slash:before {
  content: "ﻲ";
}

.fi-rs-webcam:before {
  content: "ﻳ";
}

.fi-rs-webhook:before {
  content: "ﻴ";
}

.fi-rs-wednesday:before {
  content: "ﻵ";
}

.fi-rs-whale:before {
  content: "ﻶ";
}

.fi-rs-wheat-awn-circle-exclamation:before {
  content: "ﻷ";
}

.fi-rs-wheat-awn-slash:before {
  content: "ﻸ";
}

.fi-rs-wheat-awn:before {
  content: "ﻹ";
}

.fi-rs-wheat-slash:before {
  content: "ﻺ";
}

.fi-rs-wheat:before {
  content: "ﻻ";
}

.fi-rs-wheelchair-move:before {
  content: "ﻼ";
}

.fi-rs-wheelchair-sleeping:before {
  content: "﻽";
}

.fi-rs-wheelchair:before {
  content: "﻾";
}

.fi-rs-whistle:before {
  content: "＀";
}

.fi-rs-white-space:before {
  content: "！";
}

.fi-rs-wifi-1:before {
  content: "＂";
}

.fi-rs-wifi-2:before {
  content: "＃";
}

.fi-rs-wifi-alt:before {
  content: "＄";
}

.fi-rs-wifi-exclamation:before {
  content: "％";
}

.fi-rs-wifi-slash:before {
  content: "＆";
}

.fi-rs-wifi:before {
  content: "＇";
}

.fi-rs-wind-turbine:before {
  content: "（";
}

.fi-rs-wind-warning:before {
  content: "）";
}

.fi-rs-wind:before {
  content: "＊";
}

.fi-rs-window-alt:before {
  content: "＋";
}

.fi-rs-window-frame-open:before {
  content: "，";
}

.fi-rs-window-frame:before {
  content: "－";
}

.fi-rs-window-maximize:before {
  content: "．";
}

.fi-rs-window-minimize:before {
  content: "／";
}

.fi-rs-window-restore:before {
  content: "０";
}

.fi-rs-windsock:before {
  content: "１";
}

.fi-rs-wine-bottle:before {
  content: "２";
}

.fi-rs-wine-glass-crack:before {
  content: "３";
}

.fi-rs-wine-glass-empty:before {
  content: "４";
}

.fi-rs-wishlist-heart:before {
  content: "５";
}

.fi-rs-wishlist-star:before {
  content: "６";
}

.fi-rs-woman-head:before {
  content: "７";
}

.fi-rs-woman-scientist:before {
  content: "８";
}

.fi-rs-won-sign:before {
  content: "９";
}

.fi-rs-work-in-progress:before {
  content: "：";
}

.fi-rs-workflow-alt:before {
  content: "；";
}

.fi-rs-workflow-setting-alt:before {
  content: "＜";
}

.fi-rs-workflow-setting:before {
  content: "＝";
}

.fi-rs-workflow:before {
  content: "＞";
}

.fi-rs-workshop:before {
  content: "？";
}

.fi-rs-world:before {
  content: "＠";
}

.fi-rs-worm:before {
  content: "Ａ";
}

.fi-rs-wreath:before {
  content: "Ｂ";
}

.fi-rs-wrench-alt:before {
  content: "Ｃ";
}

.fi-rs-wrench-simple:before {
  content: "Ｄ";
}

.fi-rs-x:before {
  content: "Ｅ";
}

.fi-rs-y:before {
  content: "Ｆ";
}

.fi-rs-yen:before {
  content: "Ｇ";
}

.fi-rs-yin-yang:before {
  content: "Ｈ";
}

.fi-rs-z:before {
  content: "Ｉ";
}

.fi-rs-zip-file:before {
  content: "Ｊ";
}

.fi-rs-zoom-in:before {
  content: "Ｋ";
}

.fi-rs-zoom-out:before {
  content: "Ｌ";
}

@font-face {
  font-family: uicons-solid-straight;
  src: url(./fonts/@flaticon/uicons-solid-straight-4DZ3VA4V.woff2) format("woff2"), url(./fonts/@flaticon/uicons-solid-straight-ITFA7HIK.woff) format("woff"), url(../uicons-solid-straight-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.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: "豈";
}

.fi-ss-massage:before {
  content: "更";
}

.fi-ss-match-fire:before {
  content: "車";
}

.fi-ss-mattress-pillow:before {
  content: "賈";
}

.fi-ss-measuring-tape:before {
  content: "滑";
}

.fi-ss-meat:before {
  content: "串";
}

.fi-ss-medal:before {
  content: "句";
}

.fi-ss-medical-star:before {
  content: "龜";
}

.fi-ss-medicine:before {
  content: "龜";
}

.fi-ss-meditation:before {
  content: "契";
}

.fi-ss-meeting-alt:before {
  content: "金";
}

.fi-ss-meeting:before {
  content: "喇";
}

.fi-ss-megaphone-announcement-leader:before {
  content: "奈";
}

.fi-ss-megaphone:before {
  content: "懶";
}

.fi-ss-meh-blank:before {
  content: "癩";
}

.fi-ss-meh-rolling-eyes:before {
  content: "羅";
}

.fi-ss-meh:before {
  content: "蘿";
}

.fi-ss-melon-alt:before {
  content: "螺";
}

.fi-ss-melon:before {
  content: "裸";
}

.fi-ss-member-list:before {
  content: "邏";
}

.fi-ss-member-search:before {
  content: "樂";
}

.fi-ss-membership-vip:before {
  content: "洛";
}

.fi-ss-membership:before {
  content: "烙";
}

.fi-ss-memo-circle-check:before {
  content: "珞";
}

.fi-ss-memo-pad:before {
  content: "落";
}

.fi-ss-memo:before {
  content: "酪";
}

.fi-ss-memory:before {
  content: "駱";
}

.fi-ss-menu-burger:before {
  content: "亂";
}

.fi-ss-menu-dots-vertical:before {
  content: "卵";
}

.fi-ss-menu-dots:before {
  content: "欄";
}

.fi-ss-mercury:before {
  content: "爛";
}

.fi-ss-message-arrow-down:before {
  content: "蘭";
}

.fi-ss-message-arrow-up-right:before {
  content: "鸞";
}

.fi-ss-message-arrow-up:before {
  content: "嵐";
}

.fi-ss-message-bot:before {
  content: "濫";
}

.fi-ss-message-code:before {
  content: "藍";
}

.fi-ss-message-dollar:before {
  content: "襤";
}

.fi-ss-message-heart:before {
  content: "拉";
}

.fi-ss-message-image:before {
  content: "臘";
}

.fi-ss-message-question:before {
  content: "蠟";
}

.fi-ss-message-quote:before {
  content: "廊";
}

.fi-ss-message-slash:before {
  content: "朗";
}

.fi-ss-message-sms:before {
  content: "浪";
}

.fi-ss-message-text:before {
  content: "狼";
}

.fi-ss-message-xmark:before {
  content: "郎";
}

.fi-ss-messages-dollar:before {
  content: "來";
}

.fi-ss-messages-question:before {
  content: "冷";
}

.fi-ss-messages:before {
  content: "勞";
}

.fi-ss-meteor:before {
  content: "擄";
}

.fi-ss-meter-bolt:before {
  content: "櫓";
}

.fi-ss-meter-droplet:before {
  content: "爐";
}

.fi-ss-meter-fire:before {
  content: "盧";
}

.fi-ss-meter:before {
  content: "老";
}

.fi-ss-method:before {
  content: "蘆";
}

.fi-ss-microchip-ai:before {
  content: "虜";
}

.fi-ss-microchip:before {
  content: "路";
}

.fi-ss-microphone-alt:before {
  content: "露";
}

.fi-ss-microphone-slash:before {
  content: "魯";
}

.fi-ss-microphone:before {
  content: "鷺";
}

.fi-ss-microscope:before {
  content: "碌";
}

.fi-ss-microwave:before {
  content: "祿";
}

.fi-ss-milk-alt:before {
  content: "綠";
}

.fi-ss-milk:before {
  content: "菉";
}

.fi-ss-mill-sign:before {
  content: "錄";
}

.fi-ss-mind-share:before {
  content: "鹿";
}

.fi-ss-minus-circle:before {
  content: "論";
}

.fi-ss-minus-hexagon:before {
  content: "壟";
}

.fi-ss-minus-small:before {
  content: "弄";
}

.fi-ss-minus:before {
  content: "籠";
}

.fi-ss-mistletoe:before {
  content: "聾";
}

.fi-ss-mix:before {
  content: "牢";
}

.fi-ss-mobile-button:before {
  content: "磊";
}

.fi-ss-mobile-notch:before {
  content: "賂";
}

.fi-ss-mobile:before {
  content: "雷";
}

.fi-ss-mockup:before {
  content: "壘";
}

.fi-ss-mode-alt:before {
  content: "屢";
}

.fi-ss-mode-landscape:before {
  content: "樓";
}

.fi-ss-mode-portrait:before {
  content: "淚";
}

.fi-ss-mode:before {
  content: "漏";
}

.fi-ss-model-cube-arrows:before {
  content: "累";
}

.fi-ss-model-cube-space:before {
  content: "縷";
}

.fi-ss-model-cube:before {
  content: "陋";
}

.fi-ss-module:before {
  content: "勒";
}

.fi-ss-monday:before {
  content: "肋";
}

.fi-ss-money-bill-simple:before {
  content: "凜";
}

.fi-ss-money-bill-transfer:before {
  content: "凌";
}

.fi-ss-money-bill-wave-alt:before {
  content: "稜";
}

.fi-ss-money-bill-wave:before {
  content: "綾";
}

.fi-ss-money-bills-simple:before {
  content: "菱";
}

.fi-ss-money-bills:before {
  content: "陵";
}

.fi-ss-money-check-edit-alt:before {
  content: "讀";
}

.fi-ss-money-check-edit:before {
  content: "拏";
}

.fi-ss-money-check:before {
  content: "樂";
}

.fi-ss-money-coin-transfer:before {
  content: "諾";
}

.fi-ss-money-from-bracket:before {
  content: "丹";
}

.fi-ss-money-simple-from-bracket:before {
  content: "寧";
}

.fi-ss-money-transfer-alt:before {
  content: "怒";
}

.fi-ss-money-transfer-coin-arrow:before {
  content: "率";
}

.fi-ss-money-transfer-smartphone:before {
  content: "異";
}

.fi-ss-money-wings:before {
  content: "北";
}

.fi-ss-money:before {
  content: "磻";
}

.fi-ss-monkey:before {
  content: "便";
}

.fi-ss-monument:before {
  content: "復";
}

.fi-ss-moon-stars:before {
  content: "不";
}

.fi-ss-moon:before {
  content: "泌";
}

.fi-ss-moped:before {
  content: "數";
}

.fi-ss-mortar-pestle:before {
  content: "索";
}

.fi-ss-mortgage:before {
  content: "參";
}

.fi-ss-mosque-alt:before {
  content: "塞";
}

.fi-ss-mosque-moon:before {
  content: "省";
}

.fi-ss-mosque:before {
  content: "葉";
}

.fi-ss-mosquito-net:before {
  content: "說";
}

.fi-ss-mosquito:before {
  content: "殺";
}

.fi-ss-motorcycle:before {
  content: "辰";
}

.fi-ss-mound:before {
  content: "沈";
}

.fi-ss-mountain-city:before {
  content: "拾";
}

.fi-ss-mountain:before {
  content: "若";
}

.fi-ss-mountains:before {
  content: "掠";
}

.fi-ss-mouse-field:before {
  content: "略";
}

.fi-ss-mouse:before {
  content: "亮";
}

.fi-ss-mov-file:before {
  content: "兩";
}

.fi-ss-move-to-folder-2:before {
  content: "凉";
}

.fi-ss-move-to-folder:before {
  content: "梁";
}

.fi-ss-mp3-file:before {
  content: "糧";
}

.fi-ss-mp3-player:before {
  content: "良";
}

.fi-ss-mp4-file:before {
  content: "諒";
}

.fi-ss-mug-alt:before {
  content: "量";
}

.fi-ss-mug-hot-alt:before {
  content: "勵";
}

.fi-ss-mug-hot:before {
  content: "呂";
}

.fi-ss-mug-marshmallows:before {
  content: "女";
}

.fi-ss-mug-tea-saucer:before {
  content: "廬";
}

.fi-ss-mug-tea:before {
  content: "旅";
}

.fi-ss-mug:before {
  content: "濾";
}

.fi-ss-multiple-alt:before {
  content: "礪";
}

.fi-ss-multiple:before {
  content: "閭";
}

.fi-ss-muscle:before {
  content: "驪";
}

.fi-ss-mushroom-alt:before {
  content: "麗";
}

.fi-ss-mushroom:before {
  content: "黎";
}

.fi-ss-music-alt:before {
  content: "力";
}

.fi-ss-music-file:before {
  content: "曆";
}

.fi-ss-music-note-slash:before {
  content: "歷";
}

.fi-ss-music-note:before {
  content: "轢";
}

.fi-ss-music-slash:before {
  content: "年";
}

.fi-ss-music:before {
  content: "憐";
}

.fi-ss-n:before {
  content: "戀";
}

.fi-ss-naira-sign:before {
  content: "撚";
}

.fi-ss-narwhal:before {
  content: "漣";
}

.fi-ss-navigation:before {
  content: "煉";
}

.fi-ss-nesting-dolls:before {
  content: "璉";
}

.fi-ss-network-analytic:before {
  content: "秊";
}

.fi-ss-network-cloud:before {
  content: "練";
}

.fi-ss-network:before {
  content: "聯";
}

.fi-ss-neuter:before {
  content: "輦";
}

.fi-ss-newsletter-subscribe:before {
  content: "蓮";
}

.fi-ss-newspaper-open:before {
  content: "連";
}

.fi-ss-newspaper:before {
  content: "鍊";
}

.fi-ss-nfc-lock:before {
  content: "列";
}

.fi-ss-nfc-magnifying-glass:before {
  content: "劣";
}

.fi-ss-nfc-pen:before {
  content: "咽";
}

.fi-ss-nfc-slash:before {
  content: "烈";
}

.fi-ss-nfc-trash:before {
  content: "裂";
}

.fi-ss-nfc:before {
  content: "說";
}

.fi-ss-night-day:before {
  content: "廉";
}

.fi-ss-no-fee:before {
  content: "念";
}

.fi-ss-no-people:before {
  content: "捻";
}

.fi-ss-noodles:before {
  content: "殮";
}

.fi-ss-nose:before {
  content: "簾";
}

.fi-ss-not-equal:before {
  content: "獵";
}

.fi-ss-not-found-alt:before {
  content: "令";
}

.fi-ss-not-found-magnifying-glass:before {
  content: "囹";
}

.fi-ss-not-found:before {
  content: "寧";
}

.fi-ss-notdef:before {
  content: "嶺";
}

.fi-ss-note-medical:before {
  content: "怜";
}

.fi-ss-note-sticky:before {
  content: "玲";
}

.fi-ss-note:before {
  content: "瑩";
}

.fi-ss-notebook-alt:before {
  content: "羚";
}

.fi-ss-notebook:before {
  content: "聆";
}

.fi-ss-notes-medical:before {
  content: "鈴";
}

.fi-ss-notes:before {
  content: "零";
}

.fi-ss-o:before {
  content: "靈";
}

.fi-ss-object-exclude:before {
  content: "領";
}

.fi-ss-object-group:before {
  content: "例";
}

.fi-ss-object-intersect:before {
  content: "禮";
}

.fi-ss-object-subtract:before {
  content: "醴";
}

.fi-ss-object-ungroup:before {
  content: "隸";
}

.fi-ss-object-union:before {
  content: "惡";
}

.fi-ss-objects-column:before {
  content: "了";
}

.fi-ss-octagon-check:before {
  content: "僚";
}

.fi-ss-octagon-divide:before {
  content: "寮";
}

.fi-ss-octagon-exclamation:before {
  content: "尿";
}

.fi-ss-octagon-minus:before {
  content: "料";
}

.fi-ss-octagon-plus:before {
  content: "樂";
}

.fi-ss-octagon-xmark:before {
  content: "燎";
}

.fi-ss-octagon:before {
  content: "療";
}

.fi-ss-oil-can:before {
  content: "蓼";
}

.fi-ss-oil-temp:before {
  content: "遼";
}

.fi-ss-olive-oil:before {
  content: "龍";
}

.fi-ss-olive:before {
  content: "暈";
}

.fi-ss-olives:before {
  content: "阮";
}

.fi-ss-om:before {
  content: "劉";
}

.fi-ss-omega:before {
  content: "杻";
}

.fi-ss-onboarding:before {
  content: "柳";
}

.fi-ss-onion:before {
  content: "流";
}

.fi-ss-opacity:before {
  content: "溜";
}

.fi-ss-open-mail-clip:before {
  content: "琉";
}

.fi-ss-operating-system-upgrade:before {
  content: "留";
}

.fi-ss-operation:before {
  content: "硫";
}

.fi-ss-order-history:before {
  content: "紐";
}

.fi-ss-organization-chart:before {
  content: "類";
}

.fi-ss-ornament:before {
  content: "六";
}

.fi-ss-otp:before {
  content: "戮";
}

.fi-ss-otter:before {
  content: "陸";
}

.fi-ss-outdent:before {
  content: "倫";
}

.fi-ss-oval-alt:before {
  content: "崙";
}

.fi-ss-oval:before {
  content: "淪";
}

.fi-ss-oven:before {
  content: "輪";
}

.fi-ss-overline:before {
  content: "律";
}

.fi-ss-overview:before {
  content: "慄";
}

.fi-ss-p:before {
  content: "栗";
}

.fi-ss-package:before {
  content: "率";
}

.fi-ss-padlock-check:before {
  content: "隆";
}

.fi-ss-page-break:before {
  content: "利";
}

.fi-ss-pager:before {
  content: "吏";
}

.fi-ss-paid:before {
  content: "履";
}

.fi-ss-paint-roller:before {
  content: "易";
}

.fi-ss-paint:before {
  content: "李";
}

.fi-ss-paintbrush-pencil:before {
  content: "梨";
}

.fi-ss-palette:before {
  content: "泥";
}

.fi-ss-pallet-alt:before {
  content: "理";
}

.fi-ss-pallet:before {
  content: "痢";
}

.fi-ss-pan-food:before {
  content: "罹";
}

.fi-ss-pan-frying:before {
  content: "裏";
}

.fi-ss-pan:before {
  content: "裡";
}

.fi-ss-pancakes:before {
  content: "里";
}

.fi-ss-panorama:before {
  content: "離";
}

.fi-ss-paper-plane-launch:before {
  content: "匿";
}

.fi-ss-paper-plane-top:before {
  content: "溺";
}

.fi-ss-paper-plane:before {
  content: "吝";
}

.fi-ss-paperclip-vertical:before {
  content: "燐";
}

.fi-ss-parachute-box:before {
  content: "璘";
}

.fi-ss-paragraph-left:before {
  content: "藺";
}

.fi-ss-paragraph:before {
  content: "隣";
}

.fi-ss-parking-circle-slash:before {
  content: "鱗";
}

.fi-ss-parking-circle:before {
  content: "麟";
}

.fi-ss-parking-slash:before {
  content: "林";
}

.fi-ss-parking:before {
  content: "淋";
}

.fi-ss-party-bell:before {
  content: "臨";
}

.fi-ss-party-horn:before {
  content: "立";
}

.fi-ss-party:before {
  content: "笠";
}

.fi-ss-passport:before {
  content: "粒";
}

.fi-ss-password-alt:before {
  content: "狀";
}

.fi-ss-password-computer:before {
  content: "炙";
}

.fi-ss-password-email:before {
  content: "識";
}

.fi-ss-password-smartphone:before {
  content: "什";
}

.fi-ss-password:before {
  content: "茶";
}

.fi-ss-paste:before {
  content: "刺";
}

.fi-ss-pattern:before {
  content: "切";
}

.fi-ss-pause-circle:before {
  content: "度";
}

.fi-ss-pause-square:before {
  content: "拓";
}

.fi-ss-pause:before {
  content: "糖";
}

.fi-ss-paw-claws:before {
  content: "宅";
}

.fi-ss-paw-heart:before {
  content: "洞";
}

.fi-ss-paw:before {
  content: "暴";
}

.fi-ss-payment-pos:before {
  content: "輻";
}

.fi-ss-payroll-calendar:before {
  content: "行";
}

.fi-ss-payroll-check:before {
  content: "降";
}

.fi-ss-payroll:before {
  content: "見";
}

.fi-ss-peace:before {
  content: "廓";
}

.fi-ss-peach:before {
  content: "兀";
}

.fi-ss-peanut:before {
  content: "嗀";
}

.fi-ss-peanuts:before {
  content: "﨎";
}

.fi-ss-peapod:before {
  content: "﨏";
}

.fi-ss-pear:before {
  content: "塚";
}

.fi-ss-pedestal:before {
  content: "﨑";
}

.fi-ss-pen-circle:before {
  content: "晴";
}

.fi-ss-pen-clip-slash:before {
  content: "﨓";
}

.fi-ss-pen-clip:before {
  content: "﨔";
}

.fi-ss-pen-fancy-slash:before {
  content: "凞";
}

.fi-ss-pen-fancy:before {
  content: "猪";
}

.fi-ss-pen-field:before {
  content: "益";
}

.fi-ss-pen-nib-slash:before {
  content: "礼";
}

.fi-ss-pen-nib:before {
  content: "神";
}

.fi-ss-pen-slash:before {
  content: "祥";
}

.fi-ss-pen-square:before {
  content: "福";
}

.fi-ss-pen-swirl:before {
  content: "靖";
}

.fi-ss-pencil-paintbrush:before {
  content: "精";
}

.fi-ss-pencil-ruler:before {
  content: "羽";
}

.fi-ss-pencil-slash:before {
  content: "﨟";
}

.fi-ss-pencil:before {
  content: "蘒";
}

.fi-ss-pending:before {
  content: "﨡";
}

.fi-ss-pennant:before {
  content: "諸";
}

.fi-ss-people-arrows-left-right:before {
  content: "﨣";
}

.fi-ss-people-carry-box:before {
  content: "﨤";
}

.fi-ss-people-dress:before {
  content: "逸";
}

.fi-ss-people-network-partner:before {
  content: "都";
}

.fi-ss-people-pants:before {
  content: "﨧";
}

.fi-ss-people-poll:before {
  content: "﨨";
}

.fi-ss-people-pulling:before {
  content: "﨩";
}

.fi-ss-people-roof:before {
  content: "飯";
}

.fi-ss-people:before {
  content: "飼";
}

.fi-ss-pepper-alt:before {
  content: "館";
}

.fi-ss-pepper-hot:before {
  content: "鶴";
}

.fi-ss-pepper:before {
  content: "郞";
}

.fi-ss-percent-10:before {
  content: "隷";
}

.fi-ss-percent-100:before {
  content: "侮";
}

.fi-ss-percent-20:before {
  content: "僧";
}

.fi-ss-percent-25:before {
  content: "免";
}

.fi-ss-percent-30:before {
  content: "勉";
}

.fi-ss-percent-40:before {
  content: "勤";
}

.fi-ss-percent-50:before {
  content: "卑";
}

.fi-ss-percent-60:before {
  content: "喝";
}

.fi-ss-percent-70:before {
  content: "嘆";
}

.fi-ss-percent-75:before {
  content: "器";
}

.fi-ss-percent-80:before {
  content: "塀";
}

.fi-ss-percent-90:before {
  content: "墨";
}

.fi-ss-percentage:before {
  content: "層";
}

.fi-ss-person-burst:before {
  content: "屮";
}

.fi-ss-person-carry-box:before {
  content: "悔";
}

.fi-ss-person-circle-check:before {
  content: "慨";
}

.fi-ss-person-circle-exclamation:before {
  content: "憎";
}

.fi-ss-person-circle-minus:before {
  content: "懲";
}

.fi-ss-person-circle-plus:before {
  content: "敏";
}

.fi-ss-person-circle-question:before {
  content: "既";
}

.fi-ss-person-circle-xmark:before {
  content: "暑";
}

.fi-ss-person-cv:before {
  content: "梅";
}

.fi-ss-person-dolly-empty:before {
  content: "海";
}

.fi-ss-person-dolly:before {
  content: "渚";
}

.fi-ss-person-dress-simple:before {
  content: "漢";
}

.fi-ss-person-dress:before {
  content: "煮";
}

.fi-ss-person-luggage:before {
  content: "爫";
}

.fi-ss-person-lunge:before {
  content: "琢";
}

.fi-ss-person-pilates:before {
  content: "碑";
}

.fi-ss-person-praying:before {
  content: "社";
}

.fi-ss-person-pregnant:before {
  content: "祉";
}

.fi-ss-person-seat-reclined:before {
  content: "祈";
}

.fi-ss-person-seat:before {
  content: "祐";
}

.fi-ss-person-shelter:before {
  content: "祖";
}

.fi-ss-person-sign:before {
  content: "祝";
}

.fi-ss-person-simple:before {
  content: "禍";
}

.fi-ss-person-walking-with-cane:before {
  content: "禎";
}

.fi-ss-peseta-sign:before {
  content: "穀";
}

.fi-ss-peso-sign:before {
  content: "突";
}

.fi-ss-pets:before {
  content: "節";
}

.fi-ss-pharmacy:before {
  content: "練";
}

.fi-ss-phone-call:before {
  content: "縉";
}

.fi-ss-phone-cross:before {
  content: "繁";
}

.fi-ss-phone-flip:before {
  content: "署";
}

.fi-ss-phone-guide:before {
  content: "者";
}

.fi-ss-phone-heart-message:before {
  content: "臭";
}

.fi-ss-phone-office:before {
  content: "艹";
}

.fi-ss-phone-pause:before {
  content: "艹";
}

.fi-ss-phone-plus:before {
  content: "著";
}

.fi-ss-phone-rotary:before {
  content: "褐";
}

.fi-ss-phone-slash:before {
  content: "視";
}

.fi-ss-photo-capture:before {
  content: "謁";
}

.fi-ss-photo-film-music:before {
  content: "謹";
}

.fi-ss-photo-video:before {
  content: "賓";
}

.fi-ss-physics:before {
  content: "贈";
}

.fi-ss-Pi:before {
  content: "辶";
}

.fi-ss-piano-keyboard:before {
  content: "逸";
}

.fi-ss-piano:before {
  content: "難";
}

.fi-ss-pickaxe:before {
  content: "響";
}

.fi-ss-picking-box:before {
  content: "頻";
}

.fi-ss-picking:before {
  content: "恵";
}

.fi-ss-picnic:before {
  content: "𤋮";
}

.fi-ss-picpeople-filled:before {
  content: "舘";
}

.fi-ss-picpeople:before {
  content: "﩮";
}

.fi-ss-picture:before {
  content: "﩯";
}

.fi-ss-pie:before {
  content: "並";
}

.fi-ss-pig-bank-bulb:before {
  content: "况";
}

.fi-ss-pig-face:before {
  content: "全";
}

.fi-ss-pig:before {
  content: "侀";
}

.fi-ss-piggy-bank-budget:before {
  content: "充";
}

.fi-ss-piggy-bank:before {
  content: "冀";
}

.fi-ss-pills:before {
  content: "勇";
}

.fi-ss-pinata:before {
  content: "勺";
}

.fi-ss-pineapple-alt:before {
  content: "喝";
}

.fi-ss-pineapple:before {
  content: "啕";
}

.fi-ss-pipe-smoking:before {
  content: "喙";
}

.fi-ss-pipette:before {
  content: "嗢";
}

.fi-ss-pizza-slice:before {
  content: "塚";
}

.fi-ss-place-of-worship:before {
  content: "墳";
}

.fi-ss-plan-strategy:before {
  content: "奄";
}

.fi-ss-plan:before {
  content: "奔";
}

.fi-ss-plane-alt:before {
  content: "婢";
}

.fi-ss-plane-arrival:before {
  content: "嬨";
}

.fi-ss-plane-departure:before {
  content: "廒";
}

.fi-ss-plane-prop:before {
  content: "廙";
}

.fi-ss-plane-slash:before {
  content: "彩";
}

.fi-ss-plane-tail:before {
  content: "徭";
}

.fi-ss-plane:before {
  content: "惘";
}

.fi-ss-planet-moon:before {
  content: "慎";
}

.fi-ss-planet-ringed:before {
  content: "愈";
}

.fi-ss-plant-care:before {
  content: "憎";
}

.fi-ss-plant-growth:before {
  content: "慠";
}

.fi-ss-plant-seed-invest:before {
  content: "懲";
}

.fi-ss-plant-wilt:before {
  content: "戴";
}

.fi-ss-plate-utensils:before {
  content: "揄";
}

.fi-ss-plate-wheat:before {
  content: "搜";
}

.fi-ss-plate:before {
  content: "摒";
}

.fi-ss-play-alt:before {
  content: "敖";
}

.fi-ss-play-circle:before {
  content: "晴";
}

.fi-ss-play-microphone:before {
  content: "朗";
}

.fi-ss-play-pause:before {
  content: "望";
}

.fi-ss-play:before {
  content: "杖";
}

.fi-ss-plug-alt:before {
  content: "歹";
}

.fi-ss-plug-cable:before {
  content: "殺";
}

.fi-ss-plug-circle-bolt:before {
  content: "流";
}

.fi-ss-plug-circle-check:before {
  content: "滛";
}

.fi-ss-plug-circle-exclamation:before {
  content: "滋";
}

.fi-ss-plug-circle-minus:before {
  content: "漢";
}

.fi-ss-plug-circle-plus:before {
  content: "瀞";
}

.fi-ss-plug-connection:before {
  content: "煮";
}

.fi-ss-plug:before {
  content: "瞧";
}

.fi-ss-plus-hexagon:before {
  content: "爵";
}

.fi-ss-plus-minus:before {
  content: "犯";
}

.fi-ss-plus-small:before {
  content: "猪";
}

.fi-ss-plus:before {
  content: "瑱";
}

.fi-ss-png-file:before {
  content: "甆";
}

.fi-ss-podcast:before {
  content: "画";
}

.fi-ss-podium-star:before {
  content: "瘝";
}

.fi-ss-podium-victory-leader:before {
  content: "瘟";
}

.fi-ss-podium:before {
  content: "益";
}

.fi-ss-point-of-sale-bill:before {
  content: "盛";
}

.fi-ss-point-of-sale-signal:before {
  content: "直";
}

.fi-ss-point-of-sale:before {
  content: "睊";
}

.fi-ss-pointer-loading:before {
  content: "着";
}

.fi-ss-pointer-text:before {
  content: "磌";
}

.fi-ss-police-box:before {
  content: "窱";
}

.fi-ss-poll-h:before {
  content: "節";
}

.fi-ss-pollution:before {
  content: "类";
}

.fi-ss-pompebled:before {
  content: "絛";
}

.fi-ss-poo-bolt:before {
  content: "練";
}

.fi-ss-poo:before {
  content: "缾";
}

.fi-ss-pool-8-ball:before {
  content: "者";
}

.fi-ss-poop:before {
  content: "荒";
}

.fi-ss-popcorn:before {
  content: "華";
}

.fi-ss-popsicle:before {
  content: "蝹";
}

.fi-ss-portal-enter:before {
  content: "襁";
}

.fi-ss-portal-exit:before {
  content: "覆";
}

.fi-ss-portrait:before {
  content: "視";
}

.fi-ss-pot:before {
  content: "調";
}

.fi-ss-potato:before {
  content: "諸";
}

.fi-ss-pound:before {
  content: "請";
}

.fi-ss-power:before {
  content: "謁";
}

.fi-ss-ppt-file:before {
  content: "諾";
}

.fi-ss-practice:before {
  content: "諭";
}

.fi-ss-praying-hands:before {
  content: "謹";
}

.fi-ss-prescription-bottle-alt:before {
  content: "變";
}

.fi-ss-prescription-bottle-pill:before {
  content: "贈";
}

.fi-ss-prescription-bottle:before {
  content: "輸";
}

.fi-ss-prescription:before {
  content: "遲";
}

.fi-ss-presentation:before {
  content: "醙";
}

.fi-ss-preview:before {
  content: "鉶";
}

.fi-ss-previous-square:before {
  content: "陼";
}

.fi-ss-print-magnifying-glass:before {
  content: "難";
}

.fi-ss-print-slash:before {
  content: "靖";
}

.fi-ss-print:before {
  content: "韛";
}

.fi-ss-priority-arrow:before {
  content: "響";
}

.fi-ss-priority-arrows:before {
  content: "頋";
}

.fi-ss-priority-importance:before {
  content: "頻";
}

.fi-ss-problem-solving:before {
  content: "鬒";
}

.fi-ss-procedures:before {
  content: "龜";
}

.fi-ss-process:before {
  content: "𢡊";
}

.fi-ss-productivity:before {
  content: "𢡄";
}

.fi-ss-progress-complete:before {
  content: "𣏕";
}

.fi-ss-progress-download:before {
  content: "㮝";
}

.fi-ss-progress-upload:before {
  content: "䀘";
}

.fi-ss-projector:before {
  content: "䀹";
}

.fi-ss-protractor:before {
  content: "𥉉";
}

.fi-ss-pulse:before {
  content: "𥳐";
}

.fi-ss-pump-medical:before {
  content: "𧻓";
}

.fi-ss-pump:before {
  content: "齃";
}

.fi-ss-pumpkin-alt-2:before {
  content: "龎";
}

.fi-ss-pumpkin-alt:before {
  content: "﫚";
}

.fi-ss-pumpkin:before {
  content: "﫛";
}

.fi-ss-puzzle-alt:before {
  content: "﫜";
}

.fi-ss-puzzle-piece-integration:before {
  content: "﫝";
}

.fi-ss-puzzle-piece:before {
  content: "﫞";
}

.fi-ss-puzzle-pieces:before {
  content: "﫟";
}

.fi-ss-pyramid:before {
  content: "﫠";
}

.fi-ss-q:before {
  content: "﫡";
}

.fi-ss-qr-scan:before {
  content: "﫢";
}

.fi-ss-QR:before {
  content: "﫣";
}

.fi-ss-qrcode:before {
  content: "﫤";
}

.fi-ss-question-square:before {
  content: "﫥";
}

.fi-ss-question:before {
  content: "﫦";
}

.fi-ss-queue-alt:before {
  content: "﫧";
}

.fi-ss-queue-line:before {
  content: "﫨";
}

.fi-ss-queue-signal:before {
  content: "﫩";
}

.fi-ss-queue:before {
  content: "﫪";
}

.fi-ss-quill-pen-story:before {
  content: "﫫";
}

.fi-ss-quiz-alt:before {
  content: "﫬";
}

.fi-ss-quiz:before {
  content: "﫭";
}

.fi-ss-quote-right:before {
  content: "﫮";
}

.fi-ss-r:before {
  content: "﫯";
}

.fi-ss-rabbit-fast:before {
  content: "﫰";
}

.fi-ss-rabbit:before {
  content: "﫱";
}

.fi-ss-raccoon:before {
  content: "﫲";
}

.fi-ss-racquet:before {
  content: "﫳";
}

.fi-ss-radar:before {
  content: "﫴";
}

.fi-ss-radiation-alt:before {
  content: "﫵";
}

.fi-ss-radiation:before {
  content: "﫶";
}

.fi-ss-radio-alt:before {
  content: "﫷";
}

.fi-ss-radio-button:before {
  content: "﫸";
}

.fi-ss-radio:before {
  content: "﫹";
}

.fi-ss-radish:before {
  content: "﫺";
}

.fi-ss-rainbow:before {
  content: "﫻";
}

.fi-ss-raindrops:before {
  content: "﫼";
}

.fi-ss-ram:before {
  content: "﫽";
}

.fi-ss-ramp-loading:before {
  content: "﫾";
}

.fi-ss-rank:before {
  content: "﫿";
}

.fi-ss-ranking-podium-empty:before {
  content: "ﬀ";
}

.fi-ss-ranking-podium:before {
  content: "ﬁ";
}

.fi-ss-ranking-star:before {
  content: "ﬂ";
}

.fi-ss-ranking-stars:before {
  content: "ﬃ";
}

.fi-ss-raygun:before {
  content: "ﬄ";
}

.fi-ss-razor-barber:before {
  content: "ﬅ";
}

.fi-ss-react:before {
  content: "ﬆ";
}

.fi-ss-rec:before {
  content: "﬇";
}

.fi-ss-receipt:before {
  content: "﬈";
}

.fi-ss-recipe-book:before {
  content: "﬉";
}

.fi-ss-recipe:before {
  content: "﬊";
}

.fi-ss-record-vinyl:before {
  content: "﬋";
}

.fi-ss-rectabgle-vertical:before {
  content: "﬌";
}

.fi-ss-rectangle-barcode:before {
  content: "﬍";
}

.fi-ss-rectangle-code:before {
  content: "﬎";
}

.fi-ss-rectangle-history-circle-plus:before {
  content: "﬏";
}

.fi-ss-rectangle-horizontal:before {
  content: "﬐";
}

.fi-ss-rectangle-list:before {
  content: "﬑";
}

.fi-ss-rectangle-panoramic:before {
  content: "﬒";
}

.fi-ss-rectangle-pro:before {
  content: "ﬓ";
}

.fi-ss-rectangle-vertical-history:before {
  content: "ﬔ";
}

.fi-ss-rectangle-vertical:before {
  content: "ﬕ";
}

.fi-ss-rectangle-xmark:before {
  content: "ﬖ";
}

.fi-ss-rectangles-mixed:before {
  content: "ﬗ";
}

.fi-ss-recycle-bin:before {
  content: "﬘";
}

.fi-ss-recycle:before {
  content: "﬙";
}

.fi-ss-redo-alt:before {
  content: "﬚";
}

.fi-ss-redo:before {
  content: "﬛";
}

.fi-ss-reel:before {
  content: "﬜";
}

.fi-ss-refer-arrow:before {
  content: "יִ";
}

.fi-ss-refer:before {
  content: "ﬞ";
}

.fi-ss-referral-alt:before {
  content: "ײַ";
}

.fi-ss-referral-user:before {
  content: "ﬠ";
}

.fi-ss-referral:before {
  content: "ﬡ";
}

.fi-ss-reflect-horizontal-alt:before {
  content: "ﬢ";
}

.fi-ss-reflect-horizontal:before {
  content: "ﬣ";
}

.fi-ss-reflect-vertical:before {
  content: "ﬤ";
}

.fi-ss-reflect:before {
  content: "ﬥ";
}

.fi-ss-refresh:before {
  content: "ﬦ";
}

.fi-ss-refrigerator:before {
  content: "ﬧ";
}

.fi-ss-refund-alt:before {
  content: "ﬨ";
}

.fi-ss-refund:before {
  content: "﬩";
}

.fi-ss-region-pin-alt:before {
  content: "שׁ";
}

.fi-ss-region-pin:before {
  content: "שׂ";
}

.fi-ss-registered:before {
  content: "שּׁ";
}

.fi-ss-registration-paper:before {
  content: "שּׂ";
}

.fi-ss-remove-folder:before {
  content: "אַ";
}

.fi-ss-remove-user:before {
  content: "אָ";
}

.fi-ss-rent-signal:before {
  content: "אּ";
}

.fi-ss-rent:before {
  content: "בּ";
}

.fi-ss-replace:before {
  content: "גּ";
}

.fi-ss-replay-10:before {
  content: "דּ";
}

.fi-ss-replay-30:before {
  content: "הּ";
}

.fi-ss-replay-5:before {
  content: "וּ";
}

.fi-ss-reply-all:before {
  content: "זּ";
}

.fi-ss-republican:before {
  content: "﬷";
}

.fi-ss-reservation-smartphone:before {
  content: "טּ";
}

.fi-ss-reservation-table:before {
  content: "יּ";
}

.fi-ss-resistance-band:before {
  content: "ךּ";
}

.fi-ss-resize:before {
  content: "כּ";
}

.fi-ss-resources:before {
  content: "לּ";
}

.fi-ss-restaurant:before {
  content: "﬽";
}

.fi-ss-restock:before {
  content: "מּ";
}

.fi-ss-restroom-simple:before {
  content: "﬿";
}

.fi-ss-resume:before {
  content: "נּ";
}

.fi-ss-revenue-alt:before {
  content: "סּ";
}

.fi-ss-revenue-euro:before {
  content: "﭂";
}

.fi-ss-Revenue:before {
  content: "ףּ";
}

.fi-ss-review:before {
  content: "פּ";
}

.fi-ss-rewind-button-circle:before {
  content: "﭅";
}

.fi-ss-rewind:before {
  content: "צּ";
}

.fi-ss-rhombus:before {
  content: "קּ";
}

.fi-ss-ribbon:before {
  content: "רּ";
}

.fi-ss-right-from-bracket:before {
  content: "שּ";
}

.fi-ss-right:before {
  content: "תּ";
}

.fi-ss-ring-diamond:before {
  content: "וֹ";
}

.fi-ss-ring:before {
  content: "בֿ";
}

.fi-ss-rings-wedding:before {
  content: "כֿ";
}

.fi-ss-risk-alt:before {
  content: "פֿ";
}

.fi-ss-risk:before {
  content: "ﭏ";
}

.fi-ss-road-barrier:before {
  content: "ﭐ";
}

.fi-ss-road:before {
  content: "ﭑ";
}

.fi-ss-robot:before {
  content: "ﭒ";
}

.fi-ss-robotic-arm:before {
  content: "ﭓ";
}

.fi-ss-rocket-lunch:before {
  content: "ﭔ";
}

.fi-ss-rocket:before {
  content: "ﭕ";
}

.fi-ss-roller-coaster:before {
  content: "ﭖ";
}

.fi-ss-room-service:before {
  content: "ﭗ";
}

.fi-ss-rotate-exclamation:before {
  content: "ﭘ";
}

.fi-ss-rotate-left:before {
  content: "ﭙ";
}

.fi-ss-rotate-reverse:before {
  content: "ﭚ";
}

.fi-ss-rotate-right:before {
  content: "ﭛ";
}

.fi-ss-rotate-square:before {
  content: "ﭜ";
}

.fi-ss-roulette:before {
  content: "ﭝ";
}

.fi-ss-route-highway:before {
  content: "ﭞ";
}

.fi-ss-route-interstate:before {
  content: "ﭟ";
}

.fi-ss-route:before {
  content: "ﭠ";
}

.fi-ss-router:before {
  content: "ﭡ";
}

.fi-ss-rss-alt:before {
  content: "ﭢ";
}

.fi-ss-rss:before {
  content: "ﭣ";
}

.fi-ss-ruble-sign:before {
  content: "ﭤ";
}

.fi-ss-rugby-helmet:before {
  content: "ﭥ";
}

.fi-ss-rugby:before {
  content: "ﭦ";
}

.fi-ss-ruler-combined:before {
  content: "ﭧ";
}

.fi-ss-ruler-horizontal:before {
  content: "ﭨ";
}

.fi-ss-ruler-triangle:before {
  content: "ﭩ";
}

.fi-ss-ruler-vertical:before {
  content: "ﭪ";
}

.fi-ss-rules-alt:before {
  content: "ﭫ";
}

.fi-ss-rules:before {
  content: "ﭬ";
}

.fi-ss-running-track:before {
  content: "ﭭ";
}

.fi-ss-running:before {
  content: "ﭮ";
}

.fi-ss-rupee-sign:before {
  content: "ﭯ";
}

.fi-ss-rupiah-sign:before {
  content: "ﭰ";
}

.fi-ss-rv:before {
  content: "ﭱ";
}

.fi-ss-s:before {
  content: "ﭲ";
}

.fi-ss-sack-dollar:before {
  content: "ﭳ";
}

.fi-ss-sack:before {
  content: "ﭴ";
}

.fi-ss-sad-cry:before {
  content: "ﭵ";
}

.fi-ss-sad-tear:before {
  content: "ﭶ";
}

.fi-ss-sad:before {
  content: "ﭷ";
}

.fi-ss-safe-box:before {
  content: "ﭸ";
}

.fi-ss-sailboat:before {
  content: "ﭹ";
}

.fi-ss-salad:before {
  content: "ﭺ";
}

.fi-ss-salary-alt:before {
  content: "ﭻ";
}

.fi-ss-salt-pepper:before {
  content: "ﭼ";
}

.fi-ss-salt-shaker:before {
  content: "ﭽ";
}

.fi-ss-sandwich-alt:before {
  content: "ﭾ";
}

.fi-ss-sandwich:before {
  content: "ﭿ";
}

.fi-ss-satellite-dish:before {
  content: "ﮀ";
}

.fi-ss-satellite:before {
  content: "ﮁ";
}

.fi-ss-saturday:before {
  content: "ﮂ";
}

.fi-ss-sauce:before {
  content: "ﮃ";
}

.fi-ss-sausage:before {
  content: "ﮄ";
}

.fi-ss-sax-hot:before {
  content: "ﮅ";
}

.fi-ss-saxophone:before {
  content: "ﮆ";
}

.fi-ss-scale-comparison-alt:before {
  content: "ﮇ";
}

.fi-ss-scale-comparison:before {
  content: "ﮈ";
}

.fi-ss-scale:before {
  content: "ﮉ";
}

.fi-ss-scalpel-path:before {
  content: "ﮊ";
}

.fi-ss-scalpel:before {
  content: "ﮋ";
}

.fi-ss-scanner-gun:before {
  content: "ﮌ";
}

.fi-ss-scanner-image:before {
  content: "ﮍ";
}

.fi-ss-scanner-keyboard:before {
  content: "ﮎ";
}

.fi-ss-scanner-touchscreen:before {
  content: "ﮏ";
}

.fi-ss-scarecrow:before {
  content: "ﮐ";
}

.fi-ss-scarf:before {
  content: "ﮑ";
}

.fi-ss-school-bus:before {
  content: "ﮒ";
}

.fi-ss-school:before {
  content: "ﮓ";
}

.fi-ss-scissors:before {
  content: "ﮔ";
}

.fi-ss-scooter:before {
  content: "ﮕ";
}

.fi-ss-screen:before {
  content: "ﮖ";
}

.fi-ss-screencast:before {
  content: "ﮗ";
}

.fi-ss-screw-alt:before {
  content: "ﮘ";
}

.fi-ss-screw:before {
  content: "ﮙ";
}

.fi-ss-screwdriver:before {
  content: "ﮚ";
}

.fi-ss-scribble:before {
  content: "ﮛ";
}

.fi-ss-script:before {
  content: "ﮜ";
}

.fi-ss-scroll-document-story:before {
  content: "ﮝ";
}

.fi-ss-scroll-old:before {
  content: "ﮞ";
}

.fi-ss-scroll-torah:before {
  content: "ﮟ";
}

.fi-ss-scroll:before {
  content: "ﮠ";
}

.fi-ss-scrubber:before {
  content: "ﮡ";
}

.fi-ss-scythe:before {
  content: "ﮢ";
}

.fi-ss-sd-card:before {
  content: "ﮣ";
}

.fi-ss-sd-cards:before {
  content: "ﮤ";
}

.fi-ss-seal-exclamation:before {
  content: "ﮥ";
}

.fi-ss-seal-question:before {
  content: "ﮦ";
}

.fi-ss-seal:before {
  content: "ﮧ";
}

.fi-ss-search-alt:before {
  content: "ﮨ";
}

.fi-ss-search-dollar:before {
  content: "ﮩ";
}

.fi-ss-search-heart:before {
  content: "ﮪ";
}

.fi-ss-search-location:before {
  content: "ﮫ";
}

.fi-ss-search:before {
  content: "ﮬ";
}

.fi-ss-seat-airline:before {
  content: "ﮭ";
}

.fi-ss-second-award:before {
  content: "ﮮ";
}

.fi-ss-second-laurel:before {
  content: "ﮯ";
}

.fi-ss-second-medal:before {
  content: "ﮰ";
}

.fi-ss-second:before {
  content: "ﮱ";
}

.fi-ss-seedling:before {
  content: "﮲";
}

.fi-ss-select:before {
  content: "﮳";
}

.fi-ss-selection:before {
  content: "﮴";
}

.fi-ss-sell:before {
  content: "﮵";
}

.fi-ss-seller-store:before {
  content: "﮶";
}

.fi-ss-seller:before {
  content: "﮷";
}

.fi-ss-selling:before {
  content: "﮸";
}

.fi-ss-send-back:before {
  content: "﮹";
}

.fi-ss-send-backward:before {
  content: "﮺";
}

.fi-ss-send-money-smartphone:before {
  content: "﮻";
}

.fi-ss-send-money:before {
  content: "﮼";
}

.fi-ss-sensor-alert:before {
  content: "﮽";
}

.fi-ss-sensor-fire:before {
  content: "﮾";
}

.fi-ss-sensor-on:before {
  content: "﮿";
}

.fi-ss-sensor-smoke:before {
  content: "﯀";
}

.fi-ss-sensor:before {
  content: "﯁";
}

.fi-ss-settings-sliders:before {
  content: "﯂";
}

.fi-ss-settings:before {
  content: "﯃";
}

.fi-ss-share-alt-square:before {
  content: "﯄";
}

.fi-ss-share-square:before {
  content: "﯅";
}

.fi-ss-share:before {
  content: "﯆";
}

.fi-ss-sheep:before {
  content: "﯇";
}

.fi-ss-shekel-sign:before {
  content: "﯈";
}

.fi-ss-shelves:before {
  content: "﯉";
}

.fi-ss-shield-alt:before {
  content: "﯊";
}

.fi-ss-shield-cat:before {
  content: "﯋";
}

.fi-ss-shield-check:before {
  content: "﯌";
}

.fi-ss-shield-cross:before {
  content: "﯍";
}

.fi-ss-shield-dog:before {
  content: "﯎";
}

.fi-ss-shield-exclamation:before {
  content: "﯏";
}

.fi-ss-shield-interrogation:before {
  content: "﯐";
}

.fi-ss-shield-keyhole:before {
  content: "﯑";
}

.fi-ss-shield-minus:before {
  content: "﯒";
}

.fi-ss-shield-plus:before {
  content: "ﯓ";
}

.fi-ss-shield-security-risk:before {
  content: "ﯔ";
}

.fi-ss-shield-slash:before {
  content: "ﯕ";
}

.fi-ss-shield-trust:before {
  content: "ﯖ";
}

.fi-ss-shield-virus:before {
  content: "ﯗ";
}

.fi-ss-shield-xmark:before {
  content: "ﯘ";
}

.fi-ss-shield:before {
  content: "ﯙ";
}

.fi-ss-ship-side:before {
  content: "ﯚ";
}

.fi-ss-ship:before {
  content: "ﯛ";
}

.fi-ss-shipping-fast:before {
  content: "ﯜ";
}

.fi-ss-shipping-timed:before {
  content: "ﯝ";
}

.fi-ss-shirt-long-sleeve:before {
  content: "ﯞ";
}

.fi-ss-shirt-running:before {
  content: "ﯟ";
}

.fi-ss-shirt-tank-top:before {
  content: "ﯠ";
}

.fi-ss-shirt:before {
  content: "ﯡ";
}

.fi-ss-shish-kebab:before {
  content: "ﯢ";
}

.fi-ss-shoe-prints:before {
  content: "ﯣ";
}

.fi-ss-shop-lock:before {
  content: "ﯤ";
}

.fi-ss-shop-slash:before {
  content: "ﯥ";
}

.fi-ss-shop:before {
  content: "ﯦ";
}

.fi-ss-shopping-bag-add:before {
  content: "ﯧ";
}

.fi-ss-shopping-bag:before {
  content: "ﯨ";
}

.fi-ss-shopping-basket:before {
  content: "ﯩ";
}

.fi-ss-shopping-cart-add:before {
  content: "ﯪ";
}

.fi-ss-shopping-cart-buyer:before {
  content: "ﯫ";
}

.fi-ss-shopping-cart-check:before {
  content: "ﯬ";
}

.fi-ss-shopping-cart:before {
  content: "ﯭ";
}

.fi-ss-shovel-snow:before {
  content: "ﯮ";
}

.fi-ss-shovel:before {
  content: "ﯯ";
}

.fi-ss-shower-down:before {
  content: "ﯰ";
}

.fi-ss-shower:before {
  content: "ﯱ";
}

.fi-ss-shredder:before {
  content: "ﯲ";
}

.fi-ss-shrimp:before {
  content: "ﯳ";
}

.fi-ss-shuffle:before {
  content: "ﯴ";
}

.fi-ss-shuttle-van:before {
  content: "ﯵ";
}

.fi-ss-shuttlecock:before {
  content: "ﯶ";
}

.fi-ss-Sickle:before {
  content: "ﯷ";
}

.fi-ss-sidebar-flip:before {
  content: "ﯸ";
}

.fi-ss-sidebar:before {
  content: "ﯹ";
}

.fi-ss-sigma:before {
  content: "ﯺ";
}

.fi-ss-sign-hanging:before {
  content: "ﯻ";
}

.fi-ss-sign-in-alt:before {
  content: "ﯼ";
}

.fi-ss-sign-out-alt:before {
  content: "ﯽ";
}

.fi-ss-sign-up:before {
  content: "ﯾ";
}

.fi-ss-signal-alt-1:before {
  content: "ﯿ";
}

.fi-ss-signal-alt-2:before {
  content: "ﰀ";
}

.fi-ss-signal-alt-slash:before {
  content: "ﰁ";
}

.fi-ss-signal-alt:before {
  content: "ﰂ";
}

.fi-ss-signal-bars-fair:before {
  content: "ﰃ";
}

.fi-ss-signal-bars-good:before {
  content: "ﰄ";
}

.fi-ss-signal-bars-weak:before {
  content: "ﰅ";
}

.fi-ss-signal-stream-slash:before {
  content: "ﰆ";
}

.fi-ss-signal-stream:before {
  content: "ﰇ";
}

.fi-ss-signature-lock:before {
  content: "ﰈ";
}

.fi-ss-signature-slash:before {
  content: "ﰉ";
}

.fi-ss-signature:before {
  content: "ﰊ";
}

.fi-ss-sim-card:before {
  content: "ﰋ";
}

.fi-ss-sim-cards:before {
  content: "ﰌ";
}

.fi-ss-sink:before {
  content: "ﰍ";
}

.fi-ss-siren-on:before {
  content: "ﰎ";
}

.fi-ss-Siren:before {
  content: "ﰏ";
}

.fi-ss-site-alt:before {
  content: "ﰐ";
}

.fi-ss-site-browser:before {
  content: "ﰑ";
}

.fi-ss-site:before {
  content: "ﰒ";
}

.fi-ss-sitemap:before {
  content: "ﰓ";
}

.fi-ss-skateboard:before {
  content: "ﰔ";
}

.fi-ss-skating:before {
  content: "ﰕ";
}

.fi-ss-skeleton-ribs:before {
  content: "ﰖ";
}

.fi-ss-skeleton:before {
  content: "ﰗ";
}

.fi-ss-skewer:before {
  content: "ﰘ";
}

.fi-ss-ski-boot-ski:before {
  content: "ﰙ";
}

.fi-ss-ski-jump:before {
  content: "ﰚ";
}

.fi-ss-ski-lift:before {
  content: "ﰛ";
}

.fi-ss-skiing-nordic:before {
  content: "ﰜ";
}

.fi-ss-skiing:before {
  content: "ﰝ";
}

.fi-ss-skill-alt:before {
  content: "ﰞ";
}

.fi-ss-skill-user:before {
  content: "ﰟ";
}

.fi-ss-skill:before {
  content: "ﰠ";
}

.fi-ss-skin-arrow:before {
  content: "ﰡ";
}

.fi-ss-skin-drop:before {
  content: "ﰢ";
}

.fi-ss-skin-hair:before {
  content: "ﰣ";
}

.fi-ss-skin:before {
  content: "ﰤ";
}

.fi-ss-skip-15-seconds:before {
  content: "ﰥ";
}

.fi-ss-skull-cow:before {
  content: "ﰦ";
}

.fi-ss-skull-crossbones:before {
  content: "ﰧ";
}

.fi-ss-skull:before {
  content: "ﰨ";
}

.fi-ss-slash:before {
  content: "ﰩ";
}

.fi-ss-sledding:before {
  content: "ﰪ";
}

.fi-ss-sleeping-bag:before {
  content: "ﰫ";
}

.fi-ss-sleigh:before {
  content: "ﰬ";
}

.fi-ss-sliders-h-square:before {
  content: "ﰭ";
}

.fi-ss-sliders-v-square:before {
  content: "ﰮ";
}

.fi-ss-sliders-v:before {
  content: "ﰯ";
}

.fi-ss-slot-machine:before {
  content: "ﰰ";
}

.fi-ss-smart-home-alt:before {
  content: "ﰱ";
}

.fi-ss-smart-home:before {
  content: "ﰲ";
}

.fi-ss-smartphone:before {
  content: "ﰳ";
}

.fi-ss-smile-beam:before {
  content: "ﰴ";
}

.fi-ss-smile-plus:before {
  content: "ﰵ";
}

.fi-ss-smile-wink:before {
  content: "ﰶ";
}

.fi-ss-smile:before {
  content: "ﰷ";
}

.fi-ss-smiley-comment-alt:before {
  content: "ﰸ";
}

.fi-ss-smog:before {
  content: "ﰹ";
}

.fi-ss-smoke:before {
  content: "ﰺ";
}

.fi-ss-smoking-ban:before {
  content: "ﰻ";
}

.fi-ss-smoking:before {
  content: "ﰼ";
}

.fi-ss-snake:before {
  content: "ﰽ";
}

.fi-ss-snap:before {
  content: "ﰾ";
}

.fi-ss-snooze:before {
  content: "ﰿ";
}

.fi-ss-snow-blowing:before {
  content: "ﱀ";
}

.fi-ss-snowboarding:before {
  content: "ﱁ";
}

.fi-ss-snowflake-droplets:before {
  content: "ﱂ";
}

.fi-ss-snowflake:before {
  content: "ﱃ";
}

.fi-ss-snowflakes:before {
  content: "ﱄ";
}

.fi-ss-snowman-alt:before {
  content: "ﱅ";
}

.fi-ss-snowman-head:before {
  content: "ﱆ";
}

.fi-ss-snowmobile:before {
  content: "ﱇ";
}

.fi-ss-snowplow:before {
  content: "ﱈ";
}

.fi-ss-soap-alt:before {
  content: "ﱉ";
}

.fi-ss-soap:before {
  content: "ﱊ";
}

.fi-ss-social-network:before {
  content: "ﱋ";
}

.fi-ss-socks:before {
  content: "ﱌ";
}

.fi-ss-sofa-size:before {
  content: "ﱍ";
}

.fi-ss-sofa:before {
  content: "ﱎ";
}

.fi-ss-solar-panel-sun:before {
  content: "ﱏ";
}

.fi-ss-solar-panel:before {
  content: "ﱐ";
}

.fi-ss-solar-system:before {
  content: "ﱑ";
}

.fi-ss-sold-house:before {
  content: "ﱒ";
}

.fi-ss-sold-signal:before {
  content: "ﱓ";
}

.fi-ss-sort-alpha-down-alt:before {
  content: "ﱔ";
}

.fi-ss-sort-alpha-down:before {
  content: "ﱕ";
}

.fi-ss-sort-alpha-up-alt:before {
  content: "ﱖ";
}

.fi-ss-sort-alpha-up:before {
  content: "ﱗ";
}

.fi-ss-sort-alt:before {
  content: "ﱘ";
}

.fi-ss-sort-amount-down-alt:before {
  content: "ﱙ";
}

.fi-ss-sort-amount-down:before {
  content: "ﱚ";
}

.fi-ss-sort-amount-up-alt:before {
  content: "ﱛ";
}

.fi-ss-sort-amount-up:before {
  content: "ﱜ";
}

.fi-ss-sort-circle-down:before {
  content: "ﱝ";
}

.fi-ss-sort-circle-up:before {
  content: "ﱞ";
}

.fi-ss-sort-circle:before {
  content: "ﱟ";
}

.fi-ss-sort-down:before {
  content: "ﱠ";
}

.fi-ss-sort-numeric-down-alt:before {
  content: "ﱡ";
}

.fi-ss-sort-numeric-down:before {
  content: "ﱢ";
}

.fi-ss-sort-shapes-down:before {
  content: "ﱣ";
}

.fi-ss-sort-shapes-up:before {
  content: "ﱤ";
}

.fi-ss-sort-size-down:before {
  content: "ﱥ";
}

.fi-ss-sort-size-up:before {
  content: "ﱦ";
}

.fi-ss-sort:before {
  content: "ﱧ";
}

.fi-ss-soup:before {
  content: "ﱨ";
}

.fi-ss-source-data:before {
  content: "ﱩ";
}

.fi-ss-source-document-alt:before {
  content: "ﱪ";
}

.fi-ss-source-document:before {
  content: "ﱫ";
}

.fi-ss-spa:before {
  content: "ﱬ";
}

.fi-ss-space-shuttle:before {
  content: "ﱭ";
}

.fi-ss-space-station-moon-alt:before {
  content: "ﱮ";
}

.fi-ss-space-station-moon:before {
  content: "ﱯ";
}

.fi-ss-spade:before {
  content: "ﱰ";
}

.fi-ss-spaghetti-monster-flying:before {
  content: "ﱱ";
}

.fi-ss-spain-map:before {
  content: "ﱲ";
}

.fi-ss-sparkles:before {
  content: "ﱳ";
}

.fi-ss-spartan-helmet:before {
  content: "ﱴ";
}

.fi-ss-speaker:before {
  content: "ﱵ";
}

.fi-ss-speakers:before {
  content: "ﱶ";
}

.fi-ss-speech-bubble-story:before {
  content: "ﱷ";
}

.fi-ss-speedometer-arrow:before {
  content: "ﱸ";
}

.fi-ss-speedometer-kpi:before {
  content: "ﱹ";
}

.fi-ss-sphere:before {
  content: "ﱺ";
}

.fi-ss-spider-black-widow:before {
  content: "ﱻ";
}

.fi-ss-spider-web:before {
  content: "ﱼ";
}

.fi-ss-spider:before {
  content: "ﱽ";
}

.fi-ss-spinner:before {
  content: "ﱾ";
}

.fi-ss-split-up-relation:before {
  content: "ﱿ";
}

.fi-ss-split:before {
  content: "ﲀ";
}

.fi-ss-splotch:before {
  content: "ﲁ";
}

.fi-ss-spoon:before {
  content: "ﲂ";
}

.fi-ss-spray-can-sparkles:before {
  content: "ﲃ";
}

.fi-ss-spray-can:before {
  content: "ﲄ";
}

.fi-ss-spring-calendar:before {
  content: "ﲅ";
}

.fi-ss-sprinkler:before {
  content: "ﲆ";
}

.fi-ss-spy:before {
  content: "ﲇ";
}

.fi-ss-square-0:before {
  content: "ﲈ";
}

.fi-ss-square-1:before {
  content: "ﲉ";
}

.fi-ss-square-2:before {
  content: "ﲊ";
}

.fi-ss-square-3:before {
  content: "ﲋ";
}

.fi-ss-square-4:before {
  content: "ﲌ";
}

.fi-ss-square-5:before {
  content: "ﲍ";
}

.fi-ss-square-6:before {
  content: "ﲎ";
}

.fi-ss-square-7:before {
  content: "ﲏ";
}

.fi-ss-square-8:before {
  content: "ﲐ";
}

.fi-ss-square-9:before {
  content: "ﲑ";
}

.fi-ss-square-a:before {
  content: "ﲒ";
}

.fi-ss-square-b:before {
  content: "ﲓ";
}

.fi-ss-square-bolt:before {
  content: "ﲔ";
}

.fi-ss-square-c:before {
  content: "ﲕ";
}

.fi-ss-square-code:before {
  content: "ﲖ";
}

.fi-ss-square-d:before {
  content: "ﲗ";
}

.fi-ss-square-dashed-circle-plus:before {
  content: "ﲘ";
}

.fi-ss-square-dashed:before {
  content: "ﲙ";
}

.fi-ss-square-divide:before {
  content: "ﲚ";
}

.fi-ss-square-e:before {
  content: "ﲛ";
}

.fi-ss-square-ellipsis-vertical:before {
  content: "ﲜ";
}

.fi-ss-square-ellipsis:before {
  content: "ﲝ";
}

.fi-ss-square-exclamation:before {
  content: "ﲞ";
}

.fi-ss-square-f:before {
  content: "ﲟ";
}

.fi-ss-square-g:before {
  content: "ﲠ";
}

.fi-ss-square-h:before {
  content: "ﲡ";
}

.fi-ss-square-heart:before {
  content: "ﲢ";
}

.fi-ss-square-i:before {
  content: "ﲣ";
}

.fi-ss-square-info:before {
  content: "ﲤ";
}

.fi-ss-square-j:before {
  content: "ﲥ";
}

.fi-ss-square-k:before {
  content: "ﲦ";
}

.fi-ss-square-kanban:before {
  content: "ﲧ";
}

.fi-ss-square-l:before {
  content: "ﲨ";
}

.fi-ss-square-m:before {
  content: "ﲩ";
}

.fi-ss-square-minus:before {
  content: "ﲪ";
}

.fi-ss-square-n:before {
  content: "ﲫ";
}

.fi-ss-square-o:before {
  content: "ﲬ";
}

.fi-ss-square-p:before {
  content: "ﲭ";
}

.fi-ss-square-phone-hangup:before {
  content: "ﲮ";
}

.fi-ss-square-plus:before {
  content: "ﲯ";
}

.fi-ss-square-poll-horizontal:before {
  content: "ﲰ";
}

.fi-ss-square-poll-vertical:before {
  content: "ﲱ";
}

.fi-ss-square-q:before {
  content: "ﲲ";
}

.fi-ss-square-quote:before {
  content: "ﲳ";
}

.fi-ss-square-r:before {
  content: "ﲴ";
}

.fi-ss-square-root:before {
  content: "ﲵ";
}

.fi-ss-square-s:before {
  content: "ﲶ";
}

.fi-ss-square-small:before {
  content: "ﲷ";
}

.fi-ss-square-star:before {
  content: "ﲸ";
}

.fi-ss-square-t:before {
  content: "ﲹ";
}

.fi-ss-square-terminal:before {
  content: "ﲺ";
}

.fi-ss-square-u:before {
  content: "ﲻ";
}

.fi-ss-square-up-right:before {
  content: "ﲼ";
}

.fi-ss-square-v:before {
  content: "ﲽ";
}

.fi-ss-square-w:before {
  content: "ﲾ";
}

.fi-ss-square-x:before {
  content: "ﲿ";
}

.fi-ss-square-y:before {
  content: "ﳀ";
}

.fi-ss-square-z:before {
  content: "ﳁ";
}

.fi-ss-square:before {
  content: "ﳂ";
}

.fi-ss-squid:before {
  content: "ﳃ";
}

.fi-ss-squircle:before {
  content: "ﳄ";
}

.fi-ss-squirrel:before {
  content: "ﳅ";
}

.fi-ss-staff:before {
  content: "ﳆ";
}

.fi-ss-stage-concert:before {
  content: "ﳇ";
}

.fi-ss-stage-theatre:before {
  content: "ﳈ";
}

.fi-ss-stage:before {
  content: "ﳉ";
}

.fi-ss-stairs:before {
  content: "ﳊ";
}

.fi-ss-stamp:before {
  content: "ﳋ";
}

.fi-ss-standard-definition:before {
  content: "ﳌ";
}

.fi-ss-star-and-crescent:before {
  content: "ﳍ";
}

.fi-ss-star-christmas:before {
  content: "ﳎ";
}

.fi-ss-star-comment-alt:before {
  content: "ﳏ";
}

.fi-ss-star-exclamation:before {
  content: "ﳐ";
}

.fi-ss-star-octogram:before {
  content: "ﳑ";
}

.fi-ss-star-of-david:before {
  content: "ﳒ";
}

.fi-ss-star-rating-call:before {
  content: "ﳓ";
}

.fi-ss-star-sharp-half-stroke:before {
  content: "ﳔ";
}

.fi-ss-star-sharp-half:before {
  content: "ﳕ";
}

.fi-ss-star-shooting:before {
  content: "ﳖ";
}

.fi-ss-star:before {
  content: "ﳗ";
}

.fi-ss-starfighter:before {
  content: "ﳘ";
}

.fi-ss-stars:before {
  content: "ﳙ";
}

.fi-ss-state-country:before {
  content: "ﳚ";
}

.fi-ss-stationary-bike:before {
  content: "ﳛ";
}

.fi-ss-stats:before {
  content: "ﳜ";
}

.fi-ss-steak:before {
  content: "ﳝ";
}

.fi-ss-steering-wheel:before {
  content: "ﳞ";
}

.fi-ss-step-backward:before {
  content: "ﳟ";
}

.fi-ss-step-forward:before {
  content: "ﳠ";
}

.fi-ss-sterling-sign:before {
  content: "ﳡ";
}

.fi-ss-stethoscope:before {
  content: "ﳢ";
}

.fi-ss-sticker:before {
  content: "ﳣ";
}

.fi-ss-stocking:before {
  content: "ﳤ";
}

.fi-ss-stomach:before {
  content: "ﳥ";
}

.fi-ss-stop-circle:before {
  content: "ﳦ";
}

.fi-ss-stop-square:before {
  content: "ﳧ";
}

.fi-ss-stop:before {
  content: "ﳨ";
}

.fi-ss-stopwatch:before {
  content: "ﳩ";
}

.fi-ss-store-alt:before {
  content: "ﳪ";
}

.fi-ss-store-buyer:before {
  content: "ﳫ";
}

.fi-ss-store-lock:before {
  content: "ﳬ";
}

.fi-ss-store-slash:before {
  content: "ﳭ";
}

.fi-ss-story-book:before {
  content: "ﳮ";
}

.fi-ss-story-fairy-tale:before {
  content: "ﳯ";
}

.fi-ss-story-fantasy:before {
  content: "ﳰ";
}

.fi-ss-strategy-chess-risk:before {
  content: "ﳱ";
}

.fi-ss-strawberry:before {
  content: "ﳲ";
}

.fi-ss-street-view:before {
  content: "ﳳ";
}

.fi-ss-stretcher:before {
  content: "ﳴ";
}

.fi-ss-strikethrough:before {
  content: "ﳵ";
}

.fi-ss-stroopwafel:before {
  content: "ﳶ";
}

.fi-ss-student-alt:before {
  content: "ﳷ";
}

.fi-ss-student:before {
  content: "ﳸ";
}

.fi-ss-subscript:before {
  content: "ﳹ";
}

.fi-ss-subscription-alt:before {
  content: "ﳺ";
}

.fi-ss-subscription:before {
  content: "ﳻ";
}

.fi-ss-subtitles-slash:before {
  content: "ﳼ";
}

.fi-ss-subtitles:before {
  content: "ﳽ";
}

.fi-ss-subway:before {
  content: "ﳾ";
}

.fi-ss-suitcase-alt:before {
  content: "ﳿ";
}

.fi-ss-summary-check:before {
  content: "ﴀ";
}

.fi-ss-summer:before {
  content: "ﴁ";
}

.fi-ss-sun-dust:before {
  content: "ﴂ";
}

.fi-ss-sun-plant-wilt:before {
  content: "ﴃ";
}

.fi-ss-sun-salutation-yoga:before {
  content: "ﴄ";
}

.fi-ss-sun:before {
  content: "ﴅ";
}

.fi-ss-sunday:before {
  content: "ﴆ";
}

.fi-ss-sunglasses-alt:before {
  content: "ﴇ";
}

.fi-ss-sunglasses:before {
  content: "ﴈ";
}

.fi-ss-sunrise-alt:before {
  content: "ﴉ";
}

.fi-ss-sunrise:before {
  content: "ﴊ";
}

.fi-ss-sunset:before {
  content: "ﴋ";
}

.fi-ss-superscript:before {
  content: "ﴌ";
}

.fi-ss-supplier-alt:before {
  content: "ﴍ";
}

.fi-ss-supplier:before {
  content: "ﴎ";
}

.fi-ss-surfing:before {
  content: "ﴏ";
}

.fi-ss-surprise:before {
  content: "ﴐ";
}

.fi-ss-surveillance-camera:before {
  content: "ﴑ";
}

.fi-ss-survey-xmark:before {
  content: "ﴒ";
}

.fi-ss-sushi-alt:before {
  content: "ﴓ";
}

.fi-ss-sushi-roll:before {
  content: "ﴔ";
}

.fi-ss-sushi:before {
  content: "ﴕ";
}

.fi-ss-svg:before {
  content: "ﴖ";
}

.fi-ss-swap:before {
  content: "ﴗ";
}

.fi-ss-swatchbook:before {
  content: "ﴘ";
}

.fi-ss-swimmer:before {
  content: "ﴙ";
}

.fi-ss-swimming-pool:before {
  content: "ﴚ";
}

.fi-ss-swing:before {
  content: "ﴛ";
}

.fi-ss-swipe-down:before {
  content: "ﴜ";
}

.fi-ss-swipe-left:before {
  content: "ﴝ";
}

.fi-ss-swipe-right:before {
  content: "ﴞ";
}

.fi-ss-swipe-up:before {
  content: "ﴟ";
}

.fi-ss-sword:before {
  content: "ﴠ";
}

.fi-ss-symbol:before {
  content: "ﴡ";
}

.fi-ss-symbols:before {
  content: "ﴢ";
}

.fi-ss-synagogue:before {
  content: "ﴣ";
}

.fi-ss-syringe:before {
  content: "ﴤ";
}

.fi-ss-system-cloud:before {
  content: "ﴥ";
}

.fi-ss-t:before {
  content: "ﴦ";
}

.fi-ss-tab-folder:before {
  content: "ﴧ";
}

.fi-ss-table-columns:before {
  content: "ﴨ";
}

.fi-ss-table-layout:before {
  content: "ﴩ";
}

.fi-ss-table-list:before {
  content: "ﴪ";
}

.fi-ss-table-picnic:before {
  content: "ﴫ";
}

.fi-ss-table-pivot:before {
  content: "ﴬ";
}

.fi-ss-table-rows:before {
  content: "ﴭ";
}

.fi-ss-table-tree:before {
  content: "ﴮ";
}

.fi-ss-table:before {
  content: "ﴯ";
}

.fi-ss-tablet-android-alt:before {
  content: "ﴰ";
}

.fi-ss-tablet-android:before {
  content: "ﴱ";
}

.fi-ss-tablet-rugged:before {
  content: "ﴲ";
}

.fi-ss-tablet:before {
  content: "ﴳ";
}

.fi-ss-tachometer-alt-average:before {
  content: "ﴴ";
}

.fi-ss-tachometer-alt-fastest:before {
  content: "ﴵ";
}

.fi-ss-tachometer-alt-slow:before {
  content: "ﴶ";
}

.fi-ss-tachometer-alt-slowest:before {
  content: "ﴷ";
}

.fi-ss-tachometer-average:before {
  content: "ﴸ";
}

.fi-ss-tachometer-fast:before {
  content: "ﴹ";
}

.fi-ss-tachometer-fastest:before {
  content: "ﴺ";
}

.fi-ss-tachometer-slow:before {
  content: "ﴻ";
}

.fi-ss-tachometer-slowest:before {
  content: "ﴼ";
}

.fi-ss-tachometer:before {
  content: "ﴽ";
}

.fi-ss-taco:before {
  content: "﴾";
}

.fi-ss-tags:before {
  content: "﴿";
}

.fi-ss-talent-alt:before {
  content: "﵀";
}

.fi-ss-talent-hand:before {
  content: "﵁";
}

.fi-ss-talent:before {
  content: "﵂";
}

.fi-ss-tally-1:before {
  content: "﵃";
}

.fi-ss-tally-2:before {
  content: "﵄";
}

.fi-ss-tally-3:before {
  content: "﵅";
}

.fi-ss-tally-4:before {
  content: "﵆";
}

.fi-ss-tally:before {
  content: "﵇";
}

.fi-ss-tamale:before {
  content: "﵈";
}

.fi-ss-tank-water:before {
  content: "﵉";
}

.fi-ss-tap:before {
  content: "﵊";
}

.fi-ss-tape:before {
  content: "﵋";
}

.fi-ss-target-audience:before {
  content: "﵌";
}

.fi-ss-target:before {
  content: "﵍";
}

.fi-ss-tax-alt:before {
  content: "﵎";
}

.fi-ss-tax:before {
  content: "﵏";
}

.fi-ss-taxi-bus:before {
  content: "ﵐ";
}

.fi-ss-taxi:before {
  content: "ﵑ";
}

.fi-ss-team-check-alt:before {
  content: "ﵒ";
}

.fi-ss-team-check:before {
  content: "ﵓ";
}

.fi-ss-teddy-bear:before {
  content: "ﵔ";
}

.fi-ss-teeth-open:before {
  content: "ﵕ";
}

.fi-ss-telescope:before {
  content: "ﵖ";
}

.fi-ss-temperature-down:before {
  content: "ﵗ";
}

.fi-ss-temperature-frigid:before {
  content: "ﵘ";
}

.fi-ss-temperature-high:before {
  content: "ﵙ";
}

.fi-ss-temperature-list:before {
  content: "ﵚ";
}

.fi-ss-temperature-low:before {
  content: "ﵛ";
}

.fi-ss-temperature-up:before {
  content: "ﵜ";
}

.fi-ss-template-alt:before {
  content: "ﵝ";
}

.fi-ss-template:before {
  content: "ﵞ";
}

.fi-ss-tenge:before {
  content: "ﵟ";
}

.fi-ss-tennis:before {
  content: "ﵠ";
}

.fi-ss-tent-arrow-down-to-line:before {
  content: "ﵡ";
}

.fi-ss-tent-arrow-left-right:before {
  content: "ﵢ";
}

.fi-ss-tent-arrow-turn-left:before {
  content: "ﵣ";
}

.fi-ss-tent-arrows-down:before {
  content: "ﵤ";
}

.fi-ss-tents:before {
  content: "ﵥ";
}

.fi-ss-terminal:before {
  content: "ﵦ";
}

.fi-ss-terrace:before {
  content: "ﵧ";
}

.fi-ss-test-tube:before {
  content: "ﵨ";
}

.fi-ss-test:before {
  content: "ﵩ";
}

.fi-ss-text-box-dots:before {
  content: "ﵪ";
}

.fi-ss-text-box-edit:before {
  content: "ﵫ";
}

.fi-ss-text-box:before {
  content: "ﵬ";
}

.fi-ss-text-check:before {
  content: "ﵭ";
}

.fi-ss-text-height:before {
  content: "ﵮ";
}

.fi-ss-text-shadow:before {
  content: "ﵯ";
}

.fi-ss-text-size:before {
  content: "ﵰ";
}

.fi-ss-text-slash:before {
  content: "ﵱ";
}

.fi-ss-text-width:before {
  content: "ﵲ";
}

.fi-ss-text:before {
  content: "ﵳ";
}

.fi-ss-theater-masks:before {
  content: "ﵴ";
}

.fi-ss-thermometer-alt:before {
  content: "ﵵ";
}

.fi-ss-thermometer-empty:before {
  content: "ﵶ";
}

.fi-ss-thermometer-full:before {
  content: "ﵷ";
}

.fi-ss-thermometer-half:before {
  content: "ﵸ";
}

.fi-ss-thermometer-quarter:before {
  content: "ﵹ";
}

.fi-ss-thermometer-three-quarters:before {
  content: "ﵺ";
}

.fi-ss-theta:before {
  content: "ﵻ";
}

.fi-ss-third-award:before {
  content: "ﵼ";
}

.fi-ss-third-laurel:before {
  content: "ﵽ";
}

.fi-ss-third-medal:before {
  content: "ﵾ";
}

.fi-ss-third:before {
  content: "ﵿ";
}

.fi-ss-thought-bubble:before {
  content: "ﶀ";
}

.fi-ss-three-leaf-clover:before {
  content: "ﶁ";
}

.fi-ss-thumbs-up-trust:before {
  content: "ﶂ";
}

.fi-ss-thumbtack:before {
  content: "ﶃ";
}

.fi-ss-thunderstorm-moon:before {
  content: "ﶄ";
}

.fi-ss-thunderstorm-risk:before {
  content: "ﶅ";
}

.fi-ss-thunderstorm-sun:before {
  content: "ﶆ";
}

.fi-ss-thunderstorm:before {
  content: "ﶇ";
}

.fi-ss-thursday:before {
  content: "ﶈ";
}

.fi-ss-ticket-airline:before {
  content: "ﶉ";
}

.fi-ss-ticket-alt:before {
  content: "ﶊ";
}

.fi-ss-ticket:before {
  content: "ﶋ";
}

.fi-ss-tickets-airline:before {
  content: "ﶌ";
}

.fi-ss-tie:before {
  content: "ﶍ";
}

.fi-ss-tilde:before {
  content: "ﶎ";
}

.fi-ss-time-add:before {
  content: "ﶏ";
}

.fi-ss-time-check:before {
  content: "﶐";
}

.fi-ss-time-delete:before {
  content: "﶑";
}

.fi-ss-time-fast:before {
  content: "ﶒ";
}

.fi-ss-time-forward-sixty:before {
  content: "ﶓ";
}

.fi-ss-time-forward-ten:before {
  content: "ﶔ";
}

.fi-ss-time-forward:before {
  content: "ﶕ";
}

.fi-ss-time-half-past:before {
  content: "ﶖ";
}

.fi-ss-time-oclock:before {
  content: "ﶗ";
}

.fi-ss-time-past:before {
  content: "ﶘ";
}

.fi-ss-time-quarter-past:before {
  content: "ﶙ";
}

.fi-ss-time-quarter-to:before {
  content: "ﶚ";
}

.fi-ss-time-twenty-four:before {
  content: "ﶛ";
}

.fi-ss-time-watch-calendar:before {
  content: "ﶜ";
}

.fi-ss-timer-clock-call:before {
  content: "ﶝ";
}

.fi-ss-times-hexagon:before {
  content: "ﶞ";
}

.fi-ss-tint-slash:before {
  content: "ﶟ";
}

.fi-ss-tip-coin:before {
  content: "ﶠ";
}

.fi-ss-tire-flat:before {
  content: "ﶡ";
}

.fi-ss-tire-pressure-warning:before {
  content: "ﶢ";
}

.fi-ss-tire-rugged:before {
  content: "ﶣ";
}

.fi-ss-tire:before {
  content: "ﶤ";
}

.fi-ss-tired:before {
  content: "ﶥ";
}

.fi-ss-to-do-alt:before {
  content: "ﶦ";
}

.fi-ss-to-do:before {
  content: "ﶧ";
}

.fi-ss-together-people:before {
  content: "ﶨ";
}

.fi-ss-toggle-off:before {
  content: "ﶩ";
}

.fi-ss-toggle-on:before {
  content: "ﶪ";
}

.fi-ss-toilet-paper-blank-under:before {
  content: "ﶫ";
}

.fi-ss-toilet-paper-blank:before {
  content: "ﶬ";
}

.fi-ss-toilet-paper-slash:before {
  content: "ﶭ";
}

.fi-ss-toilet-paper-under-slash:before {
  content: "ﶮ";
}

.fi-ss-toilet-paper-under:before {
  content: "ﶯ";
}

.fi-ss-toilet:before {
  content: "ﶰ";
}

.fi-ss-toilets-portable:before {
  content: "ﶱ";
}

.fi-ss-token:before {
  content: "ﶲ";
}

.fi-ss-tomato:before {
  content: "ﶳ";
}

.fi-ss-tombstone-alt:before {
  content: "ﶴ";
}

.fi-ss-tombstone:before {
  content: "ﶵ";
}

.fi-ss-tool-box:before {
  content: "ﶶ";
}

.fi-ss-tool-crop:before {
  content: "ﶷ";
}

.fi-ss-tool-marquee:before {
  content: "ﶸ";
}

.fi-ss-tools:before {
  content: "ﶹ";
}

.fi-ss-tooth:before {
  content: "ﶺ";
}

.fi-ss-toothbrush:before {
  content: "ﶻ";
}

.fi-ss-torch-inspiration-leader:before {
  content: "ﶼ";
}

.fi-ss-torii-gate:before {
  content: "ﶽ";
}

.fi-ss-tornado:before {
  content: "ﶾ";
}

.fi-ss-total:before {
  content: "ﶿ";
}

.fi-ss-tour-guide-people:before {
  content: "ﷀ";
}

.fi-ss-tour-virtual:before {
  content: "ﷁ";
}

.fi-ss-tower-control:before {
  content: "ﷂ";
}

.fi-ss-track:before {
  content: "ﷃ";
}

.fi-ss-tractor:before {
  content: "ﷄ";
}

.fi-ss-trademark:before {
  content: "ﷅ";
}

.fi-ss-traffic-cone:before {
  content: "ﷆ";
}

.fi-ss-traffic-light-go:before {
  content: "ﷇ";
}

.fi-ss-traffic-light-slow:before {
  content: "﷈";
}

.fi-ss-traffic-light-stop:before {
  content: "﷉";
}

.fi-ss-traffic-light:before {
  content: "﷊";
}

.fi-ss-trailer:before {
  content: "﷋";
}

.fi-ss-train-journey:before {
  content: "﷌";
}

.fi-ss-train-side:before {
  content: "﷍";
}

.fi-ss-train-station-building:before {
  content: "﷎";
}

.fi-ss-train-station:before {
  content: "﷏";
}

.fi-ss-train-subway-tunnel:before {
  content: "﷐";
}

.fi-ss-train-tram:before {
  content: "﷑";
}

.fi-ss-train:before {
  content: "﷒";
}

.fi-ss-tram:before {
  content: "﷓";
}

.fi-ss-transform:before {
  content: "﷔";
}

.fi-ss-transformation-block:before {
  content: "﷕";
}

.fi-ss-transformation-circle:before {
  content: "﷖";
}

.fi-ss-transformation-design:before {
  content: "﷗";
}

.fi-ss-transformation-shapes:before {
  content: "﷘";
}

.fi-ss-transformer-bolt:before {
  content: "﷙";
}

.fi-ss-transgender:before {
  content: "﷚";
}

.fi-ss-transporter-1:before {
  content: "﷛";
}

.fi-ss-transporter-2:before {
  content: "﷜";
}

.fi-ss-transporter-3:before {
  content: "﷝";
}

.fi-ss-transporter-4:before {
  content: "﷞";
}

.fi-ss-transporter-5:before {
  content: "﷟";
}

.fi-ss-transporter-6:before {
  content: "﷠";
}

.fi-ss-transporter-7:before {
  content: "﷡";
}

.fi-ss-transporter-empty:before {
  content: "﷢";
}

.fi-ss-transporter:before {
  content: "﷣";
}

.fi-ss-trash-can-check:before {
  content: "﷤";
}

.fi-ss-trash-can-clock:before {
  content: "﷥";
}

.fi-ss-trash-can-list:before {
  content: "﷦";
}

.fi-ss-trash-can-plus:before {
  content: "﷧";
}

.fi-ss-trash-can-slash:before {
  content: "﷨";
}

.fi-ss-trash-check:before {
  content: "﷩";
}

.fi-ss-trash-clock:before {
  content: "﷪";
}

.fi-ss-trash-empty:before {
  content: "﷫";
}

.fi-ss-trash-list:before {
  content: "﷬";
}

.fi-ss-trash-plus:before {
  content: "﷭";
}

.fi-ss-trash-restore-alt:before {
  content: "﷮";
}

.fi-ss-trash-restore:before {
  content: "﷯";
}

.fi-ss-trash-slash:before {
  content: "ﷰ";
}

.fi-ss-trash-undo-alt:before {
  content: "ﷱ";
}

.fi-ss-trash-undo:before {
  content: "ﷲ";
}

.fi-ss-trash-xmark:before {
  content: "ﷳ";
}

.fi-ss-trash:before {
  content: "ﷴ";
}

.fi-ss-treadmill:before {
  content: "ﷵ";
}

.fi-ss-treasure-chest:before {
  content: "ﷶ";
}

.fi-ss-treatment:before {
  content: "ﷷ";
}

.fi-ss-tree-alt:before {
  content: "ﷸ";
}

.fi-ss-tree-christmas:before {
  content: "ﷹ";
}

.fi-ss-tree-deciduous:before {
  content: "ﷺ";
}

.fi-ss-tree:before {
  content: "ﷻ";
}

.fi-ss-trees-alt:before {
  content: "﷼";
}

.fi-ss-trees:before {
  content: "﷽";
}

.fi-ss-triangle-music:before {
  content: "﷾";
}

.fi-ss-triangle-person-digging:before {
  content: "﷿";
}

.fi-ss-triangle-warning:before {
  content: "︐";
}

.fi-ss-triangle:before {
  content: "︑";
}

.fi-ss-tricycle:before {
  content: "︒";
}

.fi-ss-trillium:before {
  content: "︓";
}

.fi-ss-trophy-achievement-skill:before {
  content: "︔";
}

.fi-ss-trophy-star:before {
  content: "︕";
}

.fi-ss-trophy:before {
  content: "︖";
}

.fi-ss-truck-arrow-left:before {
  content: "︗";
}

.fi-ss-truck-arrow-right:before {
  content: "︘";
}

.fi-ss-truck-bolt:before {
  content: "︙";
}

.fi-ss-truck-box:before {
  content: "︚";
}

.fi-ss-truck-check:before {
  content: "︛";
}

.fi-ss-truck-container-empty:before {
  content: "︜";
}

.fi-ss-truck-container:before {
  content: "︝";
}

.fi-ss-truck-couch:before {
  content: "︞";
}

.fi-ss-truck-fire:before {
  content: "︟";
}

.fi-ss-truck-flatbed:before {
  content: "︰";
}

.fi-ss-truck-front:before {
  content: "︱";
}

.fi-ss-truck-ladder:before {
  content: "︲";
}

.fi-ss-truck-loading:before {
  content: "︳";
}

.fi-ss-truck-medical:before {
  content: "︴";
}

.fi-ss-truck-monster:before {
  content: "︵";
}

.fi-ss-truck-moving:before {
  content: "︶";
}

.fi-ss-truck-pickup:before {
  content: "︷";
}

.fi-ss-truck-plow:before {
  content: "︸";
}

.fi-ss-truck-ramp:before {
  content: "︹";
}

.fi-ss-truck-side:before {
  content: "︺";
}

.fi-ss-truck-tow:before {
  content: "︻";
}

.fi-ss-truck-utensils:before {
  content: "︼";
}

.fi-ss-trumpet:before {
  content: "︽";
}

.fi-ss-trust-alt:before {
  content: "︾";
}

.fi-ss-trust:before {
  content: "︿";
}

.fi-ss-tshirt:before {
  content: "﹀";
}

.fi-ss-tty-answer:before {
  content: "﹁";
}

.fi-ss-tty:before {
  content: "﹂";
}

.fi-ss-tubes:before {
  content: "﹃";
}

.fi-ss-tuesday:before {
  content: "﹄";
}

.fi-ss-tugrik-sign:before {
  content: "﹅";
}

.fi-ss-turkey:before {
  content: "﹆";
}

.fi-ss-turn-left-down:before {
  content: "﹇";
}

.fi-ss-turn-left:before {
  content: "﹈";
}

.fi-ss-turn-right:before {
  content: "﹉";
}

.fi-ss-turntable:before {
  content: "﹊";
}

.fi-ss-turtle:before {
  content: "﹋";
}

.fi-ss-tv-music:before {
  content: "﹌";
}

.fi-ss-tv-retro:before {
  content: "﹍";
}

.fi-ss-typewriter:before {
  content: "﹎";
}

.fi-ss-u:before {
  content: "﹏";
}

.fi-ss-ufo-beam:before {
  content: "﹐";
}

.fi-ss-ufo:before {
  content: "﹑";
}

.fi-ss-ui-ux:before {
  content: "﹒";
}

.fi-ss-umbrella-beach:before {
  content: "﹓";
}

.fi-ss-umbrella:before {
  content: "﹔";
}

.fi-ss-under-construction:before {
  content: "﹕";
}

.fi-ss-underline:before {
  content: "﹖";
}

.fi-ss-undo-alt:before {
  content: "﹗";
}

.fi-ss-undo:before {
  content: "﹘";
}

.fi-ss-unicorn:before {
  content: "﹙";
}

.fi-ss-uniform-martial-arts:before {
  content: "﹚";
}

.fi-ss-universal-access:before {
  content: "﹛";
}

.fi-ss-unlock:before {
  content: "﹜";
}

.fi-ss-up-from-bracket:before {
  content: "﹝";
}

.fi-ss-up-left:before {
  content: "﹞";
}

.fi-ss-up-right-from-square:before {
  content: "﹟";
}

.fi-ss-up-right:before {
  content: "﹠";
}

.fi-ss-up:before {
  content: "﹡";
}

.fi-ss-upload:before {
  content: "﹢";
}

.fi-ss-url:before {
  content: "﹣";
}

.fi-ss-usb-pendrive:before {
  content: "﹤";
}

.fi-ss-usd-circle:before {
  content: "﹥";
}

.fi-ss-usd-square:before {
  content: "﹦";
}

.fi-ss-user-add:before {
  content: "﹧";
}

.fi-ss-user-alien:before {
  content: "﹨";
}

.fi-ss-user-astronaut:before {
  content: "﹩";
}

.fi-ss-user-check:before {
  content: "﹪";
}

.fi-ss-user-chef:before {
  content: "﹫";
}

.fi-ss-user-coach:before {
  content: "﹬";
}

.fi-ss-user-cowboy:before {
  content: "﹭";
}

.fi-ss-user-crown:before {
  content: "﹮";
}

.fi-ss-user-gear:before {
  content: "﹯";
}

.fi-ss-user-graduate:before {
  content: "ﹰ";
}

.fi-ss-user-headset:before {
  content: "ﹱ";
}

.fi-ss-user-helmet-safety:before {
  content: "ﹲ";
}

.fi-ss-user-injured:before {
  content: "ﹳ";
}

.fi-ss-user-interface-ui:before {
  content: "ﹴ";
}

.fi-ss-user-key:before {
  content: "﹵";
}

.fi-ss-user-lock:before {
  content: "ﹶ";
}

.fi-ss-user-md-chat:before {
  content: "ﹷ";
}

.fi-ss-user-md:before {
  content: "ﹸ";
}

.fi-ss-user-minus:before {
  content: "ﹹ";
}

.fi-ss-user-music:before {
  content: "ﹺ";
}

.fi-ss-user-ninja:before {
  content: "ﹻ";
}

.fi-ss-user-nurse:before {
  content: "ﹼ";
}

.fi-ss-user-pen:before {
  content: "ﹽ";
}

.fi-ss-user-pilot-tie:before {
  content: "ﹾ";
}

.fi-ss-user-pilot:before {
  content: "ﹿ";
}

.fi-ss-user-police:before {
  content: "ﺀ";
}

.fi-ss-user-robot-xmarks:before {
  content: "ﺁ";
}

.fi-ss-user-robot:before {
  content: "ﺂ";
}

.fi-ss-user-salary:before {
  content: "ﺃ";
}

.fi-ss-user-shield:before {
  content: "ﺄ";
}

.fi-ss-user-skill-gear:before {
  content: "ﺅ";
}

.fi-ss-user-slash:before {
  content: "ﺆ";
}

.fi-ss-user-tag:before {
  content: "ﺇ";
}

.fi-ss-user-time:before {
  content: "ﺈ";
}

.fi-ss-user-trust:before {
  content: "ﺉ";
}

.fi-ss-user-unlock:before {
  content: "ﺊ";
}

.fi-ss-user-visor:before {
  content: "ﺋ";
}

.fi-ss-user-xmark:before {
  content: "ﺌ";
}

.fi-ss-user:before {
  content: "ﺍ";
}

.fi-ss-users-alt:before {
  content: "ﺎ";
}

.fi-ss-users-class:before {
  content: "ﺏ";
}

.fi-ss-users-gear:before {
  content: "ﺐ";
}

.fi-ss-users-medical:before {
  content: "ﺑ";
}

.fi-ss-users-slash:before {
  content: "ﺒ";
}

.fi-ss-users:before {
  content: "ﺓ";
}

.fi-ss-utensils-slash:before {
  content: "ﺔ";
}

.fi-ss-utensils:before {
  content: "ﺕ";
}

.fi-ss-utility-pole-double:before {
  content: "ﺖ";
}

.fi-ss-utility-pole:before {
  content: "ﺗ";
}

.fi-ss-ux-browser:before {
  content: "ﺘ";
}

.fi-ss-ux:before {
  content: "ﺙ";
}

.fi-ss-v:before {
  content: "ﺚ";
}

.fi-ss-vacuum-robot:before {
  content: "ﺛ";
}

.fi-ss-vacuum:before {
  content: "ﺜ";
}

.fi-ss-value-absolute:before {
  content: "ﺝ";
}

.fi-ss-vault:before {
  content: "ﺞ";
}

.fi-ss-vector-alt:before {
  content: "ﺟ";
}

.fi-ss-vector-circle:before {
  content: "ﺠ";
}

.fi-ss-vector-polygon:before {
  content: "ﺡ";
}

.fi-ss-vector:before {
  content: "ﺢ";
}

.fi-ss-venus-double:before {
  content: "ﺣ";
}

.fi-ss-venus-mars:before {
  content: "ﺤ";
}

.fi-ss-venus:before {
  content: "ﺥ";
}

.fi-ss-vest-patches:before {
  content: "ﺦ";
}

.fi-ss-vest:before {
  content: "ﺧ";
}

.fi-ss-video-arrow-down-left:before {
  content: "ﺨ";
}

.fi-ss-video-arrow-up-right:before {
  content: "ﺩ";
}

.fi-ss-video-camera-alt:before {
  content: "ﺪ";
}

.fi-ss-video-camera:before {
  content: "ﺫ";
}

.fi-ss-video-duration:before {
  content: "ﺬ";
}

.fi-ss-video-plus:before {
  content: "ﺭ";
}

.fi-ss-video-slash:before {
  content: "ﺮ";
}

.fi-ss-videoconference:before {
  content: "ﺯ";
}

.fi-ss-vihara:before {
  content: "ﺰ";
}

.fi-ss-violin:before {
  content: "ﺱ";
}

.fi-ss-virus-slash:before {
  content: "ﺲ";
}

.fi-ss-virus:before {
  content: "ﺳ";
}

.fi-ss-viruses:before {
  content: "ﺴ";
}

.fi-ss-visit:before {
  content: "ﺵ";
}

.fi-ss-voicemail:before {
  content: "ﺶ";
}

.fi-ss-volcano:before {
  content: "ﺷ";
}

.fi-ss-volleyball:before {
  content: "ﺸ";
}

.fi-ss-volume-down:before {
  content: "ﺹ";
}

.fi-ss-volume-mute:before {
  content: "ﺺ";
}

.fi-ss-volume-off:before {
  content: "ﺻ";
}

.fi-ss-volume-slash:before {
  content: "ﺼ";
}

.fi-ss-volume:before {
  content: "ﺽ";
}

.fi-ss-vote-nay:before {
  content: "ﺾ";
}

.fi-ss-vote-yea:before {
  content: "ﺿ";
}

.fi-ss-vr-cardboard:before {
  content: "ﻀ";
}

.fi-ss-w:before {
  content: "ﻁ";
}

.fi-ss-waffle:before {
  content: "ﻂ";
}

.fi-ss-wagon-covered:before {
  content: "ﻃ";
}

.fi-ss-walker:before {
  content: "ﻄ";
}

.fi-ss-walkie-talkie:before {
  content: "ﻅ";
}

.fi-ss-walking:before {
  content: "ﻆ";
}

.fi-ss-wallet-arrow:before {
  content: "ﻇ";
}

.fi-ss-wallet-buyer:before {
  content: "ﻈ";
}

.fi-ss-wallet:before {
  content: "ﻉ";
}

.fi-ss-warehouse-alt:before {
  content: "ﻊ";
}

.fi-ss-warranty:before {
  content: "ﻋ";
}

.fi-ss-washer:before {
  content: "ﻌ";
}

.fi-ss-waste-pollution:before {
  content: "ﻍ";
}

.fi-ss-waste:before {
  content: "ﻎ";
}

.fi-ss-watch-calculator:before {
  content: "ﻏ";
}

.fi-ss-watch-fitness:before {
  content: "ﻐ";
}

.fi-ss-watch-smart:before {
  content: "ﻑ";
}

.fi-ss-watch:before {
  content: "ﻒ";
}

.fi-ss-water-bottle:before {
  content: "ﻓ";
}

.fi-ss-water-ladder:before {
  content: "ﻔ";
}

.fi-ss-water-lower:before {
  content: "ﻕ";
}

.fi-ss-water-rise:before {
  content: "ﻖ";
}

.fi-ss-water:before {
  content: "ﻗ";
}

.fi-ss-watermelon:before {
  content: "ﻘ";
}

.fi-ss-wave-sine:before {
  content: "ﻙ";
}

.fi-ss-wave-square:before {
  content: "ﻚ";
}

.fi-ss-wave-triangle:before {
  content: "ﻛ";
}

.fi-ss-wave:before {
  content: "ﻜ";
}

.fi-ss-waveform-path:before {
  content: "ﻝ";
}

.fi-ss-waveform:before {
  content: "ﻞ";
}

.fi-ss-web-design:before {
  content: "ﻟ";
}

.fi-ss-webcam-slash:before {
  content: "ﻠ";
}

.fi-ss-webcam:before {
  content: "ﻡ";
}

.fi-ss-webhook:before {
  content: "ﻢ";
}

.fi-ss-wednesday:before {
  content: "ﻣ";
}

.fi-ss-whale:before {
  content: "ﻤ";
}

.fi-ss-wheat-awn-circle-exclamation:before {
  content: "ﻥ";
}

.fi-ss-wheat-awn-slash:before {
  content: "ﻦ";
}

.fi-ss-wheat-awn:before {
  content: "ﻧ";
}

.fi-ss-wheat-slash:before {
  content: "ﻨ";
}

.fi-ss-wheat:before {
  content: "ﻩ";
}

.fi-ss-wheelchair-move:before {
  content: "ﻪ";
}

.fi-ss-wheelchair-sleeping:before {
  content: "ﻫ";
}

.fi-ss-wheelchair:before {
  content: "ﻬ";
}

.fi-ss-whistle:before {
  content: "ﻭ";
}

.fi-ss-white-space:before {
  content: "ﻮ";
}

.fi-ss-wifi-1:before {
  content: "ﻯ";
}

.fi-ss-wifi-2:before {
  content: "ﻰ";
}

.fi-ss-wifi-alt:before {
  content: "ﻱ";
}

.fi-ss-wifi-exclamation:before {
  content: "ﻲ";
}

.fi-ss-wifi-slash:before {
  content: "ﻳ";
}

.fi-ss-wifi:before {
  content: "ﻴ";
}

.fi-ss-wind-turbine:before {
  content: "ﻵ";
}

.fi-ss-wind-warning:before {
  content: "ﻶ";
}

.fi-ss-wind:before {
  content: "ﻷ";
}

.fi-ss-window-alt:before {
  content: "ﻸ";
}

.fi-ss-window-frame-open:before {
  content: "ﻹ";
}

.fi-ss-window-frame:before {
  content: "ﻺ";
}

.fi-ss-window-maximize:before {
  content: "ﻻ";
}

.fi-ss-window-minimize:before {
  content: "ﻼ";
}

.fi-ss-window-restore:before {
  content: "﻽";
}

.fi-ss-windsock:before {
  content: "﻾";
}

.fi-ss-wine-bottle:before {
  content: "＀";
}

.fi-ss-wine-glass-crack:before {
  content: "！";
}

.fi-ss-wine-glass-empty:before {
  content: "＂";
}

.fi-ss-wishlist-heart:before {
  content: "＃";
}

.fi-ss-wishlist-star:before {
  content: "＄";
}

.fi-ss-woman-head:before {
  content: "％";
}

.fi-ss-woman-scientist:before {
  content: "＆";
}

.fi-ss-won-sign:before {
  content: "＇";
}

.fi-ss-work-in-progress:before {
  content: "（";
}

.fi-ss-workflow-alt:before {
  content: "）";
}

.fi-ss-workflow-setting-alt:before {
  content: "＊";
}

.fi-ss-workflow-setting:before {
  content: "＋";
}

.fi-ss-workflow:before {
  content: "，";
}

.fi-ss-workshop:before {
  content: "－";
}

.fi-ss-world:before {
  content: "．";
}

.fi-ss-worm:before {
  content: "／";
}

.fi-ss-wreath:before {
  content: "０";
}

.fi-ss-wrench-alt:before {
  content: "１";
}

.fi-ss-wrench-simple:before {
  content: "２";
}

.fi-ss-x-ray:before {
  content: "３";
}

.fi-ss-x:before {
  content: "４";
}

.fi-ss-y:before {
  content: "５";
}

.fi-ss-yen:before {
  content: "６";
}

.fi-ss-yin-yang:before {
  content: "７";
}

.fi-ss-z:before {
  content: "８";
}

.fi-ss-zip-file:before {
  content: "９";
}

.fi-ss-zoom-in:before {
  content: "：";
}

.fi-ss-zoom-out:before {
  content: "；";
}

@font-face {
  font-family: uicons-thin-straight;
  src: url(./fonts/@flaticon/uicons-thin-straight-2YUSDJEW.woff2) format("woff2"), url(./fonts/@flaticon/uicons-thin-straight-JPCGBQEF.woff) format("woff"), url(../uicons-thin-straight-X52T7FDE.eot#iefix) format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-ts-]:before, i[class*=" fi-ts-"]:before, span[class^=fi-ts-]:before, span[class*=fi-ts-]:before {
  font-family: uicons-thin-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.fi-ts-0:before {
  content: "\f101";
}

.fi-ts-00s-music-disc:before {
  content: "\f102";
}

.fi-ts-1:before {
  content: "\f103";
}

.fi-ts-2:before {
  content: "\f104";
}

.fi-ts-3:before {
  content: "\f105";
}

.fi-ts-360-degrees:before {
  content: "\f106";
}

.fi-ts-4:before {
  content: "\f107";
}

.fi-ts-404:before {
  content: "\f108";
}

.fi-ts-5:before {
  content: "\f109";
}

.fi-ts-6:before {
  content: "\f10a";
}

.fi-ts-60s-music-disc:before {
  content: "\f10b";
}

.fi-ts-7:before {
  content: "\f10c";
}

.fi-ts-70s-music-disc:before {
  content: "\f10d";
}

.fi-ts-8:before {
  content: "\f10e";
}

.fi-ts-80s-music-disc:before {
  content: "\f10f";
}

.fi-ts-9:before {
  content: "\f110";
}

.fi-ts-90s-music-disc:before {
  content: "\f111";
}

.fi-ts-a:before {
  content: "\f112";
}

.fi-ts-accident:before {
  content: "\f113";
}

.fi-ts-acorn:before {
  content: "\f114";
}

.fi-ts-ad-paid:before {
  content: "\f115";
}

.fi-ts-ad:before {
  content: "\f116";
}

.fi-ts-add-document:before {
  content: "\f117";
}

.fi-ts-add-folder:before {
  content: "\f118";
}

.fi-ts-add-image:before {
  content: "\f119";
}

.fi-ts-add:before {
  content: "\f11a";
}

.fi-ts-address-book:before {
  content: "\f11b";
}

.fi-ts-address-card:before {
  content: "\f11c";
}

.fi-ts-admin-alt:before {
  content: "\f11d";
}

.fi-ts-admin:before {
  content: "\f11e";
}

.fi-ts-age-alt:before {
  content: "\f11f";
}

.fi-ts-age-restriction-eighteen:before {
  content: "\f120";
}

.fi-ts-age-restriction-seven:before {
  content: "\f121";
}

.fi-ts-age-restriction-six:before {
  content: "\f122";
}

.fi-ts-age-restriction-sixteen:before {
  content: "\f123";
}

.fi-ts-age-restriction-thirteen:before {
  content: "\f124";
}

.fi-ts-age-restriction-three:before {
  content: "\f125";
}

.fi-ts-age-restriction-twelve:before {
  content: "\f126";
}

.fi-ts-age-restriction-twenty-one:before {
  content: "\f127";
}

.fi-ts-age-restriction-zero:before {
  content: "\f128";
}

.fi-ts-age:before {
  content: "\f129";
}

.fi-ts-air-conditioner:before {
  content: "\f12a";
}

.fi-ts-air-freshener:before {
  content: "\f12b";
}

.fi-ts-air-pollution:before {
  content: "\f12c";
}

.fi-ts-airplane-journey:before {
  content: "\f12d";
}

.fi-ts-airplane-window-open:before {
  content: "\f12e";
}

.fi-ts-airplay:before {
  content: "\f12f";
}

.fi-ts-alarm-clock:before {
  content: "\f130";
}

.fi-ts-alarm-exclamation:before {
  content: "\f131";
}

.fi-ts-alarm-plus:before {
  content: "\f132";
}

.fi-ts-alarm-snooze:before {
  content: "\f133";
}

.fi-ts-album-circle-plus:before {
  content: "\f134";
}

.fi-ts-album-circle-user:before {
  content: "\f135";
}

.fi-ts-album-collection:before {
  content: "\f136";
}

.fi-ts-album:before {
  content: "\f137";
}

.fi-ts-algorithm:before {
  content: "\f138";
}

.fi-ts-alicorn:before {
  content: "\f139";
}

.fi-ts-alien:before {
  content: "\f13a";
}

.fi-ts-align-slash:before {
  content: "\f13b";
}

.fi-ts-ambulance:before {
  content: "\f13c";
}

.fi-ts-analyse-alt:before {
  content: "\f13d";
}

.fi-ts-analyse:before {
  content: "\f13e";
}

.fi-ts-anatomical-heart:before {
  content: "\f13f";
}

.fi-ts-anchor:before {
  content: "\f140";
}

.fi-ts-angel:before {
  content: "\f141";
}

.fi-ts-angle-90:before {
  content: "\f142";
}

.fi-ts-angle-circle-down:before {
  content: "\f143";
}

.fi-ts-angle-circle-left:before {
  content: "\f144";
}

.fi-ts-angle-circle-right:before {
  content: "\f145";
}

.fi-ts-angle-circle-up:before {
  content: "\f146";
}

.fi-ts-angle-double-left:before {
  content: "\f147";
}

.fi-ts-angle-double-right:before {
  content: "\f148";
}

.fi-ts-angle-double-small-down:before {
  content: "\f149";
}

.fi-ts-angle-double-small-left:before {
  content: "\f14a";
}

.fi-ts-angle-double-small-right:before {
  content: "\f14b";
}

.fi-ts-angle-double-small-up:before {
  content: "\f14c";
}

.fi-ts-angle-down:before {
  content: "\f14d";
}

.fi-ts-angle-left:before {
  content: "\f14e";
}

.fi-ts-angle-right:before {
  content: "\f14f";
}

.fi-ts-angle-small-down:before {
  content: "\f150";
}

.fi-ts-angle-small-left:before {
  content: "\f151";
}

.fi-ts-angle-small-right:before {
  content: "\f152";
}

.fi-ts-angle-small-up:before {
  content: "\f153";
}

.fi-ts-angle-square-down:before {
  content: "\f154";
}

.fi-ts-angle-square-left:before {
  content: "\f155";
}

.fi-ts-angle-square-right:before {
  content: "\f156";
}

.fi-ts-angle-square-up:before {
  content: "\f157";
}

.fi-ts-angle-up:before {
  content: "\f158";
}

.fi-ts-angle:before {
  content: "\f159";
}

.fi-ts-angles-up-down:before {
  content: "\f15a";
}

.fi-ts-angry:before {
  content: "\f15b";
}

.fi-ts-animated-icon:before {
  content: "\f15c";
}

.fi-ts-ankh:before {
  content: "\f15d";
}

.fi-ts-answer-alt:before {
  content: "\f15e";
}

.fi-ts-answer:before {
  content: "\f15f";
}

.fi-ts-apartment:before {
  content: "\f160";
}

.fi-ts-aperture:before {
  content: "\f161";
}

.fi-ts-api:before {
  content: "\f162";
}

.fi-ts-apple-core:before {
  content: "\f163";
}

.fi-ts-apple-crate:before {
  content: "\f164";
}

.fi-ts-apple:before {
  content: "\f165";
}

.fi-ts-archway:before {
  content: "\f166";
}

.fi-ts-arrow-alt-circle-down:before {
  content: "\f167";
}

.fi-ts-arrow-alt-circle-left:before {
  content: "\f168";
}

.fi-ts-arrow-alt-circle-right:before {
  content: "\f169";
}

.fi-ts-arrow-alt-circle-up:before {
  content: "\f16a";
}

.fi-ts-arrow-alt-down:before {
  content: "\f16b";
}

.fi-ts-arrow-alt-from-bottom:before {
  content: "\f16c";
}

.fi-ts-arrow-alt-from-left:before {
  content: "\f16d";
}

.fi-ts-arrow-alt-from-right:before {
  content: "\f16e";
}

.fi-ts-arrow-alt-from-top:before {
  content: "\f16f";
}

.fi-ts-arrow-alt-left:before {
  content: "\f170";
}

.fi-ts-arrow-alt-right:before {
  content: "\f171";
}

.fi-ts-arrow-alt-square-down:before {
  content: "\f172";
}

.fi-ts-arrow-alt-square-left:before {
  content: "\f173";
}

.fi-ts-arrow-alt-square-right:before {
  content: "\f174";
}

.fi-ts-arrow-alt-square-up:before {
  content: "\f175";
}

.fi-ts-arrow-alt-to-bottom:before {
  content: "\f176";
}

.fi-ts-arrow-alt-to-left:before {
  content: "\f177";
}

.fi-ts-arrow-alt-to-right:before {
  content: "\f178";
}

.fi-ts-arrow-alt-to-top:before {
  content: "\f179";
}

.fi-ts-arrow-alt-up:before {
  content: "\f17a";
}

.fi-ts-arrow-circle-down:before {
  content: "\f17b";
}

.fi-ts-arrow-circle-left:before {
  content: "\f17c";
}

.fi-ts-arrow-circle-right:before {
  content: "\f17d";
}

.fi-ts-arrow-circle-up:before {
  content: "\f17e";
}

.fi-ts-arrow-comparison:before {
  content: "\f17f";
}

.fi-ts-arrow-down-from-arc:before {
  content: "\f180";
}

.fi-ts-arrow-down-from-dotted-line:before {
  content: "\f181";
}

.fi-ts-arrow-down-left:before {
  content: "\f182";
}

.fi-ts-arrow-down-small-big:before {
  content: "\f183";
}

.fi-ts-arrow-down-to-dotted-line:before {
  content: "\f184";
}

.fi-ts-arrow-down-to-square:before {
  content: "\f185";
}

.fi-ts-arrow-down-triangle-square:before {
  content: "\f186";
}

.fi-ts-arrow-down:before {
  content: "\f187";
}

.fi-ts-arrow-from-bottom:before {
  content: "\f188";
}

.fi-ts-arrow-from-left:before {
  content: "\f189";
}

.fi-ts-arrow-from-right:before {
  content: "\f18a";
}

.fi-ts-arrow-from-top:before {
  content: "\f18b";
}

.fi-ts-arrow-left-from-arc:before {
  content: "\f18c";
}

.fi-ts-arrow-left-from-line:before {
  content: "\f18d";
}

.fi-ts-arrow-left-to-arc:before {
  content: "\f18e";
}

.fi-ts-arrow-left:before {
  content: "\f18f";
}

.fi-ts-arrow-progress-alt:before {
  content: "\f190";
}

.fi-ts-arrow-progress:before {
  content: "\f191";
}

.fi-ts-arrow-right-to-bracket:before {
  content: "\f192";
}

.fi-ts-arrow-right:before {
  content: "\f193";
}

.fi-ts-arrow-small-down:before {
  content: "\f194";
}

.fi-ts-arrow-small-left:before {
  content: "\f195";
}

.fi-ts-arrow-small-right:before {
  content: "\f196";
}

.fi-ts-arrow-small-up:before {
  content: "\f197";
}

.fi-ts-arrow-square-down:before {
  content: "\f198";
}

.fi-ts-arrow-square-left:before {
  content: "\f199";
}

.fi-ts-arrow-square-right:before {
  content: "\f19a";
}

.fi-ts-arrow-square-up:before {
  content: "\f19b";
}

.fi-ts-arrow-to-bottom:before {
  content: "\f19c";
}

.fi-ts-arrow-to-left:before {
  content: "\f19d";
}

.fi-ts-arrow-to-right:before {
  content: "\f19e";
}

.fi-ts-arrow-to-top:before {
  content: "\f19f";
}

.fi-ts-arrow-trend-down:before {
  content: "\f1a0";
}

.fi-ts-arrow-trend-up:before {
  content: "\f1a1";
}

.fi-ts-arrow-turn-down-left:before {
  content: "\f1a2";
}

.fi-ts-arrow-turn-down-right:before {
  content: "\f1a3";
}

.fi-ts-arrow-turn-left-up:before {
  content: "\f1a4";
}

.fi-ts-arrow-up-from-dotted-line:before {
  content: "\f1a5";
}

.fi-ts-arrow-up-from-ground-water:before {
  content: "\f1a6";
}

.fi-ts-arrow-up-from-square:before {
  content: "\f1a7";
}

.fi-ts-arrow-up-left-from-circle:before {
  content: "\f1a8";
}

.fi-ts-arrow-up-left:before {
  content: "\f1a9";
}

.fi-ts-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1aa";
}

.fi-ts-arrow-up-right-from-square:before {
  content: "\f1ab";
}

.fi-ts-arrow-up-right:before {
  content: "\f1ac";
}

.fi-ts-arrow-up-small-big:before {
  content: "\f1ad";
}

.fi-ts-arrow-up-square-triangle:before {
  content: "\f1ae";
}

.fi-ts-arrow-up-to-arc:before {
  content: "\f1af";
}

.fi-ts-arrow-up-to-dotted-line:before {
  content: "\f1b0";
}

.fi-ts-arrow-up:before {
  content: "\f1b1";
}

.fi-ts-arrow-upward-growth-crypto:before {
  content: "\f1b2";
}

.fi-ts-arrows-alt-h:before {
  content: "\f1b3";
}

.fi-ts-arrows-alt-v:before {
  content: "\f1b4";
}

.fi-ts-arrows-alt:before {
  content: "\f1b5";
}

.fi-ts-arrows-cross:before {
  content: "\f1b6";
}

.fi-ts-arrows-from-dotted-line:before {
  content: "\f1b7";
}

.fi-ts-arrows-from-line:before {
  content: "\f1b8";
}

.fi-ts-arrows-h-copy:before {
  content: "\f1b9";
}

.fi-ts-arrows-h:before {
  content: "\f1ba";
}

.fi-ts-arrows-repeat-1:before {
  content: "\f1bb";
}

.fi-ts-arrows-repeat:before {
  content: "\f1bc";
}

.fi-ts-arrows-retweet:before {
  content: "\f1bd";
}

.fi-ts-arrows-split-right-and-left:before {
  content: "\f1be";
}

.fi-ts-arrows-split-up-and-left:before {
  content: "\f1bf";
}

.fi-ts-arrows-to-circle:before {
  content: "\f1c0";
}

.fi-ts-arrows-to-dotted-line:before {
  content: "\f1c1";
}

.fi-ts-arrows-to-eye:before {
  content: "\f1c2";
}

.fi-ts-arrows-to-line:before {
  content: "\f1c3";
}

.fi-ts-arrows:before {
  content: "\f1c4";
}

.fi-ts-artificial-intelligence:before {
  content: "\f1c5";
}

.fi-ts-assept-document:before {
  content: "\f1c6";
}

.fi-ts-assessment-alt:before {
  content: "\f1c7";
}

.fi-ts-assessment:before {
  content: "\f1c8";
}

.fi-ts-assign:before {
  content: "\f1c9";
}

.fi-ts-assistive-listening-systems:before {
  content: "\f1ca";
}

.fi-ts-asterik:before {
  content: "\f1cb";
}

.fi-ts-at:before {
  content: "\f1cc";
}

.fi-ts-attribution-pen:before {
  content: "\f1cd";
}

.fi-ts-attribution-pencil:before {
  content: "\f1ce";
}

.fi-ts-aubergine:before {
  content: "\f1cf";
}

.fi-ts-auction:before {
  content: "\f1d0";
}

.fi-ts-audio-description-slash:before {
  content: "\f1d1";
}

.fi-ts-audit-alt:before {
  content: "\f1d2";
}

.fi-ts-audit:before {
  content: "\f1d3";
}

.fi-ts-austral-sign:before {
  content: "\f1d4";
}

.fi-ts-avocado:before {
  content: "\f1d5";
}

.fi-ts-award:before {
  content: "\f1d6";
}

.fi-ts-axe-battle:before {
  content: "\f1d7";
}

.fi-ts-axe:before {
  content: "\f1d8";
}

.fi-ts-b:before {
  content: "\f1d9";
}

.fi-ts-baby-carriage:before {
  content: "\f1da";
}

.fi-ts-baby:before {
  content: "\f1db";
}

.fi-ts-back-up:before {
  content: "\f1dc";
}

.fi-ts-background:before {
  content: "\f1dd";
}

.fi-ts-backpack:before {
  content: "\f1de";
}

.fi-ts-bacon:before {
  content: "\f1df";
}

.fi-ts-bacteria:before {
  content: "\f1e0";
}

.fi-ts-bacterium:before {
  content: "\f1e1";
}

.fi-ts-badge-check:before {
  content: "\f1e2";
}

.fi-ts-badge-dollar:before {
  content: "\f1e3";
}

.fi-ts-badge-leaf:before {
  content: "\f1e4";
}

.fi-ts-badge-percent:before {
  content: "\f1e5";
}

.fi-ts-badge-sheriff:before {
  content: "\f1e6";
}

.fi-ts-badge:before {
  content: "\f1e7";
}

.fi-ts-badger-honey:before {
  content: "\f1e8";
}

.fi-ts-badget-check-alt:before {
  content: "\f1e9";
}

.fi-ts-badminton:before {
  content: "\f1ea";
}

.fi-ts-bag-map-pin:before {
  content: "\f1eb";
}

.fi-ts-bag-seedling:before {
  content: "\f1ec";
}

.fi-ts-bag-shopping-minus:before {
  content: "\f1ed";
}

.fi-ts-bags-shopping:before {
  content: "\f1ee";
}

.fi-ts-baguette:before {
  content: "\f1ef";
}

.fi-ts-bahai:before {
  content: "\f1f0";
}

.fi-ts-baht-sign:before {
  content: "\f1f1";
}

.fi-ts-balance-scale-left:before {
  content: "\f1f2";
}

.fi-ts-balance-scale-right:before {
  content: "\f1f3";
}

.fi-ts-ball-pile:before {
  content: "\f1f4";
}

.fi-ts-ballet-dance:before {
  content: "\f1f5";
}

.fi-ts-balloon:before {
  content: "\f1f6";
}

.fi-ts-balloons:before {
  content: "\f1f7";
}

.fi-ts-ballot-check:before {
  content: "\f1f8";
}

.fi-ts-ballot:before {
  content: "\f1f9";
}

.fi-ts-ban-bug:before {
  content: "\f1fa";
}

.fi-ts-banana:before {
  content: "\f1fb";
}

.fi-ts-band-aid:before {
  content: "\f1fc";
}

.fi-ts-bangladeshi-taka-sign:before {
  content: "\f1fd";
}

.fi-ts-banjo:before {
  content: "\f1fe";
}

.fi-ts-bank:before {
  content: "\f1ff";
}

.fi-ts-banner-2:before {
  content: "\f200";
}

.fi-ts-banner-3:before {
  content: "\f201";
}

.fi-ts-banner-4:before {
  content: "\f202";
}

.fi-ts-banner-5:before {
  content: "\f203";
}

.fi-ts-banner:before {
  content: "\f204";
}

.fi-ts-barber-pole:before {
  content: "\f205";
}

.fi-ts-barber-shop:before {
  content: "\f206";
}

.fi-ts-barcode-read:before {
  content: "\f207";
}

.fi-ts-barcode-scan:before {
  content: "\f208";
}

.fi-ts-barcode:before {
  content: "\f209";
}

.fi-ts-bars-filter:before {
  content: "\f20a";
}

.fi-ts-bars-progress:before {
  content: "\f20b";
}

.fi-ts-bars-sort:before {
  content: "\f20c";
}

.fi-ts-bars-staggered:before {
  content: "\f20d";
}

.fi-ts-baseball-alt:before {
  content: "\f20e";
}

.fi-ts-basket-shopping-minus:before {
  content: "\f20f";
}

.fi-ts-basket-shopping-plus:before {
  content: "\f210";
}

.fi-ts-basket-shopping-simple:before {
  content: "\f211";
}

.fi-ts-basketball-hoop:before {
  content: "\f212";
}

.fi-ts-bat:before {
  content: "\f213";
}

.fi-ts-bath:before {
  content: "\f214";
}

.fi-ts-battery-bolt:before {
  content: "\f215";
}

.fi-ts-battery-empty:before {
  content: "\f216";
}

.fi-ts-battery-exclamation:before {
  content: "\f217";
}

.fi-ts-battery-full:before {
  content: "\f218";
}

.fi-ts-battery-half:before {
  content: "\f219";
}

.fi-ts-battery-quarter:before {
  content: "\f21a";
}

.fi-ts-battery-slash:before {
  content: "\f21b";
}

.fi-ts-battery-three-quarters:before {
  content: "\f21c";
}

.fi-ts-beacon:before {
  content: "\f21d";
}

.fi-ts-bed-alt:before {
  content: "\f21e";
}

.fi-ts-bed-bunk:before {
  content: "\f21f";
}

.fi-ts-bed-empty:before {
  content: "\f220";
}

.fi-ts-bee:before {
  content: "\f221";
}

.fi-ts-beer-mug-empty:before {
  content: "\f222";
}

.fi-ts-beer:before {
  content: "\f223";
}

.fi-ts-bell-concierge:before {
  content: "\f224";
}

.fi-ts-bell-ring:before {
  content: "\f225";
}

.fi-ts-bell-school-slash:before {
  content: "\f226";
}

.fi-ts-bell-school:before {
  content: "\f227";
}

.fi-ts-bell-slash:before {
  content: "\f228";
}

.fi-ts-bells:before {
  content: "\f229";
}

.fi-ts-bench-tree:before {
  content: "\f22a";
}

.fi-ts-benefit-diamond-alt:before {
  content: "\f22b";
}

.fi-ts-benefit-diamond:before {
  content: "\f22c";
}

.fi-ts-benefit-hand:before {
  content: "\f22d";
}

.fi-ts-benefit-increase:before {
  content: "\f22e";
}

.fi-ts-benefit-porcent:before {
  content: "\f22f";
}

.fi-ts-benefit:before {
  content: "\f230";
}

.fi-ts-betamax:before {
  content: "\f231";
}

.fi-ts-bible:before {
  content: "\f232";
}

.fi-ts-bicycle-journey:before {
  content: "\f233";
}

.fi-ts-biking-mountain:before {
  content: "\f234";
}

.fi-ts-biking:before {
  content: "\f235";
}

.fi-ts-bill-arrow:before {
  content: "\f236";
}

.fi-ts-bin-bottles:before {
  content: "\f237";
}

.fi-ts-binary-circle-check:before {
  content: "\f238";
}

.fi-ts-binary-lock:before {
  content: "\f239";
}

.fi-ts-binary-slash:before {
  content: "\f23a";
}

.fi-ts-binary:before {
  content: "\f23b";
}

.fi-ts-binoculars:before {
  content: "\f23c";
}

.fi-ts-bio-leaves:before {
  content: "\f23d";
}

.fi-ts-bio:before {
  content: "\f23e";
}

.fi-ts-biohazard:before {
  content: "\f23f";
}

.fi-ts-bird:before {
  content: "\f240";
}

.fi-ts-bitcoin-sign:before {
  content: "\f241";
}

.fi-ts-blanket:before {
  content: "\f242";
}

.fi-ts-blender-phone:before {
  content: "\f243";
}

.fi-ts-blender:before {
  content: "\f244";
}

.fi-ts-blinds-open:before {
  content: "\f245";
}

.fi-ts-blinds-raised:before {
  content: "\f246";
}

.fi-ts-blinds:before {
  content: "\f247";
}

.fi-ts-block-brick:before {
  content: "\f248";
}

.fi-ts-block-microphone:before {
  content: "\f249";
}

.fi-ts-block-question:before {
  content: "\f24a";
}

.fi-ts-block-quote:before {
  content: "\f24b";
}

.fi-ts-block:before {
  content: "\f24c";
}

.fi-ts-blockchain-3:before {
  content: "\f24d";
}

.fi-ts-blog-pencil:before {
  content: "\f24e";
}

.fi-ts-blog-text:before {
  content: "\f24f";
}

.fi-ts-blood-dropper:before {
  content: "\f250";
}

.fi-ts-blood-test-tube-alt:before {
  content: "\f251";
}

.fi-ts-blood-test-tube:before {
  content: "\f252";
}

.fi-ts-blood:before {
  content: "\f253";
}

.fi-ts-blueberries:before {
  content: "\f254";
}

.fi-ts-blueprint:before {
  content: "\f255";
}

.fi-ts-bolt-auto:before {
  content: "\f256";
}

.fi-ts-bolt-slash:before {
  content: "\f257";
}

.fi-ts-bolt:before {
  content: "\f258";
}

.fi-ts-bomb:before {
  content: "\f259";
}

.fi-ts-bone-break:before {
  content: "\f25a";
}

.fi-ts-bone:before {
  content: "\f25b";
}

.fi-ts-bong:before {
  content: "\f25c";
}

.fi-ts-bonus-alt:before {
  content: "\f25d";
}

.fi-ts-bonus-star:before {
  content: "\f25e";
}

.fi-ts-bonus:before {
  content: "\f25f";
}

.fi-ts-book-alt:before {
  content: "\f260";
}

.fi-ts-book-arrow-right:before {
  content: "\f261";
}

.fi-ts-book-arrow-up:before {
  content: "\f262";
}

.fi-ts-book-atlas:before {
  content: "\f263";
}

.fi-ts-book-bookmark:before {
  content: "\f264";
}

.fi-ts-book-circle-arrow-right:before {
  content: "\f265";
}

.fi-ts-book-circle-arrow-up:before {
  content: "\f266";
}

.fi-ts-book-copy:before {
  content: "\f267";
}

.fi-ts-book-dead:before {
  content: "\f268";
}

.fi-ts-book-font:before {
  content: "\f269";
}

.fi-ts-book-heart:before {
  content: "\f26a";
}

.fi-ts-book-medical:before {
  content: "\f26b";
}

.fi-ts-book-open-cover:before {
  content: "\f26c";
}

.fi-ts-book-open-reader:before {
  content: "\f26d";
}

.fi-ts-book-plus:before {
  content: "\f26e";
}

.fi-ts-book-quran:before {
  content: "\f26f";
}

.fi-ts-book-section:before {
  content: "\f270";
}

.fi-ts-book-spells:before {
  content: "\f271";
}

.fi-ts-book-tanakh:before {
  content: "\f272";
}

.fi-ts-book-user:before {
  content: "\f273";
}

.fi-ts-Booking:before {
  content: "\f274";
}

.fi-ts-bookmark-slash:before {
  content: "\f275";
}

.fi-ts-books-medical:before {
  content: "\f276";
}

.fi-ts-books:before {
  content: "\f277";
}

.fi-ts-boot-heeled:before {
  content: "\f278";
}

.fi-ts-boot:before {
  content: "\f279";
}

.fi-ts-booth-curtain:before {
  content: "\f27a";
}

.fi-ts-border-all:before {
  content: "\f27b";
}

.fi-ts-border-bottom:before {
  content: "\f27c";
}

.fi-ts-border-center-h:before {
  content: "\f27d";
}

.fi-ts-border-center-v:before {
  content: "\f27e";
}

.fi-ts-border-inner:before {
  content: "\f27f";
}

.fi-ts-border-left:before {
  content: "\f280";
}

.fi-ts-border-none:before {
  content: "\f281";
}

.fi-ts-border-outer:before {
  content: "\f282";
}

.fi-ts-border-right:before {
  content: "\f283";
}

.fi-ts-border-style-alt:before {
  content: "\f284";
}

.fi-ts-border-style:before {
  content: "\f285";
}

.fi-ts-border-top:before {
  content: "\f286";
}

.fi-ts-boss:before {
  content: "\f287";
}

.fi-ts-bottle-droplet:before {
  content: "\f288";
}

.fi-ts-bottle:before {
  content: "\f289";
}

.fi-ts-bow-arrow:before {
  content: "\f28a";
}

.fi-ts-bowl-chopsticks-noodles:before {
  content: "\f28b";
}

.fi-ts-bowl-chopsticks:before {
  content: "\f28c";
}

.fi-ts-bowl-rice:before {
  content: "\f28d";
}

.fi-ts-bowl-scoop:before {
  content: "\f28e";
}

.fi-ts-bowl-scoops:before {
  content: "\f28f";
}

.fi-ts-bowl-soft-serve:before {
  content: "\f290";
}

.fi-ts-bowl-spoon:before {
  content: "\f291";
}

.fi-ts-bowling-ball:before {
  content: "\f292";
}

.fi-ts-bowling-pins:before {
  content: "\f293";
}

.fi-ts-box-alt:before {
  content: "\f294";
}

.fi-ts-box-ballot:before {
  content: "\f295";
}

.fi-ts-box-check:before {
  content: "\f296";
}

.fi-ts-box-circle-check:before {
  content: "\f297";
}

.fi-ts-box-dollar:before {
  content: "\f298";
}

.fi-ts-box-fragile:before {
  content: "\f299";
}

.fi-ts-box-heart:before {
  content: "\f29a";
}

.fi-ts-box-open-full:before {
  content: "\f29b";
}

.fi-ts-box-open:before {
  content: "\f29c";
}

.fi-ts-box-tissue:before {
  content: "\f29d";
}

.fi-ts-box-up:before {
  content: "\f29e";
}

.fi-ts-boxes:before {
  content: "\f29f";
}

.fi-ts-boxing-glove:before {
  content: "\f2a0";
}

.fi-ts-bracket-curly-right:before {
  content: "\f2a1";
}

.fi-ts-bracket-curly:before {
  content: "\f2a2";
}

.fi-ts-bracket-round-right:before {
  content: "\f2a3";
}

.fi-ts-bracket-round:before {
  content: "\f2a4";
}

.fi-ts-bracket-square-right:before {
  content: "\f2a5";
}

.fi-ts-bracket-square:before {
  content: "\f2a6";
}

.fi-ts-brackets-curly:before {
  content: "\f2a7";
}

.fi-ts-brackets-round:before {
  content: "\f2a8";
}

.fi-ts-brackets-square:before {
  content: "\f2a9";
}

.fi-ts-braille-a:before {
  content: "\f2aa";
}

.fi-ts-braille-b:before {
  content: "\f2ab";
}

.fi-ts-braille-c:before {
  content: "\f2ac";
}

.fi-ts-braille-d:before {
  content: "\f2ad";
}

.fi-ts-braille-e:before {
  content: "\f2ae";
}

.fi-ts-braille-g:before {
  content: "\f2af";
}

.fi-ts-braille-h:before {
  content: "\f2b0";
}

.fi-ts-braille-i:before {
  content: "\f2b1";
}

.fi-ts-braille-j:before {
  content: "\f2b2";
}

.fi-ts-braille-k:before {
  content: "\f2b3";
}

.fi-ts-braille-l:before {
  content: "\f2b4";
}

.fi-ts-braille-m:before {
  content: "\f2b5";
}

.fi-ts-braille-n-alt:before {
  content: "\f2b6";
}

.fi-ts-braille-n:before {
  content: "\f2b7";
}

.fi-ts-braille-o:before {
  content: "\f2b8";
}

.fi-ts-braille-p:before {
  content: "\f2b9";
}

.fi-ts-braille-q:before {
  content: "\f2ba";
}

.fi-ts-braille-r:before {
  content: "\f2bb";
}

.fi-ts-braille-s:before {
  content: "\f2bc";
}

.fi-ts-braille-t:before {
  content: "\f2bd";
}

.fi-ts-braille-u:before {
  content: "\f2be";
}

.fi-ts-braille-v:before {
  content: "\f2bf";
}

.fi-ts-braille-w:before {
  content: "\f2c0";
}

.fi-ts-braille-x:before {
  content: "\f2c1";
}

.fi-ts-braille-y:before {
  content: "\f2c2";
}

.fi-ts-braille-z:before {
  content: "\f2c3";
}

.fi-ts-braille:before {
  content: "\f2c4";
}

.fi-ts-brain-circuit:before {
  content: "\f2c5";
}

.fi-ts-brain:before {
  content: "\f2c6";
}

.fi-ts-brake-warning:before {
  content: "\f2c7";
}

.fi-ts-branching:before {
  content: "\f2c8";
}

.fi-ts-brand:before {
  content: "\f2c9";
}

.fi-ts-branding:before {
  content: "\f2ca";
}

.fi-ts-bread-loaf:before {
  content: "\f2cb";
}

.fi-ts-bread-slice-butter:before {
  content: "\f2cc";
}

.fi-ts-bread-slice:before {
  content: "\f2cd";
}

.fi-ts-bread:before {
  content: "\f2ce";
}

.fi-ts-briefcase-arrow-right:before {
  content: "\f2cf";
}

.fi-ts-briefcase-blank:before {
  content: "\f2d0";
}

.fi-ts-brightness-low:before {
  content: "\f2d1";
}

.fi-ts-brightness:before {
  content: "\f2d2";
}

.fi-ts-bring-forward:before {
  content: "\f2d3";
}

.fi-ts-bring-front:before {
  content: "\f2d4";
}

.fi-ts-broadcast-tower:before {
  content: "\f2d5";
}

.fi-ts-broccoli:before {
  content: "\f2d6";
}

.fi-ts-broken-image:before {
  content: "\f2d7";
}

.fi-ts-broom-ball:before {
  content: "\f2d8";
}

.fi-ts-browser-ui:before {
  content: "\f2d9";
}

.fi-ts-browser:before {
  content: "\f2da";
}

.fi-ts-browsers:before {
  content: "\f2db";
}

.fi-ts-bucket:before {
  content: "\f2dc";
}

.fi-ts-budget-alt:before {
  content: "\f2dd";
}

.fi-ts-budget:before {
  content: "\f2de";
}

.fi-ts-bug-slash:before {
  content: "\f2df";
}

.fi-ts-bugs:before {
  content: "\f2e0";
}

.fi-ts-build-alt:before {
  content: "\f2e1";
}

.fi-ts-build:before {
  content: "\f2e2";
}

.fi-ts-builder:before {
  content: "\f2e3";
}

.fi-ts-building-circle-arrow-right:before {
  content: "\f2e4";
}

.fi-ts-building-ngo:before {
  content: "\f2e5";
}

.fi-ts-building:before {
  content: "\f2e6";
}

.fi-ts-bulb:before {
  content: "\f2e7";
}

.fi-ts-bullet:before {
  content: "\f2e8";
}

.fi-ts-bullhorn:before {
  content: "\f2e9";
}

.fi-ts-bullseye-arrow:before {
  content: "\f2ea";
}

.fi-ts-bullseye-pointer:before {
  content: "\f2eb";
}

.fi-ts-bullseye:before {
  content: "\f2ec";
}

.fi-ts-burger-alt:before {
  content: "\f2ed";
}

.fi-ts-burger-fries:before {
  content: "\f2ee";
}

.fi-ts-burger-glass:before {
  content: "\f2ef";
}

.fi-ts-burrito:before {
  content: "\f2f0";
}

.fi-ts-burst:before {
  content: "\f2f1";
}

.fi-ts-bus-alt:before {
  content: "\f2f2";
}

.fi-ts-bus:before {
  content: "\f2f3";
}

.fi-ts-business-time:before {
  content: "\f2f4";
}

.fi-ts-Butter:before {
  content: "\f2f5";
}

.fi-ts-butterfly:before {
  content: "\f2f6";
}

.fi-ts-c:before {
  content: "\f2f7";
}

.fi-ts-cabin:before {
  content: "\f2f8";
}

.fi-ts-cactus:before {
  content: "\f2f9";
}

.fi-ts-cage-empty:before {
  content: "\f2fa";
}

.fi-ts-cake-birthday:before {
  content: "\f2fb";
}

.fi-ts-cake-slice:before {
  content: "\f2fc";
}

.fi-ts-cake-wedding:before {
  content: "\f2fd";
}

.fi-ts-calculator-bill:before {
  content: "\f2fe";
}

.fi-ts-calculator-math-tax:before {
  content: "\f2ff";
}

.fi-ts-calculator-money:before {
  content: "\f300";
}

.fi-ts-calculator-simple:before {
  content: "\f301";
}

.fi-ts-calculator:before {
  content: "\f302";
}

.fi-ts-calendar-arrow-down:before {
  content: "\f303";
}

.fi-ts-calendar-arrow-up:before {
  content: "\f304";
}

.fi-ts-calendar-check:before {
  content: "\f305";
}

.fi-ts-calendar-clock:before {
  content: "\f306";
}

.fi-ts-calendar-day:before {
  content: "\f307";
}

.fi-ts-calendar-days:before {
  content: "\f308";
}

.fi-ts-calendar-event-tax:before {
  content: "\f309";
}

.fi-ts-calendar-exclamation:before {
  content: "\f30a";
}

.fi-ts-calendar-gavel-legal:before {
  content: "\f30b";
}

.fi-ts-calendar-heart:before {
  content: "\f30c";
}

.fi-ts-calendar-image:before {
  content: "\f30d";
}

.fi-ts-calendar-lines-pen:before {
  content: "\f30e";
}

.fi-ts-calendar-lines:before {
  content: "\f30f";
}

.fi-ts-calendar-minus:before {
  content: "\f310";
}

.fi-ts-calendar-payment-loan:before {
  content: "\f311";
}

.fi-ts-calendar-pen:before {
  content: "\f312";
}

.fi-ts-calendar-plus:before {
  content: "\f313";
}

.fi-ts-calendar-salary:before {
  content: "\f314";
}

.fi-ts-calendar-shift-swap:before {
  content: "\f315";
}

.fi-ts-calendar-star:before {
  content: "\f316";
}

.fi-ts-calendar-swap:before {
  content: "\f317";
}

.fi-ts-calendar-week:before {
  content: "\f318";
}

.fi-ts-calendar-xmark:before {
  content: "\f319";
}

.fi-ts-calendars:before {
  content: "\f31a";
}

.fi-ts-call-duration:before {
  content: "\f31b";
}

.fi-ts-call-history:before {
  content: "\f31c";
}

.fi-ts-call-incoming:before {
  content: "\f31d";
}

.fi-ts-call-missed:before {
  content: "\f31e";
}

.fi-ts-call-outgoing:before {
  content: "\f31f";
}

.fi-ts-camcorder:before {
  content: "\f320";
}

.fi-ts-camera-cctv:before {
  content: "\f321";
}

.fi-ts-camera-movie:before {
  content: "\f322";
}

.fi-ts-camera-retro:before {
  content: "\f323";
}

.fi-ts-camera-rotate:before {
  content: "\f324";
}

.fi-ts-camera-security:before {
  content: "\f325";
}

.fi-ts-camera-slash:before {
  content: "\f326";
}

.fi-ts-camera-viewfinder:before {
  content: "\f327";
}

.fi-ts-camera:before {
  content: "\f328";
}

.fi-ts-campfire:before {
  content: "\f329";
}

.fi-ts-can-food:before {
  content: "\f32a";
}

.fi-ts-candle-holder:before {
  content: "\f32b";
}

.fi-ts-candle-lotus-yoga:before {
  content: "\f32c";
}

.fi-ts-candle-pose-yoga:before {
  content: "\f32d";
}

.fi-ts-candy-alt:before {
  content: "\f32e";
}

.fi-ts-candy-bar:before {
  content: "\f32f";
}

.fi-ts-candy-cane:before {
  content: "\f330";
}

.fi-ts-candy-corn:before {
  content: "\f331";
}

.fi-ts-candy-sweet:before {
  content: "\f332";
}

.fi-ts-candy:before {
  content: "\f333";
}

.fi-ts-Cannabis:before {
  content: "\f334";
}

.fi-ts-canned-food:before {
  content: "\f335";
}

.fi-ts-capsules:before {
  content: "\f336";
}

.fi-ts-car-alt:before {
  content: "\f337";
}

.fi-ts-car-battery:before {
  content: "\f338";
}

.fi-ts-car-bolt:before {
  content: "\f339";
}

.fi-ts-car-building:before {
  content: "\f33a";
}

.fi-ts-car-bump:before {
  content: "\f33b";
}

.fi-ts-car-bus:before {
  content: "\f33c";
}

.fi-ts-car-circle-bolt:before {
  content: "\f33d";
}

.fi-ts-car-crash:before {
  content: "\f33e";
}

.fi-ts-car-garage:before {
  content: "\f33f";
}

.fi-ts-car-journey:before {
  content: "\f340";
}

.fi-ts-car-mechanic:before {
  content: "\f341";
}

.fi-ts-car-rear:before {
  content: "\f342";
}

.fi-ts-car-side-bolt:before {
  content: "\f343";
}

.fi-ts-car-side:before {
  content: "\f344";
}

.fi-ts-car-tilt:before {
  content: "\f345";
}

.fi-ts-car-tunnel:before {
  content: "\f346";
}

.fi-ts-car-wash:before {
  content: "\f347";
}

.fi-ts-caravan-alt:before {
  content: "\f348";
}

.fi-ts-caravan:before {
  content: "\f349";
}

.fi-ts-card-club:before {
  content: "\f34a";
}

.fi-ts-card-diamond:before {
  content: "\f34b";
}

.fi-ts-card-heart:before {
  content: "\f34c";
}

.fi-ts-card-spade:before {
  content: "\f34d";
}

.fi-ts-cardinal-compass:before {
  content: "\f34e";
}

.fi-ts-career-growth:before {
  content: "\f34f";
}

.fi-ts-career-path:before {
  content: "\f350";
}

.fi-ts-caret-circle-down:before {
  content: "\f351";
}

.fi-ts-caret-circle-right:before {
  content: "\f352";
}

.fi-ts-caret-circle-up:before {
  content: "\f353";
}

.fi-ts-caret-down:before {
  content: "\f354";
}

.fi-ts-caret-left:before {
  content: "\f355";
}

.fi-ts-caret-right:before {
  content: "\f356";
}

.fi-ts-caret-square-down:before {
  content: "\f357";
}

.fi-ts-caret-square-left_1:before {
  content: "\f358";
}

.fi-ts-caret-square-left:before {
  content: "\f359";
}

.fi-ts-caret-square-right:before {
  content: "\f35a";
}

.fi-ts-caret-square-up:before {
  content: "\f35b";
}

.fi-ts-caret-up:before {
  content: "\f35c";
}

.fi-ts-carrot:before {
  content: "\f35d";
}

.fi-ts-cars-crash:before {
  content: "\f35e";
}

.fi-ts-cars:before {
  content: "\f35f";
}

.fi-ts-cart-arrow-down:before {
  content: "\f360";
}

.fi-ts-cart-minus:before {
  content: "\f361";
}

.fi-ts-cart-shopping-fast:before {
  content: "\f362";
}

.fi-ts-cash-register:before {
  content: "\f363";
}

.fi-ts-cassette-tape:before {
  content: "\f364";
}

.fi-ts-cassette-vhs:before {
  content: "\f365";
}

.fi-ts-castle:before {
  content: "\f366";
}

.fi-ts-cat-head:before {
  content: "\f367";
}

.fi-ts-cat-space:before {
  content: "\f368";
}

.fi-ts-cat:before {
  content: "\f369";
}

.fi-ts-catalog-alt:before {
  content: "\f36a";
}

.fi-ts-catalog-magazine:before {
  content: "\f36b";
}

.fi-ts-catalog:before {
  content: "\f36c";
}

.fi-ts-category-alt:before {
  content: "\f36d";
}

.fi-ts-category:before {
  content: "\f36e";
}

.fi-ts-cauldron:before {
  content: "\f36f";
}

.fi-ts-cedi-sign:before {
  content: "\f370";
}

.fi-ts-cello:before {
  content: "\f371";
}

.fi-ts-cent-sign:before {
  content: "\f372";
}

.fi-ts-chair-office:before {
  content: "\f373";
}

.fi-ts-chair:before {
  content: "\f374";
}

.fi-ts-chalkboard-user:before {
  content: "\f375";
}

.fi-ts-chalkboard:before {
  content: "\f376";
}

.fi-ts-challenge-alt:before {
  content: "\f377";
}

.fi-ts-challenge:before {
  content: "\f378";
}

.fi-ts-channel:before {
  content: "\f379";
}

.fi-ts-charging-station:before {
  content: "\f37a";
}

.fi-ts-chart-area:before {
  content: "\f37b";
}

.fi-ts-chart-arrow-down:before {
  content: "\f37c";
}

.fi-ts-chart-arrow-grow:before {
  content: "\f37d";
}

.fi-ts-chart-bullet:before {
  content: "\f37e";
}

.fi-ts-chart-candlestick:before {
  content: "\f37f";
}

.fi-ts-chart-connected:before {
  content: "\f380";
}

.fi-ts-chart-gantt:before {
  content: "\f381";
}

.fi-ts-chart-histogram:before {
  content: "\f382";
}

.fi-ts-chart-kanban:before {
  content: "\f383";
}

.fi-ts-chart-line-up-down:before {
  content: "\f384";
}

.fi-ts-chart-line-up:before {
  content: "\f385";
}

.fi-ts-chart-mixed-up-circle-currency:before {
  content: "\f386";
}

.fi-ts-chart-mixed-up-circle-dollar:before {
  content: "\f387";
}

.fi-ts-chart-mixed:before {
  content: "\f388";
}

.fi-ts-chart-network:before {
  content: "\f389";
}

.fi-ts-chart-pie-alt:before {
  content: "\f38a";
}

.fi-ts-chart-pie-simple-circle-currency:before {
  content: "\f38b";
}

.fi-ts-chart-pie-simple-circle-dollar:before {
  content: "\f38c";
}

.fi-ts-chart-pie:before {
  content: "\f38d";
}

.fi-ts-chart-pyramid:before {
  content: "\f38e";
}

.fi-ts-chart-radar:before {
  content: "\f38f";
}

.fi-ts-chart-scatter-3d:before {
  content: "\f390";
}

.fi-ts-chart-scatter-bubble:before {
  content: "\f391";
}

.fi-ts-chart-scatter:before {
  content: "\f392";
}

.fi-ts-chart-set-theory:before {
  content: "\f393";
}

.fi-ts-chart-simple-horizontal:before {
  content: "\f394";
}

.fi-ts-chart-simple:before {
  content: "\f395";
}

.fi-ts-chart-tree-map:before {
  content: "\f396";
}

.fi-ts-chart-tree:before {
  content: "\f397";
}

.fi-ts-chart-user:before {
  content: "\f398";
}

.fi-ts-chart-waterfall:before {
  content: "\f399";
}

.fi-ts-chatbot-speech-bubble:before {
  content: "\f39a";
}

.fi-ts-chatbot:before {
  content: "\f39b";
}

.fi-ts-cheap-bill:before {
  content: "\f39c";
}

.fi-ts-cheap-dollar:before {
  content: "\f39d";
}

.fi-ts-cheap-stack-dollar:before {
  content: "\f39e";
}

.fi-ts-cheap-stack:before {
  content: "\f39f";
}

.fi-ts-cheap:before {
  content: "\f3a0";
}

.fi-ts-check-circle:before {
  content: "\f3a1";
}

.fi-ts-check-double:before {
  content: "\f3a2";
}

.fi-ts-check-in-calendar:before {
  content: "\f3a3";
}

.fi-ts-check-out-calendar:before {
  content: "\f3a4";
}

.fi-ts-checklist-task-budget:before {
  content: "\f3a5";
}

.fi-ts-cheese-alt:before {
  content: "\f3a6";
}

.fi-ts-cheese:before {
  content: "\f3a7";
}

.fi-ts-cheeseburger:before {
  content: "\f3a8";
}

.fi-ts-cherry:before {
  content: "\f3a9";
}

.fi-ts-chess-bishop:before {
  content: "\f3aa";
}

.fi-ts-chess-board:before {
  content: "\f3ab";
}

.fi-ts-chess-clock-alt:before {
  content: "\f3ac";
}

.fi-ts-chess-clock:before {
  content: "\f3ad";
}

.fi-ts-chess-king-alt:before {
  content: "\f3ae";
}

.fi-ts-chess-king:before {
  content: "\f3af";
}

.fi-ts-chess-knight-alt:before {
  content: "\f3b0";
}

.fi-ts-chess-knight:before {
  content: "\f3b1";
}

.fi-ts-chess-pawn-alt:before {
  content: "\f3b2";
}

.fi-ts-chess-pawn:before {
  content: "\f3b3";
}

.fi-ts-chess-queen-alt:before {
  content: "\f3b4";
}

.fi-ts-chess-queen:before {
  content: "\f3b5";
}

.fi-ts-chess-rook-alt:before {
  content: "\f3b6";
}

.fi-ts-chess-rook:before {
  content: "\f3b7";
}

.fi-ts-chess:before {
  content: "\f3b8";
}

.fi-ts-chevron-double-down:before {
  content: "\f3b9";
}

.fi-ts-chevron-double-up:before {
  content: "\f3ba";
}

.fi-ts-child-head:before {
  content: "\f3bb";
}

.fi-ts-child:before {
  content: "\f3bc";
}

.fi-ts-chimney:before {
  content: "\f3bd";
}

.fi-ts-chip:before {
  content: "\f3be";
}

.fi-ts-chocolate-bar:before {
  content: "\f3bf";
}

.fi-ts-choir-singing:before {
  content: "\f3c0";
}

.fi-ts-choose-alt:before {
  content: "\f3c1";
}

.fi-ts-choose:before {
  content: "\f3c2";
}

.fi-ts-church:before {
  content: "\f3c3";
}

.fi-ts-circle-0:before {
  content: "\f3c4";
}

.fi-ts-circle-1:before {
  content: "\f3c5";
}

.fi-ts-circle-2:before {
  content: "\f3c6";
}

.fi-ts-circle-3:before {
  content: "\f3c7";
}

.fi-ts-circle-4:before {
  content: "\f3c8";
}

.fi-ts-circle-5:before {
  content: "\f3c9";
}

.fi-ts-circle-6:before {
  content: "\f3ca";
}

.fi-ts-circle-7:before {
  content: "\f3cb";
}

.fi-ts-circle-8:before {
  content: "\f3cc";
}

.fi-ts-circle-9:before {
  content: "\f3cd";
}

.fi-ts-circle-a:before {
  content: "\f3ce";
}

.fi-ts-circle-b:before {
  content: "\f3cf";
}

.fi-ts-circle-bolt:before {
  content: "\f3d0";
}

.fi-ts-circle-book-open:before {
  content: "\f3d1";
}

.fi-ts-circle-bookmark:before {
  content: "\f3d2";
}

.fi-ts-circle-c:before {
  content: "\f3d3";
}

.fi-ts-circle-calendar:before {
  content: "\f3d4";
}

.fi-ts-circle-camera:before {
  content: "\f3d5";
}

.fi-ts-circle-d:before {
  content: "\f3d6";
}

.fi-ts-circle-dashed:before {
  content: "\f3d7";
}

.fi-ts-circle-divide:before {
  content: "\f3d8";
}

.fi-ts-circle-e:before {
  content: "\f3d9";
}

.fi-ts-circle-ellipsis-vertical:before {
  content: "\f3da";
}

.fi-ts-circle-ellipsis:before {
  content: "\f3db";
}

.fi-ts-circle-envelope:before {
  content: "\f3dc";
}

.fi-ts-circle-exclamation-check:before {
  content: "\f3dd";
}

.fi-ts-circle-f:before {
  content: "\f3de";
}

.fi-ts-circle-g:before {
  content: "\f3df";
}

.fi-ts-circle-h:before {
  content: "\f3e0";
}

.fi-ts-circle-half-stroke:before {
  content: "\f3e1";
}

.fi-ts-circle-half:before {
  content: "\f3e2";
}

.fi-ts-circle-heart:before {
  content: "\f3e3";
}

.fi-ts-circle-i:before {
  content: "\f3e4";
}

.fi-ts-circle-j:before {
  content: "\f3e5";
}

.fi-ts-circle-k:before {
  content: "\f3e6";
}

.fi-ts-circle-l:before {
  content: "\f3e7";
}

.fi-ts-circle-m:before {
  content: "\f3e8";
}

.fi-ts-circle-microphone-lines:before {
  content: "\f3e9";
}

.fi-ts-circle-microphone:before {
  content: "\f3ea";
}

.fi-ts-circle-n:before {
  content: "\f3eb";
}

.fi-ts-circle-nodes:before {
  content: "\f3ec";
}

.fi-ts-circle-o:before {
  content: "\f3ed";
}

.fi-ts-circle-overlap:before {
  content: "\f3ee";
}

.fi-ts-circle-p:before {
  content: "\f3ef";
}

.fi-ts-circle-phone-flip:before {
  content: "\f3f0";
}

.fi-ts-circle-phone-hangup:before {
  content: "\f3f1";
}

.fi-ts-circle-phone:before {
  content: "\f3f2";
}

.fi-ts-circle-q:before {
  content: "\f3f3";
}

.fi-ts-circle-quarter:before {
  content: "\f3f4";
}

.fi-ts-circle-quarters-alt:before {
  content: "\f3f5";
}

.fi-ts-circle-r:before {
  content: "\f3f6";
}

.fi-ts-circle-s:before {
  content: "\f3f7";
}

.fi-ts-circle-small:before {
  content: "\f3f8";
}

.fi-ts-circle-star:before {
  content: "\f3f9";
}

.fi-ts-circle-t:before {
  content: "\f3fa";
}

.fi-ts-circle-three-quarters:before {
  content: "\f3fb";
}

.fi-ts-circle-trash:before {
  content: "\f3fc";
}

.fi-ts-circle-u:before {
  content: "\f3fd";
}

.fi-ts-circle-user:before {
  content: "\f3fe";
}

.fi-ts-circle-v:before {
  content: "\f3ff";
}

.fi-ts-circle-video:before {
  content: "\f400";
}

.fi-ts-circle-w:before {
  content: "\f401";
}

.fi-ts-circle-waveform-lines:before {
  content: "\f402";
}

.fi-ts-circle-x:before {
  content: "\f403";
}

.fi-ts-circle-xmark:before {
  content: "\f404";
}

.fi-ts-circle-y:before {
  content: "\f405";
}

.fi-ts-circle-z:before {
  content: "\f406";
}

.fi-ts-circle:before {
  content: "\f407";
}

.fi-ts-citrus-slice:before {
  content: "\f408";
}

.fi-ts-citrus:before {
  content: "\f409";
}

.fi-ts-city:before {
  content: "\f40a";
}

.fi-ts-clapperboard-play:before {
  content: "\f40b";
}

.fi-ts-clapperboard:before {
  content: "\f40c";
}

.fi-ts-clarinet:before {
  content: "\f40d";
}

.fi-ts-claw-marks:before {
  content: "\f40e";
}

.fi-ts-clear-alt:before {
  content: "\f40f";
}

.fi-ts-clip-file:before {
  content: "\f410";
}

.fi-ts-clip-mail:before {
  content: "\f411";
}

.fi-ts-clipboard-check:before {
  content: "\f412";
}

.fi-ts-clipboard-exclamation:before {
  content: "\f413";
}

.fi-ts-clipboard-list-check:before {
  content: "\f414";
}

.fi-ts-clipboard-list:before {
  content: "\f415";
}

.fi-ts-clipboard-prescription:before {
  content: "\f416";
}

.fi-ts-clipboard-question:before {
  content: "\f417";
}

.fi-ts-clipboard-user:before {
  content: "\f418";
}

.fi-ts-clipboard:before {
  content: "\f419";
}

.fi-ts-clipoard-wrong:before {
  content: "\f41a";
}

.fi-ts-clock-desk:before {
  content: "\f41b";
}

.fi-ts-clock-eight-thirty:before {
  content: "\f41c";
}

.fi-ts-clock-eleven-thirty:before {
  content: "\f41d";
}

.fi-ts-clock-eleven:before {
  content: "\f41e";
}

.fi-ts-clock-five-thirty:before {
  content: "\f41f";
}

.fi-ts-clock-five:before {
  content: "\f420";
}

.fi-ts-clock-four-thirty:before {
  content: "\f421";
}

.fi-ts-clock-nine-thirty:before {
  content: "\f422";
}

.fi-ts-clock-nine:before {
  content: "\f423";
}

.fi-ts-clock-one-thirty:before {
  content: "\f424";
}

.fi-ts-clock-one:before {
  content: "\f425";
}

.fi-ts-clock-seven-thirty:before {
  content: "\f426";
}

.fi-ts-clock-seven:before {
  content: "\f427";
}

.fi-ts-clock-six-thirty:before {
  content: "\f428";
}

.fi-ts-clock-six:before {
  content: "\f429";
}

.fi-ts-clock-ten-thirty:before {
  content: "\f42a";
}

.fi-ts-clock-ten:before {
  content: "\f42b";
}

.fi-ts-clock-three-thirty:before {
  content: "\f42c";
}

.fi-ts-clock-three:before {
  content: "\f42d";
}

.fi-ts-clock-time-tracking:before {
  content: "\f42e";
}

.fi-ts-clock-twelve-thirty:before {
  content: "\f42f";
}

.fi-ts-clock-twelve:before {
  content: "\f430";
}

.fi-ts-clock-two-thirty:before {
  content: "\f431";
}

.fi-ts-clock-two:before {
  content: "\f432";
}

.fi-ts-clock-up-arrow:before {
  content: "\f433";
}

.fi-ts-clone:before {
  content: "\f434";
}

.fi-ts-closed-captioning-slash:before {
  content: "\f435";
}

.fi-ts-clothes-hanger:before {
  content: "\f436";
}

.fi-ts-cloud-back-up-alt:before {
  content: "\f437";
}

.fi-ts-cloud-back-up:before {
  content: "\f438";
}

.fi-ts-cloud-check:before {
  content: "\f439";
}

.fi-ts-cloud-code:before {
  content: "\f43a";
}

.fi-ts-cloud-disabled:before {
  content: "\f43b";
}

.fi-ts-cloud-download-alt:before {
  content: "\f43c";
}

.fi-ts-cloud-download:before {
  content: "\f43d";
}

.fi-ts-cloud-drizzle:before {
  content: "\f43e";
}

.fi-ts-cloud-exclamation:before {
  content: "\f43f";
}

.fi-ts-cloud-gear-automation:before {
  content: "\f440";
}

.fi-ts-cloud-hail-mixed:before {
  content: "\f441";
}

.fi-ts-cloud-hail:before {
  content: "\f442";
}

.fi-ts-cloud-meatball:before {
  content: "\f443";
}

.fi-ts-cloud-moon-rain:before {
  content: "\f444";
}

.fi-ts-cloud-moon:before {
  content: "\f445";
}

.fi-ts-cloud-question:before {
  content: "\f446";
}

.fi-ts-cloud-rain:before {
  content: "\f447";
}

.fi-ts-cloud-rainbow:before {
  content: "\f448";
}

.fi-ts-cloud-share:before {
  content: "\f449";
}

.fi-ts-cloud-showers-heavy:before {
  content: "\f44a";
}

.fi-ts-cloud-showers:before {
  content: "\f44b";
}

.fi-ts-cloud-sleet:before {
  content: "\f44c";
}

.fi-ts-cloud-snow:before {
  content: "\f44d";
}

.fi-ts-cloud-sun-rain:before {
  content: "\f44e";
}

.fi-ts-cloud-sun:before {
  content: "\f44f";
}

.fi-ts-cloud-upload-alt:before {
  content: "\f450";
}

.fi-ts-cloud:before {
  content: "\f451";
}

.fi-ts-clouds-moon:before {
  content: "\f452";
}

.fi-ts-clouds-sun:before {
  content: "\f453";
}

.fi-ts-clouds:before {
  content: "\f454";
}

.fi-ts-clover-alt:before {
  content: "\f455";
}

.fi-ts-club:before {
  content: "\f456";
}

.fi-ts-cocktail:before {
  content: "\f457";
}

.fi-ts-coconut:before {
  content: "\f458";
}

.fi-ts-code-branch:before {
  content: "\f459";
}

.fi-ts-code-commit:before {
  content: "\f45a";
}

.fi-ts-code-compare:before {
  content: "\f45b";
}

.fi-ts-code-fork:before {
  content: "\f45c";
}

.fi-ts-code-merge:before {
  content: "\f45d";
}

.fi-ts-code-pull-request-closed:before {
  content: "\f45e";
}

.fi-ts-code-pull-request-draft:before {
  content: "\f45f";
}

.fi-ts-code-pull-request:before {
  content: "\f460";
}

.fi-ts-code-simple:before {
  content: "\f461";
}

.fi-ts-coffee-bean:before {
  content: "\f462";
}

.fi-ts-coffee-beans:before {
  content: "\f463";
}

.fi-ts-coffee-heart:before {
  content: "\f464";
}

.fi-ts-coffee-pot:before {
  content: "\f465";
}

.fi-ts-coffee:before {
  content: "\f466";
}

.fi-ts-coffin-cross:before {
  content: "\f467";
}

.fi-ts-coffin:before {
  content: "\f468";
}

.fi-ts-coin-up-arrow:before {
  content: "\f469";
}

.fi-ts-coin:before {
  content: "\f46a";
}

.fi-ts-coins:before {
  content: "\f46b";
}

.fi-ts-colon-sign:before {
  content: "\f46c";
}

.fi-ts-columns-3:before {
  content: "\f46d";
}

.fi-ts-comet:before {
  content: "\f46e";
}

.fi-ts-command:before {
  content: "\f46f";
}

.fi-ts-comment-alt-check:before {
  content: "\f470";
}

.fi-ts-comment-alt-dots:before {
  content: "\f471";
}

.fi-ts-comment-alt-edit:before {
  content: "\f472";
}

.fi-ts-comment-alt-medical:before {
  content: "\f473";
}

.fi-ts-comment-alt-middle-top:before {
  content: "\f474";
}

.fi-ts-comment-alt-middle:before {
  content: "\f475";
}

.fi-ts-comment-alt-minus:before {
  content: "\f476";
}

.fi-ts-comment-alt-music:before {
  content: "\f477";
}

.fi-ts-comment-arrow-down:before {
  content: "\f478";
}

.fi-ts-comment-arrow-up-right:before {
  content: "\f479";
}

.fi-ts-comment-arrow-up:before {
  content: "\f47a";
}

.fi-ts-comment-check:before {
  content: "\f47b";
}

.fi-ts-comment-code:before {
  content: "\f47c";
}

.fi-ts-comment-dollar:before {
  content: "\f47d";
}

.fi-ts-comment-dots:before {
  content: "\f47e";
}

.fi-ts-comment-exclamation:before {
  content: "\f47f";
}

.fi-ts-comment-heart:before {
  content: "\f480";
}

.fi-ts-comment-image:before {
  content: "\f481";
}

.fi-ts-comment-info:before {
  content: "\f482";
}

.fi-ts-comment-medical:before {
  content: "\f483";
}

.fi-ts-comment-minus:before {
  content: "\f484";
}

.fi-ts-comment-pen:before {
  content: "\f485";
}

.fi-ts-comment-question:before {
  content: "\f486";
}

.fi-ts-comment-quote:before {
  content: "\f487";
}

.fi-ts-comment-slash:before {
  content: "\f488";
}

.fi-ts-comment-smile:before {
  content: "\f489";
}

.fi-ts-comment-sms:before {
  content: "\f48a";
}

.fi-ts-comment-text:before {
  content: "\f48b";
}

.fi-ts-comment-user:before {
  content: "\f48c";
}

.fi-ts-comment-xmark:before {
  content: "\f48d";
}

.fi-ts-comments-dollar:before {
  content: "\f48e";
}

.fi-ts-comments-question-check:before {
  content: "\f48f";
}

.fi-ts-comments-question:before {
  content: "\f490";
}

.fi-ts-comments:before {
  content: "\f491";
}

.fi-ts-compass-alt:before {
  content: "\f492";
}

.fi-ts-compass-east:before {
  content: "\f493";
}

.fi-ts-compass-north:before {
  content: "\f494";
}

.fi-ts-compass-slash:before {
  content: "\f495";
}

.fi-ts-compass-south:before {
  content: "\f496";
}

.fi-ts-compass-west:before {
  content: "\f497";
}

.fi-ts-completed:before {
  content: "\f498";
}

.fi-ts-compliance-clipboard:before {
  content: "\f499";
}

.fi-ts-compliance-document:before {
  content: "\f49a";
}

.fi-ts-compliance:before {
  content: "\f49b";
}

.fi-ts-compress-alt:before {
  content: "\f49c";
}

.fi-ts-computer-classic:before {
  content: "\f49d";
}

.fi-ts-computer-mouse:before {
  content: "\f49e";
}

.fi-ts-computer-speaker:before {
  content: "\f49f";
}

.fi-ts-computer:before {
  content: "\f4a0";
}

.fi-ts-concierge-bell:before {
  content: "\f4a1";
}

.fi-ts-condition-alt:before {
  content: "\f4a2";
}

.fi-ts-condition:before {
  content: "\f4a3";
}

.fi-ts-confetti:before {
  content: "\f4a4";
}

.fi-ts-constellation:before {
  content: "\f4a5";
}

.fi-ts-container-storage:before {
  content: "\f4a6";
}

.fi-ts-convert-document:before {
  content: "\f4a7";
}

.fi-ts-convert-shapes:before {
  content: "\f4a8";
}

.fi-ts-conveyor-belt-alt:before {
  content: "\f4a9";
}

.fi-ts-conveyor-belt-arm:before {
  content: "\f4aa";
}

.fi-ts-conveyor-belt-empty:before {
  content: "\f4ab";
}

.fi-ts-conveyor-belt:before {
  content: "\f4ac";
}

.fi-ts-cookie-alt:before {
  content: "\f4ad";
}

.fi-ts-copy-alt:before {
  content: "\f4ae";
}

.fi-ts-copy-image:before {
  content: "\f4af";
}

.fi-ts-copy:before {
  content: "\f4b0";
}

.fi-ts-corn:before {
  content: "\f4b1";
}

.fi-ts-corporate-alt:before {
  content: "\f4b2";
}

.fi-ts-corporate:before {
  content: "\f4b3";
}

.fi-ts-couch:before {
  content: "\f4b4";
}

.fi-ts-court-sport:before {
  content: "\f4b5";
}

.fi-ts-cow-alt:before {
  content: "\f4b6";
}

.fi-ts-cow:before {
  content: "\f4b7";
}

.fi-ts-cowbell-circle-plus:before {
  content: "\f4b8";
}

.fi-ts-cowbell-more:before {
  content: "\f4b9";
}

.fi-ts-cowbell:before {
  content: "\f4ba";
}

.fi-ts-crab:before {
  content: "\f4bb";
}

.fi-ts-crate-empty:before {
  content: "\f4bc";
}

.fi-ts-cream:before {
  content: "\f4bd";
}

.fi-ts-credit-card-buyer:before {
  content: "\f4be";
}

.fi-ts-credit-card-eye:before {
  content: "\f4bf";
}

.fi-ts-cricket:before {
  content: "\f4c0";
}

.fi-ts-crm-alt:before {
  content: "\f4c1";
}

.fi-ts-crm-computer:before {
  content: "\f4c2";
}

.fi-ts-CRM:before {
  content: "\f4c3";
}

.fi-ts-croissant:before {
  content: "\f4c4";
}

.fi-ts-cross-religion:before {
  content: "\f4c5";
}

.fi-ts-crow:before {
  content: "\f4c6";
}

.fi-ts-crutch:before {
  content: "\f4c7";
}

.fi-ts-crutches:before {
  content: "\f4c8";
}

.fi-ts-cruzeiro-sign:before {
  content: "\f4c9";
}

.fi-ts-crypto-calendar:before {
  content: "\f4ca";
}

.fi-ts-cryptocurrency:before {
  content: "\f4cb";
}

.fi-ts-crystal-ball:before {
  content: "\f4cc";
}

.fi-ts-cube:before {
  content: "\f4cd";
}

.fi-ts-cubes-stacked:before {
  content: "\f4ce";
}

.fi-ts-cubes:before {
  content: "\f4cf";
}

.fi-ts-cucumber:before {
  content: "\f4d0";
}

.fi-ts-cup-straw-swoosh:before {
  content: "\f4d1";
}

.fi-ts-cup-straw:before {
  content: "\f4d2";
}

.fi-ts-cup-togo:before {
  content: "\f4d3";
}

.fi-ts-cupcake-alt:before {
  content: "\f4d4";
}

.fi-ts-cupcake:before {
  content: "\f4d5";
}

.fi-ts-curling:before {
  content: "\f4d6";
}

.fi-ts-cursor-finger:before {
  content: "\f4d7";
}

.fi-ts-cursor-plus:before {
  content: "\f4d8";
}

.fi-ts-cursor:before {
  content: "\f4d9";
}

.fi-ts-curve-alt:before {
  content: "\f4da";
}

.fi-ts-curve-arrow:before {
  content: "\f4db";
}

.fi-ts-curve:before {
  content: "\f4dc";
}

.fi-ts-custard:before {
  content: "\f4dd";
}

.fi-ts-customer-care:before {
  content: "\f4de";
}

.fi-ts-customer-service:before {
  content: "\f4df";
}

.fi-ts-customization-cogwheel:before {
  content: "\f4e0";
}

.fi-ts-customization:before {
  content: "\f4e1";
}

.fi-ts-customize-computer:before {
  content: "\f4e2";
}

.fi-ts-customize-edit:before {
  content: "\f4e3";
}

.fi-ts-customize:before {
  content: "\f4e4";
}

.fi-ts-CV:before {
  content: "\f4e5";
}

.fi-ts-cvv-card:before {
  content: "\f4e6";
}

.fi-ts-d:before {
  content: "\f4e7";
}

.fi-ts-dagger:before {
  content: "\f4e8";
}

.fi-ts-daily-calendar:before {
  content: "\f4e9";
}

.fi-ts-damage:before {
  content: "\f4ea";
}

.fi-ts-dashboard-monitor:before {
  content: "\f4eb";
}

.fi-ts-dashboard-panel:before {
  content: "\f4ec";
}

.fi-ts-dashboard:before {
  content: "\f4ed";
}

.fi-ts-database:before {
  content: "\f4ee";
}

.fi-ts-debt:before {
  content: "\f4ef";
}

.fi-ts-deer-rudolph:before {
  content: "\f4f0";
}

.fi-ts-deer:before {
  content: "\f4f1";
}

.fi-ts-delete-document:before {
  content: "\f4f2";
}

.fi-ts-delete-right:before {
  content: "\f4f3";
}

.fi-ts-delete-user:before {
  content: "\f4f4";
}

.fi-ts-delete:before {
  content: "\f4f5";
}

.fi-ts-democrat:before {
  content: "\f4f6";
}

.fi-ts-department-structure:before {
  content: "\f4f7";
}

.fi-ts-department:before {
  content: "\f4f8";
}

.fi-ts-deposit-alt:before {
  content: "\f4f9";
}

.fi-ts-deposit:before {
  content: "\f4fa";
}

.fi-ts-description-alt:before {
  content: "\f4fb";
}

.fi-ts-description:before {
  content: "\f4fc";
}

.fi-ts-desk:before {
  content: "\f4fd";
}

.fi-ts-desktop-arrow-down:before {
  content: "\f4fe";
}

.fi-ts-desktop-wallpaper:before {
  content: "\f4ff";
}

.fi-ts-devices:before {
  content: "\f500";
}

.fi-ts-dewpoint:before {
  content: "\f501";
}

.fi-ts-dharmachakra:before {
  content: "\f502";
}

.fi-ts-diagram-cells:before {
  content: "\f503";
}

.fi-ts-diagram-lean-canvas:before {
  content: "\f504";
}

.fi-ts-diagram-nested:before {
  content: "\f505";
}

.fi-ts-diagram-next:before {
  content: "\f506";
}

.fi-ts-diagram-predecessor:before {
  content: "\f507";
}

.fi-ts-diagram-previous:before {
  content: "\f508";
}

.fi-ts-diagram-project:before {
  content: "\f509";
}

.fi-ts-diagram-sankey:before {
  content: "\f50a";
}

.fi-ts-diagram-subtask:before {
  content: "\f50b";
}

.fi-ts-diagram-successor:before {
  content: "\f50c";
}

.fi-ts-diagram-venn:before {
  content: "\f50d";
}

.fi-ts-dial-high:before {
  content: "\f50e";
}

.fi-ts-dial-low:before {
  content: "\f50f";
}

.fi-ts-dial-max:before {
  content: "\f510";
}

.fi-ts-dial-med-low:before {
  content: "\f511";
}

.fi-ts-dial-med:before {
  content: "\f512";
}

.fi-ts-dial-min:before {
  content: "\f513";
}

.fi-ts-dial-off:before {
  content: "\f514";
}

.fi-ts-dial:before {
  content: "\f515";
}

.fi-ts-diamond-exclamation:before {
  content: "\f516";
}

.fi-ts-diamond-turn-right:before {
  content: "\f517";
}

.fi-ts-diamond:before {
  content: "\f518";
}

.fi-ts-diary-bookmark-down:before {
  content: "\f519";
}

.fi-ts-diary-bookmarks:before {
  content: "\f51a";
}

.fi-ts-diary-clasp:before {
  content: "\f51b";
}

.fi-ts-dice-alt:before {
  content: "\f51c";
}

.fi-ts-dice-d10:before {
  content: "\f51d";
}

.fi-ts-dice-d12:before {
  content: "\f51e";
}

.fi-ts-dice-d20:before {
  content: "\f51f";
}

.fi-ts-dice-d4:before {
  content: "\f520";
}

.fi-ts-dice-d6:before {
  content: "\f521";
}

.fi-ts-dice-d8:before {
  content: "\f522";
}

.fi-ts-dice-four:before {
  content: "\f523";
}

.fi-ts-dice-one:before {
  content: "\f524";
}

.fi-ts-dice-six:before {
  content: "\f525";
}

.fi-ts-dice-three:before {
  content: "\f526";
}

.fi-ts-dice-two:before {
  content: "\f527";
}

.fi-ts-digging:before {
  content: "\f528";
}

.fi-ts-digital-tachograph:before {
  content: "\f529";
}

.fi-ts-dinner:before {
  content: "\f52a";
}

.fi-ts-diploma:before {
  content: "\f52b";
}

.fi-ts-direction-signal-arrow:before {
  content: "\f52c";
}

.fi-ts-direction-signal:before {
  content: "\f52d";
}

.fi-ts-disc-drive:before {
  content: "\f52e";
}

.fi-ts-disco-ball:before {
  content: "\f52f";
}

.fi-ts-discover:before {
  content: "\f530";
}

.fi-ts-disease:before {
  content: "\f531";
}

.fi-ts-display-arrow-down:before {
  content: "\f532";
}

.fi-ts-display-chart-up:before {
  content: "\f533";
}

.fi-ts-display-code:before {
  content: "\f534";
}

.fi-ts-display-medical:before {
  content: "\f535";
}

.fi-ts-display-slash:before {
  content: "\f536";
}

.fi-ts-distribute-spacing-horizontal:before {
  content: "\f537";
}

.fi-ts-distribute-spacing-vertical:before {
  content: "\f538";
}

.fi-ts-divide:before {
  content: "\f539";
}

.fi-ts-dizzy:before {
  content: "\f53a";
}

.fi-ts-dna:before {
  content: "\f53b";
}

.fi-ts-do-not-enter:before {
  content: "\f53c";
}

.fi-ts-doctor:before {
  content: "\f53d";
}

.fi-ts-document-circle-wrong:before {
  content: "\f53e";
}

.fi-ts-document-paid:before {
  content: "\f53f";
}

.fi-ts-document-signed:before {
  content: "\f540";
}

.fi-ts-document:before {
  content: "\f541";
}

.fi-ts-dog-leashed:before {
  content: "\f542";
}

.fi-ts-dog:before {
  content: "\f543";
}

.fi-ts-dolly-flatbed-alt:before {
  content: "\f544";
}

.fi-ts-dolly-flatbed-empty:before {
  content: "\f545";
}

.fi-ts-dolly-flatbed:before {
  content: "\f546";
}

.fi-ts-dolphin:before {
  content: "\f547";
}

.fi-ts-domino-effect:before {
  content: "\f548";
}

.fi-ts-donate:before {
  content: "\f549";
}

.fi-ts-dong-sign:before {
  content: "\f54a";
}

.fi-ts-donut:before {
  content: "\f54b";
}

.fi-ts-door-closed:before {
  content: "\f54c";
}

.fi-ts-door-open:before {
  content: "\f54d";
}

.fi-ts-dot-circle:before {
  content: "\f54e";
}

.fi-ts-dot-pending:before {
  content: "\f54f";
}

.fi-ts-dove:before {
  content: "\f550";
}

.fi-ts-down-from-bracket:before {
  content: "\f551";
}

.fi-ts-down-left:before {
  content: "\f552";
}

.fi-ts-down-right:before {
  content: "\f553";
}

.fi-ts-down-to-line:before {
  content: "\f554";
}

.fi-ts-down:before {
  content: "\f555";
}

.fi-ts-drafting-compass:before {
  content: "\f556";
}

.fi-ts-dragon:before {
  content: "\f557";
}

.fi-ts-draw-polygon:before {
  content: "\f558";
}

.fi-ts-draw-square:before {
  content: "\f559";
}

.fi-ts-drawer-alt:before {
  content: "\f55a";
}

.fi-ts-drawer-empty:before {
  content: "\f55b";
}

.fi-ts-drawer:before {
  content: "\f55c";
}

.fi-ts-dreidel:before {
  content: "\f55d";
}

.fi-ts-drink-alt:before {
  content: "\f55e";
}

.fi-ts-drink:before {
  content: "\f55f";
}

.fi-ts-driver-man:before {
  content: "\f560";
}

.fi-ts-driver-woman:before {
  content: "\f561";
}

.fi-ts-drone-alt:before {
  content: "\f562";
}

.fi-ts-drone-front:before {
  content: "\f563";
}

.fi-ts-drone:before {
  content: "\f564";
}

.fi-ts-drop-down:before {
  content: "\f565";
}

.fi-ts-dropdown-select:before {
  content: "\f566";
}

.fi-ts-dropdown:before {
  content: "\f567";
}

.fi-ts-drum-steelpan:before {
  content: "\f568";
}

.fi-ts-drum:before {
  content: "\f569";
}

.fi-ts-drumstick-bite:before {
  content: "\f56a";
}

.fi-ts-drumstick:before {
  content: "\f56b";
}

.fi-ts-dryer-alt:before {
  content: "\f56c";
}

.fi-ts-dryer:before {
  content: "\f56d";
}

.fi-ts-duck:before {
  content: "\f56e";
}

.fi-ts-dumbbell-fitness:before {
  content: "\f56f";
}

.fi-ts-dumbbell-horizontal:before {
  content: "\f570";
}

.fi-ts-dumbbell-ray:before {
  content: "\f571";
}

.fi-ts-dumbbell-weightlifting:before {
  content: "\f572";
}

.fi-ts-dumpster-fire:before {
  content: "\f573";
}

.fi-ts-dumpster:before {
  content: "\f574";
}

.fi-ts-dungeon:before {
  content: "\f575";
}

.fi-ts-duration-alt:before {
  content: "\f576";
}

.fi-ts-duration:before {
  content: "\f577";
}

.fi-ts-e-learning:before {
  content: "\f578";
}

.fi-ts-e:before {
  content: "\f579";
}

.fi-ts-ear-deaf:before {
  content: "\f57a";
}

.fi-ts-ear-muffs:before {
  content: "\f57b";
}

.fi-ts-ear:before {
  content: "\f57c";
}

.fi-ts-earth-africa:before {
  content: "\f57d";
}

.fi-ts-earth-americas:before {
  content: "\f57e";
}

.fi-ts-earth-asia:before {
  content: "\f57f";
}

.fi-ts-earth-europa:before {
  content: "\f580";
}

.fi-ts-eclipse-alt:before {
  content: "\f581";
}

.fi-ts-eclipse:before {
  content: "\f582";
}

.fi-ts-effect:before {
  content: "\f583";
}

.fi-ts-egg-fried:before {
  content: "\f584";
}

.fi-ts-egg:before {
  content: "\f585";
}

.fi-ts-eject:before {
  content: "\f586";
}

.fi-ts-elephant:before {
  content: "\f587";
}

.fi-ts-elevator:before {
  content: "\f588";
}

.fi-ts-employee-alt:before {
  content: "\f589";
}

.fi-ts-employee-handbook:before {
  content: "\f58a";
}

.fi-ts-employee-man-alt:before {
  content: "\f58b";
}

.fi-ts-employee-man:before {
  content: "\f58c";
}

.fi-ts-employees-woman-man:before {
  content: "\f58d";
}

.fi-ts-employees:before {
  content: "\f58e";
}

.fi-ts-empty-set:before {
  content: "\f58f";
}

.fi-ts-endless-loop:before {
  content: "\f590";
}

.fi-ts-engine-warning:before {
  content: "\f591";
}

.fi-ts-engine:before {
  content: "\f592";
}

.fi-ts-envelope-ban:before {
  content: "\f593";
}

.fi-ts-envelope-bulk:before {
  content: "\f594";
}

.fi-ts-envelope-dot:before {
  content: "\f595";
}

.fi-ts-envelope-download:before {
  content: "\f596";
}

.fi-ts-envelope-heart:before {
  content: "\f597";
}

.fi-ts-envelope-marker:before {
  content: "\f598";
}

.fi-ts-envelope-open-dollar:before {
  content: "\f599";
}

.fi-ts-envelope-open-text:before {
  content: "\f59a";
}

.fi-ts-envelope-open:before {
  content: "\f59b";
}

.fi-ts-envelope-plus:before {
  content: "\f59c";
}

.fi-ts-envelopes:before {
  content: "\f59d";
}

.fi-ts-equality:before {
  content: "\f59e";
}

.fi-ts-equals:before {
  content: "\f59f";
}

.fi-ts-eraser:before {
  content: "\f5a0";
}

.fi-ts-error-camera:before {
  content: "\f5a1";
}

.fi-ts-escalator:before {
  content: "\f5a2";
}

.fi-ts-ethernet:before {
  content: "\f5a3";
}

.fi-ts-euro:before {
  content: "\f5a4";
}

.fi-ts-excavator:before {
  content: "\f5a5";
}

.fi-ts-exchange-alt:before {
  content: "\f5a6";
}

.fi-ts-exchange-cryptocurrency:before {
  content: "\f5a7";
}

.fi-ts-exchange:before {
  content: "\f5a8";
}

.fi-ts-exit-alt:before {
  content: "\f5a9";
}

.fi-ts-expand-arrows-alt:before {
  content: "\f5aa";
}

.fi-ts-expand-arrows:before {
  content: "\f5ab";
}

.fi-ts-expense-bill:before {
  content: "\f5ac";
}

.fi-ts-expense:before {
  content: "\f5ad";
}

.fi-ts-external-hard-drive:before {
  content: "\f5ae";
}

.fi-ts-external-world:before {
  content: "\f5af";
}

.fi-ts-eye-dropper-half:before {
  content: "\f5b0";
}

.fi-ts-eyes:before {
  content: "\f5b1";
}

.fi-ts-f:before {
  content: "\f5b2";
}

.fi-ts-fabric:before {
  content: "\f5b3";
}

.fi-ts-face-angry-horns:before {
  content: "\f5b4";
}

.fi-ts-face-anguished:before {
  content: "\f5b5";
}

.fi-ts-face-anxious-sweat:before {
  content: "\f5b6";
}

.fi-ts-face-astonished:before {
  content: "\f5b7";
}

.fi-ts-face-awesome:before {
  content: "\f5b8";
}

.fi-ts-face-beam-hand-over-mouth:before {
  content: "\f5b9";
}

.fi-ts-face-confounded:before {
  content: "\f5ba";
}

.fi-ts-face-confused:before {
  content: "\f5bb";
}

.fi-ts-face-cowboy-hat:before {
  content: "\f5bc";
}

.fi-ts-face-disappointed:before {
  content: "\f5bd";
}

.fi-ts-face-disguise:before {
  content: "\f5be";
}

.fi-ts-face-downcast-sweat:before {
  content: "\f5bf";
}

.fi-ts-face-drooling:before {
  content: "\f5c0";
}

.fi-ts-face-explode:before {
  content: "\f5c1";
}

.fi-ts-face-expressionless:before {
  content: "\f5c2";
}

.fi-ts-face-eyes-xmarks:before {
  content: "\f5c3";
}

.fi-ts-face-fearful:before {
  content: "\f5c4";
}

.fi-ts-face-glasses:before {
  content: "\f5c5";
}

.fi-ts-face-grin-tongue-wink:before {
  content: "\f5c6";
}

.fi-ts-face-hand-yawn:before {
  content: "\f5c7";
}

.fi-ts-face-head-bandage:before {
  content: "\f5c8";
}

.fi-ts-face-hushed:before {
  content: "\f5c9";
}

.fi-ts-face-icicles:before {
  content: "\f5ca";
}

.fi-ts-face-lying:before {
  content: "\f5cb";
}

.fi-ts-face-mask:before {
  content: "\f5cc";
}

.fi-ts-face-monocle:before {
  content: "\f5cd";
}

.fi-ts-face-nauseated:before {
  content: "\f5ce";
}

.fi-ts-face-nose-steam:before {
  content: "\f5cf";
}

.fi-ts-face-party:before {
  content: "\f5d0";
}

.fi-ts-face-pensive:before {
  content: "\f5d1";
}

.fi-ts-face-persevering:before {
  content: "\f5d2";
}

.fi-ts-face-pleading:before {
  content: "\f5d3";
}

.fi-ts-face-raised-eyebrow:before {
  content: "\f5d4";
}

.fi-ts-face-relieved:before {
  content: "\f5d5";
}

.fi-ts-face-sad-sweat:before {
  content: "\f5d6";
}

.fi-ts-face-scream:before {
  content: "\f5d7";
}

.fi-ts-face-shush:before {
  content: "\f5d8";
}

.fi-ts-face-sleeping:before {
  content: "\f5d9";
}

.fi-ts-face-sleepy:before {
  content: "\f5da";
}

.fi-ts-face-smile-halo:before {
  content: "\f5db";
}

.fi-ts-face-smile-hearts:before {
  content: "\f5dc";
}

.fi-ts-face-smile-horns:before {
  content: "\f5dd";
}

.fi-ts-face-smile-tear:before {
  content: "\f5de";
}

.fi-ts-face-smile-tongue:before {
  content: "\f5df";
}

.fi-ts-face-smile-upside-down:before {
  content: "\f5e0";
}

.fi-ts-face-smiling-hands:before {
  content: "\f5e1";
}

.fi-ts-face-smirking:before {
  content: "\f5e2";
}

.fi-ts-face-sunglasses-alt:before {
  content: "\f5e3";
}

.fi-ts-face-sunglasses:before {
  content: "\f5e4";
}

.fi-ts-face-swear:before {
  content: "\f5e5";
}

.fi-ts-face-thermometer:before {
  content: "\f5e6";
}

.fi-ts-face-thinking:before {
  content: "\f5e7";
}

.fi-ts-face-tissue:before {
  content: "\f5e8";
}

.fi-ts-face-tongue-money:before {
  content: "\f5e9";
}

.fi-ts-face-tongue-sweat:before {
  content: "\f5ea";
}

.fi-ts-face-unamused:before {
  content: "\f5eb";
}

.fi-ts-face-viewfinder:before {
  content: "\f5ec";
}

.fi-ts-face-vomit:before {
  content: "\f5ed";
}

.fi-ts-face-weary:before {
  content: "\f5ee";
}

.fi-ts-face-woozy:before {
  content: "\f5ef";
}

.fi-ts-face-worried:before {
  content: "\f5f0";
}

.fi-ts-face-zany:before {
  content: "\f5f1";
}

.fi-ts-face-zipper:before {
  content: "\f5f2";
}

.fi-ts-fail:before {
  content: "\f5f3";
}

.fi-ts-falafel:before {
  content: "\f5f4";
}

.fi-ts-family-dress:before {
  content: "\f5f5";
}

.fi-ts-family-pants:before {
  content: "\f5f6";
}

.fi-ts-family:before {
  content: "\f5f7";
}

.fi-ts-fan-table:before {
  content: "\f5f8";
}

.fi-ts-fan:before {
  content: "\f5f9";
}

.fi-ts-farm:before {
  content: "\f5fa";
}

.fi-ts-faucet-drip:before {
  content: "\f5fb";
}

.fi-ts-faucet:before {
  content: "\f5fc";
}

.fi-ts-fax:before {
  content: "\f5fd";
}

.fi-ts-feather-pointed:before {
  content: "\f5fe";
}

.fi-ts-feather:before {
  content: "\f5ff";
}

.fi-ts-features-alt:before {
  content: "\f600";
}

.fi-ts-features:before {
  content: "\f601";
}

.fi-ts-fee-receipt:before {
  content: "\f602";
}

.fi-ts-fee:before {
  content: "\f603";
}

.fi-ts-feedback-alt:before {
  content: "\f604";
}

.fi-ts-feedback-cycle-loop:before {
  content: "\f605";
}

.fi-ts-feedback-hand:before {
  content: "\f606";
}

.fi-ts-feedback-review:before {
  content: "\f607";
}

.fi-ts-feedback:before {
  content: "\f608";
}

.fi-ts-fence:before {
  content: "\f609";
}

.fi-ts-ferris-wheel:before {
  content: "\f60a";
}

.fi-ts-field-hockey:before {
  content: "\f60b";
}

.fi-ts-fighter-jet:before {
  content: "\f60c";
}

.fi-ts-file-audio:before {
  content: "\f60d";
}

.fi-ts-file-binary:before {
  content: "\f60e";
}

.fi-ts-file-chart-line:before {
  content: "\f60f";
}

.fi-ts-file-chart-pie:before {
  content: "\f610";
}

.fi-ts-file-circle-info:before {
  content: "\f611";
}

.fi-ts-file-cloud:before {
  content: "\f612";
}

.fi-ts-file-code:before {
  content: "\f613";
}

.fi-ts-file-csv:before {
  content: "\f614";
}

.fi-ts-file-download:before {
  content: "\f615";
}

.fi-ts-file-edit:before {
  content: "\f616";
}

.fi-ts-file-excel:before {
  content: "\f617";
}

.fi-ts-file-exclamation:before {
  content: "\f618";
}

.fi-ts-file-export:before {
  content: "\f619";
}

.fi-ts-file-image:before {
  content: "\f61a";
}

.fi-ts-file-import:before {
  content: "\f61b";
}

.fi-ts-file-invoice-dollar:before {
  content: "\f61c";
}

.fi-ts-file-invoice:before {
  content: "\f61d";
}

.fi-ts-file-medical-alt:before {
  content: "\f61e";
}

.fi-ts-file-medical:before {
  content: "\f61f";
}

.fi-ts-file-minus:before {
  content: "\f620";
}

.fi-ts-file-pdf:before {
  content: "\f621";
}

.fi-ts-file-powerpoint:before {
  content: "\f622";
}

.fi-ts-file-prescription:before {
  content: "\f623";
}

.fi-ts-file-signature:before {
  content: "\f624";
}

.fi-ts-file-spreadsheet:before {
  content: "\f625";
}

.fi-ts-file-upload:before {
  content: "\f626";
}

.fi-ts-file-user:before {
  content: "\f627";
}

.fi-ts-file-video:before {
  content: "\f628";
}

.fi-ts-file-word:before {
  content: "\f629";
}

.fi-ts-file-zipper:before {
  content: "\f62a";
}

.fi-ts-files-medical:before {
  content: "\f62b";
}

.fi-ts-film-canister:before {
  content: "\f62c";
}

.fi-ts-film-slash:before {
  content: "\f62d";
}

.fi-ts-films:before {
  content: "\f62e";
}

.fi-ts-filter-list:before {
  content: "\f62f";
}

.fi-ts-filter-slash:before {
  content: "\f630";
}

.fi-ts-filter:before {
  content: "\f631";
}

.fi-ts-filters:before {
  content: "\f632";
}

.fi-ts-fingerprint:before {
  content: "\f633";
}

.fi-ts-fire-burner:before {
  content: "\f634";
}

.fi-ts-fire-extinguisher:before {
  content: "\f635";
}

.fi-ts-fire-flame-curved:before {
  content: "\f636";
}

.fi-ts-fire-flame-simple:before {
  content: "\f637";
}

.fi-ts-fire-hydrant:before {
  content: "\f638";
}

.fi-ts-fire-smoke:before {
  content: "\f639";
}

.fi-ts-fireplace:before {
  content: "\f63a";
}

.fi-ts-first-award:before {
  content: "\f63b";
}

.fi-ts-first-laurel:before {
  content: "\f63c";
}

.fi-ts-first-medal:before {
  content: "\f63d";
}

.fi-ts-first:before {
  content: "\f63e";
}

.fi-ts-fish-bones:before {
  content: "\f63f";
}

.fi-ts-fish-cooked:before {
  content: "\f640";
}

.fi-ts-fish:before {
  content: "\f641";
}

.fi-ts-fishing-rod:before {
  content: "\f642";
}

.fi-ts-fist-move:before {
  content: "\f643";
}

.fi-ts-flag-alt:before {
  content: "\f644";
}

.fi-ts-flag-checkered:before {
  content: "\f645";
}

.fi-ts-flag-usa:before {
  content: "\f646";
}

.fi-ts-flag:before {
  content: "\f647";
}

.fi-ts-flame:before {
  content: "\f648";
}

.fi-ts-flashlight:before {
  content: "\f649";
}

.fi-ts-flask-gear:before {
  content: "\f64a";
}

.fi-ts-flask-poison:before {
  content: "\f64b";
}

.fi-ts-flask-potion:before {
  content: "\f64c";
}

.fi-ts-flask:before {
  content: "\f64d";
}

.fi-ts-flatbread-stuffed:before {
  content: "\f64e";
}

.fi-ts-flatbread:before {
  content: "\f64f";
}

.fi-ts-floor-alt:before {
  content: "\f650";
}

.fi-ts-floor-layer:before {
  content: "\f651";
}

.fi-ts-floor:before {
  content: "\f652";
}

.fi-ts-floppy-disk-circle-arrow-right:before {
  content: "\f653";
}

.fi-ts-floppy-disk-circle-xmark:before {
  content: "\f654";
}

.fi-ts-floppy-disk-pen:before {
  content: "\f655";
}

.fi-ts-floppy-disks:before {
  content: "\f656";
}

.fi-ts-florin-sign:before {
  content: "\f657";
}

.fi-ts-flower-bouquet:before {
  content: "\f658";
}

.fi-ts-flower-butterfly:before {
  content: "\f659";
}

.fi-ts-flower-daffodil:before {
  content: "\f65a";
}

.fi-ts-flower-tulip:before {
  content: "\f65b";
}

.fi-ts-flower:before {
  content: "\f65c";
}

.fi-ts-flushed:before {
  content: "\f65d";
}

.fi-ts-flute:before {
  content: "\f65e";
}

.fi-ts-flux-capacitor:before {
  content: "\f65f";
}

.fi-ts-fly-insect:before {
  content: "\f660";
}

.fi-ts-flying-disc:before {
  content: "\f661";
}

.fi-ts-fog:before {
  content: "\f662";
}

.fi-ts-folder-download:before {
  content: "\f663";
}

.fi-ts-folder-fire:before {
  content: "\f664";
}

.fi-ts-folder-minus:before {
  content: "\f665";
}

.fi-ts-folder-open:before {
  content: "\f666";
}

.fi-ts-folder-times:before {
  content: "\f667";
}

.fi-ts-folder-tree:before {
  content: "\f668";
}

.fi-ts-folder-upload:before {
  content: "\f669";
}

.fi-ts-folder-xmark:before {
  content: "\f66a";
}

.fi-ts-folders:before {
  content: "\f66b";
}

.fi-ts-follow-folder:before {
  content: "\f66c";
}

.fi-ts-followcollection:before {
  content: "\f66d";
}

.fi-ts-fondue-pot:before {
  content: "\f66e";
}

.fi-ts-foreign-language-audio:before {
  content: "\f66f";
}

.fi-ts-fork:before {
  content: "\f670";
}

.fi-ts-forklift:before {
  content: "\f671";
}

.fi-ts-fort:before {
  content: "\f672";
}

.fi-ts-forward-fast:before {
  content: "\f673";
}

.fi-ts-fox:before {
  content: "\f674";
}

.fi-ts-frame:before {
  content: "\f675";
}

.fi-ts-franc-sign:before {
  content: "\f676";
}

.fi-ts-free-delivery:before {
  content: "\f677";
}

.fi-ts-free:before {
  content: "\f678";
}

.fi-ts-french-fries:before {
  content: "\f679";
}

.fi-ts-friday:before {
  content: "\f67a";
}

.fi-ts-frog:before {
  content: "\f67b";
}

.fi-ts-frown:before {
  content: "\f67c";
}

.fi-ts-ftp:before {
  content: "\f67d";
}

.fi-ts-fuel-gauge:before {
  content: "\f67e";
}

.fi-ts-function-process:before {
  content: "\f67f";
}

.fi-ts-function-square:before {
  content: "\f680";
}

.fi-ts-function:before {
  content: "\f681";
}

.fi-ts-funnel-dollar:before {
  content: "\f682";
}

.fi-ts-g:before {
  content: "\f683";
}

.fi-ts-galaxy-alt:before {
  content: "\f684";
}

.fi-ts-galaxy-planet:before {
  content: "\f685";
}

.fi-ts-galaxy-star:before {
  content: "\f686";
}

.fi-ts-galaxy:before {
  content: "\f687";
}

.fi-ts-gallery-thumbnails:before {
  content: "\f688";
}

.fi-ts-game-board-alt:before {
  content: "\f689";
}

.fi-ts-gamepad:before {
  content: "\f68a";
}

.fi-ts-garage-car:before {
  content: "\f68b";
}

.fi-ts-garage-open:before {
  content: "\f68c";
}

.fi-ts-garage:before {
  content: "\f68d";
}

.fi-ts-garlic-alt:before {
  content: "\f68e";
}

.fi-ts-garlic:before {
  content: "\f68f";
}

.fi-ts-gas-pump-slash:before {
  content: "\f690";
}

.fi-ts-gas-pump:before {
  content: "\f691";
}

.fi-ts-gauge-circle-bolt:before {
  content: "\f692";
}

.fi-ts-gauge-circle-minus:before {
  content: "\f693";
}

.fi-ts-gauge-circle-plus:before {
  content: "\f694";
}

.fi-ts-gavel:before {
  content: "\f695";
}

.fi-ts-gay-couple:before {
  content: "\f696";
}

.fi-ts-gears:before {
  content: "\f697";
}

.fi-ts-gem:before {
  content: "\f698";
}

.fi-ts-general:before {
  content: "\f699";
}

.fi-ts-ghost:before {
  content: "\f69a";
}

.fi-ts-gif-square:before {
  content: "\f69b";
}

.fi-ts-gif:before {
  content: "\f69c";
}

.fi-ts-gift-box-benefits:before {
  content: "\f69d";
}

.fi-ts-gift-card:before {
  content: "\f69e";
}

.fi-ts-gift:before {
  content: "\f69f";
}

.fi-ts-gifts:before {
  content: "\f6a0";
}

.fi-ts-gingerbread-man:before {
  content: "\f6a1";
}

.fi-ts-glass-champagne:before {
  content: "\f6a2";
}

.fi-ts-glass-cheers:before {
  content: "\f6a3";
}

.fi-ts-glass-citrus:before {
  content: "\f6a4";
}

.fi-ts-glass-empty:before {
  content: "\f6a5";
}

.fi-ts-glass-half:before {
  content: "\f6a6";
}

.fi-ts-glass-water-droplet:before {
  content: "\f6a7";
}

.fi-ts-glass-whiskey-rocks:before {
  content: "\f6a8";
}

.fi-ts-glass-whiskey:before {
  content: "\f6a9";
}

.fi-ts-glass:before {
  content: "\f6aa";
}

.fi-ts-glasses:before {
  content: "\f6ab";
}

.fi-ts-globe-alt:before {
  content: "\f6ac";
}

.fi-ts-globe-pointer:before {
  content: "\f6ad";
}

.fi-ts-globe-snow:before {
  content: "\f6ae";
}

.fi-ts-goal-net:before {
  content: "\f6af";
}

.fi-ts-golf-ball:before {
  content: "\f6b0";
}

.fi-ts-golf-club:before {
  content: "\f6b1";
}

.fi-ts-golf-hole:before {
  content: "\f6b2";
}

.fi-ts-gopuram:before {
  content: "\f6b3";
}

.fi-ts-government-budget:before {
  content: "\f6b4";
}

.fi-ts-government-flag:before {
  content: "\f6b5";
}

.fi-ts-government-user:before {
  content: "\f6b6";
}

.fi-ts-gps-navigation:before {
  content: "\f6b7";
}

.fi-ts-graduation-cap:before {
  content: "\f6b8";
}

.fi-ts-gramophone:before {
  content: "\f6b9";
}

.fi-ts-grape:before {
  content: "\f6ba";
}

.fi-ts-graph-curve:before {
  content: "\f6bb";
}

.fi-ts-graphic-style:before {
  content: "\f6bc";
}

.fi-ts-graphic-tablet:before {
  content: "\f6bd";
}

.fi-ts-grate-droplet:before {
  content: "\f6be";
}

.fi-ts-grate:before {
  content: "\f6bf";
}

.fi-ts-greater-than-equal:before {
  content: "\f6c0";
}

.fi-ts-greater-than:before {
  content: "\f6c1";
}

.fi-ts-greek-helmet:before {
  content: "\f6c2";
}

.fi-ts-grid-dividers:before {
  content: "\f6c3";
}

.fi-ts-grill-hot-alt:before {
  content: "\f6c4";
}

.fi-ts-grill:before {
  content: "\f6c5";
}

.fi-ts-grimace:before {
  content: "\f6c6";
}

.fi-ts-grin-alt:before {
  content: "\f6c7";
}

.fi-ts-grin-beam-sweat:before {
  content: "\f6c8";
}

.fi-ts-grin-beam:before {
  content: "\f6c9";
}

.fi-ts-grin-hearts:before {
  content: "\f6ca";
}

.fi-ts-grin-squint-tears:before {
  content: "\f6cb";
}

.fi-ts-grin-squint:before {
  content: "\f6cc";
}

.fi-ts-grin-stars:before {
  content: "\f6cd";
}

.fi-ts-grin-tears:before {
  content: "\f6ce";
}

.fi-ts-grin-tongue-squint:before {
  content: "\f6cf";
}

.fi-ts-grin-tongue-wink:before {
  content: "\f6d0";
}

.fi-ts-grin-tongue:before {
  content: "\f6d1";
}

.fi-ts-grin-wink:before {
  content: "\f6d2";
}

.fi-ts-grin:before {
  content: "\f6d3";
}

.fi-ts-grip-dots-vertical:before {
  content: "\f6d4";
}

.fi-ts-grip-dots:before {
  content: "\f6d5";
}

.fi-ts-grip-horizontal:before {
  content: "\f6d6";
}

.fi-ts-grip-lines-vertical:before {
  content: "\f6d7";
}

.fi-ts-grip-lines:before {
  content: "\f6d8";
}

.fi-ts-grip-vertical:before {
  content: "\f6d9";
}

.fi-ts-grocery-bag:before {
  content: "\f6da";
}

.fi-ts-grocery-basket:before {
  content: "\f6db";
}

.fi-ts-group-arrows-rotate:before {
  content: "\f6dc";
}

.fi-ts-growth-chart-invest:before {
  content: "\f6dd";
}

.fi-ts-guarani-sign:before {
  content: "\f6de";
}

.fi-ts-guide-alt:before {
  content: "\f6df";
}

.fi-ts-guide:before {
  content: "\f6e0";
}

.fi-ts-guitar-electric:before {
  content: "\f6e1";
}

.fi-ts-guitar:before {
  content: "\f6e2";
}

.fi-ts-guitars:before {
  content: "\f6e3";
}

.fi-ts-gun-squirt:before {
  content: "\f6e4";
}

.fi-ts-gym:before {
  content: "\f6e5";
}

.fi-ts-h-square:before {
  content: "\f6e6";
}

.fi-ts-h:before {
  content: "\f6e7";
}

.fi-ts-h1:before {
  content: "\f6e8";
}

.fi-ts-h2:before {
  content: "\f6e9";
}

.fi-ts-h3:before {
  content: "\f6ea";
}

.fi-ts-h4:before {
  content: "\f6eb";
}

.fi-ts-hair-clipper:before {
  content: "\f6ec";
}

.fi-ts-hamburger-soda:before {
  content: "\f6ed";
}

.fi-ts-hamburger:before {
  content: "\f6ee";
}

.fi-ts-hammer-crash:before {
  content: "\f6ef";
}

.fi-ts-hammer-war:before {
  content: "\f6f0";
}

.fi-ts-hammer:before {
  content: "\f6f1";
}

.fi-ts-hamsa:before {
  content: "\f6f2";
}

.fi-ts-hand-back-fist:before {
  content: "\f6f3";
}

.fi-ts-hand-back-point-down:before {
  content: "\f6f4";
}

.fi-ts-hand-back-point-left:before {
  content: "\f6f5";
}

.fi-ts-hand-back-point-ribbon:before {
  content: "\f6f6";
}

.fi-ts-hand-back-point-right:before {
  content: "\f6f7";
}

.fi-ts-hand-bill:before {
  content: "\f6f8";
}

.fi-ts-hand-dots:before {
  content: "\f6f9";
}

.fi-ts-hand-fingers-crossed:before {
  content: "\f6fa";
}

.fi-ts-hand-fist:before {
  content: "\f6fb";
}

.fi-ts-hand-heart:before {
  content: "\f6fc";
}

.fi-ts-hand-holding-box:before {
  content: "\f6fd";
}

.fi-ts-hand-holding-droplet:before {
  content: "\f6fe";
}

.fi-ts-hand-holding-heart:before {
  content: "\f6ff";
}

.fi-ts-hand-holding-magic:before {
  content: "\f700";
}

.fi-ts-hand-holding-medical:before {
  content: "\f701";
}

.fi-ts-hand-holding-seeding:before {
  content: "\f702";
}

.fi-ts-hand-holding-skull:before {
  content: "\f703";
}

.fi-ts-hand-holding-usd:before {
  content: "\f704";
}

.fi-ts-hand-holding-water:before {
  content: "\f705";
}

.fi-ts-hand-horns:before {
  content: "\f706";
}

.fi-ts-hand-lizard:before {
  content: "\f707";
}

.fi-ts-hand-love:before {
  content: "\f708";
}

.fi-ts-hand-middle-finger:before {
  content: "\f709";
}

.fi-ts-hand-paper:before {
  content: "\f70a";
}

.fi-ts-hand-peace:before {
  content: "\f70b";
}

.fi-ts-hand-point-ribbon:before {
  content: "\f70c";
}

.fi-ts-hand-scissors:before {
  content: "\f70d";
}

.fi-ts-hand-sparkles:before {
  content: "\f70e";
}

.fi-ts-hand-spock:before {
  content: "\f70f";
}

.fi-ts-hand-wave:before {
  content: "\f710";
}

.fi-ts-handmade:before {
  content: "\f711";
}

.fi-ts-hands-bubbles:before {
  content: "\f712";
}

.fi-ts-hands-clapping:before {
  content: "\f713";
}

.fi-ts-hands-heart:before {
  content: "\f714";
}

.fi-ts-hands-holding-diamond:before {
  content: "\f715";
}

.fi-ts-hands-holding:before {
  content: "\f716";
}

.fi-ts-hands-usd:before {
  content: "\f717";
}

.fi-ts-handshake-angle:before {
  content: "\f718";
}

.fi-ts-handshake-deal-loan:before {
  content: "\f719";
}

.fi-ts-handshake-house:before {
  content: "\f71a";
}

.fi-ts-handshake-simple-slash:before {
  content: "\f71b";
}

.fi-ts-handshake-trust:before {
  content: "\f71c";
}

.fi-ts-handshake:before {
  content: "\f71d";
}

.fi-ts-hard-hat:before {
  content: "\f71e";
}

.fi-ts-hashtag-lock:before {
  content: "\f71f";
}

.fi-ts-hashtag:before {
  content: "\f720";
}

.fi-ts-hat-beach:before {
  content: "\f721";
}

.fi-ts-hat-birthday:before {
  content: "\f722";
}

.fi-ts-hat-chef:before {
  content: "\f723";
}

.fi-ts-hat-cowboy-side:before {
  content: "\f724";
}

.fi-ts-hat-cowboy:before {
  content: "\f725";
}

.fi-ts-hat-santa:before {
  content: "\f726";
}

.fi-ts-hat-winter:before {
  content: "\f727";
}

.fi-ts-hat-witch:before {
  content: "\f728";
}

.fi-ts-hat-wizard:before {
  content: "\f729";
}

.fi-ts-hdd:before {
  content: "\f72a";
}

.fi-ts-head-side-brain:before {
  content: "\f72b";
}

.fi-ts-head-side-cough-slash:before {
  content: "\f72c";
}

.fi-ts-head-side-cough:before {
  content: "\f72d";
}

.fi-ts-head-side-headphones:before {
  content: "\f72e";
}

.fi-ts-head-side-heart:before {
  content: "\f72f";
}

.fi-ts-head-side-mask:before {
  content: "\f730";
}

.fi-ts-head-side-medical:before {
  content: "\f731";
}

.fi-ts-head-side-thinking:before {
  content: "\f732";
}

.fi-ts-head-side-virus:before {
  content: "\f733";
}

.fi-ts-head-side:before {
  content: "\f734";
}

.fi-ts-head-vr:before {
  content: "\f735";
}

.fi-ts-heading:before {
  content: "\f736";
}

.fi-ts-heart-arrow:before {
  content: "\f737";
}

.fi-ts-heart-brain:before {
  content: "\f738";
}

.fi-ts-heart-crack:before {
  content: "\f739";
}

.fi-ts-heart-half-stroke:before {
  content: "\f73a";
}

.fi-ts-heart-half:before {
  content: "\f73b";
}

.fi-ts-heart-health-muscle:before {
  content: "\f73c";
}

.fi-ts-heart-lock:before {
  content: "\f73d";
}

.fi-ts-heart-partner-handshake:before {
  content: "\f73e";
}

.fi-ts-heart-rate:before {
  content: "\f73f";
}

.fi-ts-heart-slash:before {
  content: "\f740";
}

.fi-ts-heart-upside-down:before {
  content: "\f741";
}

.fi-ts-heat:before {
  content: "\f742";
}

.fi-ts-helicopter-side:before {
  content: "\f743";
}

.fi-ts-helmet-battle:before {
  content: "\f744";
}

.fi-ts-hexagon-check:before {
  content: "\f745";
}

.fi-ts-hexagon-divide:before {
  content: "\f746";
}

.fi-ts-hexagon-exclamation:before {
  content: "\f747";
}

.fi-ts-hexagon:before {
  content: "\f748";
}

.fi-ts-high-definition:before {
  content: "\f749";
}

.fi-ts-high-five-celebration-yes:before {
  content: "\f74a";
}

.fi-ts-high-five:before {
  content: "\f74b";
}

.fi-ts-highlighter-line:before {
  content: "\f74c";
}

.fi-ts-highlighter:before {
  content: "\f74d";
}

.fi-ts-hiking:before {
  content: "\f74e";
}

.fi-ts-hippo:before {
  content: "\f74f";
}

.fi-ts-hockey-mask:before {
  content: "\f750";
}

.fi-ts-hockey-puck:before {
  content: "\f751";
}

.fi-ts-hockey-stick-puck:before {
  content: "\f752";
}

.fi-ts-hockey-sticks:before {
  content: "\f753";
}

.fi-ts-holding-hand-gear:before {
  content: "\f754";
}

.fi-ts-holding-hand-revenue:before {
  content: "\f755";
}

.fi-ts-holly-berry:before {
  content: "\f756";
}

.fi-ts-home-heart:before {
  content: "\f757";
}

.fi-ts-honey-pot:before {
  content: "\f758";
}

.fi-ts-hood-cloak:before {
  content: "\f759";
}

.fi-ts-horizontal-rule:before {
  content: "\f75a";
}

.fi-ts-horse-head:before {
  content: "\f75b";
}

.fi-ts-horse-saddle:before {
  content: "\f75c";
}

.fi-ts-horse:before {
  content: "\f75d";
}

.fi-ts-horseshoe-broken:before {
  content: "\f75e";
}

.fi-ts-horseshoe:before {
  content: "\f75f";
}

.fi-ts-hose-reel:before {
  content: "\f760";
}

.fi-ts-hose:before {
  content: "\f761";
}

.fi-ts-hospital-symbol:before {
  content: "\f762";
}

.fi-ts-hospital-user:before {
  content: "\f763";
}

.fi-ts-hospital:before {
  content: "\f764";
}

.fi-ts-hospitals:before {
  content: "\f765";
}

.fi-ts-hot-tub:before {
  content: "\f766";
}

.fi-ts-hotdog:before {
  content: "\f767";
}

.fi-ts-hotel:before {
  content: "\f768";
}

.fi-ts-hourglass-end:before {
  content: "\f769";
}

.fi-ts-hourglass-start:before {
  content: "\f76a";
}

.fi-ts-hourglass:before {
  content: "\f76b";
}

.fi-ts-house-blank:before {
  content: "\f76c";
}

.fi-ts-house-building:before {
  content: "\f76d";
}

.fi-ts-house-chimney-blank:before {
  content: "\f76e";
}

.fi-ts-house-chimney-crack:before {
  content: "\f76f";
}

.fi-ts-house-chimney-heart:before {
  content: "\f770";
}

.fi-ts-house-chimney-medical:before {
  content: "\f771";
}

.fi-ts-house-chimney-user:before {
  content: "\f772";
}

.fi-ts-house-chimney-window:before {
  content: "\f773";
}

.fi-ts-house-chimney:before {
  content: "\f774";
}

.fi-ts-house-circle-check:before {
  content: "\f775";
}

.fi-ts-house-circle-exclamation:before {
  content: "\f776";
}

.fi-ts-house-circle-xmark:before {
  content: "\f777";
}

.fi-ts-house-crack-alt:before {
  content: "\f778";
}

.fi-ts-house-crack:before {
  content: "\f779";
}

.fi-ts-house-day:before {
  content: "\f77a";
}

.fi-ts-house-fire:before {
  content: "\f77b";
}

.fi-ts-house-flag:before {
  content: "\f77c";
}

.fi-ts-house-flood:before {
  content: "\f77d";
}

.fi-ts-house-laptop:before {
  content: "\f77e";
}

.fi-ts-house-leave:before {
  content: "\f77f";
}

.fi-ts-house-lock:before {
  content: "\f780";
}

.fi-ts-house-medical:before {
  content: "\f781";
}

.fi-ts-house-night:before {
  content: "\f782";
}

.fi-ts-house-return:before {
  content: "\f783";
}

.fi-ts-house-signal:before {
  content: "\f784";
}

.fi-ts-house-tree:before {
  content: "\f785";
}

.fi-ts-house-tsunami:before {
  content: "\f786";
}

.fi-ts-house-turret:before {
  content: "\f787";
}

.fi-ts-house-user:before {
  content: "\f788";
}

.fi-ts-house-window:before {
  content: "\f789";
}

.fi-ts-hr-group:before {
  content: "\f78a";
}

.fi-ts-hr-person:before {
  content: "\f78b";
}

.fi-ts-hr:before {
  content: "\f78c";
}

.fi-ts-hryvnia:before {
  content: "\f78d";
}

.fi-ts-humidity:before {
  content: "\f78e";
}

.fi-ts-hundred-points:before {
  content: "\f78f";
}

.fi-ts-hurricane:before {
  content: "\f790";
}

.fi-ts-i:before {
  content: "\f791";
}

.fi-ts-ice-cream:before {
  content: "\f792";
}

.fi-ts-icicles:before {
  content: "\f793";
}

.fi-ts-icon-star:before {
  content: "\f794";
}

.fi-ts-id-badge:before {
  content: "\f795";
}

.fi-ts-id-card-clip-alt:before {
  content: "\f796";
}

.fi-ts-igloo:before {
  content: "\f797";
}

.fi-ts-image-slash:before {
  content: "\f798";
}

.fi-ts-images-user:before {
  content: "\f799";
}

.fi-ts-images:before {
  content: "\f79a";
}

.fi-ts-improve-user:before {
  content: "\f79b";
}

.fi-ts-inbox-in:before {
  content: "\f79c";
}

.fi-ts-inbox-out:before {
  content: "\f79d";
}

.fi-ts-inboxes:before {
  content: "\f79e";
}

.fi-ts-incense-sticks-yoga:before {
  content: "\f79f";
}

.fi-ts-incognito:before {
  content: "\f7a0";
}

.fi-ts-indian-rupee-sign:before {
  content: "\f7a1";
}

.fi-ts-industry-alt:before {
  content: "\f7a2";
}

.fi-ts-industry-windows:before {
  content: "\f7a3";
}

.fi-ts-infinity:before {
  content: "\f7a4";
}

.fi-ts-info-guide:before {
  content: "\f7a5";
}

.fi-ts-information:before {
  content: "\f7a6";
}

.fi-ts-inhaler:before {
  content: "\f7a7";
}

.fi-ts-input-numeric:before {
  content: "\f7a8";
}

.fi-ts-input-pipe:before {
  content: "\f7a9";
}

.fi-ts-input-text:before {
  content: "\f7aa";
}

.fi-ts-insert-alt:before {
  content: "\f7ab";
}

.fi-ts-insert-arrows:before {
  content: "\f7ac";
}

.fi-ts-insert-button-circle:before {
  content: "\f7ad";
}

.fi-ts-insert-credit-card:before {
  content: "\f7ae";
}

.fi-ts-insert-square:before {
  content: "\f7af";
}

.fi-ts-insert:before {
  content: "\f7b0";
}

.fi-ts-insight-alt:before {
  content: "\f7b1";
}

.fi-ts-insight-head:before {
  content: "\f7b2";
}

.fi-ts-insight:before {
  content: "\f7b3";
}

.fi-ts-integral:before {
  content: "\f7b4";
}

.fi-ts-internet-speed-wifi:before {
  content: "\f7b5";
}

.fi-ts-intersection:before {
  content: "\f7b6";
}

.fi-ts-introduction-handshake:before {
  content: "\f7b7";
}

.fi-ts-introduction:before {
  content: "\f7b8";
}

.fi-ts-inventory-alt:before {
  content: "\f7b9";
}

.fi-ts-invest:before {
  content: "\f7ba";
}

.fi-ts-investment:before {
  content: "\f7bb";
}

.fi-ts-invite-alt:before {
  content: "\f7bc";
}

.fi-ts-invite:before {
  content: "\f7bd";
}

.fi-ts-iot-alt:before {
  content: "\f7be";
}

.fi-ts-iot:before {
  content: "\f7bf";
}

.fi-ts-ip-address:before {
  content: "\f7c0";
}

.fi-ts-island-tropical:before {
  content: "\f7c1";
}

.fi-ts-issue-loupe:before {
  content: "\f7c2";
}

.fi-ts-it-alt:before {
  content: "\f7c3";
}

.fi-ts-it-computer:before {
  content: "\f7c4";
}

.fi-ts-it:before {
  content: "\f7c5";
}

.fi-ts-italian-lira-sign:before {
  content: "\f7c6";
}

.fi-ts-j:before {
  content: "\f7c7";
}

.fi-ts-jam:before {
  content: "\f7c8";
}

.fi-ts-jar-alt:before {
  content: "\f7c9";
}

.fi-ts-jar-wheat:before {
  content: "\f7ca";
}

.fi-ts-javascript:before {
  content: "\f7cb";
}

.fi-ts-joint:before {
  content: "\f7cc";
}

.fi-ts-joker:before {
  content: "\f7cd";
}

.fi-ts-journal-alt:before {
  content: "\f7ce";
}

.fi-ts-journal:before {
  content: "\f7cf";
}

.fi-ts-journey:before {
  content: "\f7d0";
}

.fi-ts-joystick:before {
  content: "\f7d1";
}

.fi-ts-jpg:before {
  content: "\f7d2";
}

.fi-ts-jug-alt:before {
  content: "\f7d3";
}

.fi-ts-jug-bottle:before {
  content: "\f7d4";
}

.fi-ts-jug:before {
  content: "\f7d5";
}

.fi-ts-jumping-rope:before {
  content: "\f7d6";
}

.fi-ts-k:before {
  content: "\f7d7";
}

.fi-ts-kaaba:before {
  content: "\f7d8";
}

.fi-ts-kazoo:before {
  content: "\f7d9";
}

.fi-ts-kerning:before {
  content: "\f7da";
}

.fi-ts-key-lock-crypto:before {
  content: "\f7db";
}

.fi-ts-key-skeleton-left-right:before {
  content: "\f7dc";
}

.fi-ts-key:before {
  content: "\f7dd";
}

.fi-ts-keyboard-brightness-low:before {
  content: "\f7de";
}

.fi-ts-keyboard-brightness:before {
  content: "\f7df";
}

.fi-ts-keyboard-down:before {
  content: "\f7e0";
}

.fi-ts-keyboard-left:before {
  content: "\f7e1";
}

.fi-ts-keyboard:before {
  content: "\f7e2";
}

.fi-ts-keynote:before {
  content: "\f7e3";
}

.fi-ts-kidneys:before {
  content: "\f7e4";
}

.fi-ts-kip-sign:before {
  content: "\f7e5";
}

.fi-ts-kiss-beam:before {
  content: "\f7e6";
}

.fi-ts-kiss-wink-heart:before {
  content: "\f7e7";
}

.fi-ts-kiss:before {
  content: "\f7e8";
}

.fi-ts-kite:before {
  content: "\f7e9";
}

.fi-ts-kiwi-bird:before {
  content: "\f7ea";
}

.fi-ts-kiwi-fruit:before {
  content: "\f7eb";
}

.fi-ts-knife-kitchen:before {
  content: "\f7ec";
}

.fi-ts-knife:before {
  content: "\f7ed";
}

.fi-ts-knitting:before {
  content: "\f7ee";
}

.fi-ts-kpi-evaluation:before {
  content: "\f7ef";
}

.fi-ts-kpi:before {
  content: "\f7f0";
}

.fi-ts-l:before {
  content: "\f7f1";
}

.fi-ts-lacrosse-stick-ball:before {
  content: "\f7f2";
}

.fi-ts-lacrosse-stick:before {
  content: "\f7f3";
}

.fi-ts-lambda:before {
  content: "\f7f4";
}

.fi-ts-lamp-desk:before {
  content: "\f7f5";
}

.fi-ts-lamp-floor:before {
  content: "\f7f6";
}

.fi-ts-lamp-street:before {
  content: "\f7f7";
}

.fi-ts-lamp:before {
  content: "\f7f8";
}

.fi-ts-land-layer-location:before {
  content: "\f7f9";
}

.fi-ts-land-layers:before {
  content: "\f7fa";
}

.fi-ts-land-location:before {
  content: "\f7fb";
}

.fi-ts-landmark-alt:before {
  content: "\f7fc";
}

.fi-ts-language:before {
  content: "\f7fd";
}

.fi-ts-laptop-arrow-down:before {
  content: "\f7fe";
}

.fi-ts-laptop-binary:before {
  content: "\f7ff";
}

.fi-ts-laptop-code:before {
  content: "\f800";
}

.fi-ts-laptop-medical:before {
  content: "\f801";
}

.fi-ts-laptop-mobile:before {
  content: "\f802";
}

.fi-ts-laptop-slash:before {
  content: "\f803";
}

.fi-ts-laptop:before {
  content: "\f804";
}

.fi-ts-lari-sign:before {
  content: "\f805";
}

.fi-ts-lasso-sparkles:before {
  content: "\f806";
}

.fi-ts-last-square:before {
  content: "\f807";
}

.fi-ts-laugh-beam:before {
  content: "\f808";
}

.fi-ts-laugh-squint:before {
  content: "\f809";
}

.fi-ts-laugh-wink:before {
  content: "\f80a";
}

.fi-ts-laugh:before {
  content: "\f80b";
}

.fi-ts-lawyer-man:before {
  content: "\f80c";
}

.fi-ts-lawyer-woman:before {
  content: "\f80d";
}

.fi-ts-layer-minus:before {
  content: "\f80e";
}

.fi-ts-layer-plus:before {
  content: "\f80f";
}

.fi-ts-lead-funnel:before {
  content: "\f810";
}

.fi-ts-lead-management:before {
  content: "\f811";
}

.fi-ts-lead:before {
  content: "\f812";
}

.fi-ts-leader-alt:before {
  content: "\f813";
}

.fi-ts-leader-speech:before {
  content: "\f814";
}

.fi-ts-leader:before {
  content: "\f815";
}

.fi-ts-leaderboard-alt:before {
  content: "\f816";
}

.fi-ts-leaderboard-trophy:before {
  content: "\f817";
}

.fi-ts-leaderboard:before {
  content: "\f818";
}

.fi-ts-leadership-alt:before {
  content: "\f819";
}

.fi-ts-leadership:before {
  content: "\f81a";
}

.fi-ts-leaf-heart:before {
  content: "\f81b";
}

.fi-ts-leaf-maple:before {
  content: "\f81c";
}

.fi-ts-leaf-oak:before {
  content: "\f81d";
}

.fi-ts-leaf:before {
  content: "\f81e";
}

.fi-ts-leafy-green:before {
  content: "\f81f";
}

.fi-ts-leave:before {
  content: "\f820";
}

.fi-ts-left-from-bracket:before {
  content: "\f821";
}

.fi-ts-left:before {
  content: "\f822";
}

.fi-ts-legal:before {
  content: "\f823";
}

.fi-ts-lemon:before {
  content: "\f824";
}

.fi-ts-lesbian-couple:before {
  content: "\f825";
}

.fi-ts-less-than-equal:before {
  content: "\f826";
}

.fi-ts-less-than:before {
  content: "\f827";
}

.fi-ts-lesson-class:before {
  content: "\f828";
}

.fi-ts-lesson:before {
  content: "\f829";
}

.fi-ts-lettuce:before {
  content: "\f82a";
}

.fi-ts-level-down-alt:before {
  content: "\f82b";
}

.fi-ts-level-down:before {
  content: "\f82c";
}

.fi-ts-level-up-alt:before {
  content: "\f82d";
}

.fi-ts-level-up:before {
  content: "\f82e";
}

.fi-ts-license:before {
  content: "\f82f";
}

.fi-ts-life:before {
  content: "\f830";
}

.fi-ts-light-ceiling:before {
  content: "\f831";
}

.fi-ts-light-emergency-on:before {
  content: "\f832";
}

.fi-ts-light-emergency:before {
  content: "\f833";
}

.fi-ts-light-switch-off:before {
  content: "\f834";
}

.fi-ts-light-switch-on:before {
  content: "\f835";
}

.fi-ts-light-switch:before {
  content: "\f836";
}

.fi-ts-lightbulb-cfl-on:before {
  content: "\f837";
}

.fi-ts-lightbulb-cfl:before {
  content: "\f838";
}

.fi-ts-lightbulb-dollar:before {
  content: "\f839";
}

.fi-ts-lightbulb-exclamation:before {
  content: "\f83a";
}

.fi-ts-lightbulb-head:before {
  content: "\f83b";
}

.fi-ts-lightbulb-on:before {
  content: "\f83c";
}

.fi-ts-lightbulb-question:before {
  content: "\f83d";
}

.fi-ts-lightbulb-setting:before {
  content: "\f83e";
}

.fi-ts-lightbulb-slash:before {
  content: "\f83f";
}

.fi-ts-lighthouse:before {
  content: "\f840";
}

.fi-ts-lights-holiday:before {
  content: "\f841";
}

.fi-ts-limit-hand:before {
  content: "\f842";
}

.fi-ts-limit-speedometer:before {
  content: "\f843";
}

.fi-ts-link-alt:before {
  content: "\f844";
}

.fi-ts-link-horizontal-slash:before {
  content: "\f845";
}

.fi-ts-link-horizontal:before {
  content: "\f846";
}

.fi-ts-link-slash-alt:before {
  content: "\f847";
}

.fi-ts-link-slash:before {
  content: "\f848";
}

.fi-ts-lion-head:before {
  content: "\f849";
}

.fi-ts-lion:before {
  content: "\f84a";
}

.fi-ts-lips:before {
  content: "\f84b";
}

.fi-ts-lipstick:before {
  content: "\f84c";
}

.fi-ts-lira-sign:before {
  content: "\f84d";
}

.fi-ts-list-check:before {
  content: "\f84e";
}

.fi-ts-list-dropdown:before {
  content: "\f84f";
}

.fi-ts-list-music:before {
  content: "\f850";
}

.fi-ts-list-timeline:before {
  content: "\f851";
}

.fi-ts-litecoin-sign:before {
  content: "\f852";
}

.fi-ts-live-alt:before {
  content: "\f853";
}

.fi-ts-live:before {
  content: "\f854";
}

.fi-ts-loading:before {
  content: "\f855";
}

.fi-ts-loan:before {
  content: "\f856";
}

.fi-ts-lobster:before {
  content: "\f857";
}

.fi-ts-location-alt:before {
  content: "\f858";
}

.fi-ts-location-arrow:before {
  content: "\f859";
}

.fi-ts-location-crosshairs-slash:before {
  content: "\f85a";
}

.fi-ts-location-crosshairs:before {
  content: "\f85b";
}

.fi-ts-location-dot-slash:before {
  content: "\f85c";
}

.fi-ts-location-exclamation:before {
  content: "\f85d";
}

.fi-ts-lock-alt:before {
  content: "\f85e";
}

.fi-ts-lock-hashtag:before {
  content: "\f85f";
}

.fi-ts-lock-open-alt:before {
  content: "\f860";
}

.fi-ts-locust:before {
  content: "\f861";
}

.fi-ts-loop-square:before {
  content: "\f862";
}

.fi-ts-loveseat:before {
  content: "\f863";
}

.fi-ts-low-vision:before {
  content: "\f864";
}

.fi-ts-luchador:before {
  content: "\f865";
}

.fi-ts-luggage-cart:before {
  content: "\f866";
}

.fi-ts-lungs-virus:before {
  content: "\f867";
}

.fi-ts-lungs:before {
  content: "\f868";
}

.fi-ts-m:before {
  content: "\f869";
}

.fi-ts-mace:before {
  content: "\f86a";
}

.fi-ts-magnet-user:before {
  content: "\f86b";
}

.fi-ts-magnet:before {
  content: "\f86c";
}

.fi-ts-mailbox:before {
  content: "\f86d";
}

.fi-ts-makeup-brush:before {
  content: "\f86e";
}

.fi-ts-man-head:before {
  content: "\f86f";
}

.fi-ts-man-scientist:before {
  content: "\f870";
}

.fi-ts-manat-sign:before {
  content: "\f871";
}

.fi-ts-mandolin:before {
  content: "\f872";
}

.fi-ts-mango:before {
  content: "\f873";
}

.fi-ts-manhole:before {
  content: "\f874";
}

.fi-ts-map-location-track:before {
  content: "\f875";
}

.fi-ts-map-marker-check:before {
  content: "\f876";
}

.fi-ts-map-marker-edit:before {
  content: "\f877";
}

.fi-ts-map-marker-question:before {
  content: "\f878";
}

.fi-ts-map-marker-slash:before {
  content: "\f879";
}

.fi-ts-map-marker-smile:before {
  content: "\f87a";
}

.fi-ts-map-pin:before {
  content: "\f87b";
}

.fi-ts-map-point:before {
  content: "\f87c";
}

.fi-ts-marker-time:before {
  content: "\f87d";
}

.fi-ts-marketplace-alt:before {
  content: "\f87e";
}

.fi-ts-marketplace-store:before {
  content: "\f87f";
}

.fi-ts-marketplace:before {
  content: "\f880";
}

.fi-ts-mars-double:before {
  content: "\f881";
}

.fi-ts-mars-stroke-right:before {
  content: "\f882";
}

.fi-ts-mars-stroke-up:before {
  content: "\f883";
}

.fi-ts-mars:before {
  content: "\f884";
}

.fi-ts-martini-glass-citrus:before {
  content: "\f885";
}

.fi-ts-martini-glass-empty:before {
  content: "\f886";
}

.fi-ts-mask-carnival:before {
  content: "\f887";
}

.fi-ts-mask-face:before {
  content: "\f888";
}

.fi-ts-mask-snorkel:before {
  content: "\f889";
}

.fi-ts-massage:before {
  content: "\f88a";
}

.fi-ts-match-fire:before {
  content: "\f88b";
}

.fi-ts-mattress-pillow:before {
  content: "\f88c";
}

.fi-ts-measuring-tape:before {
  content: "\f88d";
}

.fi-ts-meat:before {
  content: "\f88e";
}

.fi-ts-medal:before {
  content: "\f88f";
}

.fi-ts-medical-star:before {
  content: "\f890";
}

.fi-ts-medicine:before {
  content: "\f891";
}

.fi-ts-meditation:before {
  content: "\f892";
}

.fi-ts-meeting-alt:before {
  content: "\f893";
}

.fi-ts-meeting:before {
  content: "\f894";
}

.fi-ts-megaphone-announcement-leader:before {
  content: "\f895";
}

.fi-ts-megaphone:before {
  content: "\f896";
}

.fi-ts-meh-blank:before {
  content: "\f897";
}

.fi-ts-meh-rolling-eyes:before {
  content: "\f898";
}

.fi-ts-meh:before {
  content: "\f899";
}

.fi-ts-melon-alt:before {
  content: "\f89a";
}

.fi-ts-melon:before {
  content: "\f89b";
}

.fi-ts-member-list:before {
  content: "\f89c";
}

.fi-ts-member-search:before {
  content: "\f89d";
}

.fi-ts-membership-vip:before {
  content: "\f89e";
}

.fi-ts-membership:before {
  content: "\f89f";
}

.fi-ts-memo-circle-check:before {
  content: "\f8a0";
}

.fi-ts-memo-pad:before {
  content: "\f8a1";
}

.fi-ts-memo:before {
  content: "\f8a2";
}

.fi-ts-memory:before {
  content: "\f8a3";
}

.fi-ts-mercury:before {
  content: "\f8a4";
}

.fi-ts-message-arrow-down:before {
  content: "\f8a5";
}

.fi-ts-message-arrow-up-right:before {
  content: "\f8a6";
}

.fi-ts-message-arrow-up:before {
  content: "\f8a7";
}

.fi-ts-message-bot:before {
  content: "\f8a8";
}

.fi-ts-message-code:before {
  content: "\f8a9";
}

.fi-ts-message-dollar:before {
  content: "\f8aa";
}

.fi-ts-message-heart:before {
  content: "\f8ab";
}

.fi-ts-message-image:before {
  content: "\f8ac";
}

.fi-ts-message-question:before {
  content: "\f8ad";
}

.fi-ts-message-quote:before {
  content: "\f8ae";
}

.fi-ts-message-slash:before {
  content: "\f8af";
}

.fi-ts-message-sms:before {
  content: "\f8b0";
}

.fi-ts-message-text:before {
  content: "\f8b1";
}

.fi-ts-message-xmark:before {
  content: "\f8b2";
}

.fi-ts-messages-dollar:before {
  content: "\f8b3";
}

.fi-ts-messages-question:before {
  content: "\f8b4";
}

.fi-ts-messages:before {
  content: "\f8b5";
}

.fi-ts-meteor:before {
  content: "\f8b6";
}

.fi-ts-meter-bolt:before {
  content: "\f8b7";
}

.fi-ts-meter-droplet:before {
  content: "\f8b8";
}

.fi-ts-meter-fire:before {
  content: "\f8b9";
}

.fi-ts-meter:before {
  content: "\f8ba";
}

.fi-ts-method:before {
  content: "\f8bb";
}

.fi-ts-microchip-ai:before {
  content: "\f8bc";
}

.fi-ts-microchip:before {
  content: "\f8bd";
}

.fi-ts-microphone-alt:before {
  content: "\f8be";
}

.fi-ts-microphone-slash:before {
  content: "\f8bf";
}

.fi-ts-microscope:before {
  content: "\f8c0";
}

.fi-ts-microwave:before {
  content: "\f8c1";
}

.fi-ts-milk-alt:before {
  content: "\f8c2";
}

.fi-ts-milk:before {
  content: "\f8c3";
}

.fi-ts-mill-sign:before {
  content: "\f8c4";
}

.fi-ts-mind-share:before {
  content: "\f8c5";
}

.fi-ts-minus-circle:before {
  content: "\f8c6";
}

.fi-ts-minus-hexagon:before {
  content: "\f8c7";
}

.fi-ts-mistletoe:before {
  content: "\f8c8";
}

.fi-ts-mix:before {
  content: "\f8c9";
}

.fi-ts-mobile-button:before {
  content: "\f8ca";
}

.fi-ts-mobile-notch:before {
  content: "\f8cb";
}

.fi-ts-mobile:before {
  content: "\f8cc";
}

.fi-ts-mockup:before {
  content: "\f8cd";
}

.fi-ts-mode-alt:before {
  content: "\f8ce";
}

.fi-ts-mode:before {
  content: "\f8cf";
}

.fi-ts-model-cube-arrows:before {
  content: "\f8d0";
}

.fi-ts-model-cube-space:before {
  content: "\f8d1";
}

.fi-ts-model-cube:before {
  content: "\f8d2";
}

.fi-ts-module:before {
  content: "\f8d3";
}

.fi-ts-monday:before {
  content: "\f8d4";
}

.fi-ts-money-bill-simple:before {
  content: "\f8d5";
}

.fi-ts-money-bill-transfer:before {
  content: "\f8d6";
}

.fi-ts-money-bill-wave-alt:before {
  content: "\f8d7";
}

.fi-ts-money-bill-wave:before {
  content: "\f8d8";
}

.fi-ts-money-bills-simple:before {
  content: "\f8d9";
}

.fi-ts-money-bills:before {
  content: "\f8da";
}

.fi-ts-money-check-edit-alt:before {
  content: "\f8db";
}

.fi-ts-money-check-edit:before {
  content: "\f8dc";
}

.fi-ts-money-check:before {
  content: "\f8dd";
}

.fi-ts-money-coin-transfer:before {
  content: "\f8de";
}

.fi-ts-money-from-bracket:before {
  content: "\f8df";
}

.fi-ts-money-simple-from-bracket:before {
  content: "\f8e0";
}

.fi-ts-money-transfer-alt:before {
  content: "\f8e1";
}

.fi-ts-money-transfer-coin-arrow:before {
  content: "\f8e2";
}

.fi-ts-money-transfer-smartphone:before {
  content: "\f8e3";
}

.fi-ts-money-wings:before {
  content: "\f8e4";
}

.fi-ts-money:before {
  content: "\f8e5";
}

.fi-ts-monkey:before {
  content: "\f8e6";
}

.fi-ts-monument:before {
  content: "\f8e7";
}

.fi-ts-moon-stars:before {
  content: "\f8e8";
}

.fi-ts-moon:before {
  content: "\f8e9";
}

.fi-ts-moped:before {
  content: "\f8ea";
}

.fi-ts-mortar-pestle:before {
  content: "\f8eb";
}

.fi-ts-mortgage:before {
  content: "\f8ec";
}

.fi-ts-mosque-alt:before {
  content: "\f8ed";
}

.fi-ts-mosque-moon:before {
  content: "\f8ee";
}

.fi-ts-mosque:before {
  content: "\f8ef";
}

.fi-ts-mosquito-net:before {
  content: "\f8f0";
}

.fi-ts-mosquito:before {
  content: "\f8f1";
}

.fi-ts-motorcycle:before {
  content: "\f8f2";
}

.fi-ts-mound:before {
  content: "\f8f3";
}

.fi-ts-mountain-city:before {
  content: "\f8f4";
}

.fi-ts-mountain:before {
  content: "\f8f5";
}

.fi-ts-mountains:before {
  content: "\f8f6";
}

.fi-ts-mouse-field:before {
  content: "\f8f7";
}

.fi-ts-mouse:before {
  content: "\f8f8";
}

.fi-ts-mov-file:before {
  content: "\f8f9";
}

.fi-ts-move-to-folder-2:before {
  content: "\f8fa";
}

.fi-ts-move-to-folder:before {
  content: "\f8fb";
}

.fi-ts-mp3-file:before {
  content: "\f8fc";
}

.fi-ts-mp3-player:before {
  content: "\f8fd";
}

.fi-ts-mp4-file:before {
  content: "\f8fe";
}

.fi-ts-mug-alt:before {
  content: "\f8ff";
}

.fi-ts-mug-hot-alt:before {
  content: "豈";
}

.fi-ts-mug-hot:before {
  content: "更";
}

.fi-ts-mug-marshmallows:before {
  content: "車";
}

.fi-ts-mug-tea-saucer:before {
  content: "賈";
}

.fi-ts-mug-tea:before {
  content: "滑";
}

.fi-ts-mug:before {
  content: "串";
}

.fi-ts-multiple-alt:before {
  content: "句";
}

.fi-ts-multiple:before {
  content: "龜";
}

.fi-ts-muscle:before {
  content: "龜";
}

.fi-ts-mushroom-alt:before {
  content: "契";
}

.fi-ts-mushroom:before {
  content: "金";
}

.fi-ts-music-file:before {
  content: "喇";
}

.fi-ts-music-note-slash:before {
  content: "奈";
}

.fi-ts-music-note:before {
  content: "懶";
}

.fi-ts-music-slash:before {
  content: "癩";
}

.fi-ts-n:before {
  content: "羅";
}

.fi-ts-naira-sign:before {
  content: "蘿";
}

.fi-ts-narwhal:before {
  content: "螺";
}

.fi-ts-nesting-dolls:before {
  content: "裸";
}

.fi-ts-network-analytic:before {
  content: "邏";
}

.fi-ts-network-cloud:before {
  content: "樂";
}

.fi-ts-network:before {
  content: "洛";
}

.fi-ts-neuter:before {
  content: "烙";
}

.fi-ts-newsletter-subscribe:before {
  content: "珞";
}

.fi-ts-newspaper-open:before {
  content: "落";
}

.fi-ts-newspaper:before {
  content: "酪";
}

.fi-ts-nfc-lock:before {
  content: "駱";
}

.fi-ts-nfc-magnifying-glass:before {
  content: "亂";
}

.fi-ts-nfc-pen:before {
  content: "卵";
}

.fi-ts-nfc-slash:before {
  content: "欄";
}

.fi-ts-nfc-trash:before {
  content: "爛";
}

.fi-ts-nfc:before {
  content: "蘭";
}

.fi-ts-night-day:before {
  content: "鸞";
}

.fi-ts-no-fee:before {
  content: "嵐";
}

.fi-ts-no-people:before {
  content: "濫";
}

.fi-ts-noodles:before {
  content: "藍";
}

.fi-ts-nose:before {
  content: "襤";
}

.fi-ts-not-equal:before {
  content: "拉";
}

.fi-ts-not-found-alt:before {
  content: "臘";
}

.fi-ts-not-found-magnifying-glass:before {
  content: "蠟";
}

.fi-ts-not-found:before {
  content: "廊";
}

.fi-ts-notdef:before {
  content: "朗";
}

.fi-ts-note-medical:before {
  content: "浪";
}

.fi-ts-note-sticky:before {
  content: "狼";
}

.fi-ts-note:before {
  content: "郎";
}

.fi-ts-notebook-alt:before {
  content: "來";
}

.fi-ts-notebook:before {
  content: "冷";
}

.fi-ts-notes-medical:before {
  content: "勞";
}

.fi-ts-notes:before {
  content: "擄";
}

.fi-ts-o:before {
  content: "櫓";
}

.fi-ts-object-exclude:before {
  content: "爐";
}

.fi-ts-object-group:before {
  content: "盧";
}

.fi-ts-object-intersect:before {
  content: "老";
}

.fi-ts-object-subtract:before {
  content: "蘆";
}

.fi-ts-object-ungroup:before {
  content: "虜";
}

.fi-ts-object-union:before {
  content: "路";
}

.fi-ts-objects-column:before {
  content: "露";
}

.fi-ts-octagon-check:before {
  content: "魯";
}

.fi-ts-octagon-divide:before {
  content: "鷺";
}

.fi-ts-octagon-exclamation:before {
  content: "碌";
}

.fi-ts-octagon-minus:before {
  content: "祿";
}

.fi-ts-octagon-plus:before {
  content: "綠";
}

.fi-ts-octagon-xmark:before {
  content: "菉";
}

.fi-ts-octagon:before {
  content: "錄";
}

.fi-ts-oil-can:before {
  content: "鹿";
}

.fi-ts-oil-temp:before {
  content: "論";
}

.fi-ts-olive-oil:before {
  content: "壟";
}

.fi-ts-olive:before {
  content: "弄";
}

.fi-ts-olives:before {
  content: "籠";
}

.fi-ts-om:before {
  content: "聾";
}

.fi-ts-omega:before {
  content: "牢";
}

.fi-ts-onboarding:before {
  content: "磊";
}

.fi-ts-onion:before {
  content: "賂";
}

.fi-ts-open-mail-clip:before {
  content: "雷";
}

.fi-ts-operating-system-upgrade:before {
  content: "壘";
}

.fi-ts-operation:before {
  content: "屢";
}

.fi-ts-order-history:before {
  content: "樓";
}

.fi-ts-organization-chart:before {
  content: "淚";
}

.fi-ts-ornament:before {
  content: "漏";
}

.fi-ts-otp:before {
  content: "累";
}

.fi-ts-otter:before {
  content: "縷";
}

.fi-ts-outdent:before {
  content: "陋";
}

.fi-ts-oval-alt:before {
  content: "勒";
}

.fi-ts-oval:before {
  content: "肋";
}

.fi-ts-oven:before {
  content: "凜";
}

.fi-ts-overline:before {
  content: "凌";
}

.fi-ts-overview:before {
  content: "稜";
}

.fi-ts-p:before {
  content: "綾";
}

.fi-ts-package:before {
  content: "菱";
}

.fi-ts-padlock-check:before {
  content: "陵";
}

.fi-ts-page-break:before {
  content: "讀";
}

.fi-ts-pager:before {
  content: "拏";
}

.fi-ts-paid:before {
  content: "樂";
}

.fi-ts-paint-roller:before {
  content: "諾";
}

.fi-ts-paintbrush-pencil:before {
  content: "丹";
}

.fi-ts-pallet-alt:before {
  content: "寧";
}

.fi-ts-pallet:before {
  content: "怒";
}

.fi-ts-pan-food:before {
  content: "率";
}

.fi-ts-pan-frying:before {
  content: "異";
}

.fi-ts-pan:before {
  content: "北";
}

.fi-ts-pancakes:before {
  content: "磻";
}

.fi-ts-panorama:before {
  content: "便";
}

.fi-ts-paper-plane-top:before {
  content: "復";
}

.fi-ts-paper-plane:before {
  content: "不";
}

.fi-ts-paperclip-vertical:before {
  content: "泌";
}

.fi-ts-parachute-box:before {
  content: "數";
}

.fi-ts-paragraph-left:before {
  content: "索";
}

.fi-ts-paragraph:before {
  content: "參";
}

.fi-ts-parking-circle-slash:before {
  content: "塞";
}

.fi-ts-parking-circle:before {
  content: "省";
}

.fi-ts-parking-slash:before {
  content: "葉";
}

.fi-ts-parking:before {
  content: "說";
}

.fi-ts-party-bell:before {
  content: "殺";
}

.fi-ts-party-horn:before {
  content: "辰";
}

.fi-ts-passport:before {
  content: "沈";
}

.fi-ts-password-alt:before {
  content: "拾";
}

.fi-ts-password-computer:before {
  content: "若";
}

.fi-ts-password-email:before {
  content: "掠";
}

.fi-ts-password-smartphone:before {
  content: "略";
}

.fi-ts-password:before {
  content: "亮";
}

.fi-ts-paste:before {
  content: "兩";
}

.fi-ts-pattern:before {
  content: "凉";
}

.fi-ts-pause-circle:before {
  content: "梁";
}

.fi-ts-pause-square:before {
  content: "糧";
}

.fi-ts-paw-claws:before {
  content: "良";
}

.fi-ts-paw-heart:before {
  content: "諒";
}

.fi-ts-paw:before {
  content: "量";
}

.fi-ts-payment-pos:before {
  content: "勵";
}

.fi-ts-payroll-calendar:before {
  content: "呂";
}

.fi-ts-payroll-check:before {
  content: "女";
}

.fi-ts-payroll:before {
  content: "廬";
}

.fi-ts-peace:before {
  content: "旅";
}

.fi-ts-peach:before {
  content: "濾";
}

.fi-ts-peanut:before {
  content: "礪";
}

.fi-ts-peanuts:before {
  content: "閭";
}

.fi-ts-peapod:before {
  content: "驪";
}

.fi-ts-pear:before {
  content: "麗";
}

.fi-ts-pedestal:before {
  content: "黎";
}

.fi-ts-pen-circle:before {
  content: "力";
}

.fi-ts-pen-clip-slash:before {
  content: "曆";
}

.fi-ts-pen-clip:before {
  content: "歷";
}

.fi-ts-pen-fancy-slash:before {
  content: "轢";
}

.fi-ts-pen-fancy:before {
  content: "年";
}

.fi-ts-pen-field:before {
  content: "憐";
}

.fi-ts-pen-nib-slash:before {
  content: "戀";
}

.fi-ts-pen-nib:before {
  content: "撚";
}

.fi-ts-pen-slash:before {
  content: "漣";
}

.fi-ts-pen-square:before {
  content: "煉";
}

.fi-ts-pen-swirl:before {
  content: "璉";
}

.fi-ts-pencil-paintbrush:before {
  content: "秊";
}

.fi-ts-pencil-ruler:before {
  content: "練";
}

.fi-ts-pencil-slash:before {
  content: "聯";
}

.fi-ts-pending:before {
  content: "輦";
}

.fi-ts-pennant:before {
  content: "蓮";
}

.fi-ts-people-arrows-left-right:before {
  content: "連";
}

.fi-ts-people-carry-box:before {
  content: "鍊";
}

.fi-ts-people-dress:before {
  content: "列";
}

.fi-ts-people-network-partner:before {
  content: "劣";
}

.fi-ts-people-pants:before {
  content: "咽";
}

.fi-ts-people-poll:before {
  content: "烈";
}

.fi-ts-people-pulling:before {
  content: "裂";
}

.fi-ts-people-roof:before {
  content: "說";
}

.fi-ts-people:before {
  content: "廉";
}

.fi-ts-pepper-alt:before {
  content: "念";
}

.fi-ts-pepper-hot:before {
  content: "捻";
}

.fi-ts-pepper:before {
  content: "殮";
}

.fi-ts-percent-10:before {
  content: "簾";
}

.fi-ts-percent-100:before {
  content: "獵";
}

.fi-ts-percent-20:before {
  content: "令";
}

.fi-ts-percent-25:before {
  content: "囹";
}

.fi-ts-percent-30:before {
  content: "寧";
}

.fi-ts-percent-40:before {
  content: "嶺";
}

.fi-ts-percent-50:before {
  content: "怜";
}

.fi-ts-percent-60:before {
  content: "玲";
}

.fi-ts-percent-70:before {
  content: "瑩";
}

.fi-ts-percent-75:before {
  content: "羚";
}

.fi-ts-percent-80:before {
  content: "聆";
}

.fi-ts-percent-90:before {
  content: "鈴";
}

.fi-ts-percentage:before {
  content: "零";
}

.fi-ts-person-burst:before {
  content: "靈";
}

.fi-ts-person-carry-box:before {
  content: "領";
}

.fi-ts-person-circle-check:before {
  content: "例";
}

.fi-ts-person-circle-exclamation:before {
  content: "禮";
}

.fi-ts-person-circle-minus:before {
  content: "醴";
}

.fi-ts-person-circle-plus:before {
  content: "隸";
}

.fi-ts-person-circle-question:before {
  content: "惡";
}

.fi-ts-person-circle-xmark:before {
  content: "了";
}

.fi-ts-person-cv:before {
  content: "僚";
}

.fi-ts-person-dolly-empty:before {
  content: "寮";
}

.fi-ts-person-dolly:before {
  content: "尿";
}

.fi-ts-person-dress-simple:before {
  content: "料";
}

.fi-ts-person-dress:before {
  content: "樂";
}

.fi-ts-person-luggage:before {
  content: "燎";
}

.fi-ts-person-lunge:before {
  content: "療";
}

.fi-ts-person-pilates:before {
  content: "蓼";
}

.fi-ts-person-praying:before {
  content: "遼";
}

.fi-ts-person-pregnant:before {
  content: "龍";
}

.fi-ts-person-seat-reclined:before {
  content: "暈";
}

.fi-ts-person-seat:before {
  content: "阮";
}

.fi-ts-person-shelter:before {
  content: "劉";
}

.fi-ts-person-sign:before {
  content: "杻";
}

.fi-ts-person-simple:before {
  content: "柳";
}

.fi-ts-person-walking-with-cane:before {
  content: "流";
}

.fi-ts-peseta-sign:before {
  content: "溜";
}

.fi-ts-peso-sign:before {
  content: "琉";
}

.fi-ts-pets:before {
  content: "留";
}

.fi-ts-pharmacy:before {
  content: "硫";
}

.fi-ts-phone-call:before {
  content: "紐";
}

.fi-ts-phone-cross:before {
  content: "類";
}

.fi-ts-phone-flip:before {
  content: "六";
}

.fi-ts-phone-heart-message:before {
  content: "戮";
}

.fi-ts-phone-office:before {
  content: "陸";
}

.fi-ts-phone-pause:before {
  content: "倫";
}

.fi-ts-phone-plus:before {
  content: "崙";
}

.fi-ts-phone-rotary:before {
  content: "淪";
}

.fi-ts-phone-slash:before {
  content: "輪";
}

.fi-ts-photo-capture:before {
  content: "律";
}

.fi-ts-photo-film-music:before {
  content: "慄";
}

.fi-ts-photo-video:before {
  content: "栗";
}

.fi-ts-physics:before {
  content: "率";
}

.fi-ts-Pi:before {
  content: "隆";
}

.fi-ts-piano-keyboard:before {
  content: "利";
}

.fi-ts-piano:before {
  content: "吏";
}

.fi-ts-pickaxe:before {
  content: "履";
}

.fi-ts-picking-box:before {
  content: "易";
}

.fi-ts-picking:before {
  content: "李";
}

.fi-ts-picnic:before {
  content: "梨";
}

.fi-ts-picpeople-filled:before {
  content: "泥";
}

.fi-ts-picpeople:before {
  content: "理";
}

.fi-ts-pie:before {
  content: "痢";
}

.fi-ts-pig-bank-bulb:before {
  content: "罹";
}

.fi-ts-pig-face:before {
  content: "裏";
}

.fi-ts-pig:before {
  content: "裡";
}

.fi-ts-piggy-bank-budget:before {
  content: "里";
}

.fi-ts-piggy-bank:before {
  content: "離";
}

.fi-ts-pills:before {
  content: "匿";
}

.fi-ts-pinata:before {
  content: "溺";
}

.fi-ts-pineapple-alt:before {
  content: "吝";
}

.fi-ts-pineapple:before {
  content: "燐";
}

.fi-ts-pipe-smoking:before {
  content: "璘";
}

.fi-ts-pizza-slice:before {
  content: "藺";
}

.fi-ts-place-of-worship:before {
  content: "隣";
}

.fi-ts-plan-strategy:before {
  content: "鱗";
}

.fi-ts-plan:before {
  content: "麟";
}

.fi-ts-plane-alt:before {
  content: "林";
}

.fi-ts-plane-arrival:before {
  content: "淋";
}

.fi-ts-plane-departure:before {
  content: "臨";
}

.fi-ts-plane-prop:before {
  content: "立";
}

.fi-ts-plane-slash:before {
  content: "笠";
}

.fi-ts-plane-tail:before {
  content: "粒";
}

.fi-ts-planet-moon:before {
  content: "狀";
}

.fi-ts-planet-ringed:before {
  content: "炙";
}

.fi-ts-plant-care:before {
  content: "識";
}

.fi-ts-plant-growth:before {
  content: "什";
}

.fi-ts-plant-seed-invest:before {
  content: "茶";
}

.fi-ts-plant-wilt:before {
  content: "刺";
}

.fi-ts-plate-utensils:before {
  content: "切";
}

.fi-ts-plate-wheat:before {
  content: "度";
}

.fi-ts-plate:before {
  content: "拓";
}

.fi-ts-play-circle:before {
  content: "糖";
}

.fi-ts-play-microphone:before {
  content: "宅";
}

.fi-ts-play-pause:before {
  content: "洞";
}

.fi-ts-plug-alt:before {
  content: "暴";
}

.fi-ts-plug-cable:before {
  content: "輻";
}

.fi-ts-plug-circle-bolt:before {
  content: "行";
}

.fi-ts-plug-circle-check:before {
  content: "降";
}

.fi-ts-plug-circle-exclamation:before {
  content: "見";
}

.fi-ts-plug-circle-minus:before {
  content: "廓";
}

.fi-ts-plug-circle-plus:before {
  content: "兀";
}

.fi-ts-plug-connection:before {
  content: "嗀";
}

.fi-ts-plug:before {
  content: "﨎";
}

.fi-ts-plus-hexagon:before {
  content: "﨏";
}

.fi-ts-plus-minus:before {
  content: "塚";
}

.fi-ts-png-file:before {
  content: "﨑";
}

.fi-ts-podcast:before {
  content: "晴";
}

.fi-ts-podium-star:before {
  content: "﨓";
}

.fi-ts-podium-victory-leader:before {
  content: "﨔";
}

.fi-ts-podium:before {
  content: "凞";
}

.fi-ts-point-of-sale-bill:before {
  content: "猪";
}

.fi-ts-point-of-sale-signal:before {
  content: "益";
}

.fi-ts-point-of-sale:before {
  content: "礼";
}

.fi-ts-pointer-loading:before {
  content: "神";
}

.fi-ts-pointer-text:before {
  content: "祥";
}

.fi-ts-police-box:before {
  content: "福";
}

.fi-ts-poll-h:before {
  content: "靖";
}

.fi-ts-pollution:before {
  content: "精";
}

.fi-ts-pompebled:before {
  content: "羽";
}

.fi-ts-poo-bolt:before {
  content: "﨟";
}

.fi-ts-poo:before {
  content: "蘒";
}

.fi-ts-pool-8-ball:before {
  content: "﨡";
}

.fi-ts-poop:before {
  content: "諸";
}

.fi-ts-popcorn:before {
  content: "﨣";
}

.fi-ts-popsicle:before {
  content: "﨤";
}

.fi-ts-portal-enter:before {
  content: "逸";
}

.fi-ts-portal-exit:before {
  content: "都";
}

.fi-ts-postal-address:before {
  content: "﨧";
}

.fi-ts-pot:before {
  content: "﨨";
}

.fi-ts-potato:before {
  content: "﨩";
}

.fi-ts-pound:before {
  content: "飯";
}

.fi-ts-ppt-file:before {
  content: "飼";
}

.fi-ts-practice:before {
  content: "館";
}

.fi-ts-praying-hands:before {
  content: "鶴";
}

.fi-ts-prescription-bottle-alt:before {
  content: "郞";
}

.fi-ts-prescription-bottle-pill:before {
  content: "隷";
}

.fi-ts-prescription-bottle:before {
  content: "侮";
}

.fi-ts-prescription:before {
  content: "僧";
}

.fi-ts-presentation:before {
  content: "免";
}

.fi-ts-preview:before {
  content: "勉";
}

.fi-ts-previous-square:before {
  content: "勤";
}

.fi-ts-print-magnifying-glass:before {
  content: "卑";
}

.fi-ts-print-slash:before {
  content: "喝";
}

.fi-ts-print:before {
  content: "嘆";
}

.fi-ts-priority-arrow:before {
  content: "器";
}

.fi-ts-priority-arrows:before {
  content: "塀";
}

.fi-ts-priority-importance:before {
  content: "墨";
}

.fi-ts-problem-solving:before {
  content: "層";
}

.fi-ts-procedures:before {
  content: "屮";
}

.fi-ts-process:before {
  content: "悔";
}

.fi-ts-productivity:before {
  content: "慨";
}

.fi-ts-progress-complete:before {
  content: "憎";
}

.fi-ts-progress-download:before {
  content: "懲";
}

.fi-ts-progress-upload:before {
  content: "敏";
}

.fi-ts-projector:before {
  content: "既";
}

.fi-ts-protractor:before {
  content: "暑";
}

.fi-ts-pulse:before {
  content: "梅";
}

.fi-ts-pump-medical:before {
  content: "海";
}

.fi-ts-pump:before {
  content: "渚";
}

.fi-ts-pumpkin-alt-2:before {
  content: "漢";
}

.fi-ts-pumpkin-alt:before {
  content: "煮";
}

.fi-ts-pumpkin:before {
  content: "爫";
}

.fi-ts-puzzle-alt:before {
  content: "琢";
}

.fi-ts-puzzle-piece-integration:before {
  content: "碑";
}

.fi-ts-puzzle-piece:before {
  content: "社";
}

.fi-ts-puzzle-pieces:before {
  content: "祉";
}

.fi-ts-pyramid:before {
  content: "祈";
}

.fi-ts-q:before {
  content: "祐";
}

.fi-ts-qr-scan:before {
  content: "祖";
}

.fi-ts-QR:before {
  content: "祝";
}

.fi-ts-qrcode:before {
  content: "禍";
}

.fi-ts-question-square:before {
  content: "禎";
}

.fi-ts-question:before {
  content: "穀";
}

.fi-ts-queue-alt:before {
  content: "突";
}

.fi-ts-queue-line:before {
  content: "節";
}

.fi-ts-queue-signal:before {
  content: "練";
}

.fi-ts-queue:before {
  content: "縉";
}

.fi-ts-quill-pen-story:before {
  content: "繁";
}

.fi-ts-quiz-alt:before {
  content: "署";
}

.fi-ts-quiz:before {
  content: "者";
}

.fi-ts-r:before {
  content: "臭";
}

.fi-ts-rabbit-fast:before {
  content: "艹";
}

.fi-ts-rabbit:before {
  content: "艹";
}

.fi-ts-raccoon:before {
  content: "著";
}

.fi-ts-racquet:before {
  content: "褐";
}

.fi-ts-radar-monitoring-track:before {
  content: "視";
}

.fi-ts-radar:before {
  content: "謁";
}

.fi-ts-radiation-alt:before {
  content: "謹";
}

.fi-ts-radiation:before {
  content: "賓";
}

.fi-ts-radio-alt:before {
  content: "贈";
}

.fi-ts-radio-button:before {
  content: "辶";
}

.fi-ts-radio:before {
  content: "逸";
}

.fi-ts-radish:before {
  content: "難";
}

.fi-ts-rainbow:before {
  content: "響";
}

.fi-ts-raindrops:before {
  content: "頻";
}

.fi-ts-ram:before {
  content: "恵";
}

.fi-ts-ramp-loading:before {
  content: "𤋮";
}

.fi-ts-rank:before {
  content: "舘";
}

.fi-ts-ranking-podium-empty:before {
  content: "﩮";
}

.fi-ts-ranking-podium:before {
  content: "﩯";
}

.fi-ts-ranking-star:before {
  content: "並";
}

.fi-ts-ranking-stars:before {
  content: "况";
}

.fi-ts-raygun:before {
  content: "全";
}

.fi-ts-razor-barber:before {
  content: "侀";
}

.fi-ts-react:before {
  content: "充";
}

.fi-ts-recipe-book:before {
  content: "冀";
}

.fi-ts-recipe:before {
  content: "勇";
}

.fi-ts-record-vinyl:before {
  content: "勺";
}

.fi-ts-rectangle-barcode:before {
  content: "喝";
}

.fi-ts-rectangle-code:before {
  content: "啕";
}

.fi-ts-rectangle-history-circle-plus:before {
  content: "喙";
}

.fi-ts-rectangle-horizontal:before {
  content: "嗢";
}

.fi-ts-rectangle-list:before {
  content: "塚";
}

.fi-ts-rectangle-panoramic:before {
  content: "墳";
}

.fi-ts-rectangle-pro:before {
  content: "奄";
}

.fi-ts-rectangle-vertical-history:before {
  content: "奔";
}

.fi-ts-rectangle-vertical:before {
  content: "婢";
}

.fi-ts-rectangle-xmark:before {
  content: "嬨";
}

.fi-ts-rectangles-mixed:before {
  content: "廒";
}

.fi-ts-recycle-bin:before {
  content: "廙";
}

.fi-ts-recycle:before {
  content: "彩";
}

.fi-ts-redo-alt:before {
  content: "徭";
}

.fi-ts-reel:before {
  content: "惘";
}

.fi-ts-refer-arrow:before {
  content: "慎";
}

.fi-ts-refer:before {
  content: "愈";
}

.fi-ts-referral-alt:before {
  content: "憎";
}

.fi-ts-referral-user:before {
  content: "慠";
}

.fi-ts-referral:before {
  content: "懲";
}

.fi-ts-reflect-horizontal-alt:before {
  content: "戴";
}

.fi-ts-reflect-horizontal:before {
  content: "揄";
}

.fi-ts-reflect-vertical:before {
  content: "搜";
}

.fi-ts-refrigerator:before {
  content: "摒";
}

.fi-ts-refund-alt:before {
  content: "敖";
}

.fi-ts-refund:before {
  content: "晴";
}

.fi-ts-region-pin-alt:before {
  content: "朗";
}

.fi-ts-region-pin:before {
  content: "望";
}

.fi-ts-registered:before {
  content: "杖";
}

.fi-ts-registration-paper:before {
  content: "歹";
}

.fi-ts-remove-folder:before {
  content: "殺";
}

.fi-ts-remove-user:before {
  content: "流";
}

.fi-ts-rent-signal:before {
  content: "滛";
}

.fi-ts-rent:before {
  content: "滋";
}

.fi-ts-replace:before {
  content: "漢";
}

.fi-ts-replay-10:before {
  content: "瀞";
}

.fi-ts-replay-30:before {
  content: "煮";
}

.fi-ts-replay-5:before {
  content: "瞧";
}

.fi-ts-reply-all:before {
  content: "爵";
}

.fi-ts-republican:before {
  content: "犯";
}

.fi-ts-reservation-smartphone:before {
  content: "猪";
}

.fi-ts-reservation-table:before {
  content: "瑱";
}

.fi-ts-resistance-band:before {
  content: "甆";
}

.fi-ts-resources:before {
  content: "画";
}

.fi-ts-restaurant:before {
  content: "瘝";
}

.fi-ts-restock:before {
  content: "瘟";
}

.fi-ts-restroom-simple:before {
  content: "益";
}

.fi-ts-resume:before {
  content: "盛";
}

.fi-ts-revenue-alt:before {
  content: "直";
}

.fi-ts-revenue-euro:before {
  content: "睊";
}

.fi-ts-Revenue:before {
  content: "着";
}

.fi-ts-review:before {
  content: "磌";
}

.fi-ts-rewind-button-circle:before {
  content: "窱";
}

.fi-ts-rhombus:before {
  content: "節";
}

.fi-ts-ribbon:before {
  content: "类";
}

.fi-ts-right-from-bracket:before {
  content: "絛";
}

.fi-ts-right:before {
  content: "練";
}

.fi-ts-ring-diamond:before {
  content: "缾";
}

.fi-ts-ring:before {
  content: "者";
}

.fi-ts-rings-wedding:before {
  content: "荒";
}

.fi-ts-risk-alt:before {
  content: "華";
}

.fi-ts-risk:before {
  content: "蝹";
}

.fi-ts-road-barrier:before {
  content: "襁";
}

.fi-ts-road-sign-left:before {
  content: "覆";
}

.fi-ts-robot:before {
  content: "視";
}

.fi-ts-robotic-arm:before {
  content: "調";
}

.fi-ts-rocket-lunch:before {
  content: "諸";
}

.fi-ts-rocket:before {
  content: "請";
}

.fi-ts-roller-coaster:before {
  content: "謁";
}

.fi-ts-room-service:before {
  content: "諾";
}

.fi-ts-rotate-exclamation:before {
  content: "諭";
}

.fi-ts-rotate-reverse:before {
  content: "謹";
}

.fi-ts-rotate-square:before {
  content: "變";
}

.fi-ts-roulette:before {
  content: "贈";
}

.fi-ts-route-highway:before {
  content: "輸";
}

.fi-ts-route-interstate:before {
  content: "遲";
}

.fi-ts-route:before {
  content: "醙";
}

.fi-ts-router:before {
  content: "鉶";
}

.fi-ts-rss-alt:before {
  content: "陼";
}

.fi-ts-rss:before {
  content: "難";
}

.fi-ts-ruble-sign:before {
  content: "靖";
}

.fi-ts-rugby-helmet:before {
  content: "韛";
}

.fi-ts-ruler-combined:before {
  content: "響";
}

.fi-ts-ruler-horizontal:before {
  content: "頋";
}

.fi-ts-ruler-triangle:before {
  content: "頻";
}

.fi-ts-ruler-vertical:before {
  content: "鬒";
}

.fi-ts-rules-alt:before {
  content: "龜";
}

.fi-ts-rules:before {
  content: "𢡊";
}

.fi-ts-running-track:before {
  content: "𢡄";
}

.fi-ts-running:before {
  content: "𣏕";
}

.fi-ts-rupee-sign:before {
  content: "㮝";
}

.fi-ts-rupiah-sign:before {
  content: "䀘";
}

.fi-ts-rv:before {
  content: "䀹";
}

.fi-ts-s:before {
  content: "𥉉";
}

.fi-ts-sack-dollar:before {
  content: "𥳐";
}

.fi-ts-sack:before {
  content: "𧻓";
}

.fi-ts-sad-cry:before {
  content: "齃";
}

.fi-ts-sad-tear:before {
  content: "龎";
}

.fi-ts-sad:before {
  content: "﫚";
}

.fi-ts-safe-box:before {
  content: "﫛";
}

.fi-ts-sailboat:before {
  content: "﫜";
}

.fi-ts-salad:before {
  content: "﫝";
}

.fi-ts-salary-alt:before {
  content: "﫞";
}

.fi-ts-salt-pepper:before {
  content: "﫟";
}

.fi-ts-salt-shaker:before {
  content: "﫠";
}

.fi-ts-sandwich-alt:before {
  content: "﫡";
}

.fi-ts-sandwich:before {
  content: "﫢";
}

.fi-ts-satellite-dish:before {
  content: "﫣";
}

.fi-ts-satellite:before {
  content: "﫤";
}

.fi-ts-saturday:before {
  content: "﫥";
}

.fi-ts-sauce:before {
  content: "﫦";
}

.fi-ts-sausage:before {
  content: "﫧";
}

.fi-ts-sax-hot:before {
  content: "﫨";
}

.fi-ts-saxophone:before {
  content: "﫩";
}

.fi-ts-scale-comparison-alt:before {
  content: "﫪";
}

.fi-ts-scale-comparison:before {
  content: "﫫";
}

.fi-ts-scale:before {
  content: "﫬";
}

.fi-ts-scalpel-path:before {
  content: "﫭";
}

.fi-ts-scalpel:before {
  content: "﫮";
}

.fi-ts-scanner-gun:before {
  content: "﫯";
}

.fi-ts-scanner-image:before {
  content: "﫰";
}

.fi-ts-scanner-keyboard:before {
  content: "﫱";
}

.fi-ts-scanner-touchscreen:before {
  content: "﫲";
}

.fi-ts-scarecrow:before {
  content: "﫳";
}

.fi-ts-scarf:before {
  content: "﫴";
}

.fi-ts-school-bus:before {
  content: "﫵";
}

.fi-ts-school:before {
  content: "﫶";
}

.fi-ts-scooter:before {
  content: "﫷";
}

.fi-ts-screen:before {
  content: "﫸";
}

.fi-ts-screencast:before {
  content: "﫹";
}

.fi-ts-screw-alt:before {
  content: "﫺";
}

.fi-ts-screw:before {
  content: "﫻";
}

.fi-ts-screwdriver:before {
  content: "﫼";
}

.fi-ts-scribble:before {
  content: "﫽";
}

.fi-ts-script:before {
  content: "﫾";
}

.fi-ts-scroll-document-story:before {
  content: "﫿";
}

.fi-ts-scroll-old:before {
  content: "ﬀ";
}

.fi-ts-scroll-torah:before {
  content: "ﬁ";
}

.fi-ts-scroll:before {
  content: "ﬂ";
}

.fi-ts-scrubber:before {
  content: "ﬃ";
}

.fi-ts-scythe:before {
  content: "ﬄ";
}

.fi-ts-sd-card:before {
  content: "ﬅ";
}

.fi-ts-sd-cards:before {
  content: "ﬆ";
}

.fi-ts-seal-exclamation:before {
  content: "﬇";
}

.fi-ts-seal-question:before {
  content: "﬈";
}

.fi-ts-seal:before {
  content: "﬉";
}

.fi-ts-search-alt:before {
  content: "﬊";
}

.fi-ts-search-dollar:before {
  content: "﬋";
}

.fi-ts-search-heart:before {
  content: "﬌";
}

.fi-ts-search-location:before {
  content: "﬍";
}

.fi-ts-seat-airline:before {
  content: "﬎";
}

.fi-ts-seatbelt-safety-driver:before {
  content: "﬏";
}

.fi-ts-second-award:before {
  content: "﬐";
}

.fi-ts-second-laurel:before {
  content: "﬑";
}

.fi-ts-second-medal:before {
  content: "﬒";
}

.fi-ts-second:before {
  content: "ﬓ";
}

.fi-ts-seedling:before {
  content: "ﬔ";
}

.fi-ts-selection:before {
  content: "ﬕ";
}

.fi-ts-sell:before {
  content: "ﬖ";
}

.fi-ts-seller-store:before {
  content: "ﬗ";
}

.fi-ts-seller:before {
  content: "﬘";
}

.fi-ts-selling:before {
  content: "﬙";
}

.fi-ts-send-back:before {
  content: "﬚";
}

.fi-ts-send-backward:before {
  content: "﬛";
}

.fi-ts-send-money-smartphone:before {
  content: "﬜";
}

.fi-ts-send-money:before {
  content: "יִ";
}

.fi-ts-sensor-alert:before {
  content: "ﬞ";
}

.fi-ts-sensor-fire:before {
  content: "ײַ";
}

.fi-ts-sensor-on:before {
  content: "ﬠ";
}

.fi-ts-sensor-smoke:before {
  content: "ﬡ";
}

.fi-ts-sensor:before {
  content: "ﬢ";
}

.fi-ts-share-alt-square:before {
  content: "ﬣ";
}

.fi-ts-share-square:before {
  content: "ﬤ";
}

.fi-ts-sheep:before {
  content: "ﬥ";
}

.fi-ts-shekel-sign:before {
  content: "ﬦ";
}

.fi-ts-shelves:before {
  content: "ﬧ";
}

.fi-ts-shield-alt:before {
  content: "ﬨ";
}

.fi-ts-shield-cat:before {
  content: "﬩";
}

.fi-ts-shield-cross:before {
  content: "שׁ";
}

.fi-ts-shield-dog:before {
  content: "שׂ";
}

.fi-ts-shield-exclamation:before {
  content: "שּׁ";
}

.fi-ts-shield-interrogation:before {
  content: "שּׂ";
}

.fi-ts-shield-keyhole:before {
  content: "אַ";
}

.fi-ts-shield-minus:before {
  content: "אָ";
}

.fi-ts-shield-security-risk:before {
  content: "אּ";
}

.fi-ts-shield-slash:before {
  content: "בּ";
}

.fi-ts-shield-trust:before {
  content: "גּ";
}

.fi-ts-shield-virus:before {
  content: "דּ";
}

.fi-ts-shield-xmark:before {
  content: "הּ";
}

.fi-ts-shipping-fast:before {
  content: "וּ";
}

.fi-ts-shipping-timed:before {
  content: "זּ";
}

.fi-ts-shirt-long-sleeve:before {
  content: "﬷";
}

.fi-ts-shirt-running:before {
  content: "טּ";
}

.fi-ts-shirt-tank-top:before {
  content: "יּ";
}

.fi-ts-shirt:before {
  content: "ךּ";
}

.fi-ts-shish-kebab:before {
  content: "כּ";
}

.fi-ts-shoe-prints:before {
  content: "לּ";
}

.fi-ts-shop-lock:before {
  content: "﬽";
}

.fi-ts-shop-slash:before {
  content: "מּ";
}

.fi-ts-shopping-basket:before {
  content: "﬿";
}

.fi-ts-shopping-cart-buyer:before {
  content: "נּ";
}

.fi-ts-shovel-snow:before {
  content: "סּ";
}

.fi-ts-shovel:before {
  content: "﭂";
}

.fi-ts-shower-down:before {
  content: "ףּ";
}

.fi-ts-shower:before {
  content: "פּ";
}

.fi-ts-shredder:before {
  content: "﭅";
}

.fi-ts-shrimp:before {
  content: "צּ";
}

.fi-ts-shuttle-van:before {
  content: "קּ";
}

.fi-ts-shuttlecock:before {
  content: "רּ";
}

.fi-ts-Sickle:before {
  content: "שּ";
}

.fi-ts-sidebar-flip:before {
  content: "תּ";
}

.fi-ts-sidebar:before {
  content: "וֹ";
}

.fi-ts-sigma:before {
  content: "בֿ";
}

.fi-ts-sign-hanging:before {
  content: "כֿ";
}

.fi-ts-sign-in-alt:before {
  content: "פֿ";
}

.fi-ts-sign-out-alt:before {
  content: "ﭏ";
}

.fi-ts-sign-posts-wrench:before {
  content: "ﭐ";
}

.fi-ts-sign-posts:before {
  content: "ﭑ";
}

.fi-ts-sign-up:before {
  content: "ﭒ";
}

.fi-ts-signal-alt-1:before {
  content: "ﭓ";
}

.fi-ts-signal-alt-2:before {
  content: "ﭔ";
}

.fi-ts-signal-alt-slash:before {
  content: "ﭕ";
}

.fi-ts-signal-alt:before {
  content: "ﭖ";
}

.fi-ts-signal-bars-fair:before {
  content: "ﭗ";
}

.fi-ts-signal-bars-good:before {
  content: "ﭘ";
}

.fi-ts-signal-bars-weak:before {
  content: "ﭙ";
}

.fi-ts-signal-stream-slash:before {
  content: "ﭚ";
}

.fi-ts-signal-stream:before {
  content: "ﭛ";
}

.fi-ts-signature-lock:before {
  content: "ﭜ";
}

.fi-ts-signature-slash:before {
  content: "ﭝ";
}

.fi-ts-signature:before {
  content: "ﭞ";
}

.fi-ts-sim-card:before {
  content: "ﭟ";
}

.fi-ts-sim-cards:before {
  content: "ﭠ";
}

.fi-ts-sink:before {
  content: "ﭡ";
}

.fi-ts-siren-on:before {
  content: "ﭢ";
}

.fi-ts-Siren:before {
  content: "ﭣ";
}

.fi-ts-site-alt:before {
  content: "ﭤ";
}

.fi-ts-site-browser:before {
  content: "ﭥ";
}

.fi-ts-site:before {
  content: "ﭦ";
}

.fi-ts-sitemap:before {
  content: "ﭧ";
}

.fi-ts-skating:before {
  content: "ﭨ";
}

.fi-ts-skeleton-ribs:before {
  content: "ﭩ";
}

.fi-ts-skeleton:before {
  content: "ﭪ";
}

.fi-ts-skewer:before {
  content: "ﭫ";
}

.fi-ts-ski-boot-ski:before {
  content: "ﭬ";
}

.fi-ts-ski-jump:before {
  content: "ﭭ";
}

.fi-ts-ski-lift:before {
  content: "ﭮ";
}

.fi-ts-skiing-nordic:before {
  content: "ﭯ";
}

.fi-ts-skiing:before {
  content: "ﭰ";
}

.fi-ts-skill-alt:before {
  content: "ﭱ";
}

.fi-ts-skill-user:before {
  content: "ﭲ";
}

.fi-ts-skill:before {
  content: "ﭳ";
}

.fi-ts-skin-arrow:before {
  content: "ﭴ";
}

.fi-ts-skin-drop:before {
  content: "ﭵ";
}

.fi-ts-skin-hair:before {
  content: "ﭶ";
}

.fi-ts-skin:before {
  content: "ﭷ";
}

.fi-ts-skip-15-seconds:before {
  content: "ﭸ";
}

.fi-ts-skull-cow:before {
  content: "ﭹ";
}

.fi-ts-skull-crossbones:before {
  content: "ﭺ";
}

.fi-ts-skull:before {
  content: "ﭻ";
}

.fi-ts-slash:before {
  content: "ﭼ";
}

.fi-ts-sledding:before {
  content: "ﭽ";
}

.fi-ts-sleeping-bag:before {
  content: "ﭾ";
}

.fi-ts-sleigh:before {
  content: "ﭿ";
}

.fi-ts-sliders-h-square:before {
  content: "ﮀ";
}

.fi-ts-sliders-v-square:before {
  content: "ﮁ";
}

.fi-ts-sliders-v:before {
  content: "ﮂ";
}

.fi-ts-slot-machine:before {
  content: "ﮃ";
}

.fi-ts-smart-home-alt:before {
  content: "ﮄ";
}

.fi-ts-smart-home:before {
  content: "ﮅ";
}

.fi-ts-smartphone:before {
  content: "ﮆ";
}

.fi-ts-smile-beam:before {
  content: "ﮇ";
}

.fi-ts-smile-plus:before {
  content: "ﮈ";
}

.fi-ts-smile-wink:before {
  content: "ﮉ";
}

.fi-ts-smile:before {
  content: "ﮊ";
}

.fi-ts-smiley-comment-alt:before {
  content: "ﮋ";
}

.fi-ts-smog:before {
  content: "ﮌ";
}

.fi-ts-smoke:before {
  content: "ﮍ";
}

.fi-ts-smoking-ban:before {
  content: "ﮎ";
}

.fi-ts-smoking:before {
  content: "ﮏ";
}

.fi-ts-snake:before {
  content: "ﮐ";
}

.fi-ts-snap:before {
  content: "ﮑ";
}

.fi-ts-snooze:before {
  content: "ﮒ";
}

.fi-ts-snow-blowing:before {
  content: "ﮓ";
}

.fi-ts-snowboarding:before {
  content: "ﮔ";
}

.fi-ts-snowflake-droplets:before {
  content: "ﮕ";
}

.fi-ts-snowflake:before {
  content: "ﮖ";
}

.fi-ts-snowflakes:before {
  content: "ﮗ";
}

.fi-ts-snowman-alt:before {
  content: "ﮘ";
}

.fi-ts-snowman-head:before {
  content: "ﮙ";
}

.fi-ts-snowmobile:before {
  content: "ﮚ";
}

.fi-ts-snowplow:before {
  content: "ﮛ";
}

.fi-ts-soap-alt:before {
  content: "ﮜ";
}

.fi-ts-soap:before {
  content: "ﮝ";
}

.fi-ts-socks:before {
  content: "ﮞ";
}

.fi-ts-sofa-size:before {
  content: "ﮟ";
}

.fi-ts-sofa:before {
  content: "ﮠ";
}

.fi-ts-solar-panel-sun:before {
  content: "ﮡ";
}

.fi-ts-solar-panel:before {
  content: "ﮢ";
}

.fi-ts-solar-system:before {
  content: "ﮣ";
}

.fi-ts-sold-house:before {
  content: "ﮤ";
}

.fi-ts-sold-signal:before {
  content: "ﮥ";
}

.fi-ts-sort-alpha-down-alt:before {
  content: "ﮦ";
}

.fi-ts-sort-alpha-down:before {
  content: "ﮧ";
}

.fi-ts-sort-alpha-up-alt:before {
  content: "ﮨ";
}

.fi-ts-sort-alpha-up:before {
  content: "ﮩ";
}

.fi-ts-sort-alt:before {
  content: "ﮪ";
}

.fi-ts-sort-amount-down-alt:before {
  content: "ﮫ";
}

.fi-ts-sort-amount-down:before {
  content: "ﮬ";
}

.fi-ts-sort-amount-up-alt:before {
  content: "ﮭ";
}

.fi-ts-sort-amount-up:before {
  content: "ﮮ";
}

.fi-ts-sort-circle-down:before {
  content: "ﮯ";
}

.fi-ts-sort-circle-up:before {
  content: "ﮰ";
}

.fi-ts-sort-circle:before {
  content: "ﮱ";
}

.fi-ts-sort-down:before {
  content: "﮲";
}

.fi-ts-sort-numeric-down-alt:before {
  content: "﮳";
}

.fi-ts-sort-numeric-down:before {
  content: "﮴";
}

.fi-ts-sort-shapes-down:before {
  content: "﮵";
}

.fi-ts-sort-shapes-up:before {
  content: "﮶";
}

.fi-ts-sort-size-down:before {
  content: "﮷";
}

.fi-ts-sort-size-up:before {
  content: "﮸";
}

.fi-ts-sort:before {
  content: "﮹";
}

.fi-ts-soup:before {
  content: "﮺";
}

.fi-ts-source-data:before {
  content: "﮻";
}

.fi-ts-source-document-alt:before {
  content: "﮼";
}

.fi-ts-source-document:before {
  content: "﮽";
}

.fi-ts-spa:before {
  content: "﮾";
}

.fi-ts-space-shuttle:before {
  content: "﮿";
}

.fi-ts-space-station-moon-alt:before {
  content: "﯀";
}

.fi-ts-space-station-moon:before {
  content: "﯁";
}

.fi-ts-spade:before {
  content: "﯂";
}

.fi-ts-spaghetti-monster-flying:before {
  content: "﯃";
}

.fi-ts-spain-map:before {
  content: "﯄";
}

.fi-ts-sparkles:before {
  content: "﯅";
}

.fi-ts-spartan-helmet:before {
  content: "﯆";
}

.fi-ts-speaker:before {
  content: "﯇";
}

.fi-ts-speakers:before {
  content: "﯈";
}

.fi-ts-speech-bubble-story:before {
  content: "﯉";
}

.fi-ts-speedometer-arrow:before {
  content: "﯊";
}

.fi-ts-speedometer-kpi:before {
  content: "﯋";
}

.fi-ts-sphere:before {
  content: "﯌";
}

.fi-ts-spider-black-widow:before {
  content: "﯍";
}

.fi-ts-spider-web:before {
  content: "﯎";
}

.fi-ts-spider:before {
  content: "﯏";
}

.fi-ts-split-up-relation:before {
  content: "﯐";
}

.fi-ts-split:before {
  content: "﯑";
}

.fi-ts-splotch:before {
  content: "﯒";
}

.fi-ts-spoon:before {
  content: "ﯓ";
}

.fi-ts-spray-can-sparkles:before {
  content: "ﯔ";
}

.fi-ts-spray-can:before {
  content: "ﯕ";
}

.fi-ts-spring-calendar:before {
  content: "ﯖ";
}

.fi-ts-sprinkler:before {
  content: "ﯗ";
}

.fi-ts-spy:before {
  content: "ﯘ";
}

.fi-ts-square-0:before {
  content: "ﯙ";
}

.fi-ts-square-1:before {
  content: "ﯚ";
}

.fi-ts-square-2:before {
  content: "ﯛ";
}

.fi-ts-square-3:before {
  content: "ﯜ";
}

.fi-ts-square-4:before {
  content: "ﯝ";
}

.fi-ts-square-5:before {
  content: "ﯞ";
}

.fi-ts-square-6:before {
  content: "ﯟ";
}

.fi-ts-square-7:before {
  content: "ﯠ";
}

.fi-ts-square-8:before {
  content: "ﯡ";
}

.fi-ts-square-9:before {
  content: "ﯢ";
}

.fi-ts-square-a:before {
  content: "ﯣ";
}

.fi-ts-square-b:before {
  content: "ﯤ";
}

.fi-ts-square-bolt:before {
  content: "ﯥ";
}

.fi-ts-square-c:before {
  content: "ﯦ";
}

.fi-ts-square-code:before {
  content: "ﯧ";
}

.fi-ts-square-d:before {
  content: "ﯨ";
}

.fi-ts-square-dashed-circle-plus:before {
  content: "ﯩ";
}

.fi-ts-square-dashed:before {
  content: "ﯪ";
}

.fi-ts-square-divide:before {
  content: "ﯫ";
}

.fi-ts-square-e:before {
  content: "ﯬ";
}

.fi-ts-square-ellipsis-vertical:before {
  content: "ﯭ";
}

.fi-ts-square-ellipsis:before {
  content: "ﯮ";
}

.fi-ts-square-exclamation:before {
  content: "ﯯ";
}

.fi-ts-square-f:before {
  content: "ﯰ";
}

.fi-ts-square-g:before {
  content: "ﯱ";
}

.fi-ts-square-h:before {
  content: "ﯲ";
}

.fi-ts-square-heart:before {
  content: "ﯳ";
}

.fi-ts-square-i:before {
  content: "ﯴ";
}

.fi-ts-square-info:before {
  content: "ﯵ";
}

.fi-ts-square-j:before {
  content: "ﯶ";
}

.fi-ts-square-k:before {
  content: "ﯷ";
}

.fi-ts-square-kanban:before {
  content: "ﯸ";
}

.fi-ts-square-l:before {
  content: "ﯹ";
}

.fi-ts-square-m:before {
  content: "ﯺ";
}

.fi-ts-square-minus:before {
  content: "ﯻ";
}

.fi-ts-square-n:before {
  content: "ﯼ";
}

.fi-ts-square-o:before {
  content: "ﯽ";
}

.fi-ts-square-p:before {
  content: "ﯾ";
}

.fi-ts-square-phone-hangup:before {
  content: "ﯿ";
}

.fi-ts-square-plus:before {
  content: "ﰀ";
}

.fi-ts-square-poll-horizontal:before {
  content: "ﰁ";
}

.fi-ts-square-poll-vertical:before {
  content: "ﰂ";
}

.fi-ts-square-q:before {
  content: "ﰃ";
}

.fi-ts-square-quote:before {
  content: "ﰄ";
}

.fi-ts-square-r:before {
  content: "ﰅ";
}

.fi-ts-square-root:before {
  content: "ﰆ";
}

.fi-ts-square-s:before {
  content: "ﰇ";
}

.fi-ts-square-small:before {
  content: "ﰈ";
}

.fi-ts-square-star:before {
  content: "ﰉ";
}

.fi-ts-square-t:before {
  content: "ﰊ";
}

.fi-ts-square-terminal:before {
  content: "ﰋ";
}

.fi-ts-square-u:before {
  content: "ﰌ";
}

.fi-ts-square-up-right:before {
  content: "ﰍ";
}

.fi-ts-square-v:before {
  content: "ﰎ";
}

.fi-ts-square-w:before {
  content: "ﰏ";
}

.fi-ts-square-x:before {
  content: "ﰐ";
}

.fi-ts-square-y:before {
  content: "ﰑ";
}

.fi-ts-square-z:before {
  content: "ﰒ";
}

.fi-ts-square:before {
  content: "ﰓ";
}

.fi-ts-squid:before {
  content: "ﰔ";
}

.fi-ts-squircle:before {
  content: "ﰕ";
}

.fi-ts-squirrel:before {
  content: "ﰖ";
}

.fi-ts-staff:before {
  content: "ﰗ";
}

.fi-ts-stage-concert:before {
  content: "ﰘ";
}

.fi-ts-stage-theatre:before {
  content: "ﰙ";
}

.fi-ts-stage:before {
  content: "ﰚ";
}

.fi-ts-stairs:before {
  content: "ﰛ";
}

.fi-ts-stamp:before {
  content: "ﰜ";
}

.fi-ts-standard-definition:before {
  content: "ﰝ";
}

.fi-ts-star-and-crescent:before {
  content: "ﰞ";
}

.fi-ts-star-christmas:before {
  content: "ﰟ";
}

.fi-ts-star-comment-alt:before {
  content: "ﰠ";
}

.fi-ts-star-exclamation:before {
  content: "ﰡ";
}

.fi-ts-star-octogram:before {
  content: "ﰢ";
}

.fi-ts-star-of-david:before {
  content: "ﰣ";
}

.fi-ts-star-sharp-half-stroke:before {
  content: "ﰤ";
}

.fi-ts-star-sharp-half:before {
  content: "ﰥ";
}

.fi-ts-star-shooting:before {
  content: "ﰦ";
}

.fi-ts-starfighter:before {
  content: "ﰧ";
}

.fi-ts-stars:before {
  content: "ﰨ";
}

.fi-ts-state-country:before {
  content: "ﰩ";
}

.fi-ts-stationary-bike:before {
  content: "ﰪ";
}

.fi-ts-stats:before {
  content: "ﰫ";
}

.fi-ts-steak:before {
  content: "ﰬ";
}

.fi-ts-steering-wheel:before {
  content: "ﰭ";
}

.fi-ts-step-backward:before {
  content: "ﰮ";
}

.fi-ts-step-forward:before {
  content: "ﰯ";
}

.fi-ts-sterling-sign:before {
  content: "ﰰ";
}

.fi-ts-stethoscope:before {
  content: "ﰱ";
}

.fi-ts-sticker:before {
  content: "ﰲ";
}

.fi-ts-stocking:before {
  content: "ﰳ";
}

.fi-ts-stomach:before {
  content: "ﰴ";
}

.fi-ts-stop-circle:before {
  content: "ﰵ";
}

.fi-ts-stop-square:before {
  content: "ﰶ";
}

.fi-ts-stopwatch:before {
  content: "ﰷ";
}

.fi-ts-store-alt:before {
  content: "ﰸ";
}

.fi-ts-store-buyer:before {
  content: "ﰹ";
}

.fi-ts-store-lock:before {
  content: "ﰺ";
}

.fi-ts-store-slash:before {
  content: "ﰻ";
}

.fi-ts-story-book:before {
  content: "ﰼ";
}

.fi-ts-story-fairy-tale:before {
  content: "ﰽ";
}

.fi-ts-story-fantasy:before {
  content: "ﰾ";
}

.fi-ts-strategy-chess-risk:before {
  content: "ﰿ";
}

.fi-ts-strawberry:before {
  content: "ﱀ";
}

.fi-ts-street-view:before {
  content: "ﱁ";
}

.fi-ts-stretcher:before {
  content: "ﱂ";
}

.fi-ts-strikethrough:before {
  content: "ﱃ";
}

.fi-ts-stroopwafel:before {
  content: "ﱄ";
}

.fi-ts-student-alt:before {
  content: "ﱅ";
}

.fi-ts-student:before {
  content: "ﱆ";
}

.fi-ts-subscript:before {
  content: "ﱇ";
}

.fi-ts-subscription-alt:before {
  content: "ﱈ";
}

.fi-ts-subscription:before {
  content: "ﱉ";
}

.fi-ts-subtitles-slash:before {
  content: "ﱊ";
}

.fi-ts-subway:before {
  content: "ﱋ";
}

.fi-ts-suitcase-alt:before {
  content: "ﱌ";
}

.fi-ts-summary-check:before {
  content: "ﱍ";
}

.fi-ts-summer:before {
  content: "ﱎ";
}

.fi-ts-sun-dust:before {
  content: "ﱏ";
}

.fi-ts-sun-plant-wilt:before {
  content: "ﱐ";
}

.fi-ts-sun-salutation-yoga:before {
  content: "ﱑ";
}

.fi-ts-sun:before {
  content: "ﱒ";
}

.fi-ts-sunday:before {
  content: "ﱓ";
}

.fi-ts-sunglasses-alt:before {
  content: "ﱔ";
}

.fi-ts-sunglasses:before {
  content: "ﱕ";
}

.fi-ts-sunrise-alt:before {
  content: "ﱖ";
}

.fi-ts-sunrise:before {
  content: "ﱗ";
}

.fi-ts-sunset:before {
  content: "ﱘ";
}

.fi-ts-superscript:before {
  content: "ﱙ";
}

.fi-ts-supplier-alt:before {
  content: "ﱚ";
}

.fi-ts-supplier:before {
  content: "ﱛ";
}

.fi-ts-surprise:before {
  content: "ﱜ";
}

.fi-ts-surveillance-camera:before {
  content: "ﱝ";
}

.fi-ts-survey-xmark:before {
  content: "ﱞ";
}

.fi-ts-sushi-alt:before {
  content: "ﱟ";
}

.fi-ts-sushi-roll:before {
  content: "ﱠ";
}

.fi-ts-sushi:before {
  content: "ﱡ";
}

.fi-ts-svg:before {
  content: "ﱢ";
}

.fi-ts-swap:before {
  content: "ﱣ";
}

.fi-ts-swatchbook:before {
  content: "ﱤ";
}

.fi-ts-swimmer:before {
  content: "ﱥ";
}

.fi-ts-swimming-pool:before {
  content: "ﱦ";
}

.fi-ts-swing:before {
  content: "ﱧ";
}

.fi-ts-swipe-down:before {
  content: "ﱨ";
}

.fi-ts-swipe-left:before {
  content: "ﱩ";
}

.fi-ts-swipe-right:before {
  content: "ﱪ";
}

.fi-ts-swipe-up:before {
  content: "ﱫ";
}

.fi-ts-symbols:before {
  content: "ﱬ";
}

.fi-ts-synagogue:before {
  content: "ﱭ";
}

.fi-ts-syringe:before {
  content: "ﱮ";
}

.fi-ts-system-cloud:before {
  content: "ﱯ";
}

.fi-ts-t:before {
  content: "ﱰ";
}

.fi-ts-tab-folder:before {
  content: "ﱱ";
}

.fi-ts-table-columns:before {
  content: "ﱲ";
}

.fi-ts-table-layout:before {
  content: "ﱳ";
}

.fi-ts-table-list:before {
  content: "ﱴ";
}

.fi-ts-table-picnic:before {
  content: "ﱵ";
}

.fi-ts-table-pivot:before {
  content: "ﱶ";
}

.fi-ts-table-rows:before {
  content: "ﱷ";
}

.fi-ts-table-tree:before {
  content: "ﱸ";
}

.fi-ts-table:before {
  content: "ﱹ";
}

.fi-ts-tablet-android-alt:before {
  content: "ﱺ";
}

.fi-ts-tablet-android:before {
  content: "ﱻ";
}

.fi-ts-tablet-rugged:before {
  content: "ﱼ";
}

.fi-ts-tablet:before {
  content: "ﱽ";
}

.fi-ts-tachometer-alt-average:before {
  content: "ﱾ";
}

.fi-ts-tachometer-alt-fastest:before {
  content: "ﱿ";
}

.fi-ts-tachometer-alt-slow:before {
  content: "ﲀ";
}

.fi-ts-tachometer-alt-slowest:before {
  content: "ﲁ";
}

.fi-ts-tachometer-average:before {
  content: "ﲂ";
}

.fi-ts-tachometer-fast:before {
  content: "ﲃ";
}

.fi-ts-tachometer-fastest:before {
  content: "ﲄ";
}

.fi-ts-tachometer-slow:before {
  content: "ﲅ";
}

.fi-ts-tachometer-slowest:before {
  content: "ﲆ";
}

.fi-ts-tachometer:before {
  content: "ﲇ";
}

.fi-ts-taco:before {
  content: "ﲈ";
}

.fi-ts-tags:before {
  content: "ﲉ";
}

.fi-ts-talent-alt:before {
  content: "ﲊ";
}

.fi-ts-talent-hand:before {
  content: "ﲋ";
}

.fi-ts-talent:before {
  content: "ﲌ";
}

.fi-ts-tally-1:before {
  content: "ﲍ";
}

.fi-ts-tally-2:before {
  content: "ﲎ";
}

.fi-ts-tally-3:before {
  content: "ﲏ";
}

.fi-ts-tally-4:before {
  content: "ﲐ";
}

.fi-ts-tally:before {
  content: "ﲑ";
}

.fi-ts-tamale:before {
  content: "ﲒ";
}

.fi-ts-tank-water:before {
  content: "ﲓ";
}

.fi-ts-tap:before {
  content: "ﲔ";
}

.fi-ts-tape:before {
  content: "ﲕ";
}

.fi-ts-target-audience:before {
  content: "ﲖ";
}

.fi-ts-target:before {
  content: "ﲗ";
}

.fi-ts-tax-alt:before {
  content: "ﲘ";
}

.fi-ts-tax:before {
  content: "ﲙ";
}

.fi-ts-taxi-bus:before {
  content: "ﲚ";
}

.fi-ts-team-check-alt:before {
  content: "ﲛ";
}

.fi-ts-team-check:before {
  content: "ﲜ";
}

.fi-ts-teddy-bear:before {
  content: "ﲝ";
}

.fi-ts-teeth-open:before {
  content: "ﲞ";
}

.fi-ts-telescope:before {
  content: "ﲟ";
}

.fi-ts-temperature-down:before {
  content: "ﲠ";
}

.fi-ts-temperature-frigid:before {
  content: "ﲡ";
}

.fi-ts-temperature-high:before {
  content: "ﲢ";
}

.fi-ts-temperature-list:before {
  content: "ﲣ";
}

.fi-ts-temperature-low:before {
  content: "ﲤ";
}

.fi-ts-temperature-up:before {
  content: "ﲥ";
}

.fi-ts-template-alt:before {
  content: "ﲦ";
}

.fi-ts-template:before {
  content: "ﲧ";
}

.fi-ts-tenge:before {
  content: "ﲨ";
}

.fi-ts-tent-arrow-down-to-line:before {
  content: "ﲩ";
}

.fi-ts-tent-arrow-left-right:before {
  content: "ﲪ";
}

.fi-ts-tent-arrow-turn-left:before {
  content: "ﲫ";
}

.fi-ts-tent-arrows-down:before {
  content: "ﲬ";
}

.fi-ts-tents:before {
  content: "ﲭ";
}

.fi-ts-terminal:before {
  content: "ﲮ";
}

.fi-ts-terrace:before {
  content: "ﲯ";
}

.fi-ts-test-tube:before {
  content: "ﲰ";
}

.fi-ts-test:before {
  content: "ﲱ";
}

.fi-ts-text-box-dots:before {
  content: "ﲲ";
}

.fi-ts-text-box-edit:before {
  content: "ﲳ";
}

.fi-ts-text-box:before {
  content: "ﲴ";
}

.fi-ts-text-height:before {
  content: "ﲵ";
}

.fi-ts-text-shadow:before {
  content: "ﲶ";
}

.fi-ts-text-size:before {
  content: "ﲷ";
}

.fi-ts-text-slash:before {
  content: "ﲸ";
}

.fi-ts-text-width:before {
  content: "ﲹ";
}

.fi-ts-theater-masks:before {
  content: "ﲺ";
}

.fi-ts-thermometer-alt:before {
  content: "ﲻ";
}

.fi-ts-thermometer-empty:before {
  content: "ﲼ";
}

.fi-ts-thermometer-full:before {
  content: "ﲽ";
}

.fi-ts-thermometer-half:before {
  content: "ﲾ";
}

.fi-ts-thermometer-quarter:before {
  content: "ﲿ";
}

.fi-ts-thermometer-three-quarters:before {
  content: "ﳀ";
}

.fi-ts-theta:before {
  content: "ﳁ";
}

.fi-ts-third-award:before {
  content: "ﳂ";
}

.fi-ts-third-laurel:before {
  content: "ﳃ";
}

.fi-ts-third-medal:before {
  content: "ﳄ";
}

.fi-ts-third:before {
  content: "ﳅ";
}

.fi-ts-thought-bubble:before {
  content: "ﳆ";
}

.fi-ts-three-leaf-clover:before {
  content: "ﳇ";
}

.fi-ts-thumbs-up-trust:before {
  content: "ﳈ";
}

.fi-ts-thunderstorm-moon:before {
  content: "ﳉ";
}

.fi-ts-thunderstorm-risk:before {
  content: "ﳊ";
}

.fi-ts-thunderstorm-sun:before {
  content: "ﳋ";
}

.fi-ts-thunderstorm:before {
  content: "ﳌ";
}

.fi-ts-thursday:before {
  content: "ﳍ";
}

.fi-ts-ticket-airline:before {
  content: "ﳎ";
}

.fi-ts-ticket-alt:before {
  content: "ﳏ";
}

.fi-ts-tickets-airline:before {
  content: "ﳐ";
}

.fi-ts-tie:before {
  content: "ﳑ";
}

.fi-ts-tilde:before {
  content: "ﳒ";
}

.fi-ts-time-add:before {
  content: "ﳓ";
}

.fi-ts-time-check:before {
  content: "ﳔ";
}

.fi-ts-time-delete:before {
  content: "ﳕ";
}

.fi-ts-time-fast:before {
  content: "ﳖ";
}

.fi-ts-time-forward-sixty:before {
  content: "ﳗ";
}

.fi-ts-time-forward-ten:before {
  content: "ﳘ";
}

.fi-ts-time-forward:before {
  content: "ﳙ";
}

.fi-ts-time-half-past:before {
  content: "ﳚ";
}

.fi-ts-time-oclock:before {
  content: "ﳛ";
}

.fi-ts-time-quarter-past:before {
  content: "ﳜ";
}

.fi-ts-time-quarter-to:before {
  content: "ﳝ";
}

.fi-ts-time-twenty-four:before {
  content: "ﳞ";
}

.fi-ts-time-watch-calendar:before {
  content: "ﳟ";
}

.fi-ts-times-hexagon:before {
  content: "ﳠ";
}

.fi-ts-tint-slash:before {
  content: "ﳡ";
}

.fi-ts-tip-coin:before {
  content: "ﳢ";
}

.fi-ts-tire-flat:before {
  content: "ﳣ";
}

.fi-ts-tire-pressure-warning:before {
  content: "ﳤ";
}

.fi-ts-tire-rugged:before {
  content: "ﳥ";
}

.fi-ts-tire:before {
  content: "ﳦ";
}

.fi-ts-tired:before {
  content: "ﳧ";
}

.fi-ts-to-do-alt:before {
  content: "ﳨ";
}

.fi-ts-to-do:before {
  content: "ﳩ";
}

.fi-ts-together-people:before {
  content: "ﳪ";
}

.fi-ts-toggle-off:before {
  content: "ﳫ";
}

.fi-ts-toggle-on:before {
  content: "ﳬ";
}

.fi-ts-toilet-paper-blank-under:before {
  content: "ﳭ";
}

.fi-ts-toilet-paper-blank:before {
  content: "ﳮ";
}

.fi-ts-toilet-paper-slash:before {
  content: "ﳯ";
}

.fi-ts-toilet-paper-under-slash:before {
  content: "ﳰ";
}

.fi-ts-toilet-paper-under:before {
  content: "ﳱ";
}

.fi-ts-toilet:before {
  content: "ﳲ";
}

.fi-ts-toilets-portable:before {
  content: "ﳳ";
}

.fi-ts-token:before {
  content: "ﳴ";
}

.fi-ts-tomato:before {
  content: "ﳵ";
}

.fi-ts-tombstone-alt:before {
  content: "ﳶ";
}

.fi-ts-tombstone:before {
  content: "ﳷ";
}

.fi-ts-tool-box:before {
  content: "ﳸ";
}

.fi-ts-tools:before {
  content: "ﳹ";
}

.fi-ts-tooth:before {
  content: "ﳺ";
}

.fi-ts-toothbrush:before {
  content: "ﳻ";
}

.fi-ts-torch-inspiration-leader:before {
  content: "ﳼ";
}

.fi-ts-torii-gate:before {
  content: "ﳽ";
}

.fi-ts-tornado:before {
  content: "ﳾ";
}

.fi-ts-total:before {
  content: "ﳿ";
}

.fi-ts-tour-guide-people:before {
  content: "ﴀ";
}

.fi-ts-tour-virtual:before {
  content: "ﴁ";
}

.fi-ts-tower-control:before {
  content: "ﴂ";
}

.fi-ts-track:before {
  content: "ﴃ";
}

.fi-ts-tractor:before {
  content: "ﴄ";
}

.fi-ts-trademark:before {
  content: "ﴅ";
}

.fi-ts-traffic-cone:before {
  content: "ﴆ";
}

.fi-ts-traffic-light-go:before {
  content: "ﴇ";
}

.fi-ts-traffic-light-slow:before {
  content: "ﴈ";
}

.fi-ts-traffic-light-stop:before {
  content: "ﴉ";
}

.fi-ts-traffic-light:before {
  content: "ﴊ";
}

.fi-ts-trailer:before {
  content: "ﴋ";
}

.fi-ts-train-journey:before {
  content: "ﴌ";
}

.fi-ts-train-station-building:before {
  content: "ﴍ";
}

.fi-ts-train-station:before {
  content: "ﴎ";
}

.fi-ts-train-subway-tunnel:before {
  content: "ﴏ";
}

.fi-ts-train-track:before {
  content: "ﴐ";
}

.fi-ts-train-tram:before {
  content: "ﴑ";
}

.fi-ts-tram:before {
  content: "ﴒ";
}

.fi-ts-transformation-block:before {
  content: "ﴓ";
}

.fi-ts-transformation-circle:before {
  content: "ﴔ";
}

.fi-ts-transformation-design:before {
  content: "ﴕ";
}

.fi-ts-transformation-shapes:before {
  content: "ﴖ";
}

.fi-ts-transformer-bolt:before {
  content: "ﴗ";
}

.fi-ts-transgender:before {
  content: "ﴘ";
}

.fi-ts-transporter-1:before {
  content: "ﴙ";
}

.fi-ts-transporter-2:before {
  content: "ﴚ";
}

.fi-ts-transporter-3:before {
  content: "ﴛ";
}

.fi-ts-transporter-4:before {
  content: "ﴜ";
}

.fi-ts-transporter-5:before {
  content: "ﴝ";
}

.fi-ts-transporter-6:before {
  content: "ﴞ";
}

.fi-ts-transporter-7:before {
  content: "ﴟ";
}

.fi-ts-transporter-empty:before {
  content: "ﴠ";
}

.fi-ts-transporter:before {
  content: "ﴡ";
}

.fi-ts-trash-can-check:before {
  content: "ﴢ";
}

.fi-ts-trash-can-clock:before {
  content: "ﴣ";
}

.fi-ts-trash-can-list:before {
  content: "ﴤ";
}

.fi-ts-trash-can-plus:before {
  content: "ﴥ";
}

.fi-ts-trash-can-slash:before {
  content: "ﴦ";
}

.fi-ts-trash-check:before {
  content: "ﴧ";
}

.fi-ts-trash-clock:before {
  content: "ﴨ";
}

.fi-ts-trash-empty:before {
  content: "ﴩ";
}

.fi-ts-trash-list:before {
  content: "ﴪ";
}

.fi-ts-trash-plus:before {
  content: "ﴫ";
}

.fi-ts-trash-restore-alt:before {
  content: "ﴬ";
}

.fi-ts-trash-restore:before {
  content: "ﴭ";
}

.fi-ts-trash-slash:before {
  content: "ﴮ";
}

.fi-ts-trash-undo-alt:before {
  content: "ﴯ";
}

.fi-ts-trash-undo:before {
  content: "ﴰ";
}

.fi-ts-trash-xmark:before {
  content: "ﴱ";
}

.fi-ts-treadmill:before {
  content: "ﴲ";
}

.fi-ts-treasure-chest:before {
  content: "ﴳ";
}

.fi-ts-treatment:before {
  content: "ﴴ";
}

.fi-ts-tree-alt:before {
  content: "ﴵ";
}

.fi-ts-tree-christmas:before {
  content: "ﴶ";
}

.fi-ts-tree-deciduous:before {
  content: "ﴷ";
}

.fi-ts-tree:before {
  content: "ﴸ";
}

.fi-ts-trees-alt:before {
  content: "ﴹ";
}

.fi-ts-trees:before {
  content: "ﴺ";
}

.fi-ts-triangle-music:before {
  content: "ﴻ";
}

.fi-ts-triangle-person-digging:before {
  content: "ﴼ";
}

.fi-ts-triangle-warning:before {
  content: "ﴽ";
}

.fi-ts-triangle:before {
  content: "﴾";
}

.fi-ts-tricycle:before {
  content: "﴿";
}

.fi-ts-trillium:before {
  content: "﵀";
}

.fi-ts-trophy-achievement-skill:before {
  content: "﵁";
}

.fi-ts-trophy-star:before {
  content: "﵂";
}

.fi-ts-truck-arrow-left:before {
  content: "﵃";
}

.fi-ts-truck-arrow-right:before {
  content: "﵄";
}

.fi-ts-truck-bolt:before {
  content: "﵅";
}

.fi-ts-truck-box:before {
  content: "﵆";
}

.fi-ts-truck-check:before {
  content: "﵇";
}

.fi-ts-truck-container-empty:before {
  content: "﵈";
}

.fi-ts-truck-container:before {
  content: "﵉";
}

.fi-ts-truck-couch:before {
  content: "﵊";
}

.fi-ts-truck-fire:before {
  content: "﵋";
}

.fi-ts-truck-flatbed:before {
  content: "﵌";
}

.fi-ts-truck-front:before {
  content: "﵍";
}

.fi-ts-truck-ladder:before {
  content: "﵎";
}

.fi-ts-truck-loading:before {
  content: "﵏";
}

.fi-ts-truck-medical:before {
  content: "ﵐ";
}

.fi-ts-truck-monster:before {
  content: "ﵑ";
}

.fi-ts-truck-moving:before {
  content: "ﵒ";
}

.fi-ts-truck-pickup:before {
  content: "ﵓ";
}

.fi-ts-truck-plow:before {
  content: "ﵔ";
}

.fi-ts-truck-ramp:before {
  content: "ﵕ";
}

.fi-ts-truck-tow:before {
  content: "ﵖ";
}

.fi-ts-truck-utensils:before {
  content: "ﵗ";
}

.fi-ts-trumpet:before {
  content: "ﵘ";
}

.fi-ts-trust-alt:before {
  content: "ﵙ";
}

.fi-ts-trust:before {
  content: "ﵚ";
}

.fi-ts-tshirt:before {
  content: "ﵛ";
}

.fi-ts-tty-answer:before {
  content: "ﵜ";
}

.fi-ts-tty:before {
  content: "ﵝ";
}

.fi-ts-tubes:before {
  content: "ﵞ";
}

.fi-ts-tuesday:before {
  content: "ﵟ";
}

.fi-ts-tugrik-sign:before {
  content: "ﵠ";
}

.fi-ts-turkey:before {
  content: "ﵡ";
}

.fi-ts-turn-left-down:before {
  content: "ﵢ";
}

.fi-ts-turn-left:before {
  content: "ﵣ";
}

.fi-ts-turn-right:before {
  content: "ﵤ";
}

.fi-ts-turntable:before {
  content: "ﵥ";
}

.fi-ts-turtle:before {
  content: "ﵦ";
}

.fi-ts-tv-music:before {
  content: "ﵧ";
}

.fi-ts-tv-retro:before {
  content: "ﵨ";
}

.fi-ts-typewriter:before {
  content: "ﵩ";
}

.fi-ts-u:before {
  content: "ﵪ";
}

.fi-ts-ufo-beam:before {
  content: "ﵫ";
}

.fi-ts-ufo:before {
  content: "ﵬ";
}

.fi-ts-ui-ux:before {
  content: "ﵭ";
}

.fi-ts-umbrella-beach:before {
  content: "ﵮ";
}

.fi-ts-umbrella:before {
  content: "ﵯ";
}

.fi-ts-under-construction:before {
  content: "ﵰ";
}

.fi-ts-undo-alt:before {
  content: "ﵱ";
}

.fi-ts-undo:before {
  content: "ﵲ";
}

.fi-ts-unicorn:before {
  content: "ﵳ";
}

.fi-ts-uniform-martial-arts:before {
  content: "ﵴ";
}

.fi-ts-universal-access:before {
  content: "ﵵ";
}

.fi-ts-up-from-bracket:before {
  content: "ﵶ";
}

.fi-ts-up-left:before {
  content: "ﵷ";
}

.fi-ts-up-right-from-square:before {
  content: "ﵸ";
}

.fi-ts-up-right:before {
  content: "ﵹ";
}

.fi-ts-up:before {
  content: "ﵺ";
}

.fi-ts-url:before {
  content: "ﵻ";
}

.fi-ts-usb-pendrive:before {
  content: "ﵼ";
}

.fi-ts-usd-circle:before {
  content: "ﵽ";
}

.fi-ts-usd-square:before {
  content: "ﵾ";
}

.fi-ts-user-alien:before {
  content: "ﵿ";
}

.fi-ts-user-astronaut:before {
  content: "ﶀ";
}

.fi-ts-user-check:before {
  content: "ﶁ";
}

.fi-ts-user-chef:before {
  content: "ﶂ";
}

.fi-ts-user-coach:before {
  content: "ﶃ";
}

.fi-ts-user-cowboy:before {
  content: "ﶄ";
}

.fi-ts-user-crown:before {
  content: "ﶅ";
}

.fi-ts-user-gear:before {
  content: "ﶆ";
}

.fi-ts-user-graduate:before {
  content: "ﶇ";
}

.fi-ts-user-headset:before {
  content: "ﶈ";
}

.fi-ts-user-helmet-safety:before {
  content: "ﶉ";
}

.fi-ts-user-injured:before {
  content: "ﶊ";
}

.fi-ts-user-interface-ui:before {
  content: "ﶋ";
}

.fi-ts-user-key:before {
  content: "ﶌ";
}

.fi-ts-user-lock:before {
  content: "ﶍ";
}

.fi-ts-user-md-chat:before {
  content: "ﶎ";
}

.fi-ts-user-md:before {
  content: "ﶏ";
}

.fi-ts-user-minus:before {
  content: "﶐";
}

.fi-ts-user-music:before {
  content: "﶑";
}

.fi-ts-user-ninja:before {
  content: "ﶒ";
}

.fi-ts-user-nurse:before {
  content: "ﶓ";
}

.fi-ts-user-pen:before {
  content: "ﶔ";
}

.fi-ts-user-pilot-tie:before {
  content: "ﶕ";
}

.fi-ts-user-pilot:before {
  content: "ﶖ";
}

.fi-ts-user-police:before {
  content: "ﶗ";
}

.fi-ts-user-robot-xmarks:before {
  content: "ﶘ";
}

.fi-ts-user-robot:before {
  content: "ﶙ";
}

.fi-ts-user-salary:before {
  content: "ﶚ";
}

.fi-ts-user-shield:before {
  content: "ﶛ";
}

.fi-ts-user-skill-gear:before {
  content: "ﶜ";
}

.fi-ts-user-slash:before {
  content: "ﶝ";
}

.fi-ts-user-tag:before {
  content: "ﶞ";
}

.fi-ts-user-time:before {
  content: "ﶟ";
}

.fi-ts-user-trust:before {
  content: "ﶠ";
}

.fi-ts-user-unlock:before {
  content: "ﶡ";
}

.fi-ts-user-visor:before {
  content: "ﶢ";
}

.fi-ts-user-xmark:before {
  content: "ﶣ";
}

.fi-ts-users-alt:before {
  content: "ﶤ";
}

.fi-ts-users-class:before {
  content: "ﶥ";
}

.fi-ts-users-gear:before {
  content: "ﶦ";
}

.fi-ts-users-medical:before {
  content: "ﶧ";
}

.fi-ts-users-slash:before {
  content: "ﶨ";
}

.fi-ts-users:before {
  content: "ﶩ";
}

.fi-ts-utensils-slash:before {
  content: "ﶪ";
}

.fi-ts-utensils:before {
  content: "ﶫ";
}

.fi-ts-utility-pole-double:before {
  content: "ﶬ";
}

.fi-ts-utility-pole:before {
  content: "ﶭ";
}

.fi-ts-ux-browser:before {
  content: "ﶮ";
}

.fi-ts-ux:before {
  content: "ﶯ";
}

.fi-ts-v:before {
  content: "ﶰ";
}

.fi-ts-vacuum-robot:before {
  content: "ﶱ";
}

.fi-ts-vacuum:before {
  content: "ﶲ";
}

.fi-ts-value-absolute:before {
  content: "ﶳ";
}

.fi-ts-vault:before {
  content: "ﶴ";
}

.fi-ts-vector-circle:before {
  content: "ﶵ";
}

.fi-ts-vector-polygon:before {
  content: "ﶶ";
}

.fi-ts-venus-double:before {
  content: "ﶷ";
}

.fi-ts-venus-mars:before {
  content: "ﶸ";
}

.fi-ts-venus:before {
  content: "ﶹ";
}

.fi-ts-vest-patches:before {
  content: "ﶺ";
}

.fi-ts-vest:before {
  content: "ﶻ";
}

.fi-ts-video-arrow-down-left:before {
  content: "ﶼ";
}

.fi-ts-video-arrow-up-right:before {
  content: "ﶽ";
}

.fi-ts-video-camera-alt:before {
  content: "ﶾ";
}

.fi-ts-video-camera:before {
  content: "ﶿ";
}

.fi-ts-video-duration:before {
  content: "ﷀ";
}

.fi-ts-video-plus:before {
  content: "ﷁ";
}

.fi-ts-video-slash:before {
  content: "ﷂ";
}

.fi-ts-videoconference:before {
  content: "ﷃ";
}

.fi-ts-vihara:before {
  content: "ﷄ";
}

.fi-ts-violin:before {
  content: "ﷅ";
}

.fi-ts-virus-slash:before {
  content: "ﷆ";
}

.fi-ts-virus:before {
  content: "ﷇ";
}

.fi-ts-viruses:before {
  content: "﷈";
}

.fi-ts-visit:before {
  content: "﷉";
}

.fi-ts-voicemail:before {
  content: "﷊";
}

.fi-ts-volcano:before {
  content: "﷋";
}

.fi-ts-volume-down:before {
  content: "﷌";
}

.fi-ts-volume-mute:before {
  content: "﷍";
}

.fi-ts-volume-off:before {
  content: "﷎";
}

.fi-ts-volume-slash:before {
  content: "﷏";
}

.fi-ts-vote-nay:before {
  content: "﷐";
}

.fi-ts-vote-yea:before {
  content: "﷑";
}

.fi-ts-vr-cardboard:before {
  content: "﷒";
}

.fi-ts-w:before {
  content: "﷓";
}

.fi-ts-waffle:before {
  content: "﷔";
}

.fi-ts-wagon-covered:before {
  content: "﷕";
}

.fi-ts-walker:before {
  content: "﷖";
}

.fi-ts-walkie-talkie:before {
  content: "﷗";
}

.fi-ts-walking:before {
  content: "﷘";
}

.fi-ts-wallet-arrow:before {
  content: "﷙";
}

.fi-ts-wallet-buyer:before {
  content: "﷚";
}

.fi-ts-wallet:before {
  content: "﷛";
}

.fi-ts-warehouse-alt:before {
  content: "﷜";
}

.fi-ts-warranty:before {
  content: "﷝";
}

.fi-ts-washer:before {
  content: "﷞";
}

.fi-ts-waste-pollution:before {
  content: "﷟";
}

.fi-ts-waste:before {
  content: "﷠";
}

.fi-ts-watch-calculator:before {
  content: "﷡";
}

.fi-ts-watch-fitness:before {
  content: "﷢";
}

.fi-ts-watch-smart:before {
  content: "﷣";
}

.fi-ts-watch:before {
  content: "﷤";
}

.fi-ts-water-bottle:before {
  content: "﷥";
}

.fi-ts-water-ladder:before {
  content: "﷦";
}

.fi-ts-water-lower:before {
  content: "﷧";
}

.fi-ts-water-rise:before {
  content: "﷨";
}

.fi-ts-water:before {
  content: "﷩";
}

.fi-ts-watermelon:before {
  content: "﷪";
}

.fi-ts-wave-sine:before {
  content: "﷫";
}

.fi-ts-wave-square:before {
  content: "﷬";
}

.fi-ts-wave-triangle:before {
  content: "﷭";
}

.fi-ts-wave:before {
  content: "﷮";
}

.fi-ts-waveform-path:before {
  content: "﷯";
}

.fi-ts-waveform:before {
  content: "ﷰ";
}

.fi-ts-web-design:before {
  content: "ﷱ";
}

.fi-ts-web:before {
  content: "ﷲ";
}

.fi-ts-webcam-slash:before {
  content: "ﷳ";
}

.fi-ts-webcam:before {
  content: "ﷴ";
}

.fi-ts-webhook:before {
  content: "ﷵ";
}

.fi-ts-wednesday:before {
  content: "ﷶ";
}

.fi-ts-whale:before {
  content: "ﷷ";
}

.fi-ts-wheat-awn-circle-exclamation:before {
  content: "ﷸ";
}

.fi-ts-wheat-awn-slash:before {
  content: "ﷹ";
}

.fi-ts-wheat-awn:before {
  content: "ﷺ";
}

.fi-ts-wheat-slash:before {
  content: "ﷻ";
}

.fi-ts-wheat:before {
  content: "﷼";
}

.fi-ts-wheelchair-move:before {
  content: "﷽";
}

.fi-ts-wheelchair-sleeping:before {
  content: "﷾";
}

.fi-ts-wheelchair:before {
  content: "﷿";
}

.fi-ts-whistle:before {
  content: "︐";
}

.fi-ts-white-space:before {
  content: "︑";
}

.fi-ts-wifi-1:before {
  content: "︒";
}

.fi-ts-wifi-2:before {
  content: "︓";
}

.fi-ts-wifi-alt:before {
  content: "︔";
}

.fi-ts-wifi-exclamation:before {
  content: "︕";
}

.fi-ts-wifi-slash:before {
  content: "︖";
}

.fi-ts-wifi:before {
  content: "︗";
}

.fi-ts-wind-turbine:before {
  content: "︘";
}

.fi-ts-wind-warning:before {
  content: "︙";
}

.fi-ts-wind:before {
  content: "︚";
}

.fi-ts-window-alt:before {
  content: "︛";
}

.fi-ts-window-frame-open:before {
  content: "︜";
}

.fi-ts-window-frame:before {
  content: "︝";
}

.fi-ts-window-maximize:before {
  content: "︞";
}

.fi-ts-window-minimize:before {
  content: "︟";
}

.fi-ts-window-restore:before {
  content: "︰";
}

.fi-ts-windsock:before {
  content: "︱";
}

.fi-ts-wine-bottle:before {
  content: "︲";
}

.fi-ts-wine-glass-crack:before {
  content: "︳";
}

.fi-ts-wine-glass-empty:before {
  content: "︴";
}

.fi-ts-wishlist-heart:before {
  content: "︵";
}

.fi-ts-wishlist-star:before {
  content: "︶";
}

.fi-ts-woman-head:before {
  content: "︷";
}

.fi-ts-woman-scientist:before {
  content: "︸";
}

.fi-ts-won-sign:before {
  content: "︹";
}

.fi-ts-work-in-progress:before {
  content: "︺";
}

.fi-ts-workflow-alt:before {
  content: "︻";
}

.fi-ts-workflow-setting-alt:before {
  content: "︼";
}

.fi-ts-workflow-setting:before {
  content: "︽";
}

.fi-ts-workflow:before {
  content: "︾";
}

.fi-ts-workshop:before {
  content: "︿";
}

.fi-ts-world:before {
  content: "﹀";
}

.fi-ts-worm:before {
  content: "﹁";
}

.fi-ts-wreath:before {
  content: "﹂";
}

.fi-ts-wrench-alt:before {
  content: "﹃";
}

.fi-ts-wrench-simple:before {
  content: "﹄";
}

.fi-ts-x-ray:before {
  content: "﹅";
}

.fi-ts-x:before {
  content: "﹆";
}

.fi-ts-y:before {
  content: "﹇";
}

.fi-ts-yen:before {
  content: "﹈";
}

.fi-ts-yin-yang:before {
  content: "﹉";
}

.fi-ts-z:before {
  content: "﹊";
}

.fi-ts-zip-file:before {
  content: "﹋";
}

@font-face {
  font-family: uicons-brands;
  src: url(./fonts/@flaticon/uicons-brands-XJPKRNBN.woff2) format("woff2"), url(./fonts/@flaticon/uicons-brands-PQBQF6T3.woff) format("woff"), url(../uicons-brands-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: "︀";
}

.variable-selector-01:before {
  content: "︁";
}

.variable-selector-02:before {
  content: "︂";
}

.variable-selector-03:before {
  content: "︃";
}

.variable-selector-04:before {
  content: "︄";
}

.variable-selector-05:before {
  content: "︅";
}

.variable-selector-06:before {
  content: "︆";
}

.variable-selector-07:before {
  content: "︇";
}

.variable-selector-08:before {
  content: "︈";
}

.variable-selector-09:before {
  content: "︉";
}

.variable-selector-0a:before {
  content: "︊";
}

.variable-selector-0b:before {
  content: "︋";
}

.variable-selector-0c:before {
  content: "︌";
}

.variable-selector-0d:before {
  content: "︍";
}

.variable-selector-0e:before {
  content: "︎";
}

.variable-selector-0f:before {
  content: "️";
}

.combining-half-marks-00:before {
  content: "︠";
}

.combining-half-marks-01:before {
  content: "︡";
}

.combining-half-marks-02:before {
  content: "︢";
}

.combining-half-marks-03:before {
  content: "︣";
}

.combining-half-marks-04:before {
  content: "︤";
}

.combining-half-marks-05:before {
  content: "︥";
}

.combining-half-marks-06:before {
  content: "︦";
}

.combining-half-marks-07:before {
  content: "︧";
}

.combining-half-marks-08:before {
  content: "︨";
}

.combining-half-marks-09:before {
  content: "︩";
}

.combining-half-marks-0a:before {
  content: "︪";
}

.combining-half-marks-0b:before {
  content: "︫";
}

.combining-half-marks-0c:before {
  content: "︬";
}

.combining-half-marks-0d:before {
  content: "︭";
}

.combining-half-marks-0e:before {
  content: "︮";
}

.combining-half-marks-0f:before {
  content: "︯";
}

.zero-width-no-break-space-0f:before {
  content: "﻿";
}

.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
*/
/*# sourceMappingURL=all.css.map */
