/* Minification failed. Returning unminified contents.
(342,26): run-time error CSS1030: Expected identifier, found ','
(342,57): run-time error CSS1031: Expected selector, found ')'
(342,57): run-time error CSS1025: Expected comma or open brace, found ')'
(524,28): run-time error CSS1030: Expected identifier, found ','
(524,43): run-time error CSS1031: Expected selector, found ')'
(524,43): run-time error CSS1025: Expected comma or open brace, found ')'
(529,48): run-time error CSS1030: Expected identifier, found ','
(529,63): run-time error CSS1031: Expected selector, found ')'
(529,63): run-time error CSS1025: Expected comma or open brace, found ')'
(532,38): run-time error CSS1030: Expected identifier, found ','
(532,53): run-time error CSS1031: Expected selector, found ')'
(532,53): run-time error CSS1025: Expected comma or open brace, found ')'
(535,28): run-time error CSS1030: Expected identifier, found ','
(535,43): run-time error CSS1031: Expected selector, found ')'
(535,43): run-time error CSS1025: Expected comma or open brace, found ')'
(544,48): run-time error CSS1030: Expected identifier, found ','
(544,63): run-time error CSS1031: Expected selector, found ')'
(544,63): run-time error CSS1025: Expected comma or open brace, found ')'
(547,38): run-time error CSS1030: Expected identifier, found ','
(547,53): run-time error CSS1031: Expected selector, found ')'
(547,53): run-time error CSS1025: Expected comma or open brace, found ')'
(1191,20): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(1338,21): run-time error CSS1039: Token not allowed after unary operator: '-universal-margin'
(1342,15): run-time error CSS1039: Token not allowed after unary operator: '-input-invalid-color'
(6201,675): run-time error CSS1039: Token not allowed after unary operator: '-dt-html-background'
 */
/*!
 * bsStepper v1.7.0 (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - 2019 Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */
.bs-stepper .step-trigger {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.bs-stepper .step-trigger:focus {
  color: #007bff;
  outline: none;
}

.bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 520px) {
  .bs-stepper .step-trigger {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
}
.bs-stepper-label {
  display: inline-block;
  margin: 0.25rem;
}

.bs-stepper-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 520px) {
  .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}
.bs-stepper-line,
.bs-stepper .line {
  -ms-flex: 1 0 32px;
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.12);
}

@media (max-width: 400px) {
  .bs-stepper-line,
  .bs-stepper .line {
    -ms-flex-preferred-size: 20px;
    flex-basis: 20px;
  }
}
.bs-stepper-circle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  margin: 0.25rem;
  line-height: 1em;
  color: #fff;
  background-color: #6c757d;
  border-radius: 1em;
}

.active .bs-stepper-circle {
  background-color: #007bff !important; 
}

.bs-stepper-content {
  padding: 0 20px 20px;
}

@media (max-width: 520px) {
  .bs-stepper-content {
    padding: 0;
  }
}
.bs-stepper.vertical {
  display: -ms-flexbox;
  display: flex;
}

.bs-stepper.vertical .bs-stepper-header {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
  display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}

.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
  display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity;
}

.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}

.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}

.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
  display: block;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
  visibility: hidden;
}

/*# sourceMappingURL=bs-stepper.css.map */
.bs-stepper {
  border-radius: 0.3125rem;
}
.bs-stepper .line {
  flex: 0;
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  margin: 0;
}
.bs-stepper .line i {
  font-size: 1.8rem;
}
.bs-stepper .bs-stepper-header {
  padding: 1.375rem 1.375rem;
}
.bs-stepper .bs-stepper-header .step .step-trigger {
  padding: 0 1rem;
  flex-wrap: nowrap;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin: 0;
  max-width: 224px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  display: inline-grid;
  font-weight: 600;
  font-size: 0.9375rem;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  line-height: 1;
  margin-top: 0.25rem;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
  margin-top: 0.2rem;
  font-size: 0.813rem;
  font-weight: normal;
}
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin-left: 0.75rem;
}
[dir=rtl] .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin-right: 0.75rem;
}
.bs-stepper .bs-stepper-header .step .step-trigger:hover {
  background-color: transparent;
}
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
  padding-left: 0;
}
[dir=rtl] .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
  padding-right: 0;
}
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
  padding-right: 0;
}
[dir=rtl] .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
  padding-left: 0;
}
.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
  height: 2.375rem;
  width: 2.375rem;
  font-family: "Rubik", "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem !important;
  background-color: transparent !important;
}
.bs-stepper .bs-stepper-header .step.crossed .bs-stepper-circle {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}
.bs-stepper .bs-stepper-content {
  padding: 1.375rem 1.375rem;
}
.bs-stepper.vertical .bs-stepper-header {
  min-width: 18rem;
}
.bs-stepper.vertical .bs-stepper-header .step .step-trigger {
  padding: 0.65rem 0;
}
.bs-stepper.vertical .bs-stepper-header .step:first-child .step-trigger {
  padding-top: 0;
}
.bs-stepper.vertical .bs-stepper-header .step:last-child .step-trigger {
  padding-bottom: 0;
}
.bs-stepper.vertical .bs-stepper-header .line {
  position: relative;
  min-height: 1px;
}
.bs-stepper.vertical .bs-stepper-header .line:before {
  position: absolute;
  top: -0.9rem;
  left: 1.4rem;
  display: block;
  height: 1.85rem;
  width: 2px;
  content: "";
}
.bs-stepper.vertical .bs-stepper-content {
  width: 100%;
}
.bs-stepper.vertical .bs-stepper-content .content:not(.active) {
  display: none;
}
.bs-stepper.vertical.wizard-icons .step {
  text-align: center;
  padding: 0.75rem 0;
}
.bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
  top: -0.7rem;
  left: 50%;
  margin-left: -0.06rem;
}
.bs-stepper.wizard-icons .bs-stepper-header {
  justify-content: space-around;
}
.bs-stepper.wizard-icons .bs-stepper-header .line::before {
  content: none !important;
}
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger {
  flex-direction: column;
}
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon svg {
  height: 3.375rem;
  width: 3.375rem;
  margin-bottom: 0.5rem;
}
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon i {
  font-size: 1.6rem;
}
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-label {
  font-weight: normal;
}
.bs-stepper.wizard-icons .bs-stepper-header .step.active .bs-stepper-label {
  font-weight: 600;
}
.bs-stepper.wizard-modern .bs-stepper-header {
  border-bottom: none !important;
}
.bs-stepper.wizard-modern .bs-stepper-content {
  border-radius: 0.3125rem;
}
.bs-stepper.wizard-modern.vertical .bs-stepper-header {
  border-right: none !important;
}

.bs-stepper:not(.vertical, .wizard-modern, .wizard-icons) .bs-stepper-content {
  padding-top: 0.5rem;
}

.light-style .bs-stepper {
  background-color: #fff;
}
.light-style .bs-stepper:not(.wizard-modern) {
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
}
.light-style .bs-stepper .bs-stepper-header .line {
  color: rgba(38, 60, 85, 0.5);
}
.light-style .bs-stepper .bs-stepper-header .line:before {
  background-color: #d4d8dd;
}
.light-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  border: 1px solid #d4d8dd !important;
  color: #516377 !important;
}
.light-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4) !important;
}
.light-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-subtitle {
  color: #677788;
}
.light-style .bs-stepper .bs-stepper-header .step .bs-stepper-subtitle {
  color: #a8b1bb;
}
.light-style .bs-stepper .step-trigger {
  color: #677788;
}
.light-style .bs-stepper .step-trigger::after {
  background-color: #d4d8dd;
}
.light-style .bs-stepper .step.crossed .bs-stepper-circle {
  color: #677788 !important;
}
.light-style .bs-stepper .step.crossed .bs-stepper-label {
  color: #a8b1bb !important;
}
.light-style .bs-stepper.vertical .bs-stepper-header {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .light-style .bs-stepper.vertical .bs-stepper-header {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d4d8dd;
  }
}
.light-style .bs-stepper.wizard-modern {
  background-color: transparent;
}
.light-style .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #fff;
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
}
.light-style .bs-stepper.wizard-icons .bs-stepper-header {
  border-bottom: 1px solid #d4d8dd;
}
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
  fill: #677788;
}

[dir=rtl].light-style .bs-stepper.vertical .bs-stepper-header {
  border-left: 1px solid #d4d8dd;
}

html:not([dir=rtl]).light-style .bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #d4d8dd;
}

.dark-style .bs-stepper {
  background-color: #283144;
}
.dark-style .bs-stepper:not(.wizard-modern) {
  box-shadow: 0 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.16);
}
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-label {
  color: #a1b0cb;
}
.dark-style .bs-stepper .bs-stepper-header .line {
  color: #637ba9;
}
.dark-style .bs-stepper .bs-stepper-header .line:before {
  background-color: #36445d;
}
.dark-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  border: 1px solid #36445d !important;
  color: #d8deea !important;
}
.dark-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
}
.dark-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-subtitle {
  color: #a1b0cb;
}
.dark-style .bs-stepper .step-trigger {
  color: #a1b0cb;
}
.dark-style .bs-stepper .step-trigger::after {
  background-color: #36445d;
}
.dark-style .bs-stepper .step.crossed .bs-stepper-circle {
  color: #a1b0cb !important;
}
.dark-style .bs-stepper .step.crossed .bs-stepper-label {
  color: #8295ba !important;
}
.dark-style .bs-stepper .step .bs-stepper-subtitle {
  color: #8295ba;
}
.dark-style .bs-stepper.vertical .bs-stepper-header {
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .dark-style .bs-stepper.vertical .bs-stepper-header {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #36445d;
  }
}
.dark-style .bs-stepper.wizard-modern {
  background-color: transparent;
}
.dark-style .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #283144;
  box-shadow: 0 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.16);
}
.dark-style .bs-stepper.wizard-icons .bs-stepper-header {
  border-bottom: 1px solid #36445d;
}
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
  color: #a1b0cb;
}
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
  fill: #a1b0cb;
}
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
  color: #a1b0cb;
}

[dir=rtl].dark-style .bs-stepper.vertical .bs-stepper-header {
  border-left: 1px solid #36445d;
}

html:not([dir=rtl]).dark-style .bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #36445d;
}

[dir=rtl] .bs-stepper .bs-stepper-content .btn-next i,
[dir=rtl] .bs-stepper .bs-stepper-content .btn-prev i {
  transform: rotate(180deg);
}
[dir=rtl] .bs-stepper .bs-stepper-content .btn-next span,
[dir=rtl] .bs-stepper .bs-stepper-content .btn-prev span {
  vertical-align: middle;
}
[dir=rtl] .bs-stepper.vertical .bs-stepper-header .line:before {
  left: auto;
  right: 1.4rem;
}
[dir=rtl] .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
  right: 50%;
}
[dir=rtl] .bs-stepper.wizard-modern.vertical .bs-stepper-header {
  border-left: none !important;
}
@media (min-width: 992px) {
  [dir=rtl] .bs-stepper .bs-stepper-header .line i {
    transform: rotate(180deg);
  }
}
@media (max-width: 991.98px) {
  [dir=rtl] .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin-left: 0;
    margin-right: 0.35rem;
  }
}

@media (min-width: 992px) {
  .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step .step-trigger {
    position: relative;
    padding-bottom: 0.6875rem;
    margin: 0 1rem;
  }
  html:not([dir=rtl]) .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step .step-trigger {
    padding-left: 0;
  }
  [dir=rtl] .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step .step-trigger {
    padding-right: 0;
  }
  .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step .step-trigger::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3px;
    height: 0.188rem;
    width: 100%;
    border-radius: 1.5px;
  }
  html:not([dir=rtl]) .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step:first-child .step-trigger {
    margin-left: 0;
  }
  [dir=rtl] .bs-stepper:not(.vertical, .wizard-icons) .bs-stepper-header .step:first-child .step-trigger {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .bs-stepper .bs-stepper-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .bs-stepper .bs-stepper-header .step .step-trigger {
    padding: 0.5rem 0;
    flex-direction: row;
  }
  .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin-left: 0.35rem;
  }
  .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
    padding-top: 0;
  }
  .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
    padding-bottom: 0;
  }
  .bs-stepper.vertical {
    flex-direction: column;
  }
  .bs-stepper.vertical .bs-stepper-header {
    align-items: flex-start;
  }
  .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
    left: 0.75rem;
    margin-left: 0;
  }
  .bs-stepper:not(.vertical) .bs-stepper-header .line {
    position: relative;
    min-height: 1px;
  }
  .bs-stepper:not(.vertical) .bs-stepper-header .line i {
    display: none;
  }
  .bs-stepper:not(.vertical) .bs-stepper-header .line:before {
    position: absolute;
    top: -0.75rem;
    display: block;
    height: 1.55rem;
    width: 2px;
    content: "";
  }
  html:not([dir=rtl]) .bs-stepper:not(.vertical) .bs-stepper-header .line:before {
    left: 1.4rem;
  }
  [dir=rtl] .bs-stepper:not(.vertical) .bs-stepper-header .line:before {
    right: 1.4rem;
  }
  .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
    margin-top: 0.5rem;
  }
}
@media (max-width: 520px) {
  .bs-stepper-header {
    margin: 0;
  }
}
#wizard-create-app.vertical .bs-stepper-header {
  min-width: 15rem;
}

.dropzone {
  width: 100%;
  position: relative;
  padding: 1.5rem;
  cursor: pointer;
  border-radius: 0.3125rem;
}
.dropzone:not(.dz-clickable) {
  opacity: 0.5;
  cursor: not-allowed;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dz-message {
  font-size: 1.625rem;
}
.dz-message .note {
  font-size: 0.9375rem;
}

.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  width: auto !important;
  cursor: default !important;
  transition: none;
}
.dz-browser-not-supported .dz-message {
  display: none !important;
}

.dz-started .dz-message {
  display: none;
}

.dz-message {
  margin: 5rem 0;
  font-weight: 500;
  text-align: center;
}
.dz-message .note {
  font-weight: 400;
  display: block;
  margin-top: 0.625rem;
}

.dz-preview {
  position: relative;
  vertical-align: top;
  margin: 1.0rem 0 0 1.0rem;
  background: #fff;
  font-size: 0.8125rem;
  box-sizing: content-box;
  cursor: default;
}

.dz-filename {
  position: absolute;
  width: 100%;
  overflow: hidden;
  padding: 0.625rem 0.625rem 0 0.625rem;
  background: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dz-filename:hover {
  white-space: normal;
  text-overflow: inherit;
}

.dz-size {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    font-size: 0.6875rem;
    font-style: italic;
}

.dz-preview .progress,
.dz-preview .progess-bar {
  height: 0.5rem;
}

.dz-preview .progress {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 50%;
  margin-top: -0.25rem;
  z-index: 30;
}

.dz-complete .progress {
  display: none;
}

.dz-thumbnail {
  position: relative;
  padding: 0.625rem;
  height: 7.5rem;
  text-align: center;
  box-sizing: content-box;
}
.dz-thumbnail > img,
.dz-thumbnail .dz-nopreview {
  top: 50%;
  position: relative;
  transform: translateY(-50%) scale(1);
  margin: 0 auto;
  display: block;
}
.dz-thumbnail > img {
  max-height: 100%;
  max-width: 100%;
}

.dz-nopreview {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.6875rem;
}

.dz-thumbnail img[src] ~ .dz-nopreview {
  display: none;
}

.dz-remove {
  display: block;
  text-align: center;
  padding: 0.375rem 0;
  font-size: 0.75rem;
}
.dz-remove:hover, .dz-remove:focus {
  text-decoration: none;
  border-top-color: transparent;
}

.dz-error-mark,
.dz-success-mark {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  margin-left: -1.875rem;
  margin-top: -1.875rem;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background-position: center center;
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.06);
}

.dz-success-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.dz-error-mark {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.dz-error-message {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  display: none;
  color: #fff;
  z-index: 40;
  padding: 0.75rem;
  text-align: left;
  overflow: auto;
  font-weight: 600;
}
[dir=rtl] .dz-error-message {
  text-align: right;
}

.dz-error .dz-error-message {
  display: none;
}
.dz-error .dz-error-mark {
  display: block;
}
.dz-error:hover .dz-error-message {
  display: block;
}
.dz-error:hover .dz-error-mark {
  display: none;
}

.dz-success .dz-success-mark {
  display: block;
}

[dir=rtl] .dz-hidden-input {
  left: auto !important;
  right: 0 !important;
}

.light-style .dropzone {
  border: 2px dashed #d4d8dd;
}
.light-style .dz-preview {
  border: 0 solid #d4d8dd;
  border-radius: 0.25rem;
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
}
.light-style .dz-message {
  color: #516377;
}
.light-style .dz-message .note {
  color: #677788;
}
.light-style .dz-thumbnail {
  border-bottom: 1px solid #d4d8dd;
  background: rgba(38, 60, 85, 0.025);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.light-style .dz-size {
  color: #a8b1bb;
}
.light-style .dz-remove {
  color: #677788;
  border-top: 1px solid #d4d8dd;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.light-style .dz-remove:hover, .light-style .dz-remove:focus {
  color: #677788;
  background: rgba(38, 60, 85, 0.1);
}
.light-style .dz-nopreview {
  color: #a8b1bb;
}
.light-style .dz-error-mark,
.light-style .dz-success-mark {
  background-color: rgba(73, 85, 99, 0.5);
}
.light-style .dz-error-message {
  background: rgba(255, 91, 92, 0.8);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (min-width: 576px) {
  .light-style .dz-preview {
    display: inline-block;
    width: 11.25rem;
  }
  .light-style .dz-thumbnail {
    width: 10rem;
  }
}

.dark-style .dropzone {
  border: 2px dashed #36445d;
}
.dark-style .dz-preview {
  background: #283144;
  border: 0 solid #36445d;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.875rem 0 rgba(0, 0, 0, 0.16);
}
.dark-style .dz-message {
  color: #516377;
}
.dark-style .dz-message .note {
  color: #a1b0cb;
}
.dark-style .dz-filename {
  background: #283144;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 0 solid #36445d;
}
.dark-style .dz-size {
  color: #8295ba;
}
.dark-style .dz-thumbnail {
  border-bottom: 1px solid #36445d;
  background: rgba(255, 255, 255, 0.015);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dark-style .dz-nopreview {
  color: #8295ba;
}
.dark-style .dz-remove {
  color: #a1b0cb;
  border-top: 1px solid #36445d;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dark-style .dz-remove:hover, .dark-style .dz-remove:focus {
  color: #a1b0cb;
  background: rgba(255, 255, 255, 0.75);
}
.dark-style .dz-error-mark,
.dark-style .dz-success-mark {
  background-color: rgba(113, 119, 132, 0.5);
}
.dark-style .dz-error-message {
  background: rgba(255, 91, 92, 0.8);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (min-width: 576px) {
  .dark-style .dz-preview {
    display: inline-block;
    width: 11.25rem;
  }
  .dark-style .dz-thumbnail {
    width: 10rem;
  }
}

.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-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 .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;
}

.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 .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;
}

.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 .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;
}

.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;
}

.fv-plugins-foundation .fv-plugins-icon {
  height: 39px;
  line-height: 39px;
  right: 0;
  width: 39px;
}

.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;
}

.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;
}

.fv-plugins-foundation .form-error {
  display: block;
}

.fv-plugins-foundation .fv-row__success .fv-plugins-icon {
  color: #3adb76;
}

.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;
}

.fv-plugins-materialize .fv-plugins-icon {
  height: 42px;
  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;
  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;
  line-height: 42px;
  width: 42px;
  top: 4px;
}

.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;
}

.fv-plugins-mui .fv-plugins-icon {
  height: 32px;
  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 .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.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;
}

.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;
}

.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;
}

.fv-plugins-pure.pure-form-stacked .pure-control-group {
  margin-bottom: 8px;
}

.fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
  top: 22px;
}

.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;
}

.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;
  width: 32px;
  top: 28px;
}

.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;
  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;
}

.fv-plugins-turret .fv-valid-row .form-message, .fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color: #00b300;
}

.fv-plugins-uikit .fv-plugins-icon {
  height: 40px;
  line-height: 40px;
  top: 25px;
  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;
}

.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
  top: 15px;
}

.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;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps {
  position: relative;
}

.ps__rail-x {
  height: 0.25rem;
}

.ps__rail-y {
  width: 0.25rem;
}

.ps__rail-x,
.ps__rail-y,
.ps__thumb-x,
.ps__thumb-y {
  border-radius: 10rem;
}

.ps__rail-x:hover,
.ps__rail-x:focus,
.ps__rail-x.ps--clicking,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking > .ps__thumb-x {
  height: 0.375rem;
}

.ps__rail-y:hover,
.ps__rail-y:focus,
.ps__rail-y.ps--clicking,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 0.375rem;
}

.ps__thumb-x {
  height: 0.25rem;
  bottom: 0;
}

.ps__thumb-y {
  width: 0.25rem;
  right: 0;
}

.light-style .ps__thumb-x,
.light-style .ps__thumb-y {
  background-color: rgba(38, 60, 85, 0.4);
}
.light-style .ps__rail-x:hover,
.light-style .ps__rail-y:hover,
.light-style .ps__rail-x:focus,
.light-style .ps__rail-y:focus,
.light-style .ps__rail-x.ps--clicking,
.light-style .ps__rail-y.ps--clicking {
  background-color: rgba(38, 60, 85, 0.2);
}
.light-style .ps__rail-x:hover > .ps__thumb-x,
.light-style .ps__rail-y:hover > .ps__thumb-y,
.light-style .ps__rail-x:focus > .ps__thumb-x,
.light-style .ps__rail-y:focus > .ps__thumb-y,
.light-style .ps__rail-x.ps--clicking > .ps__thumb-x,
.light-style .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: rgba(38, 60, 85, 0.7);
}
.light-style .ps-inverted .ps__rail-x:hover,
.light-style .ps-inverted .ps__rail-y:hover,
.light-style .ps-inverted .ps__rail-x:focus,
.light-style .ps-inverted .ps__rail-y:focus,
.light-style .ps-inverted .ps__rail-x.ps--clicking,
.light-style .ps-inverted .ps__rail-y.ps--clicking {
  background-color: rgba(255, 255, 255, 0.5);
}
.light-style .ps-inverted .ps__thumb-x,
.light-style .ps-inverted .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.7);
}
.light-style .ps-inverted .ps__rail-x:hover > .ps__thumb-x,
.light-style .ps-inverted .ps__rail-y:hover > .ps__thumb-y,
.light-style .ps-inverted .ps__rail-x:focus > .ps__thumb-x,
.light-style .ps-inverted .ps__rail-y:focus > .ps__thumb-y,
.light-style .ps-inverted .ps__rail-x.ps--clicking > .ps__thumb-x,
.light-style .ps-inverted .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #fff;
}

@supports (-moz-appearance: none) {
  #both-scrollbars-example {
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.dark-style .ps__thumb-x,
.dark-style .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.438133) !important;
}
.dark-style .ps__rail-x:hover,
.dark-style .ps__rail-y:hover,
.dark-style .ps__rail-x:focus,
.dark-style .ps__rail-y:focus,
.dark-style .ps__rail-x.ps--clicking,
.dark-style .ps__rail-y.ps--clicking {
  background-color: rgba(255, 255, 255, 0.438133) !important;
}
.dark-style .ps__rail-x:hover > .ps__thumb-x,
.dark-style .ps__rail-y:hover > .ps__thumb-y,
.dark-style .ps__rail-x:focus > .ps__thumb-x,
.dark-style .ps__rail-y:focus > .ps__thumb-y,
.dark-style .ps__rail-x.ps--clicking > .ps__thumb-x,
.dark-style .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.15);
}
.dark-style .ps-inverted .ps__rail-x:hover,
.dark-style .ps-inverted .ps__rail-y:hover,
.dark-style .ps-inverted .ps__rail-x:focus,
.dark-style .ps-inverted .ps__rail-y:focus,
.dark-style .ps-inverted .ps__rail-x.ps--clicking,
.dark-style .ps-inverted .ps__rail-y.ps--clicking {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-style .ps-inverted .ps__thumb-x,
.dark-style .ps-inverted .ps__thumb-y {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-style .ps-inverted .ps__rail-x:hover > .ps__thumb-x,
.dark-style .ps-inverted .ps__rail-y:hover > .ps__thumb-y,
.dark-style .ps-inverted .ps__rail-x:focus > .ps__thumb-x,
.dark-style .ps-inverted .ps__rail-y:focus > .ps__thumb-y,
.dark-style .ps-inverted .ps__rail-x.ps--clicking > .ps__thumb-x,
.dark-style .ps-inverted .ps__rail-y.ps--clicking > .ps__thumb-y {
  background-color: #fff;
}

[dir=rtl] .ps--active-y > .ps__rail-y {
  left: 0;
}

.select2-container {
  margin: 0;
  width: 100% !important;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  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 {
  position: relative;
}
.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;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container .select2-dropdown {
  border-radius: 0.3125rem;
}

.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;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  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-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  position: absolute !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}

.select2-close-mask {
  display: block;
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 99;
  width: auto;
  opacity: 0;
  border: 0;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 2.25rem;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  float: right;
  font-size: 1.2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.25rem;
  position: absolute;
  right: 1px;
  top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  height: 12px;
  width: 17px;
  top: 35%;
  background-repeat: no-repeat;
  background-size: 17px 12px;
}
html:not([dir=rtl]) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 15%;
}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 10%;
}
.select2-container--default .select2-results__group {
  padding: 0.5rem 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(90, 141, 238, 0.08) !important;
  color: #5a8dee !important;
}
.select2-container--default,
.select2-container--default * {
  outline: 0 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default[dir=rtl] .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  box-sizing: border-box;
  display: block;
  list-style: none;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  float: right;
  margin-right: 0.625rem;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  line-height: 1.5rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  padding: 0 0.5rem;
  cursor: default;
  line-height: 1.5rem;
  float: left;
}
html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-right: 1rem;
}
[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  font-weight: bold;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
}
html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  right: 0.3rem;
}
[dir=rtl] .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: 0.3rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.8;
  color: inherit;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  cursor: not-allowed;
}
.select2-container--default[dir=rtl] .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection__clear {
  float: left;
}
.select2-container--default .select2-search__field::-moz-placeholder {
  opacity: 1;
}
.select2-container--default .select2-search--inline .select2-search__field {
  box-shadow: none;
  background: transparent;
  border: none;
  outline: 0;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 12.5rem;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.select2-container--default .select2-results__group {
  font-weight: 500;
  font-size: 0.9375rem;
  cursor: default;
  display: block;
}

[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2.25rem !important;
}

.light-style .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.375rem;
}
.light-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.375rem 0.375rem 0.375rem;
}
.light-style .select2-selection--multiple .select2-selection__choice {
  margin-right: 0.375rem;
  margin-top: 0.375rem;
}
.light-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0.375rem;
}
.light-style .select2-search__field {
  color: #677788;
}
.light-style .select2-dropdown {
  background: #fff;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  background-clip: padding-box;
  border-color: transparent;
  z-index: 1000;
}
.light-style .select2-container--default .select2-selection {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #fff;
  border: 1px solid #d4d8dd;
  border-radius: 0.25rem;
}
.light-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(38, 60, 85, 0.06);
  color: #677788;
}
.light-style .select2-container--default .select2-selection__placeholder {
  color: #a8b1bb;
}
.light-style .select2-container--default .select2-results__group {
  color: #516377;
}
.light-style .select2-container--default .select2-selection--single {
  height: calc(1.4em + 0.938rem + 2px);
}
.light-style .select2-container--default .select2-selection--single .select2-selection__clear {
  color: rgba(38, 60, 85, 0.4);
}
.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.4em + 0.938rem + 2px);
  position: absolute;
}
.light-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='rgba(38, 60, 85, 0.4)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}
.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
  color: #677788;
  padding-left: 0.735rem;
}
.light-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0.735rem;
}
.light-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e9ecee;
  border-color: #d4d8dd !important;
}
.light-style .select2-container--default .select2-selection--multiple {
  min-height: calc(1.4em + 0.938rem + 2px);
}
.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #677788;
  background-color: rgba(38, 60, 85, 0.08);
}
.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: rgba(38, 60, 85, 0.16);
}
.light-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #d4d8dd !important;
  background-color: #e9ecee;
}
.light-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d4d8dd;
  border-radius: 0.25rem;
}
.light-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #a8b1bb;
}
.light-style .select2-container--default .select2-search__field::-moz-placeholder {
  color: #a8b1bb;
}
.light-style .select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #a8b1bb;
}
.light-style .select2-container--default .select2-results__option {
  padding: 0.4375rem 0.735rem;
}
.light-style .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(38, 60, 85, 0.1);
}
.light-style .select2-container--default .select2-results__option .select2-results__option {
  width: calc(100% + 1.47rem);
  margin-left: -0.735rem;
  padding-left: 0.735rem;
}
.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 1.47rem;
  margin-left: -0.735rem;
}
.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 2.205rem;
  margin-left: -1.47rem;
}
.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 2.94rem;
  margin-left: -2.205rem;
}
.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 3.675rem;
  margin-left: -2.94rem;
}
.light-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 0.735rem;
  margin-left: -3.675rem;
}
.light-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0.375rem;
  margin-right: 0;
}
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
  padding-right: 0.735rem;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: -0.735rem;
}
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 1.47rem;
  margin-right: -0.735rem;
}
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 2.205rem;
  margin-right: -1.47rem;
}
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 2.94rem;
  margin-right: -2.205rem;
}
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 3.675rem;
  margin-right: -2.94rem;
}
.light-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 0.735rem;
  margin-right: -3.675rem;
}
.light-style .is-valid .select2-container--default .select2-selection,
.light-style .is-valid.select2-container--default .select2-selection {
  border-color: #39da8a !important;
}
.light-style .is-invalid .select2-container--default .select2-selection,
.light-style .is-invalid.select2-container--default .select2-selection {
  border-color: #ff5b5c !important;
}
.light-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(105, 128, 154, 0.08) !important;
  color: #69809a !important;
}
.light-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(105, 128, 154, 0.16) !important;
}
.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(57, 218, 138, 0.08) !important;
  color: #39da8a !important;
}
.light-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(57, 218, 138, 0.16) !important;
}
.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(0, 207, 221, 0.08) !important;
  color: #00cfdd !important;
}
.light-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(0, 207, 221, 0.16) !important;
}
.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(253, 172, 65, 0.08) !important;
  color: #fdac41 !important;
}
.light-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(253, 172, 65, 0.16) !important;
}
.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255, 91, 92, 0.08) !important;
  color: #ff5b5c !important;
}
.light-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255, 91, 92, 0.16) !important;
}
.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(229, 233, 237, 0.08) !important;
  color: #e5e9ed !important;
}
.light-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(229, 233, 237, 0.16) !important;
}
.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(73, 85, 99, 0.08) !important;
  color: #495563 !important;
}
.light-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(73, 85, 99, 0.16) !important;
}
.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(38, 60, 85, 0.08) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}
.light-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(38, 60, 85, 0.16) !important;
}

.dark-style .select2-selection--multiple .select2-selection__choice {
  margin-top: 0.375rem;
  margin-right: 0.375rem;
}
.dark-style .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.375rem;
}
.dark-style .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0.375rem;
}
.dark-style .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0.375rem 0.375rem 0.375rem;
}
.dark-style .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0.375rem;
  margin-right: 0;
}
.dark-style .select2-container--default .select2-selection {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #283144;
  border: 1px solid #546990;
  border-radius: 0.25rem;
}
.dark-style .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(99, 123, 169, 0.06);
  color: #a1b0cb;
}
.dark-style .select2-container--default .select2-selection__placeholder {
  color: #8295ba;
}
.dark-style .select2-container--default .select2-results__group {
  color: #d8deea;
}
.dark-style .select2-container--default .select2-selection--single {
  height: calc(1.4em + 0.938rem + 2px);
}
.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(1.4em + 0.938rem + 2px);
  position: absolute;
}
.dark-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23a1b0cb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
}
.dark-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
  color: #a1b0cb;
  padding-left: 0.735rem;
}
.dark-style .select2-container--default .select2-selection--single .select2-selection__clear {
  color: #a1b0cb;
}
.dark-style .select2-container--default .select2-selection--multiple {
  min-height: calc(1.4em + 0.938rem + 2px);
}
.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #a1b0cb;
  background-color: rgba(99, 123, 169, 0.08);
}
.dark-style .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: rgba(99, 123, 169, 0.16);
}
.dark-style .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #546990 !important;
  background-color: #36445d;
}
.dark-style .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0.735rem;
}
.dark-style .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #36445d;
  border-color: #546990 !important;
}
.dark-style .select2-container--default .select2-search__field::-webkit-input-placeholder {
  color: #8295ba;
}
.dark-style .select2-container--default .select2-search__field::-moz-placeholder {
  color: #8295ba;
}
.dark-style .select2-container--default .select2-search__field:-ms-input-placeholder {
  color: #8295ba;
}
.dark-style .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #546990;
  background: #283144;
  border-radius: 0.25rem;
}
.dark-style .select2-container--default .select2-results__option {
  padding: 0.4375rem 0.735rem;
}
.dark-style .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.75);
}
.dark-style .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 0.735rem;
  margin-left: -0.735rem;
  width: calc(100% + 1.47rem);
}
.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 1.47rem;
  margin-left: -0.735rem;
}
.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 2.205rem;
  margin-left: -1.47rem;
}
.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 2.94rem;
  margin-left: -2.205rem;
}
.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 3.675rem;
  margin-left: -2.94rem;
}
.dark-style .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-left: 0.735rem;
  margin-left: -3.675rem;
}
.dark-style .select2-dropdown {
  z-index: 1000;
  background: #283144;
  border-color: transparent;
  background-clip: padding-box;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}
.dark-style .select2-search__field {
  color: #a1b0cb;
}
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 0 !important;
  padding-right: 0.735rem;
  margin-left: 0 !important;
  margin-right: -0.735rem;
}
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 1.47rem;
  margin-right: -0.735rem;
}
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 2.205rem;
  margin-right: -1.47rem;
}
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 2.94rem;
  margin-right: -2.205rem;
}
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 3.675rem;
  margin-right: -2.94rem;
}
.dark-style[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  padding-right: 0.735rem;
  margin-right: -3.675rem;
}
.dark-style .is-valid .select2-container--default .select2-selection,
.dark-style .is-valid.select2-container--default .select2-selection {
  border-color: #39da8a !important;
}
.dark-style .is-invalid .select2-container--default .select2-selection,
.dark-style .is-invalid.select2-container--default .select2-selection {
  border-color: #ff5b5c !important;
}
.dark-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(105, 128, 154, 0.08) !important;
  color: #69809a !important;
}
.dark-style .select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(105, 128, 154, 0.16) !important;
}
.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(57, 218, 138, 0.08) !important;
  color: #39da8a !important;
}
.dark-style .select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(57, 218, 138, 0.16) !important;
}
.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(0, 207, 221, 0.08) !important;
  color: #00cfdd !important;
}
.dark-style .select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(0, 207, 221, 0.16) !important;
}
.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(253, 172, 65, 0.08) !important;
  color: #fdac41 !important;
}
.dark-style .select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(253, 172, 65, 0.16) !important;
}
.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255, 91, 92, 0.08) !important;
  color: #ff5b5c !important;
}
.dark-style .select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255, 91, 92, 0.16) !important;
}
.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(67, 76, 95, 0.08) !important;
  color: #434c5f !important;
}
.dark-style .select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(67, 76, 95, 0.16) !important;
}
.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(113, 119, 132, 0.08) !important;
  color: #e5e9ed !important;
}
.dark-style .select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(113, 119, 132, 0.16) !important;
}
.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.dark-style .select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  font-size:1rem;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

span.multiselect-native-select {
    position: relative
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .multiselect-container .input-group {
        padding: 5px
    }

    .multiselect-container > li {
        padding: 0
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer
        }

        .multiselect-container > li > a {
            padding: 0
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 15px
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0
}

.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;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;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;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;-webkit-clip-path:inset(50%) !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:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 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:#fff;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:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.autoComplete_wrapper{display:inline-block;position:relative}.autoComplete_wrapper>input{height:3rem;width:370px;margin:0;padding:0 2rem 0 3.2rem;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:1rem;text-overflow:ellipsis;color:rgba(255,122,122,.3);outline:0;border-radius:10rem;border:.05rem solid rgba(255,122,122,.5);background-image:url(images/search.svg);background-size:1.4rem;background-position:left 1.05rem top .8rem;background-repeat:no-repeat;background-origin:border-box;background-color:#fff;transition:all .4s ease;-webkit-transition:all -webkit-transform .4s ease}.autoComplete_wrapper>input::placeholder{color:rgba(255,122,122,.5);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:hover::placeholder{color:rgba(255,122,122,.6);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus::placeholder{padding:.1rem .6rem;font-size:.95rem;color:rgba(255,122,122,.4)}.autoComplete_wrapper>input:focus::selection{background-color:rgba(255,122,122,.15)}.autoComplete_wrapper>input::selection{background-color:rgba(255,122,122,.15)}.autoComplete_wrapper>input:hover{color:rgba(255,122,122,.8);transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus{color:#ff7a7a;border:.06rem solid rgba(255,122,122,.8)}.autoComplete_wrapper>ul{position:absolute;max-height:226px;overflow-y:scroll;box-sizing:border-box;left:0;right:0;margin:.5rem 0 0 0;padding:0;z-index:1;list-style:none;border-radius:.6rem;background-color:#fff;border:1px solid rgba(33,33,33,.07);box-shadow:0 3px 6px rgba(149,157,165,.15);outline:0;transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-webkit-transition:opacity .15s ease-in-out}.autoComplete_wrapper>ul:empty,.autoComplete_wrapper>ul[hidden]{display:block;opacity:0;transform:scale(0)}.autoComplete_wrapper>ul>li{margin:.3rem;padding:.3rem .5rem;text-align:left;font-size:1rem;color:#212121;border-radius:.35rem;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}.autoComplete_wrapper>ul>li mark{background-color:transparent;color:#ff7a7a;font-weight:700}.autoComplete_wrapper>ul>li:hover{cursor:pointer;background-color:rgba(255,122,122,.15)}.autoComplete_wrapper>ul>li[aria-selected=true]{background-color:rgba(255,122,122,.15)}@media only screen and (max-width:600px){.autoComplete_wrapper>input{width:18rem}}
@font-face {
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"),
url("./fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") 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-1::before { content: "\f2a5"; }
.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-1::before { content: "\f68a"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-1::before { content: "\f68d"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-1::before { content: "\f690"; }
.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-1::before { content: "\f695"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-1::before { content: "\f698"; }
.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-mortorboard-fill::before { content: "\f6a2"; }
.bi-mortorboard::before { content: "\f6a3"; }
.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-1::before { content: "\f6b6"; }
.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-1::before { content: "\f6c2"; }
.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-1::before { content: "\f6e0"; }
.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-ssd-fill::before { content: "\f6ed"; }
.bi-ssd::before { content: "\f6ee"; }
.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-1::before { content: "\f759"; }
.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-1::before { content: "\f769"; }
.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"; }

.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
    .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
    .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .iti--container:hover {
      cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

    .xdsoft_datetimepicker.xdsoft_rtl {
        padding: 8px 0 8px 8px
    }

    .xdsoft_datetimepicker iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 75px;
        height: 210px;
        background: transparent;
        border: 0
    }

    .xdsoft_datetimepicker button {
        border: none !important
    }

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .xdsoft_noselect::selection {
        background: transparent
    }

    .xdsoft_noselect::-moz-selection {
        background: transparent
    }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

    .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
        display: block
    }

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

    .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
        background: #f5f5f5;
        border-top: 1px solid #ddd;
        color: #666;
        font-size: 12px;
        text-align: center;
        border-collapse: collapse;
        cursor: pointer;
        border-bottom-width: 0;
        height: 25px;
        line-height: 25px
    }

        .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
            border-top-width: 0
        }

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

    .xdsoft_datetimepicker .xdsoft_label:hover > span {
        text-decoration: underline
    }

    .xdsoft_datetimepicker .xdsoft_label:hover i {
        opacity: 1.0
    }

    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
        border: 1px solid #ccc;
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 101;
        display: none;
        background: #fff;
        max-height: 160px;
        overflow-y: hidden
    }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
            right: -7px
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
            right: 2px
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
            color: #fff;
            background: #ff8000
        }

        .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
            padding: 2px 10px 2px 5px;
            text-decoration: none !important
        }

            .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                background: #3af;
                box-shadow: #178fe5 0 1px 3px 0 inset;
                color: #fff;
                font-weight: 700
            }

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default
}

    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
        opacity: .2;
        -ms-filter: "alpha(opacity=20)"
    }

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

    .xdsoft_datetimepicker .xdsoft_copyright a {
        color: #eee !important
    }

        .xdsoft_datetimepicker .xdsoft_copyright a:hover {
            color: #aaa !important
        }

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255,255,255,0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
        border-bottom: 1px solid #222
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
            background: #0a0a0a;
            border-top: 1px solid #222;
            color: #999
        }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
        background-color: #000
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
            border: 1px solid #333;
            background: #000
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
                color: #000;
                background: #007fff
            }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
                background: #c50;
                box-shadow: #b03e00 0 1px 3px 0 inset;
                color: #000
            }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
        }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        background: #0a0a0a;
        border: 1px solid #222;
        color: #999
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        background: #0e0e0e
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
        color: #c50
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
        background: #ffe9d2;
        box-shadow: #ffb871 0 1px 4px 0 inset;
        color: #000
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
        background: #c1ffc9;
        box-shadow: #00dd1c 0 1px 4px 0 inset;
        color: #000
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
        background: #c50;
        box-shadow: #b03e00 0 1px 3px 0 inset;
        color: #000
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
        color: #000 !important;
        background: #007fff !important
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
        color: #666
    }

    .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
        color: #333 !important
    }

        .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
            color: #111 !important
        }

            .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
                color: #555 !important
            }

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans","Book Antiqua",sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));
    background: -webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background: -o-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background: -ms-linear-gradient(top,#fff 0,#f4f8fa 73%);
    background: linear-gradient(to bottom,#fff 0,#f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)
}

    .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
        color: #454551;
        background: -moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));
        background: -webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);
        background: -o-linear-gradient(top,#f4f8fa 0,#FFF 73%);
        background: -ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);
        background: linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)
    }

.viewer {
    -ms-touch-action: none;
}

.iviewer_common {
    position:absolute;
    bottom:10px;
    border: 1px  solid #000;
    height: 28px;
    z-index: 5000;
}

.iviewer_cursor {
    cursor: url(img/hand.cur) 6 8, pointer;
}

.iviewer_drag_cursor {
    cursor: url(img/grab.cur) 6 8, pointer;
}

.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.iviewer_zoom_in {
    left: 20px;
    background: url(img/iviewer.zoom_in.gif);
}

.iviewer_zoom_out {
    left: 55px;
    background: url(img/iviewer.zoom_out.gif);
}

.iviewer_zoom_zero {
    left: 90px;
    background: url(img/iviewer.zoom_zero.gif);
}

.iviewer_zoom_fit {
    left: 125px;
    background: url(img/iviewer.zoom_fit.gif);
}

.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 60px;
}

.iviewer_rotate_left {
    left: 227px;
    background: #fff url(img/iviewer.rotate_left.png) center center no-repeat;
}

.iviewer_rotate_right {
    left: 262px;
    background: #fff url(img/iviewer.rotate_right.png) center center no-repeat;
}

.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.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:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;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:.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 .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:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .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:.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:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .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:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:rgba(0,0,0,0) !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:.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:.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:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}.swal2-styled{margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.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,.5)}.swal2-styled.swal2-deny{border:0;border-radius:.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,.5)}.swal2-styled.swal2-cancel{border:0;border-radius:.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,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.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:.25em;background:rgba(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 .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:serif;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}.swal2-close:hover{transform:none;background:rgba(0,0,0,0);color:#f27474}.swal2-close:focus{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .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 .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);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,.06),0 0 0 3px rgba(100,150,200,.5)}.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 .75em}.swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);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 .6em;font-size:1.125em}.swal2-radio input,.swal2-checkbox input{flex-shrink:0;margin: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:.625em;overflow:hidden;background:#f0f0f0;color:#666;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 .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 .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;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:.3125em;border-radius:.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 .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .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:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .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:rgba(0,0,0,0);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:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .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:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.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:.0625em;width:0}54%{top:1.0625em;left:.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:.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:.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:.4}50%{transform:rotateZ(15deg);opacity:.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:rgba(0,0,0,0) !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,.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:rgba(0,0,0,0);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}

@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(font/summernote.eot);src:url(font/summernote.eot?#iefix) format("embedded-opentype"),url(font/summernote.woff2) format("woff2"),url(font/summernote.woff) format("woff"),url(font/summernote.ttf) format("truetype")}[class*=" note-icon"]:before,[class^=note-icon]:before{display:inline-block;font-family:summernote;font-style:normal;font-size:inherit;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:""}.note-icon-align-center:before{content:""}.note-icon-align-indent:before{content:""}.note-icon-align-justify:before{content:""}.note-icon-align-left:before{content:""}.note-icon-align-outdent:before{content:""}.note-icon-align-right:before{content:""}.note-icon-arrow-circle-down:before{content:""}.note-icon-arrow-circle-left:before{content:""}.note-icon-arrow-circle-right:before{content:""}.note-icon-arrow-circle-up:before{content:""}.note-icon-arrows-alt:before{content:""}.note-icon-arrows-h:before{content:""}.note-icon-arrows-v:before{content:""}.note-icon-bold:before{content:""}.note-icon-caret:before{content:""}.note-icon-chain-broken:before{content:""}.note-icon-circle:before{content:""}.note-icon-close:before{content:""}.note-icon-code:before{content:""}.note-icon-col-after:before{content:""}.note-icon-col-before:before{content:""}.note-icon-col-remove:before{content:""}.note-icon-eraser:before{content:""}.note-icon-float-left:before{content:""}.note-icon-float-none:before{content:""}.note-icon-float-right:before{content:""}.note-icon-font:before{content:""}.note-icon-frame:before{content:""}.note-icon-italic:before{content:""}.note-icon-link:before{content:""}.note-icon-magic:before{content:""}.note-icon-menu-check:before{content:""}.note-icon-minus:before{content:""}.note-icon-orderedlist:before{content:""}.note-icon-pencil:before{content:""}.note-icon-picture:before{content:""}.note-icon-question:before{content:""}.note-icon-redo:before{content:""}.note-icon-rollback:before{content:""}.note-icon-row-above:before{content:""}.note-icon-row-below:before{content:""}.note-icon-row-remove:before{content:""}.note-icon-special-character:before{content:""}.note-icon-square:before{content:""}.note-icon-strikethrough:before{content:""}.note-icon-subscript:before{content:""}.note-icon-summernote:before{content:""}.note-icon-superscript:before{content:""}.note-icon-table:before{content:""}.note-icon-text-height:before{content:""}.note-icon-trash:before{content:""}.note-icon-underline:before{content:""}.note-icon-undo:before{content:""}.note-icon-unorderedlist:before{content:""}.note-icon-video:before{content:""}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:700}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-airframe,.note-editor.note-frame{border:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe.codeview .note-editing-area .note-editable,.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-airframe.codeview .note-editing-area .note-codable,.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-airframe .note-editing-area,.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;word-wrap:break-word}.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:hsla(0,0%,50.2%,.11)}.note-editor.note-airframe .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:none;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;outline:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}.note-editor.note-airframe.fullscreen,.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;width:100%!important;z-index:1050}.note-editor.note-airframe.fullscreen .note-resizebar,.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-airframe .note-status-output,.note-editor.note-frame .note-status-output{display:block;width:100%;font-size:14px;line-height:1.42857143;height:20px;margin-bottom:0;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-airframe .note-status-output:empty,.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-airframe .note-status-output .pull-right,.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-airframe .note-status-output .text-muted,.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-airframe .note-status-output .text-primary,.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-airframe .note-status-output .text-success,.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-airframe .note-status-output .text-info,.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-airframe .note-status-output .text-warning,.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-airframe .note-status-output .text-danger,.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-airframe .note-status-output .alert,.note-editor.note-frame .note-status-output .alert{margin:-7px 0 0;padding:7px 10px 2px;border-radius:0;color:#000;background-color:#f5f5f5}.note-editor.note-airframe .note-status-output .alert .note-icon,.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-airframe .note-status-output .alert-success,.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-airframe .note-status-output .alert-info,.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-airframe .note-status-output .alert-warning,.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-airframe .note-status-output .alert-danger,.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-airframe .note-statusbar,.note-editor.note-frame .note-statusbar{background-color:hsla(0,0%,50.2%,.11);border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar{padding-top:1px;height:9px;width:100%;cursor:ns-resize}.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-airframe .note-placeholder,.note-editor.note-frame .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-editor .note-toolbar,.note-popover .popover-content{margin:0;padding:0 0 5px 5px}.note-editor .note-toolbar>.note-btn-group,.note-popover .popover-content>.note-btn-group{margin-top:5px;margin-left:0;margin-right:5px}.note-editor .note-toolbar .note-btn-group .note-table,.note-popover .popover-content .note-btn-group .note-table{min-width:0;padding:5px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-editor .note-toolbar .note-style .dropdown-style blockquote,.note-editor .note-toolbar .note-style .dropdown-style pre,.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-editor .note-toolbar .note-style .dropdown-style h1,.note-editor .note-toolbar .note-style .dropdown-style h2,.note-editor .note-toolbar .note-style .dropdown-style h3,.note-editor .note-toolbar .note-style .dropdown-style h4,.note-editor .note-toolbar .note-style .dropdown-style h5,.note-editor .note-toolbar .note-style .dropdown-style h6,.note-editor .note-toolbar .note-style .dropdown-style p,.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p{margin:0;padding:0}.note-editor .note-toolbar .note-color-all .note-dropdown-menu,.note-popover .popover-content .note-color-all .note-dropdown-menu{min-width:337px}.note-editor .note-toolbar .note-color .dropdown-toggle,.note-popover .popover-content .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select{font-size:11px;margin:3px;padding:0 3px;cursor:pointer;width:100%;border-radius:5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-editor .note-toolbar .note-para .note-dropdown-menu,.note-popover .popover-content .note-para .note-dropdown-menu{min-width:228px;padding:5px}.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,.note-popover .popover-content .note-para .note-dropdown-menu>div+div{margin-left:5px}.note-editor .note-toolbar .note-dropdown-menu,.note-popover .popover-content .note-dropdown-menu{min-width:160px}.note-editor .note-toolbar .note-dropdown-menu.right,.note-popover .popover-content .note-dropdown-menu.right{right:0;left:auto}.note-editor .note-toolbar .note-dropdown-menu.right:before,.note-popover .popover-content .note-dropdown-menu.right:before{right:9px;left:auto!important}.note-editor .note-toolbar .note-dropdown-menu.right:after,.note-popover .popover-content .note-dropdown-menu.right:after{right:10px;left:auto!important}.note-editor .note-toolbar .note-dropdown-menu.note-check a i,.note-popover .popover-content .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,.note-popover .popover-content .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-editor .note-toolbar .note-fontsize-10,.note-popover .popover-content .note-fontsize-10{font-size:10px}.note-editor .note-toolbar .note-color-palette,.note-popover .popover-content .note-color-palette{line-height:1}.note-editor .note-toolbar .note-color-palette div .note-color-btn,.note-popover .popover-content .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:0;border-radius:0}.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,.note-popover .popover-content .note-color-palette div .note-color-btn:hover{transform:scale(1.2);transition:all .2s}.note-modal .modal-dialog{outline:0;border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5)}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{min-height:100px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3;margin-bottom:10px}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:grey}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder,.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:none;border-bottom:none}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:none;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:none;border-right:none}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:none;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;color:#fff;background-color:#000;font-size:12px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{padding:3px;max-height:150px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap;text-decoration:none;background-color:#428bca;outline:0;cursor:pointer}.note-toolbar{background:hsla(0,0%,50.2%,.11)}.note-btn-group .note-btn{border-color:rgba(0,0,0,.2);padding:.28rem .65rem;font-size:13px}
@font-face{font-family:summernote;font-style:normal;font-weight:400;font-display:auto;src:url(font/summernote.eot);src:url(font/summernote.eot?#iefix) format("embedded-opentype"),url(font/summernote.woff2) format("woff2"),url(font/summernote.woff) format("woff"),url(font/summernote.ttf) format("truetype")}[class*=" note-icon"]:before,[class^=note-icon]:before{display:inline-block;font-family:summernote;font-style:normal;font-size:inherit;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;speak:none}.note-icon-fw{text-align:center;width:1.25em}.note-icon-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.note-icon-pull-left{float:left}.note-icon-pull-right{float:right}.note-icon.note-icon-pull-left{margin-right:.3em}.note-icon.note-icon-pull-right{margin-left:.3em}.note-icon-align:before{content:""}.note-icon-align-center:before{content:""}.note-icon-align-indent:before{content:""}.note-icon-align-justify:before{content:""}.note-icon-align-left:before{content:""}.note-icon-align-outdent:before{content:""}.note-icon-align-right:before{content:""}.note-icon-arrow-circle-down:before{content:""}.note-icon-arrow-circle-left:before{content:""}.note-icon-arrow-circle-right:before{content:""}.note-icon-arrow-circle-up:before{content:""}.note-icon-arrows-alt:before{content:""}.note-icon-arrows-h:before{content:""}.note-icon-arrows-v:before{content:""}.note-icon-bold:before{content:""}.note-icon-caret:before{content:""}.note-icon-chain-broken:before{content:""}.note-icon-circle:before{content:""}.note-icon-close:before{content:""}.note-icon-code:before{content:""}.note-icon-col-after:before{content:""}.note-icon-col-before:before{content:""}.note-icon-col-remove:before{content:""}.note-icon-eraser:before{content:""}.note-icon-float-left:before{content:""}.note-icon-float-none:before{content:""}.note-icon-float-right:before{content:""}.note-icon-font:before{content:""}.note-icon-frame:before{content:""}.note-icon-italic:before{content:""}.note-icon-link:before{content:""}.note-icon-magic:before{content:""}.note-icon-menu-check:before{content:""}.note-icon-minus:before{content:""}.note-icon-orderedlist:before{content:""}.note-icon-pencil:before{content:""}.note-icon-picture:before{content:""}.note-icon-question:before{content:""}.note-icon-redo:before{content:""}.note-icon-rollback:before{content:""}.note-icon-row-above:before{content:""}.note-icon-row-below:before{content:""}.note-icon-row-remove:before{content:""}.note-icon-special-character:before{content:""}.note-icon-square:before{content:""}.note-icon-strikethrough:before{content:""}.note-icon-subscript:before{content:""}.note-icon-summernote:before{content:""}.note-icon-superscript:before{content:""}.note-icon-table:before{content:""}.note-icon-text-height:before{content:""}.note-icon-trash:before{content:""}.note-icon-underline:before{content:""}.note-icon-undo:before{content:""}.note-icon-unorderedlist:before{content:""}.note-icon-video:before{content:""}.note-frame{-ms-box-sizing:border-box;box-sizing:border-box;color:#000;font-family:sans-serif;border-radius:4px}.note-toolbar{padding:10px 5px;color:#333;background-color:#f5f5f5;border-bottom:1px solid;border-color:#ddd;border-top-left-radius:3px;border-top-right-radius:3px}.note-btn-group{position:relative;display:inline-block;margin-right:8px}.note-btn-group>.note-btn-group{margin-right:0}.note-btn-group>.note-btn:first-child{margin-left:0}.note-btn-group .note-btn+.note-btn,.note-btn-group .note-btn+.note-btn-group,.note-btn-group .note-btn-group+.note-btn,.note-btn-group .note-btn-group+.note-btn-group{margin-left:-1px}.note-btn-group>.note-btn-group:not(:first-child)>.note-btn,.note-btn-group>.note-btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.note-btn-group>.note-btn-group:not(:last-child)>.note-btn,.note-btn-group>.note-btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.note-btn-group.open>.note-dropdown{display:block}.note-btn{display:inline-block;font-weight:400;margin-bottom:0;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;white-space:nowrap;outline:0;color:#333;background-color:#fff;border:1px solid #dae0e5;padding:5px 10px;font-size:14px;line-height:1.4;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.note-btn.focus,.note-btn:focus,.note-btn:hover{color:#333;background-color:#ebebeb;border-color:#dae0e5}.note-btn.disabled.focus,.note-btn.disabled:focus,.note-btn[disabled].focus,.note-btn[disabled]:focus,fieldset[disabled] .note-btn.focus,fieldset[disabled] .note-btn:focus{background-color:#fff;border-color:#dae0e5}.note-btn.active,.note-btn.focus,.note-btn:active,.note-btn:focus,.note-btn:hover{color:#333;text-decoration:none;border:1px solid #dae0e5;background-color:#ebebeb;outline:0;border-radius:1px}.note-btn.active,.note-btn:active{background-image:none;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.note-btn.disabled,.note-btn[disabled],fieldset[disabled] .note-btn{cursor:not-allowed;-webkit-opacity:.65;-khtml-opacity:.65;-moz-opacity:.65;opacity:.65;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);filter:alpha(opacity=65);box-shadow:none}.note-btn>span.note-icon-caret:first-child{margin-left:-1px}.note-btn>span.note-icon-caret:nth-child(2){padding-left:3px;margin-right:-5px}.note-btn-primary{background:#fa6362;color:#fff}.note-btn-primary.focus,.note-btn-primary:focus,.note-btn-primary:hover{color:#fff;text-decoration:none;border:1px solid #dae0e5;background-color:#fa6362;border-radius:1px}.note-btn-block{display:block;width:100%}.note-btn-block+.note-btn-block{margin-top:5px}input[type=button].note-btn-block,input[type=reset].note-btn-block,input[type=submit].note-btn-block{width:100%}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.close{float:right;font-size:21px;line-height:1;color:#000;opacity:.2}.close:hover{-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100);opacity:1}.note-dropdown{position:relative}.note-color .dropdown-toggle{width:30px;padding-left:5px}.note-dropdown-menu{display:none;min-width:100px;position:absolute;top:100%;left:0;z-index:1000;float:left;text-align:left;background:#fff;border:1px solid #e2e2e2;padding:5px;background-clip:padding-box;box-shadow:0 1px 1px rgba(0,0,0,.06)}.note-dropdown-menu>:last-child{margin-right:0}.note-btn-group.open .note-dropdown-menu,.note-dropdown-item{display:block}.note-dropdown-item:hover{background-color:#ebebeb}a.note-dropdown-item,a.note-dropdown-item:hover{margin:5px 0;color:#000;text-decoration:none}.note-modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:1050;-webkit-opacity:1;-khtml-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);filter:alpha(opacity=100);display:none}.note-modal.open{display:block}.note-modal-content{position:relative;width:auto;margin:30px 20px;border:1px solid rgba(0,0,0,.2);background:#fff;background-clip:border-box;outline:0;border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5)}.note-modal-header{padding:10px 20px;border:1px solid #ededef}.note-modal-body{position:relative;padding:20px 30px}.note-modal-body kbd{border-radius:2px;background-color:#000;color:#fff;padding:3px 5px;font-weight:700;-ms-box-sizing:border-box;box-sizing:border-box}.note-modal-footer{height:40px;padding:10px;text-align:center}.note-modal-footer a{color:#337ab7;text-decoration:none}.note-modal-footer a:focus,.note-modal-footer a:hover{color:#23527c;text-decoration:underline}.note-modal-footer .note-btn{float:right}.note-modal-title{font-size:20px;color:#42515f;margin:0;line-height:1.4}.note-modal-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:1040;background:#000;-webkit-opacity:.5;-khtml-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);filter:alpha(opacity=50);display:none}.note-modal-backdrop.open{display:block}@media(min-width:768px){.note-modal-content{width:600px;margin:30px auto}}@media(min-width:992px){.note-modal-content-large{width:900px}}.note-modal .note-help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.note-modal .note-nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.note-modal .note-nav-link{display:block;padding:.5rem 1rem;color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}.note-modal .note-nav-link:focus,.note-modal .note-nav-link:hover{color:#0056b3;text-decoration:none}.note-modal .note-nav-link.disabled{color:#868e96}.note-modal .note-nav-tabs{border-bottom:1px solid #ddd}.note-modal .note-nav-tabs .note-nav-item{margin-bottom:-1px}.note-modal .note-nav-tabs .note-nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.note-modal .note-nav-tabs .note-nav-link:focus,.note-modal .note-nav-tabs .note-nav-link:hover{border-color:#e9ecef #e9ecef #ddd}.note-modal .note-nav-tabs .note-nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}.note-modal .note-tab-content{margin:15px auto}.note-modal .note-tab-content>.note-tab-pane,.note-modal .note-tab-content>.note-tab-pane:target~.note-tab-pane:last-child{display:none}.note-modal .note-tab-content>.note-tab-pane:target,.note-modal .note-tab-content>:last-child{display:block}.note-form-group{padding-bottom:20px}.note-form-group:last-child{padding-bottom:0}.note-form-label{display:block;width:100%;font-size:16px;color:#42515f;margin-bottom:10px;font-weight:700}.note-input{width:100%;display:block;border:1px solid #ededef;background:#fff;outline:0;padding:6px 4px;font-size:14px;-ms-box-sizing:border-box;box-sizing:border-box}.note-input::-webkit-input-placeholder{color:#eee}.note-input:-moz-placeholder,.note-input::-moz-placeholder{color:#eee}.note-input:-ms-input-placeholder{color:#eee}.note-tooltip{position:absolute;z-index:1070;display:block;font-size:13px;transition:opacity .15s;-webkit-opacity:0;-khtml-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);filter:alpha(opacity=0)}.note-tooltip.in{-webkit-opacity:.9;-khtml-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);filter:alpha(opacity=90)}.note-tooltip.top{margin-top:-3px;padding:5px 0}.note-tooltip.right{margin-left:3px;padding:0 5px}.note-tooltip.bottom{margin-top:3px;padding:5px 0}.note-tooltip.left{margin-left:-3px;padding:0 5px}.note-tooltip.bottom .note-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.note-tooltip.top .note-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.note-tooltip.right .note-tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.note-tooltip.left .note-tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.note-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.note-tooltip-content{max-width:200px;font-family:sans-serif;padding:3px 8px;color:#fff;text-align:center;background-color:#000}.note-popover{position:absolute;z-index:1060;display:block;font-size:13px;font-family:sans-serif;display:none;background:#fff;border:1px solid #ccc}.note-popover.in{display:block}.note-popover.top{margin-top:-10px;padding:5px 0}.note-popover.right{margin-left:10px;padding:0 5px}.note-popover.bottom{margin-top:10px;padding:5px 0}.note-popover.left{margin-left:-10px;padding:0 5px}.note-popover.bottom .note-popover-arrow{top:-11px;left:20px;margin-left:-10px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.note-popover.bottom .note-popover-arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.note-popover.top .note-popover-arrow{bottom:-11px;left:20px;margin-left:-10px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25)}.note-popover.top .note-popover-arrow:after{bottom:1px;margin-left:-10px;content:" ";border-bottom-width:0;border-top-color:#fff}.note-popover.right .note-popover-arrow{top:50%;left:-11px;margin-top:-10px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.note-popover.right .note-popover-arrow:after{left:1px;margin-top:-10px;content:" ";border-left-width:0;border-right-color:#fff}.note-popover.left .note-popover-arrow{top:50%;right:-11px;margin-top:-10px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.note-popover.left .note-popover-arrow:after{right:1px;margin-top:-10px;content:" ";border-right-width:0;border-left-color:#fff}.note-popover-arrow{position:absolute;width:0;height:0;border:11px solid transparent}.note-popover-arrow:after{position:absolute;display:block;width:0;height:0;content:" ";border:10px solid transparent}.note-popover-content{padding:3px 8px;color:#000;text-align:center;background-color:#fff;min-width:100px;min-height:30px}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;display:none;z-index:100;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;vertical-align:middle;text-align:center;font-size:28px;font-weight:700}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:none}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area .note-editable img.note-float-left{margin-right:10px}.note-editor .note-editing-area .note-editable img.note-float-right{margin-left:10px}.note-editor.note-airframe,.note-editor.note-frame{border:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe.codeview .note-editing-area .note-editable,.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-airframe.codeview .note-editing-area .note-codable,.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-airframe .note-editing-area,.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;word-wrap:break-word}.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false]{background-color:hsla(0,0%,50.2%,.11)}.note-editor.note-airframe .note-editing-area .note-codable,.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;border:none;box-shadow:none;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;resize:none;outline:none;-ms-box-sizing:border-box;box-sizing:border-box;border-radius:0;margin-bottom:0}.note-editor.note-airframe.fullscreen,.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;width:100%!important;z-index:1050}.note-editor.note-airframe.fullscreen .note-resizebar,.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-airframe .note-status-output,.note-editor.note-frame .note-status-output{display:block;width:100%;font-size:14px;line-height:1.42857143;height:20px;margin-bottom:0;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-airframe .note-status-output:empty,.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-airframe .note-status-output .pull-right,.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-airframe .note-status-output .text-muted,.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-airframe .note-status-output .text-primary,.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-airframe .note-status-output .text-success,.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-airframe .note-status-output .text-info,.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-airframe .note-status-output .text-warning,.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-airframe .note-status-output .text-danger,.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-airframe .note-status-output .alert,.note-editor.note-frame .note-status-output .alert{margin:-7px 0 0;padding:7px 10px 2px;border-radius:0;color:#000;background-color:#f5f5f5}.note-editor.note-airframe .note-status-output .alert .note-icon,.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-airframe .note-status-output .alert-success,.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-airframe .note-status-output .alert-info,.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-airframe .note-status-output .alert-warning,.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-airframe .note-status-output .alert-danger,.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-airframe .note-statusbar,.note-editor.note-frame .note-statusbar{background-color:hsla(0,0%,50.2%,.11);border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe .note-statusbar .note-resizebar,.note-editor.note-frame .note-statusbar .note-resizebar{padding-top:1px;height:9px;width:100%;cursor:ns-resize}.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid rgba(0,0,0,.2)}.note-editor.note-airframe .note-statusbar.locked .note-resizebar,.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-airframe .note-placeholder,.note-editor.note-frame .note-placeholder{padding:10px}.note-editor.note-airframe{border:0}.note-editor.note-airframe .note-editing-area .note-editable{padding:0}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative}.note-editor .note-toolbar,.note-popover .popover-content{margin:0;padding:0 0 5px 5px}.note-editor .note-toolbar>.note-btn-group,.note-popover .popover-content>.note-btn-group{margin-top:5px;margin-left:0;margin-right:5px}.note-editor .note-toolbar .note-btn-group .note-table,.note-popover .popover-content .note-btn-group .note-table{min-width:0;padding:5px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker{font-size:18px}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat}.note-editor .note-toolbar .note-style .dropdown-style blockquote,.note-editor .note-toolbar .note-style .dropdown-style pre,.note-popover .popover-content .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre{margin:0;padding:5px 10px}.note-editor .note-toolbar .note-style .dropdown-style h1,.note-editor .note-toolbar .note-style .dropdown-style h2,.note-editor .note-toolbar .note-style .dropdown-style h3,.note-editor .note-toolbar .note-style .dropdown-style h4,.note-editor .note-toolbar .note-style .dropdown-style h5,.note-editor .note-toolbar .note-style .dropdown-style h6,.note-editor .note-toolbar .note-style .dropdown-style p,.note-popover .popover-content .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p{margin:0;padding:0}.note-editor .note-toolbar .note-color-all .note-dropdown-menu,.note-popover .popover-content .note-color-all .note-dropdown-menu{min-width:337px}.note-editor .note-toolbar .note-color .dropdown-toggle,.note-popover .popover-content .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette{display:inline-block;margin:0;width:160px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child{margin:0 5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title{font-size:12px;margin:2px 7px;text-align:center;border-bottom:1px solid #eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select{font-size:11px;margin:3px;padding:0 3px;cursor:pointer;width:100%;border-radius:5px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover{background:#eee}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row{height:20px}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn{display:none}.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-editor .note-toolbar .note-para .note-dropdown-menu,.note-popover .popover-content .note-para .note-dropdown-menu{min-width:228px;padding:5px}.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,.note-popover .popover-content .note-para .note-dropdown-menu>div+div{margin-left:5px}.note-editor .note-toolbar .note-dropdown-menu,.note-popover .popover-content .note-dropdown-menu{min-width:160px}.note-editor .note-toolbar .note-dropdown-menu.right,.note-popover .popover-content .note-dropdown-menu.right{right:0;left:auto}.note-editor .note-toolbar .note-dropdown-menu.right:before,.note-popover .popover-content .note-dropdown-menu.right:before{right:9px;left:auto!important}.note-editor .note-toolbar .note-dropdown-menu.right:after,.note-popover .popover-content .note-dropdown-menu.right:after{right:10px;left:auto!important}.note-editor .note-toolbar .note-dropdown-menu.note-check a i,.note-popover .popover-content .note-dropdown-menu.note-check a i{color:#00bfff;visibility:hidden}.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,.note-popover .popover-content .note-dropdown-menu.note-check a.checked i{visibility:visible}.note-editor .note-toolbar .note-fontsize-10,.note-popover .popover-content .note-fontsize-10{font-size:10px}.note-editor .note-toolbar .note-color-palette,.note-popover .popover-content .note-color-palette{line-height:1}.note-editor .note-toolbar .note-color-palette div .note-color-btn,.note-popover .popover-content .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:0;border-radius:0}.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,.note-popover .popover-content .note-color-palette div .note-color-btn:hover{transform:scale(1.2);transition:all .2s}.note-modal .modal-dialog{outline:0;border-radius:5px;box-shadow:0 3px 9px rgba(0,0,0,.5)}.note-modal .form-group{margin-left:0;margin-right:0}.note-modal .note-modal-form{margin:0}.note-modal .note-image-dialog .note-dropzone{min-height:100px;font-size:30px;line-height:4;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3;margin-bottom:10px}.note-placeholder{position:absolute;display:none;color:grey}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle,.note-handle .note-control-selection .note-control-holder,.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{background-color:#000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:none;border-bottom:none}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:none;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:none;border-right:none}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:none;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;color:#fff;background-color:#000;font-size:12px;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{padding:3px;max-height:150px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;white-space:nowrap;text-decoration:none;background-color:#428bca;outline:0;cursor:pointer}.note-editor .note-editing-area .note-editable table{width:100%;border-collapse:collapse}.note-editor .note-editing-area .note-editable table td,.note-editor .note-editing-area .note-editable table th{border:1px solid #ececec;padding:5px 3px}.note-editor .note-editing-area .note-editable a{background-color:inherit;text-decoration:inherit;font-family:inherit;font-weight:inherit;color:#337ab7}.note-editor .note-editing-area .note-editable a:focus,.note-editor .note-editing-area .note-editable a:hover{color:#23527c;text-decoration:underline;outline:0}.note-editor .note-editing-area .note-editable figure{margin:0}.note-modal .note-modal-body label{margin-bottom:2px;padding:2px 5px;display:inline-block}.note-modal .note-modal-body .help-list-item:hover{background-color:#e0e0e0}@-moz-document url-prefix(){.note-modal .note-image-input{height:auto}}.help-list-item label{margin-bottom:5px;display:inline-block}
table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{margin-right:.5em;display:inline-block;color:rgba(0, 0, 0, 0.5);content:"►"}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right::before{content:"◄"}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"▼"}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:.333em}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{display:inline-block;color:rgba(0, 0, 0, 0.5);content:"►"}table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>td.control.arrow-right::before,table.dataTable.dtr-column>tbody>tr>th.control.arrow-right::before{content:"◄"}table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:"▼"}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{padding-bottom:0;border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:fit-content;max-height:75%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:.5em;box-shadow:0 12px 30px rgba(0, 0, 0, 0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:2.5em}div.dtr-modal div.dtr-modal-content h2{margin-top:0}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0, 0, 0, 0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}html.dark table.dataTable>tbody>tr>td.dtr-control:before{color:rgba(255, 255, 255, 0.5) !important}html.dark table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom-color:rgb(64, 67, 70)}html.dark div.dtr-modal div.dtr-modal-display{background-color:rgb(33, 37, 41);border:1px solid rgba(255, 255, 255, 0.15)}

div.dt-rowReorder-float-parent{table-layout:fixed;outline:2px solid rgb(10, 89, 203);z-index:2001;position:absolute !important;overflow:hidden;border-radius:3px}div.dt-rowReorder-float-parent table.dt-rowReorder-float{opacity:.9;background-color:white;margin:0 !important}div.dt-rowReorder-float-parent.drop-not-allowed{cursor:not-allowed}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}html.dark div.dt-rowReorder-float-parent{outline-color:rgb(110, 168, 254)}html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float{background-color:var(--dt-html-background)}html.dark tr.dt-rowReorder-moving{outline-color:#aaa}

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-thin-rounded";
    src: url("https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-rounded/webfonts/uicons-thin-rounded.woff2") format("woff2"),
    url("https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-rounded/webfonts/uicons-thin-rounded.woff") format("woff"),
    url("https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-rounded/webfonts/uicons-thin-rounded.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: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-tr-0:before {
    content: "\f101";
    }
        .fi-tr-1:before {
    content: "\f102";
    }
        .fi-tr-2:before {
    content: "\f103";
    }
        .fi-tr-3:before {
    content: "\f104";
    }
        .fi-tr-360-degrees:before {
    content: "\f105";
    }
        .fi-tr-4:before {
    content: "\f106";
    }
        .fi-tr-5:before {
    content: "\f107";
    }
        .fi-tr-6:before {
    content: "\f108";
    }
        .fi-tr-7:before {
    content: "\f109";
    }
        .fi-tr-8:before {
    content: "\f10a";
    }
        .fi-tr-9:before {
    content: "\f10b";
    }
        .fi-tr-a:before {
    content: "\f10c";
    }
        .fi-tr-accident:before {
    content: "\f10d";
    }
        .fi-tr-acorn:before {
    content: "\f10e";
    }
        .fi-tr-ad:before {
    content: "\f10f";
    }
        .fi-tr-add-image:before {
    content: "\f110";
    }
        .fi-tr-address-book:before {
    content: "\f111";
    }
        .fi-tr-address-card:before {
    content: "\f112";
    }
        .fi-tr-admin-alt:before {
    content: "\f113";
    }
        .fi-tr-admin:before {
    content: "\f114";
    }
        .fi-tr-air-conditioner:before {
    content: "\f115";
    }
        .fi-tr-air-freshener:before {
    content: "\f116";
    }
        .fi-tr-airplane-journey:before {
    content: "\f117";
    }
        .fi-tr-airplay:before {
    content: "\f118";
    }
        .fi-tr-alarm-exclamation:before {
    content: "\f119";
    }
        .fi-tr-alarm-plus:before {
    content: "\f11a";
    }
        .fi-tr-alarm-snooze:before {
    content: "\f11b";
    }
        .fi-tr-album-circle-plus:before {
    content: "\f11c";
    }
        .fi-tr-album-circle-user:before {
    content: "\f11d";
    }
        .fi-tr-album-collection:before {
    content: "\f11e";
    }
        .fi-tr-album:before {
    content: "\f11f";
    }
        .fi-tr-algorithm:before {
    content: "\f120";
    }
        .fi-tr-alicorn:before {
    content: "\f121";
    }
        .fi-tr-alien:before {
    content: "\f122";
    }
        .fi-tr-align-slash:before {
    content: "\f123";
    }
        .fi-tr-anchor:before {
    content: "\f124";
    }
        .fi-tr-angel:before {
    content: "\f125";
    }
        .fi-tr-angle-90:before {
    content: "\f126";
    }
        .fi-tr-angle-circle-down:before {
    content: "\f127";
    }
        .fi-tr-angle-circle-left:before {
    content: "\f128";
    }
        .fi-tr-angle-circle-right:before {
    content: "\f129";
    }
        .fi-tr-angle-circle-up:before {
    content: "\f12a";
    }
        .fi-tr-angle-double-left:before {
    content: "\f12b";
    }
        .fi-tr-angle-double-right:before {
    content: "\f12c";
    }
        .fi-tr-angle-double-small-down:before {
    content: "\f12d";
    }
        .fi-tr-angle-double-small-left:before {
    content: "\f12e";
    }
        .fi-tr-angle-double-small-right:before {
    content: "\f12f";
    }
        .fi-tr-angle-double-small-up:before {
    content: "\f130";
    }
        .fi-tr-angle-down:before {
    content: "\f131";
    }
        .fi-tr-angle-left:before {
    content: "\f132";
    }
        .fi-tr-angle-right:before {
    content: "\f133";
    }
        .fi-tr-angle-small-down:before {
    content: "\f134";
    }
        .fi-tr-angle-small-left:before {
    content: "\f135";
    }
        .fi-tr-angle-small-right:before {
    content: "\f136";
    }
        .fi-tr-angle-small-up:before {
    content: "\f137";
    }
        .fi-tr-angle-square-down:before {
    content: "\f138";
    }
        .fi-tr-angle-square-left:before {
    content: "\f139";
    }
        .fi-tr-angle-square-right:before {
    content: "\f13a";
    }
        .fi-tr-angle-square-up:before {
    content: "\f13b";
    }
        .fi-tr-angle-up:before {
    content: "\f13c";
    }
        .fi-tr-angle:before {
    content: "\f13d";
    }
        .fi-tr-angry:before {
    content: "\f13e";
    }
        .fi-tr-animated-icon:before {
    content: "\f13f";
    }
        .fi-tr-answer-alt:before {
    content: "\f140";
    }
        .fi-tr-answer:before {
    content: "\f141";
    }
        .fi-tr-apartment:before {
    content: "\f142";
    }
        .fi-tr-aperture:before {
    content: "\f143";
    }
        .fi-tr-api:before {
    content: "\f144";
    }
        .fi-tr-apple-core:before {
    content: "\f145";
    }
        .fi-tr-apple-crate:before {
    content: "\f146";
    }
        .fi-tr-archway:before {
    content: "\f147";
    }
        .fi-tr-arrow-alt-circle-down:before {
    content: "\f148";
    }
        .fi-tr-arrow-alt-circle-left:before {
    content: "\f149";
    }
        .fi-tr-arrow-alt-circle-right:before {
    content: "\f14a";
    }
        .fi-tr-arrow-alt-circle-up:before {
    content: "\f14b";
    }
        .fi-tr-arrow-alt-down:before {
    content: "\f14c";
    }
        .fi-tr-arrow-alt-from-bottom:before {
    content: "\f14d";
    }
        .fi-tr-arrow-alt-from-left:before {
    content: "\f14e";
    }
        .fi-tr-arrow-alt-from-right:before {
    content: "\f14f";
    }
        .fi-tr-arrow-alt-from-top:before {
    content: "\f150";
    }
        .fi-tr-arrow-alt-left:before {
    content: "\f151";
    }
        .fi-tr-arrow-alt-right:before {
    content: "\f152";
    }
        .fi-tr-arrow-alt-square-down:before {
    content: "\f153";
    }
        .fi-tr-arrow-alt-square-left:before {
    content: "\f154";
    }
        .fi-tr-arrow-alt-square-right:before {
    content: "\f155";
    }
        .fi-tr-arrow-alt-square-up:before {
    content: "\f156";
    }
        .fi-tr-arrow-alt-to-bottom:before {
    content: "\f157";
    }
        .fi-tr-arrow-alt-to-left:before {
    content: "\f158";
    }
        .fi-tr-arrow-alt-to-right:before {
    content: "\f159";
    }
        .fi-tr-arrow-alt-to-top:before {
    content: "\f15a";
    }
        .fi-tr-arrow-alt-up:before {
    content: "\f15b";
    }
        .fi-tr-arrow-circle-down:before {
    content: "\f15c";
    }
        .fi-tr-arrow-circle-left:before {
    content: "\f15d";
    }
        .fi-tr-arrow-circle-right:before {
    content: "\f15e";
    }
        .fi-tr-arrow-circle-up:before {
    content: "\f15f";
    }
        .fi-tr-arrow-down-from-dotted-line:before {
    content: "\f160";
    }
        .fi-tr-arrow-down-left:before {
    content: "\f161";
    }
        .fi-tr-arrow-down-small-big:before {
    content: "\f162";
    }
        .fi-tr-arrow-down-to-dotted-line:before {
    content: "\f163";
    }
        .fi-tr-arrow-down-to-square:before {
    content: "\f164";
    }
        .fi-tr-arrow-down-triangle-square:before {
    content: "\f165";
    }
        .fi-tr-arrow-down:before {
    content: "\f166";
    }
        .fi-tr-arrow-from-left:before {
    content: "\f167";
    }
        .fi-tr-arrow-from-right:before {
    content: "\f168";
    }
        .fi-tr-arrow-from-top:before {
    content: "\f169";
    }
        .fi-tr-arrow-left-from-line:before {
    content: "\f16a";
    }
        .fi-tr-arrow-left:before {
    content: "\f16b";
    }
        .fi-tr-arrow-progress:before {
    content: "\f16c";
    }
        .fi-tr-arrow-right-to-bracket:before {
    content: "\f16d";
    }
        .fi-tr-arrow-right:before {
    content: "\f16e";
    }
        .fi-tr-arrow-small-down:before {
    content: "\f16f";
    }
        .fi-tr-arrow-small-left:before {
    content: "\f170";
    }
        .fi-tr-arrow-small-right:before {
    content: "\f171";
    }
        .fi-tr-arrow-small-up:before {
    content: "\f172";
    }
        .fi-tr-arrow-square-down:before {
    content: "\f173";
    }
        .fi-tr-arrow-square-left:before {
    content: "\f174";
    }
        .fi-tr-arrow-square-right:before {
    content: "\f175";
    }
        .fi-tr-arrow-square-up:before {
    content: "\f176";
    }
        .fi-tr-arrow-to-bottom:before {
    content: "\f177";
    }
        .fi-tr-arrow-to-left:before {
    content: "\f178";
    }
        .fi-tr-arrow-to-right:before {
    content: "\f179";
    }
        .fi-tr-arrow-to-top:before {
    content: "\f17a";
    }
        .fi-tr-arrow-trend-down:before {
    content: "\f17b";
    }
        .fi-tr-arrow-trend-up:before {
    content: "\f17c";
    }
        .fi-tr-arrow-turn-down-left:before {
    content: "\f17d";
    }
        .fi-tr-arrow-turn-down-right:before {
    content: "\f17e";
    }
        .fi-tr-arrow-up-from-dotted-line:before {
    content: "\f17f";
    }
        .fi-tr-arrow-up-from-square:before {
    content: "\f180";
    }
        .fi-tr-arrow-up-left-from-circle:before {
    content: "\f181";
    }
        .fi-tr-arrow-up-left:before {
    content: "\f182";
    }
        .fi-tr-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\f183";
    }
        .fi-tr-arrow-up-right-from-square:before {
    content: "\f184";
    }
        .fi-tr-arrow-up-right:before {
    content: "\f185";
    }
        .fi-tr-arrow-up-small-big:before {
    content: "\f186";
    }
        .fi-tr-arrow-up-square-triangle:before {
    content: "\f187";
    }
        .fi-tr-arrow-up-to-dotted-line:before {
    content: "\f188";
    }
        .fi-tr-arrow-up:before {
    content: "\f189";
    }
        .fi-tr-arrows-alt-h:before {
    content: "\f18a";
    }
        .fi-tr-arrows-alt-v:before {
    content: "\f18b";
    }
        .fi-tr-arrows-alt:before {
    content: "\f18c";
    }
        .fi-tr-arrows-cross:before {
    content: "\f18d";
    }
        .fi-tr-arrows-from-dotted-line:before {
    content: "\f18e";
    }
        .fi-tr-arrows-from-line:before {
    content: "\f18f";
    }
        .fi-tr-arrows-h-copy:before {
    content: "\f190";
    }
        .fi-tr-arrows-h:before {
    content: "\f191";
    }
        .fi-tr-arrows-repeat-1:before {
    content: "\f192";
    }
        .fi-tr-arrows-repeat:before {
    content: "\f193";
    }
        .fi-tr-arrows-retweet:before {
    content: "\f194";
    }
        .fi-tr-arrows-to-dotted-line:before {
    content: "\f195";
    }
        .fi-tr-arrows-to-line:before {
    content: "\f196";
    }
        .fi-tr-arrows:before {
    content: "\f197";
    }
        .fi-tr-artificial-intelligence:before {
    content: "\f198";
    }
        .fi-tr-assistive-listening-systems:before {
    content: "\f199";
    }
        .fi-tr-at:before {
    content: "\f19a";
    }
        .fi-tr-attribution-pen:before {
    content: "\f19b";
    }
        .fi-tr-attribution-pencil:before {
    content: "\f19c";
    }
        .fi-tr-aubergine:before {
    content: "\f19d";
    }
        .fi-tr-auction:before {
    content: "\f19e";
    }
        .fi-tr-audio-description-slash:before {
    content: "\f19f";
    }
        .fi-tr-audit-alt:before {
    content: "\f1a0";
    }
        .fi-tr-audit:before {
    content: "\f1a1";
    }
        .fi-tr-austral-sign:before {
    content: "\f1a2";
    }
        .fi-tr-avocado:before {
    content: "\f1a3";
    }
        .fi-tr-award:before {
    content: "\f1a4";
    }
        .fi-tr-axe-battle:before {
    content: "\f1a5";
    }
        .fi-tr-axe:before {
    content: "\f1a6";
    }
        .fi-tr-b:before {
    content: "\f1a7";
    }
        .fi-tr-baby-carriage:before {
    content: "\f1a8";
    }
        .fi-tr-baby:before {
    content: "\f1a9";
    }
        .fi-tr-background:before {
    content: "\f1aa";
    }
        .fi-tr-bacon:before {
    content: "\f1ab";
    }
        .fi-tr-bacteria:before {
    content: "\f1ac";
    }
        .fi-tr-bacterium:before {
    content: "\f1ad";
    }
        .fi-tr-badge-check:before {
    content: "\f1ae";
    }
        .fi-tr-badge-dollar:before {
    content: "\f1af";
    }
        .fi-tr-badge-percent:before {
    content: "\f1b0";
    }
        .fi-tr-badge-sheriff:before {
    content: "\f1b1";
    }
        .fi-tr-badger-honey:before {
    content: "\f1b2";
    }
        .fi-tr-badminton:before {
    content: "\f1b3";
    }
        .fi-tr-bag-seedling:before {
    content: "\f1b4";
    }
        .fi-tr-bags-shopping:before {
    content: "\f1b5";
    }
        .fi-tr-baguette:before {
    content: "\f1b6";
    }
        .fi-tr-bahai:before {
    content: "\f1b7";
    }
        .fi-tr-baht-sign:before {
    content: "\f1b8";
    }
        .fi-tr-balance-scale-left:before {
    content: "\f1b9";
    }
        .fi-tr-balance-scale-right:before {
    content: "\f1ba";
    }
        .fi-tr-ball-pile:before {
    content: "\f1bb";
    }
        .fi-tr-balloon:before {
    content: "\f1bc";
    }
        .fi-tr-ballot-check:before {
    content: "\f1bd";
    }
        .fi-tr-ballot:before {
    content: "\f1be";
    }
        .fi-tr-ban-bug:before {
    content: "\f1bf";
    }
        .fi-tr-banana:before {
    content: "\f1c0";
    }
        .fi-tr-bangladeshi-taka-sign:before {
    content: "\f1c1";
    }
        .fi-tr-banjo:before {
    content: "\f1c2";
    }
        .fi-tr-barcode-read:before {
    content: "\f1c3";
    }
        .fi-tr-barcode-scan:before {
    content: "\f1c4";
    }
        .fi-tr-barcode:before {
    content: "\f1c5";
    }
        .fi-tr-bars-filter:before {
    content: "\f1c6";
    }
        .fi-tr-bars-progress:before {
    content: "\f1c7";
    }
        .fi-tr-bars-sort:before {
    content: "\f1c8";
    }
        .fi-tr-bars-staggered:before {
    content: "\f1c9";
    }
        .fi-tr-baseball-alt:before {
    content: "\f1ca";
    }
        .fi-tr-basket-shopping-simple:before {
    content: "\f1cb";
    }
        .fi-tr-basketball-hoop:before {
    content: "\f1cc";
    }
        .fi-tr-bat:before {
    content: "\f1cd";
    }
        .fi-tr-bath:before {
    content: "\f1ce";
    }
        .fi-tr-battery-bolt:before {
    content: "\f1cf";
    }
        .fi-tr-battery-empty:before {
    content: "\f1d0";
    }
        .fi-tr-battery-exclamation:before {
    content: "\f1d1";
    }
        .fi-tr-battery-full:before {
    content: "\f1d2";
    }
        .fi-tr-battery-half:before {
    content: "\f1d3";
    }
        .fi-tr-battery-quarter:before {
    content: "\f1d4";
    }
        .fi-tr-battery-slash:before {
    content: "\f1d5";
    }
        .fi-tr-battery-three-quarters:before {
    content: "\f1d6";
    }
        .fi-tr-beacon:before {
    content: "\f1d7";
    }
        .fi-tr-bed-alt:before {
    content: "\f1d8";
    }
        .fi-tr-bed-bunk:before {
    content: "\f1d9";
    }
        .fi-tr-bed-empty:before {
    content: "\f1da";
    }
        .fi-tr-bee:before {
    content: "\f1db";
    }
        .fi-tr-beer-mug-empty:before {
    content: "\f1dc";
    }
        .fi-tr-bell-concierge:before {
    content: "\f1dd";
    }
        .fi-tr-bell-slash:before {
    content: "\f1de";
    }
        .fi-tr-bells:before {
    content: "\f1df";
    }
        .fi-tr-bench-tree:before {
    content: "\f1e0";
    }
        .fi-tr-betamax:before {
    content: "\f1e1";
    }
        .fi-tr-bicycle-journey:before {
    content: "\f1e2";
    }
        .fi-tr-biking-mountain:before {
    content: "\f1e3";
    }
        .fi-tr-biking:before {
    content: "\f1e4";
    }
        .fi-tr-binary-circle-check:before {
    content: "\f1e5";
    }
        .fi-tr-binary-lock:before {
    content: "\f1e6";
    }
        .fi-tr-binary-slash:before {
    content: "\f1e7";
    }
        .fi-tr-binary:before {
    content: "\f1e8";
    }
        .fi-tr-binoculars:before {
    content: "\f1e9";
    }
        .fi-tr-biohazard:before {
    content: "\f1ea";
    }
        .fi-tr-bird:before {
    content: "\f1eb";
    }
        .fi-tr-bitcoin-sign:before {
    content: "\f1ec";
    }
        .fi-tr-blanket:before {
    content: "\f1ed";
    }
        .fi-tr-blender-phone:before {
    content: "\f1ee";
    }
        .fi-tr-blender:before {
    content: "\f1ef";
    }
        .fi-tr-blinds-open:before {
    content: "\f1f0";
    }
        .fi-tr-blinds-raised:before {
    content: "\f1f1";
    }
        .fi-tr-blinds:before {
    content: "\f1f2";
    }
        .fi-tr-block-brick:before {
    content: "\f1f3";
    }
        .fi-tr-block-question:before {
    content: "\f1f4";
    }
        .fi-tr-block-quote:before {
    content: "\f1f5";
    }
        .fi-tr-block:before {
    content: "\f1f6";
    }
        .fi-tr-blog-pencil:before {
    content: "\f1f7";
    }
        .fi-tr-blog-text:before {
    content: "\f1f8";
    }
        .fi-tr-blueberries:before {
    content: "\f1f9";
    }
        .fi-tr-bolt-auto:before {
    content: "\f1fa";
    }
        .fi-tr-bolt-slash:before {
    content: "\f1fb";
    }
        .fi-tr-bolt:before {
    content: "\f1fc";
    }
        .fi-tr-bomb:before {
    content: "\f1fd";
    }
        .fi-tr-bone-break:before {
    content: "\f1fe";
    }
        .fi-tr-bone:before {
    content: "\f1ff";
    }
        .fi-tr-bong:before {
    content: "\f200";
    }
        .fi-tr-book-arrow-right:before {
    content: "\f201";
    }
        .fi-tr-book-arrow-up:before {
    content: "\f202";
    }
        .fi-tr-book-atlas:before {
    content: "\f203";
    }
        .fi-tr-book-bookmark:before {
    content: "\f204";
    }
        .fi-tr-book-circle-arrow-right:before {
    content: "\f205";
    }
        .fi-tr-book-circle-arrow-up:before {
    content: "\f206";
    }
        .fi-tr-book-copy:before {
    content: "\f207";
    }
        .fi-tr-book-dead:before {
    content: "\f208";
    }
        .fi-tr-book-font:before {
    content: "\f209";
    }
        .fi-tr-book-medical:before {
    content: "\f20a";
    }
        .fi-tr-book-open-cover:before {
    content: "\f20b";
    }
        .fi-tr-book-open-reader:before {
    content: "\f20c";
    }
        .fi-tr-book-quran:before {
    content: "\f20d";
    }
        .fi-tr-book-section:before {
    content: "\f20e";
    }
        .fi-tr-book-spells:before {
    content: "\f20f";
    }
        .fi-tr-book-tanakh:before {
    content: "\f210";
    }
        .fi-tr-book-user:before {
    content: "\f211";
    }
        .fi-tr-bookmark-slash:before {
    content: "\f212";
    }
        .fi-tr-books-medical:before {
    content: "\f213";
    }
        .fi-tr-books:before {
    content: "\f214";
    }
        .fi-tr-boot-heeled:before {
    content: "\f215";
    }
        .fi-tr-boot:before {
    content: "\f216";
    }
        .fi-tr-border-all:before {
    content: "\f217";
    }
        .fi-tr-border-bottom:before {
    content: "\f218";
    }
        .fi-tr-border-center-h:before {
    content: "\f219";
    }
        .fi-tr-border-center-v:before {
    content: "\f21a";
    }
        .fi-tr-border-inner:before {
    content: "\f21b";
    }
        .fi-tr-border-left:before {
    content: "\f21c";
    }
        .fi-tr-border-none:before {
    content: "\f21d";
    }
        .fi-tr-border-outer:before {
    content: "\f21e";
    }
        .fi-tr-border-right:before {
    content: "\f21f";
    }
        .fi-tr-border-style-alt:before {
    content: "\f220";
    }
        .fi-tr-border-style:before {
    content: "\f221";
    }
        .fi-tr-border-top:before {
    content: "\f222";
    }
        .fi-tr-boss:before {
    content: "\f223";
    }
        .fi-tr-bottle-droplet:before {
    content: "\f224";
    }
        .fi-tr-bottle:before {
    content: "\f225";
    }
        .fi-tr-bow-arrow:before {
    content: "\f226";
    }
        .fi-tr-bowl-chopsticks-noodles:before {
    content: "\f227";
    }
        .fi-tr-bowl-chopsticks:before {
    content: "\f228";
    }
        .fi-tr-bowl-rice:before {
    content: "\f229";
    }
        .fi-tr-bowl-scoop:before {
    content: "\f22a";
    }
        .fi-tr-bowl-scoops:before {
    content: "\f22b";
    }
        .fi-tr-bowl-soft-serve:before {
    content: "\f22c";
    }
        .fi-tr-bowl-spoon:before {
    content: "\f22d";
    }
        .fi-tr-bowling-ball:before {
    content: "\f22e";
    }
        .fi-tr-bowling-pins:before {
    content: "\f22f";
    }
        .fi-tr-box-ballot:before {
    content: "\f230";
    }
        .fi-tr-box-check:before {
    content: "\f231";
    }
        .fi-tr-box-circle-check:before {
    content: "\f232";
    }
        .fi-tr-box-dollar:before {
    content: "\f233";
    }
        .fi-tr-box-fragile:before {
    content: "\f234";
    }
        .fi-tr-box-heart:before {
    content: "\f235";
    }
        .fi-tr-box-open-full:before {
    content: "\f236";
    }
        .fi-tr-box-open:before {
    content: "\f237";
    }
        .fi-tr-box-tissue:before {
    content: "\f238";
    }
        .fi-tr-box-up:before {
    content: "\f239";
    }
        .fi-tr-boxes:before {
    content: "\f23a";
    }
        .fi-tr-boxing-glove:before {
    content: "\f23b";
    }
        .fi-tr-bracket-curly-right:before {
    content: "\f23c";
    }
        .fi-tr-bracket-curly:before {
    content: "\f23d";
    }
        .fi-tr-bracket-round-right:before {
    content: "\f23e";
    }
        .fi-tr-bracket-round:before {
    content: "\f23f";
    }
        .fi-tr-bracket-square-right:before {
    content: "\f240";
    }
        .fi-tr-bracket-square:before {
    content: "\f241";
    }
        .fi-tr-brackets-curly:before {
    content: "\f242";
    }
        .fi-tr-brackets-round:before {
    content: "\f243";
    }
        .fi-tr-brackets-square:before {
    content: "\f244";
    }
        .fi-tr-braille-a:before {
    content: "\f245";
    }
        .fi-tr-braille-b:before {
    content: "\f246";
    }
        .fi-tr-braille-c:before {
    content: "\f247";
    }
        .fi-tr-braille-d:before {
    content: "\f248";
    }
        .fi-tr-braille-e:before {
    content: "\f249";
    }
        .fi-tr-braille-g:before {
    content: "\f24a";
    }
        .fi-tr-braille-h:before {
    content: "\f24b";
    }
        .fi-tr-braille-i:before {
    content: "\f24c";
    }
        .fi-tr-braille-j:before {
    content: "\f24d";
    }
        .fi-tr-braille-k:before {
    content: "\f24e";
    }
        .fi-tr-braille-l:before {
    content: "\f24f";
    }
        .fi-tr-braille-m:before {
    content: "\f250";
    }
        .fi-tr-braille-n-alt:before {
    content: "\f251";
    }
        .fi-tr-braille-n:before {
    content: "\f252";
    }
        .fi-tr-braille-o:before {
    content: "\f253";
    }
        .fi-tr-braille-p:before {
    content: "\f254";
    }
        .fi-tr-braille-q:before {
    content: "\f255";
    }
        .fi-tr-braille-r:before {
    content: "\f256";
    }
        .fi-tr-braille-s:before {
    content: "\f257";
    }
        .fi-tr-braille-t:before {
    content: "\f258";
    }
        .fi-tr-braille-u:before {
    content: "\f259";
    }
        .fi-tr-braille-v:before {
    content: "\f25a";
    }
        .fi-tr-braille-w:before {
    content: "\f25b";
    }
        .fi-tr-braille-x:before {
    content: "\f25c";
    }
        .fi-tr-braille-y:before {
    content: "\f25d";
    }
        .fi-tr-braille-z:before {
    content: "\f25e";
    }
        .fi-tr-braille:before {
    content: "\f25f";
    }
        .fi-tr-brain-circuit:before {
    content: "\f260";
    }
        .fi-tr-brain:before {
    content: "\f261";
    }
        .fi-tr-bread-loaf:before {
    content: "\f262";
    }
        .fi-tr-bread-slice-butter:before {
    content: "\f263";
    }
        .fi-tr-bread:before {
    content: "\f264";
    }
        .fi-tr-briefcase-arrow-right:before {
    content: "\f265";
    }
        .fi-tr-briefcase-blank:before {
    content: "\f266";
    }
        .fi-tr-brightness-low:before {
    content: "\f267";
    }
        .fi-tr-brightness:before {
    content: "\f268";
    }
        .fi-tr-bring-forward:before {
    content: "\f269";
    }
        .fi-tr-bring-front:before {
    content: "\f26a";
    }
        .fi-tr-broadcast-tower:before {
    content: "\f26b";
    }
        .fi-tr-broccoli:before {
    content: "\f26c";
    }
        .fi-tr-broken-image:before {
    content: "\f26d";
    }
        .fi-tr-broom-ball:before {
    content: "\f26e";
    }
        .fi-tr-browser-ui:before {
    content: "\f26f";
    }
        .fi-tr-browsers:before {
    content: "\f270";
    }
        .fi-tr-bucket:before {
    content: "\f271";
    }
        .fi-tr-budget-alt:before {
    content: "\f272";
    }
        .fi-tr-budget:before {
    content: "\f273";
    }
        .fi-tr-bug-slash:before {
    content: "\f274";
    }
        .fi-tr-bugs:before {
    content: "\f275";
    }
        .fi-tr-build-alt:before {
    content: "\f276";
    }
        .fi-tr-build:before {
    content: "\f277";
    }
        .fi-tr-building-ngo:before {
    content: "\f278";
    }
        .fi-tr-bullet:before {
    content: "\f279";
    }
        .fi-tr-bullhorn:before {
    content: "\f27a";
    }
        .fi-tr-bullseye-arrow:before {
    content: "\f27b";
    }
        .fi-tr-bullseye-pointer:before {
    content: "\f27c";
    }
        .fi-tr-bullseye:before {
    content: "\f27d";
    }
        .fi-tr-burger-alt:before {
    content: "\f27e";
    }
        .fi-tr-burger-fries:before {
    content: "\f27f";
    }
        .fi-tr-burger-glass:before {
    content: "\f280";
    }
        .fi-tr-burrito:before {
    content: "\f281";
    }
        .fi-tr-bus-alt:before {
    content: "\f282";
    }
        .fi-tr-bus:before {
    content: "\f283";
    }
        .fi-tr-business-time:before {
    content: "\f284";
    }
        .fi-tr-Butter:before {
    content: "\f285";
    }
        .fi-tr-butterfly:before {
    content: "\f286";
    }
        .fi-tr-c:before {
    content: "\f287";
    }
        .fi-tr-cabin:before {
    content: "\f288";
    }
        .fi-tr-cactus:before {
    content: "\f289";
    }
        .fi-tr-cake-slice:before {
    content: "\f28a";
    }
        .fi-tr-calculator-bill:before {
    content: "\f28b";
    }
        .fi-tr-calculator-money:before {
    content: "\f28c";
    }
        .fi-tr-calculator-simple:before {
    content: "\f28d";
    }
        .fi-tr-calendar-arrow-down:before {
    content: "\f28e";
    }
        .fi-tr-calendar-arrow-up:before {
    content: "\f28f";
    }
        .fi-tr-calendar-check:before {
    content: "\f290";
    }
        .fi-tr-calendar-clock:before {
    content: "\f291";
    }
        .fi-tr-calendar-day:before {
    content: "\f292";
    }
        .fi-tr-calendar-days:before {
    content: "\f293";
    }
        .fi-tr-calendar-exclamation:before {
    content: "\f294";
    }
        .fi-tr-calendar-heart:before {
    content: "\f295";
    }
        .fi-tr-calendar-image:before {
    content: "\f296";
    }
        .fi-tr-calendar-lines-pen:before {
    content: "\f297";
    }
        .fi-tr-calendar-lines:before {
    content: "\f298";
    }
        .fi-tr-calendar-minus:before {
    content: "\f299";
    }
        .fi-tr-calendar-pen:before {
    content: "\f29a";
    }
        .fi-tr-calendar-plus:before {
    content: "\f29b";
    }
        .fi-tr-calendar-star:before {
    content: "\f29c";
    }
        .fi-tr-calendar-week:before {
    content: "\f29d";
    }
        .fi-tr-calendar-xmark:before {
    content: "\f29e";
    }
        .fi-tr-calendars:before {
    content: "\f29f";
    }
        .fi-tr-call-history:before {
    content: "\f2a0";
    }
        .fi-tr-call-incoming:before {
    content: "\f2a1";
    }
        .fi-tr-call-missed:before {
    content: "\f2a2";
    }
        .fi-tr-call-outgoing:before {
    content: "\f2a3";
    }
        .fi-tr-camcorder:before {
    content: "\f2a4";
    }
        .fi-tr-camera-cctv:before {
    content: "\f2a5";
    }
        .fi-tr-camera-movie:before {
    content: "\f2a6";
    }
        .fi-tr-camera-retro:before {
    content: "\f2a7";
    }
        .fi-tr-camera-rotate:before {
    content: "\f2a8";
    }
        .fi-tr-camera-security:before {
    content: "\f2a9";
    }
        .fi-tr-camera-slash:before {
    content: "\f2aa";
    }
        .fi-tr-camera-viewfinder:before {
    content: "\f2ab";
    }
        .fi-tr-campfire:before {
    content: "\f2ac";
    }
        .fi-tr-can-food:before {
    content: "\f2ad";
    }
        .fi-tr-candle-holder:before {
    content: "\f2ae";
    }
        .fi-tr-candy-alt:before {
    content: "\f2af";
    }
        .fi-tr-candy-bar:before {
    content: "\f2b0";
    }
        .fi-tr-candy-cane:before {
    content: "\f2b1";
    }
        .fi-tr-candy-corn:before {
    content: "\f2b2";
    }
        .fi-tr-candy-sweet:before {
    content: "\f2b3";
    }
        .fi-tr-candy:before {
    content: "\f2b4";
    }
        .fi-tr-Cannabis:before {
    content: "\f2b5";
    }
        .fi-tr-canned-food:before {
    content: "\f2b6";
    }
        .fi-tr-capsules:before {
    content: "\f2b7";
    }
        .fi-tr-car-alt:before {
    content: "\f2b8";
    }
        .fi-tr-car-battery:before {
    content: "\f2b9";
    }
        .fi-tr-car-bolt:before {
    content: "\f2ba";
    }
        .fi-tr-car-building:before {
    content: "\f2bb";
    }
        .fi-tr-car-bump:before {
    content: "\f2bc";
    }
        .fi-tr-car-bus:before {
    content: "\f2bd";
    }
        .fi-tr-car-circle-bolt:before {
    content: "\f2be";
    }
        .fi-tr-car-crash:before {
    content: "\f2bf";
    }
        .fi-tr-car-garage:before {
    content: "\f2c0";
    }
        .fi-tr-car-journey:before {
    content: "\f2c1";
    }
        .fi-tr-car-mechanic:before {
    content: "\f2c2";
    }
        .fi-tr-car-rear:before {
    content: "\f2c3";
    }
        .fi-tr-car-side-bolt:before {
    content: "\f2c4";
    }
        .fi-tr-car-side:before {
    content: "\f2c5";
    }
        .fi-tr-car-tilt:before {
    content: "\f2c6";
    }
        .fi-tr-car-wash:before {
    content: "\f2c7";
    }
        .fi-tr-caravan-alt:before {
    content: "\f2c8";
    }
        .fi-tr-caravan:before {
    content: "\f2c9";
    }
        .fi-tr-card-club:before {
    content: "\f2ca";
    }
        .fi-tr-card-diamond:before {
    content: "\f2cb";
    }
        .fi-tr-card-heart:before {
    content: "\f2cc";
    }
        .fi-tr-card-spade:before {
    content: "\f2cd";
    }
        .fi-tr-caret-circle-down:before {
    content: "\f2ce";
    }
        .fi-tr-caret-circle-right:before {
    content: "\f2cf";
    }
        .fi-tr-caret-circle-up:before {
    content: "\f2d0";
    }
        .fi-tr-caret-down:before {
    content: "\f2d1";
    }
        .fi-tr-caret-left:before {
    content: "\f2d2";
    }
        .fi-tr-caret-right:before {
    content: "\f2d3";
    }
        .fi-tr-caret-square-down:before {
    content: "\f2d4";
    }
        .fi-tr-caret-square-left_1:before {
    content: "\f2d5";
    }
        .fi-tr-caret-square-left:before {
    content: "\f2d6";
    }
        .fi-tr-caret-square-right:before {
    content: "\f2d7";
    }
        .fi-tr-caret-square-up:before {
    content: "\f2d8";
    }
        .fi-tr-caret-up:before {
    content: "\f2d9";
    }
        .fi-tr-cars-crash:before {
    content: "\f2da";
    }
        .fi-tr-cars:before {
    content: "\f2db";
    }
        .fi-tr-cart-arrow-down:before {
    content: "\f2dc";
    }
        .fi-tr-cart-minus:before {
    content: "\f2dd";
    }
        .fi-tr-cart-shopping-fast:before {
    content: "\f2de";
    }
        .fi-tr-cash-register:before {
    content: "\f2df";
    }
        .fi-tr-cassette-tape:before {
    content: "\f2e0";
    }
        .fi-tr-cassette-vhs:before {
    content: "\f2e1";
    }
        .fi-tr-castle:before {
    content: "\f2e2";
    }
        .fi-tr-cat-space:before {
    content: "\f2e3";
    }
        .fi-tr-cat:before {
    content: "\f2e4";
    }
        .fi-tr-catalog-alt:before {
    content: "\f2e5";
    }
        .fi-tr-catalog-magazine:before {
    content: "\f2e6";
    }
        .fi-tr-catalog:before {
    content: "\f2e7";
    }
        .fi-tr-category-alt:before {
    content: "\f2e8";
    }
        .fi-tr-category:before {
    content: "\f2e9";
    }
        .fi-tr-cauldron:before {
    content: "\f2ea";
    }
        .fi-tr-cedi-sign:before {
    content: "\f2eb";
    }
        .fi-tr-cello:before {
    content: "\f2ec";
    }
        .fi-tr-cent-sign:before {
    content: "\f2ed";
    }
        .fi-tr-chair-office:before {
    content: "\f2ee";
    }
        .fi-tr-chair:before {
    content: "\f2ef";
    }
        .fi-tr-chalkboard-user:before {
    content: "\f2f0";
    }
        .fi-tr-challenge-alt:before {
    content: "\f2f1";
    }
        .fi-tr-challenge:before {
    content: "\f2f2";
    }
        .fi-tr-charging-station:before {
    content: "\f2f3";
    }
        .fi-tr-chart-area:before {
    content: "\f2f4";
    }
        .fi-tr-chart-bullet:before {
    content: "\f2f5";
    }
        .fi-tr-chart-candlestick:before {
    content: "\f2f6";
    }
        .fi-tr-chart-gantt:before {
    content: "\f2f7";
    }
        .fi-tr-chart-line-up:before {
    content: "\f2f8";
    }
        .fi-tr-chart-mixed:before {
    content: "\f2f9";
    }
        .fi-tr-chart-radar:before {
    content: "\f2fa";
    }
        .fi-tr-chart-scatter-3d:before {
    content: "\f2fb";
    }
        .fi-tr-chart-scatter-bubble:before {
    content: "\f2fc";
    }
        .fi-tr-chart-scatter:before {
    content: "\f2fd";
    }
        .fi-tr-chart-simple-horizontal:before {
    content: "\f2fe";
    }
        .fi-tr-chart-simple:before {
    content: "\f2ff";
    }
        .fi-tr-chart-tree-map:before {
    content: "\f300";
    }
        .fi-tr-chart-user:before {
    content: "\f301";
    }
        .fi-tr-chart-waterfall:before {
    content: "\f302";
    }
        .fi-tr-chatbot-speech-bubble:before {
    content: "\f303";
    }
        .fi-tr-chatbot:before {
    content: "\f304";
    }
        .fi-tr-check-circle:before {
    content: "\f305";
    }
        .fi-tr-check-double:before {
    content: "\f306";
    }
        .fi-tr-cheese-alt:before {
    content: "\f307";
    }
        .fi-tr-cheeseburger:before {
    content: "\f308";
    }
        .fi-tr-cherry:before {
    content: "\f309";
    }
        .fi-tr-chess-bishop:before {
    content: "\f30a";
    }
        .fi-tr-chess-board:before {
    content: "\f30b";
    }
        .fi-tr-chess-clock-alt:before {
    content: "\f30c";
    }
        .fi-tr-chess-clock:before {
    content: "\f30d";
    }
        .fi-tr-chess-king-alt:before {
    content: "\f30e";
    }
        .fi-tr-chess-king:before {
    content: "\f30f";
    }
        .fi-tr-chess-knight-alt:before {
    content: "\f310";
    }
        .fi-tr-chess-knight:before {
    content: "\f311";
    }
        .fi-tr-chess-pawn-alt:before {
    content: "\f312";
    }
        .fi-tr-chess-pawn:before {
    content: "\f313";
    }
        .fi-tr-chess-queen-alt:before {
    content: "\f314";
    }
        .fi-tr-chess-queen:before {
    content: "\f315";
    }
        .fi-tr-chess-rook-alt:before {
    content: "\f316";
    }
        .fi-tr-chess-rook:before {
    content: "\f317";
    }
        .fi-tr-chess:before {
    content: "\f318";
    }
        .fi-tr-chevron-double-down:before {
    content: "\f319";
    }
        .fi-tr-chevron-double-up:before {
    content: "\f31a";
    }
        .fi-tr-child:before {
    content: "\f31b";
    }
        .fi-tr-chimney:before {
    content: "\f31c";
    }
        .fi-tr-chocolate-bar:before {
    content: "\f31d";
    }
        .fi-tr-choose-alt:before {
    content: "\f31e";
    }
        .fi-tr-choose:before {
    content: "\f31f";
    }
        .fi-tr-circle-0:before {
    content: "\f320";
    }
        .fi-tr-circle-1:before {
    content: "\f321";
    }
        .fi-tr-circle-2:before {
    content: "\f322";
    }
        .fi-tr-circle-3:before {
    content: "\f323";
    }
        .fi-tr-circle-4:before {
    content: "\f324";
    }
        .fi-tr-circle-5:before {
    content: "\f325";
    }
        .fi-tr-circle-6:before {
    content: "\f326";
    }
        .fi-tr-circle-7:before {
    content: "\f327";
    }
        .fi-tr-circle-8:before {
    content: "\f328";
    }
        .fi-tr-circle-9:before {
    content: "\f329";
    }
        .fi-tr-circle-a:before {
    content: "\f32a";
    }
        .fi-tr-circle-b:before {
    content: "\f32b";
    }
        .fi-tr-circle-bolt:before {
    content: "\f32c";
    }
        .fi-tr-circle-book-open:before {
    content: "\f32d";
    }
        .fi-tr-circle-bookmark:before {
    content: "\f32e";
    }
        .fi-tr-circle-c:before {
    content: "\f32f";
    }
        .fi-tr-circle-calendar:before {
    content: "\f330";
    }
        .fi-tr-circle-camera:before {
    content: "\f331";
    }
        .fi-tr-circle-d:before {
    content: "\f332";
    }
        .fi-tr-circle-dashed:before {
    content: "\f333";
    }
        .fi-tr-circle-e:before {
    content: "\f334";
    }
        .fi-tr-circle-ellipsis-vertical:before {
    content: "\f335";
    }
        .fi-tr-circle-ellipsis:before {
    content: "\f336";
    }
        .fi-tr-circle-envelope:before {
    content: "\f337";
    }
        .fi-tr-circle-exclamation-check:before {
    content: "\f338";
    }
        .fi-tr-circle-f:before {
    content: "\f339";
    }
        .fi-tr-circle-g:before {
    content: "\f33a";
    }
        .fi-tr-circle-h:before {
    content: "\f33b";
    }
        .fi-tr-circle-half-stroke:before {
    content: "\f33c";
    }
        .fi-tr-circle-half:before {
    content: "\f33d";
    }
        .fi-tr-circle-heart:before {
    content: "\f33e";
    }
        .fi-tr-circle-i:before {
    content: "\f33f";
    }
        .fi-tr-circle-j:before {
    content: "\f340";
    }
        .fi-tr-circle-k:before {
    content: "\f341";
    }
        .fi-tr-circle-l:before {
    content: "\f342";
    }
        .fi-tr-circle-m:before {
    content: "\f343";
    }
        .fi-tr-circle-microphone-lines:before {
    content: "\f344";
    }
        .fi-tr-circle-microphone:before {
    content: "\f345";
    }
        .fi-tr-circle-n:before {
    content: "\f346";
    }
        .fi-tr-circle-o:before {
    content: "\f347";
    }
        .fi-tr-circle-p:before {
    content: "\f348";
    }
        .fi-tr-circle-phone-flip:before {
    content: "\f349";
    }
        .fi-tr-circle-phone-hangup:before {
    content: "\f34a";
    }
        .fi-tr-circle-phone:before {
    content: "\f34b";
    }
        .fi-tr-circle-q:before {
    content: "\f34c";
    }
        .fi-tr-circle-quarters-alt:before {
    content: "\f34d";
    }
        .fi-tr-circle-quarters:before {
    content: "\f34e";
    }
        .fi-tr-circle-r:before {
    content: "\f34f";
    }
        .fi-tr-circle-s:before {
    content: "\f350";
    }
        .fi-tr-circle-small:before {
    content: "\f351";
    }
        .fi-tr-circle-star:before {
    content: "\f352";
    }
        .fi-tr-circle-t:before {
    content: "\f353";
    }
        .fi-tr-circle-three-quarters:before {
    content: "\f354";
    }
        .fi-tr-circle-trash:before {
    content: "\f355";
    }
        .fi-tr-circle-u:before {
    content: "\f356";
    }
        .fi-tr-circle-user:before {
    content: "\f357";
    }
        .fi-tr-circle-v:before {
    content: "\f358";
    }
        .fi-tr-circle-video:before {
    content: "\f359";
    }
        .fi-tr-circle-w:before {
    content: "\f35a";
    }
        .fi-tr-circle-waveform-lines:before {
    content: "\f35b";
    }
        .fi-tr-circle-x:before {
    content: "\f35c";
    }
        .fi-tr-circle-xmark:before {
    content: "\f35d";
    }
        .fi-tr-circle-y:before {
    content: "\f35e";
    }
        .fi-tr-circle-z:before {
    content: "\f35f";
    }
        .fi-tr-circle:before {
    content: "\f360";
    }
        .fi-tr-citrus-slice:before {
    content: "\f361";
    }
        .fi-tr-citrus:before {
    content: "\f362";
    }
        .fi-tr-city:before {
    content: "\f363";
    }
        .fi-tr-clapperboard-play:before {
    content: "\f364";
    }
        .fi-tr-clapperboard:before {
    content: "\f365";
    }
        .fi-tr-clarinet:before {
    content: "\f366";
    }
        .fi-tr-claw-marks:before {
    content: "\f367";
    }
        .fi-tr-clear-alt:before {
    content: "\f368";
    }
        .fi-tr-clipboard-check:before {
    content: "\f369";
    }
        .fi-tr-clipboard-list-check:before {
    content: "\f36a";
    }
        .fi-tr-clipboard-list:before {
    content: "\f36b";
    }
        .fi-tr-clipboard-prescription:before {
    content: "\f36c";
    }
        .fi-tr-clipboard-user:before {
    content: "\f36d";
    }
        .fi-tr-clipboard:before {
    content: "\f36e";
    }
        .fi-tr-clock-desk:before {
    content: "\f36f";
    }
        .fi-tr-clock-eight-thirty:before {
    content: "\f370";
    }
        .fi-tr-clock-eleven-thirty:before {
    content: "\f371";
    }
        .fi-tr-clock-eleven:before {
    content: "\f372";
    }
        .fi-tr-clock-five-thirty:before {
    content: "\f373";
    }
        .fi-tr-clock-five:before {
    content: "\f374";
    }
        .fi-tr-clock-four-thirty:before {
    content: "\f375";
    }
        .fi-tr-clock-nine-thirty:before {
    content: "\f376";
    }
        .fi-tr-clock-nine:before {
    content: "\f377";
    }
        .fi-tr-clock-one-thirty:before {
    content: "\f378";
    }
        .fi-tr-clock-one:before {
    content: "\f379";
    }
        .fi-tr-clock-seven-thirty:before {
    content: "\f37a";
    }
        .fi-tr-clock-seven:before {
    content: "\f37b";
    }
        .fi-tr-clock-six-thirty:before {
    content: "\f37c";
    }
        .fi-tr-clock-six:before {
    content: "\f37d";
    }
        .fi-tr-clock-ten-thirty:before {
    content: "\f37e";
    }
        .fi-tr-clock-ten:before {
    content: "\f37f";
    }
        .fi-tr-clock-three-thirty:before {
    content: "\f380";
    }
        .fi-tr-clock-three:before {
    content: "\f381";
    }
        .fi-tr-clock-twelve-thirty:before {
    content: "\f382";
    }
        .fi-tr-clock-twelve:before {
    content: "\f383";
    }
        .fi-tr-clock-two-thirty:before {
    content: "\f384";
    }
        .fi-tr-clock-two:before {
    content: "\f385";
    }
        .fi-tr-clone:before {
    content: "\f386";
    }
        .fi-tr-closed-captioning-slash:before {
    content: "\f387";
    }
        .fi-tr-clothes-hanger:before {
    content: "\f388";
    }
        .fi-tr-cloud-code:before {
    content: "\f389";
    }
        .fi-tr-cloud-download-alt:before {
    content: "\f38a";
    }
        .fi-tr-cloud-drizzle:before {
    content: "\f38b";
    }
        .fi-tr-cloud-exclamation:before {
    content: "\f38c";
    }
        .fi-tr-cloud-hail-mixed:before {
    content: "\f38d";
    }
        .fi-tr-cloud-hail:before {
    content: "\f38e";
    }
        .fi-tr-cloud-meatball:before {
    content: "\f38f";
    }
        .fi-tr-cloud-moon-rain:before {
    content: "\f390";
    }
        .fi-tr-cloud-moon:before {
    content: "\f391";
    }
        .fi-tr-cloud-question:before {
    content: "\f392";
    }
        .fi-tr-cloud-rain:before {
    content: "\f393";
    }
        .fi-tr-cloud-rainbow:before {
    content: "\f394";
    }
        .fi-tr-cloud-showers-heavy:before {
    content: "\f395";
    }
        .fi-tr-cloud-showers:before {
    content: "\f396";
    }
        .fi-tr-cloud-sleet:before {
    content: "\f397";
    }
        .fi-tr-cloud-snow:before {
    content: "\f398";
    }
        .fi-tr-cloud-sun-rain:before {
    content: "\f399";
    }
        .fi-tr-cloud-sun:before {
    content: "\f39a";
    }
        .fi-tr-cloud-upload-alt:before {
    content: "\f39b";
    }
        .fi-tr-clouds-moon:before {
    content: "\f39c";
    }
        .fi-tr-clouds-sun:before {
    content: "\f39d";
    }
        .fi-tr-clouds:before {
    content: "\f39e";
    }
        .fi-tr-clover-alt:before {
    content: "\f39f";
    }
        .fi-tr-club:before {
    content: "\f3a0";
    }
        .fi-tr-coconut:before {
    content: "\f3a1";
    }
        .fi-tr-code-branch:before {
    content: "\f3a2";
    }
        .fi-tr-code-commit:before {
    content: "\f3a3";
    }
        .fi-tr-code-compare:before {
    content: "\f3a4";
    }
        .fi-tr-code-fork:before {
    content: "\f3a5";
    }
        .fi-tr-code-merge:before {
    content: "\f3a6";
    }
        .fi-tr-code-pull-request-closed:before {
    content: "\f3a7";
    }
        .fi-tr-code-pull-request-draft:before {
    content: "\f3a8";
    }
        .fi-tr-code-pull-request:before {
    content: "\f3a9";
    }
        .fi-tr-code-simple:before {
    content: "\f3aa";
    }
        .fi-tr-coffee-bean:before {
    content: "\f3ab";
    }
        .fi-tr-coffee-beans:before {
    content: "\f3ac";
    }
        .fi-tr-coffee-pot:before {
    content: "\f3ad";
    }
        .fi-tr-coffin-cross:before {
    content: "\f3ae";
    }
        .fi-tr-coffin:before {
    content: "\f3af";
    }
        .fi-tr-coin-up-arrow:before {
    content: "\f3b0";
    }
        .fi-tr-coin:before {
    content: "\f3b1";
    }
        .fi-tr-coins:before {
    content: "\f3b2";
    }
        .fi-tr-colon-sign:before {
    content: "\f3b3";
    }
        .fi-tr-columns-3:before {
    content: "\f3b4";
    }
        .fi-tr-comet:before {
    content: "\f3b5";
    }
        .fi-tr-command:before {
    content: "\f3b6";
    }
        .fi-tr-comment-alt-check:before {
    content: "\f3b7";
    }
        .fi-tr-comment-alt-dots:before {
    content: "\f3b8";
    }
        .fi-tr-comment-alt-edit:before {
    content: "\f3b9";
    }
        .fi-tr-comment-alt-medical:before {
    content: "\f3ba";
    }
        .fi-tr-comment-alt-middle-top:before {
    content: "\f3bb";
    }
        .fi-tr-comment-alt-middle:before {
    content: "\f3bc";
    }
        .fi-tr-comment-alt-minus:before {
    content: "\f3bd";
    }
        .fi-tr-comment-alt-music:before {
    content: "\f3be";
    }
        .fi-tr-comment-arrow-down:before {
    content: "\f3bf";
    }
        .fi-tr-comment-arrow-up-right:before {
    content: "\f3c0";
    }
        .fi-tr-comment-arrow-up:before {
    content: "\f3c1";
    }
        .fi-tr-comment-check:before {
    content: "\f3c2";
    }
        .fi-tr-comment-code:before {
    content: "\f3c3";
    }
        .fi-tr-comment-dollar:before {
    content: "\f3c4";
    }
        .fi-tr-comment-dots:before {
    content: "\f3c5";
    }
        .fi-tr-comment-exclamation:before {
    content: "\f3c6";
    }
        .fi-tr-comment-heart:before {
    content: "\f3c7";
    }
        .fi-tr-comment-image:before {
    content: "\f3c8";
    }
        .fi-tr-comment-info:before {
    content: "\f3c9";
    }
        .fi-tr-comment-medical:before {
    content: "\f3ca";
    }
        .fi-tr-comment-minus:before {
    content: "\f3cb";
    }
        .fi-tr-comment-pen:before {
    content: "\f3cc";
    }
        .fi-tr-comment-question:before {
    content: "\f3cd";
    }
        .fi-tr-comment-quote:before {
    content: "\f3ce";
    }
        .fi-tr-comment-slash:before {
    content: "\f3cf";
    }
        .fi-tr-comment-smile:before {
    content: "\f3d0";
    }
        .fi-tr-comment-sms:before {
    content: "\f3d1";
    }
        .fi-tr-comment-text:before {
    content: "\f3d2";
    }
        .fi-tr-comment-user:before {
    content: "\f3d3";
    }
        .fi-tr-comment-xmark:before {
    content: "\f3d4";
    }
        .fi-tr-comments-dollar:before {
    content: "\f3d5";
    }
        .fi-tr-comments-question-check:before {
    content: "\f3d6";
    }
        .fi-tr-comments-question:before {
    content: "\f3d7";
    }
        .fi-tr-comments:before {
    content: "\f3d8";
    }
        .fi-tr-compass-slash:before {
    content: "\f3d9";
    }
        .fi-tr-completed:before {
    content: "\f3da";
    }
        .fi-tr-compliance-clipboard:before {
    content: "\f3db";
    }
        .fi-tr-compliance-document:before {
    content: "\f3dc";
    }
        .fi-tr-compliance:before {
    content: "\f3dd";
    }
        .fi-tr-compress-alt:before {
    content: "\f3de";
    }
        .fi-tr-computer-classic:before {
    content: "\f3df";
    }
        .fi-tr-computer-mouse:before {
    content: "\f3e0";
    }
        .fi-tr-computer-speaker:before {
    content: "\f3e1";
    }
        .fi-tr-concierge-bell:before {
    content: "\f3e2";
    }
        .fi-tr-constellation:before {
    content: "\f3e3";
    }
        .fi-tr-container-storage:before {
    content: "\f3e4";
    }
        .fi-tr-conveyor-belt-alt:before {
    content: "\f3e5";
    }
        .fi-tr-conveyor-belt-empty:before {
    content: "\f3e6";
    }
        .fi-tr-conveyor-belt:before {
    content: "\f3e7";
    }
        .fi-tr-cookie-alt:before {
    content: "\f3e8";
    }
        .fi-tr-copy-image:before {
    content: "\f3e9";
    }
        .fi-tr-corn:before {
    content: "\f3ea";
    }
        .fi-tr-couch:before {
    content: "\f3eb";
    }
        .fi-tr-cow-alt:before {
    content: "\f3ec";
    }
        .fi-tr-cow:before {
    content: "\f3ed";
    }
        .fi-tr-cowbell-circle-plus:before {
    content: "\f3ee";
    }
        .fi-tr-cowbell-more:before {
    content: "\f3ef";
    }
        .fi-tr-cowbell:before {
    content: "\f3f0";
    }
        .fi-tr-crab:before {
    content: "\f3f1";
    }
        .fi-tr-crate-empty:before {
    content: "\f3f2";
    }
        .fi-tr-cricket:before {
    content: "\f3f3";
    }
        .fi-tr-cross-religion:before {
    content: "\f3f4";
    }
        .fi-tr-crow:before {
    content: "\f3f5";
    }
        .fi-tr-crutch:before {
    content: "\f3f6";
    }
        .fi-tr-crutches:before {
    content: "\f3f7";
    }
        .fi-tr-cruzeiro-sign:before {
    content: "\f3f8";
    }
        .fi-tr-crystal-ball:before {
    content: "\f3f9";
    }
        .fi-tr-cubes-stacked:before {
    content: "\f3fa";
    }
        .fi-tr-cubes:before {
    content: "\f3fb";
    }
        .fi-tr-cucumber:before {
    content: "\f3fc";
    }
        .fi-tr-cup-straw-swoosh:before {
    content: "\f3fd";
    }
        .fi-tr-cup-straw:before {
    content: "\f3fe";
    }
        .fi-tr-cup-togo:before {
    content: "\f3ff";
    }
        .fi-tr-cupcake-alt:before {
    content: "\f400";
    }
        .fi-tr-curling:before {
    content: "\f401";
    }
        .fi-tr-custard:before {
    content: "\f402";
    }
        .fi-tr-customer-care:before {
    content: "\f403";
    }
        .fi-tr-customer-service:before {
    content: "\f404";
    }
        .fi-tr-d:before {
    content: "\f405";
    }
        .fi-tr-dagger:before {
    content: "\f406";
    }
        .fi-tr-deer-rudolph:before {
    content: "\f407";
    }
        .fi-tr-deer:before {
    content: "\f408";
    }
        .fi-tr-delete-right:before {
    content: "\f409";
    }
        .fi-tr-democrat:before {
    content: "\f40a";
    }
        .fi-tr-deposit-alt:before {
    content: "\f40b";
    }
        .fi-tr-deposit:before {
    content: "\f40c";
    }
        .fi-tr-description-alt:before {
    content: "\f40d";
    }
        .fi-tr-description:before {
    content: "\f40e";
    }
        .fi-tr-desktop-arrow-down:before {
    content: "\f40f";
    }
        .fi-tr-desktop-wallpaper:before {
    content: "\f410";
    }
        .fi-tr-devices:before {
    content: "\f411";
    }
        .fi-tr-dewpoint:before {
    content: "\f412";
    }
        .fi-tr-dharmachakra:before {
    content: "\f413";
    }
        .fi-tr-diagram-cells:before {
    content: "\f414";
    }
        .fi-tr-diagram-lean-canvas:before {
    content: "\f415";
    }
        .fi-tr-diagram-nested:before {
    content: "\f416";
    }
        .fi-tr-diagram-next:before {
    content: "\f417";
    }
        .fi-tr-diagram-predecessor:before {
    content: "\f418";
    }
        .fi-tr-diagram-previous:before {
    content: "\f419";
    }
        .fi-tr-diagram-project:before {
    content: "\f41a";
    }
        .fi-tr-diagram-sankey:before {
    content: "\f41b";
    }
        .fi-tr-diagram-subtask:before {
    content: "\f41c";
    }
        .fi-tr-diagram-successor:before {
    content: "\f41d";
    }
        .fi-tr-diagram-venn:before {
    content: "\f41e";
    }
        .fi-tr-dial-high:before {
    content: "\f41f";
    }
        .fi-tr-dial-low:before {
    content: "\f420";
    }
        .fi-tr-dial-max:before {
    content: "\f421";
    }
        .fi-tr-dial-med-low:before {
    content: "\f422";
    }
        .fi-tr-dial-med:before {
    content: "\f423";
    }
        .fi-tr-dial-min:before {
    content: "\f424";
    }
        .fi-tr-dial-off:before {
    content: "\f425";
    }
        .fi-tr-dial:before {
    content: "\f426";
    }
        .fi-tr-diamond-exclamation:before {
    content: "\f427";
    }
        .fi-tr-diamond-turn-right:before {
    content: "\f428";
    }
        .fi-tr-diary-bookmark-down:before {
    content: "\f429";
    }
        .fi-tr-diary-bookmarks:before {
    content: "\f42a";
    }
        .fi-tr-diary-clasp:before {
    content: "\f42b";
    }
        .fi-tr-dice-alt:before {
    content: "\f42c";
    }
        .fi-tr-dice-d10:before {
    content: "\f42d";
    }
        .fi-tr-dice-d12:before {
    content: "\f42e";
    }
        .fi-tr-dice-d20:before {
    content: "\f42f";
    }
        .fi-tr-dice-d4:before {
    content: "\f430";
    }
        .fi-tr-dice-d6:before {
    content: "\f431";
    }
        .fi-tr-dice-d8:before {
    content: "\f432";
    }
        .fi-tr-dice-four:before {
    content: "\f433";
    }
        .fi-tr-dice-one:before {
    content: "\f434";
    }
        .fi-tr-dice-six:before {
    content: "\f435";
    }
        .fi-tr-dice-three:before {
    content: "\f436";
    }
        .fi-tr-dice-two:before {
    content: "\f437";
    }
        .fi-tr-digging:before {
    content: "\f438";
    }
        .fi-tr-digital-tachograph:before {
    content: "\f439";
    }
        .fi-tr-disc-drive:before {
    content: "\f43a";
    }
        .fi-tr-discover:before {
    content: "\f43b";
    }
        .fi-tr-disease:before {
    content: "\f43c";
    }
        .fi-tr-display-arrow-down:before {
    content: "\f43d";
    }
        .fi-tr-display-code:before {
    content: "\f43e";
    }
        .fi-tr-display-medical:before {
    content: "\f43f";
    }
        .fi-tr-display-slash:before {
    content: "\f440";
    }
        .fi-tr-distribute-spacing-horizontal:before {
    content: "\f441";
    }
        .fi-tr-distribute-spacing-vertical:before {
    content: "\f442";
    }
        .fi-tr-dizzy:before {
    content: "\f443";
    }
        .fi-tr-dna:before {
    content: "\f444";
    }
        .fi-tr-do-not-enter:before {
    content: "\f445";
    }
        .fi-tr-dog:before {
    content: "\f446";
    }
        .fi-tr-dolly-flatbed-alt:before {
    content: "\f447";
    }
        .fi-tr-dolly-flatbed-empty:before {
    content: "\f448";
    }
        .fi-tr-dolly-flatbed:before {
    content: "\f449";
    }
        .fi-tr-dolphin:before {
    content: "\f44a";
    }
        .fi-tr-donate:before {
    content: "\f44b";
    }
        .fi-tr-dong-sign:before {
    content: "\f44c";
    }
        .fi-tr-donut:before {
    content: "\f44d";
    }
        .fi-tr-door-closed:before {
    content: "\f44e";
    }
        .fi-tr-door-open:before {
    content: "\f44f";
    }
        .fi-tr-dot-circle:before {
    content: "\f450";
    }
        .fi-tr-dove:before {
    content: "\f451";
    }
        .fi-tr-down-left:before {
    content: "\f452";
    }
        .fi-tr-down-right:before {
    content: "\f453";
    }
        .fi-tr-down-to-line:before {
    content: "\f454";
    }
        .fi-tr-down:before {
    content: "\f455";
    }
        .fi-tr-drafting-compass:before {
    content: "\f456";
    }
        .fi-tr-dragon:before {
    content: "\f457";
    }
        .fi-tr-draw-polygon:before {
    content: "\f458";
    }
        .fi-tr-draw-square:before {
    content: "\f459";
    }
        .fi-tr-dreidel:before {
    content: "\f45a";
    }
        .fi-tr-drink:before {
    content: "\f45b";
    }
        .fi-tr-driver-man:before {
    content: "\f45c";
    }
        .fi-tr-driver-woman:before {
    content: "\f45d";
    }
        .fi-tr-drone-alt:before {
    content: "\f45e";
    }
        .fi-tr-drone-front:before {
    content: "\f45f";
    }
        .fi-tr-drone:before {
    content: "\f460";
    }
        .fi-tr-drop-down:before {
    content: "\f461";
    }
        .fi-tr-drum-steelpan:before {
    content: "\f462";
    }
        .fi-tr-drum:before {
    content: "\f463";
    }
        .fi-tr-drumstick-bite:before {
    content: "\f464";
    }
        .fi-tr-dryer-alt:before {
    content: "\f465";
    }
        .fi-tr-dryer:before {
    content: "\f466";
    }
        .fi-tr-duck:before {
    content: "\f467";
    }
        .fi-tr-dumpster-fire:before {
    content: "\f468";
    }
        .fi-tr-dumpster:before {
    content: "\f469";
    }
        .fi-tr-dungeon:before {
    content: "\f46a";
    }
        .fi-tr-e:before {
    content: "\f46b";
    }
        .fi-tr-ear-deaf:before {
    content: "\f46c";
    }
        .fi-tr-ear-muffs:before {
    content: "\f46d";
    }
        .fi-tr-ear:before {
    content: "\f46e";
    }
        .fi-tr-earth-africa:before {
    content: "\f46f";
    }
        .fi-tr-earth-americas:before {
    content: "\f470";
    }
        .fi-tr-earth-asia:before {
    content: "\f471";
    }
        .fi-tr-earth-europa:before {
    content: "\f472";
    }
        .fi-tr-eclipse-alt:before {
    content: "\f473";
    }
        .fi-tr-eclipse:before {
    content: "\f474";
    }
        .fi-tr-egg-fried:before {
    content: "\f475";
    }
        .fi-tr-egg:before {
    content: "\f476";
    }
        .fi-tr-eject:before {
    content: "\f477";
    }
        .fi-tr-elephant:before {
    content: "\f478";
    }
        .fi-tr-elevator:before {
    content: "\f479";
    }
        .fi-tr-employee-alt:before {
    content: "\f47a";
    }
        .fi-tr-employee-man-alt:before {
    content: "\f47b";
    }
        .fi-tr-employee-man:before {
    content: "\f47c";
    }
        .fi-tr-engine-warning:before {
    content: "\f47d";
    }
        .fi-tr-engine:before {
    content: "\f47e";
    }
        .fi-tr-envelope-ban:before {
    content: "\f47f";
    }
        .fi-tr-envelope-bulk:before {
    content: "\f480";
    }
        .fi-tr-envelope-dot:before {
    content: "\f481";
    }
        .fi-tr-envelope-download:before {
    content: "\f482";
    }
        .fi-tr-envelope-marker:before {
    content: "\f483";
    }
        .fi-tr-envelope-open-dollar:before {
    content: "\f484";
    }
        .fi-tr-envelope-open-text:before {
    content: "\f485";
    }
        .fi-tr-envelope-open:before {
    content: "\f486";
    }
        .fi-tr-envelope-plus:before {
    content: "\f487";
    }
        .fi-tr-envelopes:before {
    content: "\f488";
    }
        .fi-tr-equality:before {
    content: "\f489";
    }
        .fi-tr-eraser:before {
    content: "\f48a";
    }
        .fi-tr-escalator:before {
    content: "\f48b";
    }
        .fi-tr-ethernet:before {
    content: "\f48c";
    }
        .fi-tr-exchange-alt:before {
    content: "\f48d";
    }
        .fi-tr-exchange:before {
    content: "\f48e";
    }
        .fi-tr-exit-alt:before {
    content: "\f48f";
    }
        .fi-tr-expand-arrows-alt:before {
    content: "\f490";
    }
        .fi-tr-expand-arrows:before {
    content: "\f491";
    }
        .fi-tr-external-hard-drive:before {
    content: "\f492";
    }
        .fi-tr-external-world:before {
    content: "\f493";
    }
        .fi-tr-eye-dropper-half:before {
    content: "\f494";
    }
        .fi-tr-eyes:before {
    content: "\f495";
    }
        .fi-tr-f:before {
    content: "\f496";
    }
        .fi-tr-face-angry-horns:before {
    content: "\f497";
    }
        .fi-tr-face-anguished:before {
    content: "\f498";
    }
        .fi-tr-face-anxious-sweat:before {
    content: "\f499";
    }
        .fi-tr-face-astonished:before {
    content: "\f49a";
    }
        .fi-tr-face-awesome:before {
    content: "\f49b";
    }
        .fi-tr-face-beam-hand-over-mouth:before {
    content: "\f49c";
    }
        .fi-tr-face-confounded:before {
    content: "\f49d";
    }
        .fi-tr-face-confused:before {
    content: "\f49e";
    }
        .fi-tr-face-cowboy-hat:before {
    content: "\f49f";
    }
        .fi-tr-face-disappointed:before {
    content: "\f4a0";
    }
        .fi-tr-face-disguise:before {
    content: "\f4a1";
    }
        .fi-tr-face-downcast-sweat:before {
    content: "\f4a2";
    }
        .fi-tr-face-drooling:before {
    content: "\f4a3";
    }
        .fi-tr-face-explode:before {
    content: "\f4a4";
    }
        .fi-tr-face-expressionless:before {
    content: "\f4a5";
    }
        .fi-tr-face-eyes-xmarks:before {
    content: "\f4a6";
    }
        .fi-tr-face-fearful:before {
    content: "\f4a7";
    }
        .fi-tr-face-glasses:before {
    content: "\f4a8";
    }
        .fi-tr-face-grin-tongue-wink:before {
    content: "\f4a9";
    }
        .fi-tr-face-hand-yawn:before {
    content: "\f4aa";
    }
        .fi-tr-face-head-bandage:before {
    content: "\f4ab";
    }
        .fi-tr-face-hushed:before {
    content: "\f4ac";
    }
        .fi-tr-face-icicles:before {
    content: "\f4ad";
    }
        .fi-tr-face-lying:before {
    content: "\f4ae";
    }
        .fi-tr-face-mask:before {
    content: "\f4af";
    }
        .fi-tr-face-monocle:before {
    content: "\f4b0";
    }
        .fi-tr-face-nauseated:before {
    content: "\f4b1";
    }
        .fi-tr-face-nose-steam:before {
    content: "\f4b2";
    }
        .fi-tr-face-party:before {
    content: "\f4b3";
    }
        .fi-tr-face-pensive:before {
    content: "\f4b4";
    }
        .fi-tr-face-persevering:before {
    content: "\f4b5";
    }
        .fi-tr-face-pleading:before {
    content: "\f4b6";
    }
        .fi-tr-face-raised-eyebrow:before {
    content: "\f4b7";
    }
        .fi-tr-face-relieved:before {
    content: "\f4b8";
    }
        .fi-tr-face-sad-sweat:before {
    content: "\f4b9";
    }
        .fi-tr-face-scream:before {
    content: "\f4ba";
    }
        .fi-tr-face-shush:before {
    content: "\f4bb";
    }
        .fi-tr-face-sleeping:before {
    content: "\f4bc";
    }
        .fi-tr-face-sleepy:before {
    content: "\f4bd";
    }
        .fi-tr-face-smile-halo:before {
    content: "\f4be";
    }
        .fi-tr-face-smile-hearts:before {
    content: "\f4bf";
    }
        .fi-tr-face-smile-horns:before {
    content: "\f4c0";
    }
        .fi-tr-face-smile-tear:before {
    content: "\f4c1";
    }
        .fi-tr-face-smile-tongue:before {
    content: "\f4c2";
    }
        .fi-tr-face-smile-upside-down:before {
    content: "\f4c3";
    }
        .fi-tr-face-smiling-hands:before {
    content: "\f4c4";
    }
        .fi-tr-face-smirking:before {
    content: "\f4c5";
    }
        .fi-tr-face-sunglasses:before {
    content: "\f4c6";
    }
        .fi-tr-face-swear:before {
    content: "\f4c7";
    }
        .fi-tr-face-thermometer:before {
    content: "\f4c8";
    }
        .fi-tr-face-thinking:before {
    content: "\f4c9";
    }
        .fi-tr-face-tissue:before {
    content: "\f4ca";
    }
        .fi-tr-face-tongue-money:before {
    content: "\f4cb";
    }
        .fi-tr-face-tongue-sweat:before {
    content: "\f4cc";
    }
        .fi-tr-face-unamused:before {
    content: "\f4cd";
    }
        .fi-tr-face-viewfinder:before {
    content: "\f4ce";
    }
        .fi-tr-face-vomit:before {
    content: "\f4cf";
    }
        .fi-tr-face-weary:before {
    content: "\f4d0";
    }
        .fi-tr-face-woozy:before {
    content: "\f4d1";
    }
        .fi-tr-face-worried:before {
    content: "\f4d2";
    }
        .fi-tr-face-zany:before {
    content: "\f4d3";
    }
        .fi-tr-face-zipper:before {
    content: "\f4d4";
    }
        .fi-tr-falafel:before {
    content: "\f4d5";
    }
        .fi-tr-family-dress:before {
    content: "\f4d6";
    }
        .fi-tr-family-pants:before {
    content: "\f4d7";
    }
        .fi-tr-family:before {
    content: "\f4d8";
    }
        .fi-tr-fan-table:before {
    content: "\f4d9";
    }
        .fi-tr-fan:before {
    content: "\f4da";
    }
        .fi-tr-farm:before {
    content: "\f4db";
    }
        .fi-tr-faucet-drip:before {
    content: "\f4dc";
    }
        .fi-tr-faucet:before {
    content: "\f4dd";
    }
        .fi-tr-fax:before {
    content: "\f4de";
    }
        .fi-tr-feather-pointed:before {
    content: "\f4df";
    }
        .fi-tr-features-alt:before {
    content: "\f4e0";
    }
        .fi-tr-features:before {
    content: "\f4e1";
    }
        .fi-tr-feedback-alt:before {
    content: "\f4e2";
    }
        .fi-tr-feedback-hand:before {
    content: "\f4e3";
    }
        .fi-tr-feedback-review:before {
    content: "\f4e4";
    }
        .fi-tr-feedback:before {
    content: "\f4e5";
    }
        .fi-tr-fence:before {
    content: "\f4e6";
    }
        .fi-tr-field-hockey:before {
    content: "\f4e7";
    }
        .fi-tr-fighter-jet:before {
    content: "\f4e8";
    }
        .fi-tr-file-audio:before {
    content: "\f4e9";
    }
        .fi-tr-file-binary:before {
    content: "\f4ea";
    }
        .fi-tr-file-chart-line:before {
    content: "\f4eb";
    }
        .fi-tr-file-chart-pie:before {
    content: "\f4ec";
    }
        .fi-tr-file-circle-info:before {
    content: "\f4ed";
    }
        .fi-tr-file-code:before {
    content: "\f4ee";
    }
        .fi-tr-file-csv:before {
    content: "\f4ef";
    }
        .fi-tr-file-download:before {
    content: "\f4f0";
    }
        .fi-tr-file-edit:before {
    content: "\f4f1";
    }
        .fi-tr-file-excel:before {
    content: "\f4f2";
    }
        .fi-tr-file-exclamation:before {
    content: "\f4f3";
    }
        .fi-tr-file-export:before {
    content: "\f4f4";
    }
        .fi-tr-file-image:before {
    content: "\f4f5";
    }
        .fi-tr-file-import:before {
    content: "\f4f6";
    }
        .fi-tr-file-invoice-dollar:before {
    content: "\f4f7";
    }
        .fi-tr-file-invoice:before {
    content: "\f4f8";
    }
        .fi-tr-file-medical-alt:before {
    content: "\f4f9";
    }
        .fi-tr-file-medical:before {
    content: "\f4fa";
    }
        .fi-tr-file-minus:before {
    content: "\f4fb";
    }
        .fi-tr-file-pdf:before {
    content: "\f4fc";
    }
        .fi-tr-file-powerpoint:before {
    content: "\f4fd";
    }
        .fi-tr-file-prescription:before {
    content: "\f4fe";
    }
        .fi-tr-file-signature:before {
    content: "\f4ff";
    }
        .fi-tr-file-spreadsheet:before {
    content: "\f500";
    }
        .fi-tr-file-upload:before {
    content: "\f501";
    }
        .fi-tr-file-user:before {
    content: "\f502";
    }
        .fi-tr-file-video:before {
    content: "\f503";
    }
        .fi-tr-file-word:before {
    content: "\f504";
    }
        .fi-tr-file-zipper:before {
    content: "\f505";
    }
        .fi-tr-files-medical:before {
    content: "\f506";
    }
        .fi-tr-film-canister:before {
    content: "\f507";
    }
        .fi-tr-film-slash:before {
    content: "\f508";
    }
        .fi-tr-films:before {
    content: "\f509";
    }
        .fi-tr-filter-slash:before {
    content: "\f50a";
    }
        .fi-tr-filters:before {
    content: "\f50b";
    }
        .fi-tr-fire-burner:before {
    content: "\f50c";
    }
        .fi-tr-fire-extinguisher:before {
    content: "\f50d";
    }
        .fi-tr-fire-flame-curved:before {
    content: "\f50e";
    }
        .fi-tr-fire-flame-simple:before {
    content: "\f50f";
    }
        .fi-tr-fire-hydrant:before {
    content: "\f510";
    }
        .fi-tr-fire-smoke:before {
    content: "\f511";
    }
        .fi-tr-fireplace:before {
    content: "\f512";
    }
        .fi-tr-first-award:before {
    content: "\f513";
    }
        .fi-tr-first-laurel:before {
    content: "\f514";
    }
        .fi-tr-first-medal:before {
    content: "\f515";
    }
        .fi-tr-first:before {
    content: "\f516";
    }
        .fi-tr-fish-bones:before {
    content: "\f517";
    }
        .fi-tr-fish-cooked:before {
    content: "\f518";
    }
        .fi-tr-fishing-rod:before {
    content: "\f519";
    }
        .fi-tr-flag-alt:before {
    content: "\f51a";
    }
        .fi-tr-flag-checkered:before {
    content: "\f51b";
    }
        .fi-tr-flag-usa:before {
    content: "\f51c";
    }
        .fi-tr-flashlight:before {
    content: "\f51d";
    }
        .fi-tr-flask-poison:before {
    content: "\f51e";
    }
        .fi-tr-flask-potion:before {
    content: "\f51f";
    }
        .fi-tr-flask:before {
    content: "\f520";
    }
        .fi-tr-flatbread-stuffed:before {
    content: "\f521";
    }
        .fi-tr-flatbread:before {
    content: "\f522";
    }
        .fi-tr-floppy-disk-circle-arrow-right:before {
    content: "\f523";
    }
        .fi-tr-floppy-disk-circle-xmark:before {
    content: "\f524";
    }
        .fi-tr-floppy-disk-pen:before {
    content: "\f525";
    }
        .fi-tr-floppy-disks:before {
    content: "\f526";
    }
        .fi-tr-florin-sign:before {
    content: "\f527";
    }
        .fi-tr-flower-daffodil:before {
    content: "\f528";
    }
        .fi-tr-flower-tulip:before {
    content: "\f529";
    }
        .fi-tr-flower:before {
    content: "\f52a";
    }
        .fi-tr-flushed:before {
    content: "\f52b";
    }
        .fi-tr-flute:before {
    content: "\f52c";
    }
        .fi-tr-flux-capacitor:before {
    content: "\f52d";
    }
        .fi-tr-fly-insect:before {
    content: "\f52e";
    }
        .fi-tr-flying-disc:before {
    content: "\f52f";
    }
        .fi-tr-fog:before {
    content: "\f530";
    }
        .fi-tr-folder-download:before {
    content: "\f531";
    }
        .fi-tr-folder-minus:before {
    content: "\f532";
    }
        .fi-tr-folder-open:before {
    content: "\f533";
    }
        .fi-tr-folder-times:before {
    content: "\f534";
    }
        .fi-tr-folder-tree:before {
    content: "\f535";
    }
        .fi-tr-folder-upload:before {
    content: "\f536";
    }
        .fi-tr-folder-xmark:before {
    content: "\f537";
    }
        .fi-tr-folders:before {
    content: "\f538";
    }
        .fi-tr-follow-folder:before {
    content: "\f539";
    }
        .fi-tr-followcollection:before {
    content: "\f53a";
    }
        .fi-tr-fondue-pot:before {
    content: "\f53b";
    }
        .fi-tr-fork:before {
    content: "\f53c";
    }
        .fi-tr-forklift:before {
    content: "\f53d";
    }
        .fi-tr-fort:before {
    content: "\f53e";
    }
        .fi-tr-forward-fast:before {
    content: "\f53f";
    }
        .fi-tr-fox:before {
    content: "\f540";
    }
        .fi-tr-frame:before {
    content: "\f541";
    }
        .fi-tr-franc-sign:before {
    content: "\f542";
    }
        .fi-tr-french-fries:before {
    content: "\f543";
    }
        .fi-tr-frog:before {
    content: "\f544";
    }
        .fi-tr-funnel-dollar:before {
    content: "\f545";
    }
        .fi-tr-g:before {
    content: "\f546";
    }
        .fi-tr-galaxy-alt:before {
    content: "\f547";
    }
        .fi-tr-galaxy-planet:before {
    content: "\f548";
    }
        .fi-tr-galaxy-star:before {
    content: "\f549";
    }
        .fi-tr-galaxy:before {
    content: "\f54a";
    }
        .fi-tr-gallery-thumbnails:before {
    content: "\f54b";
    }
        .fi-tr-game-board-alt:before {
    content: "\f54c";
    }
        .fi-tr-garage-car:before {
    content: "\f54d";
    }
        .fi-tr-garage-open:before {
    content: "\f54e";
    }
        .fi-tr-garage:before {
    content: "\f54f";
    }
        .fi-tr-garlic-alt:before {
    content: "\f550";
    }
        .fi-tr-garlic:before {
    content: "\f551";
    }
        .fi-tr-gas-pump-slash:before {
    content: "\f552";
    }
        .fi-tr-gas-pump:before {
    content: "\f553";
    }
        .fi-tr-gauge-circle-bolt:before {
    content: "\f554";
    }
        .fi-tr-gauge-circle-minus:before {
    content: "\f555";
    }
        .fi-tr-gauge-circle-plus:before {
    content: "\f556";
    }
        .fi-tr-gavel:before {
    content: "\f557";
    }
        .fi-tr-gears:before {
    content: "\f558";
    }
        .fi-tr-ghost:before {
    content: "\f559";
    }
        .fi-tr-gif-square:before {
    content: "\f55a";
    }
        .fi-tr-gift-card:before {
    content: "\f55b";
    }
        .fi-tr-gifts:before {
    content: "\f55c";
    }
        .fi-tr-gingerbread-man:before {
    content: "\f55d";
    }
        .fi-tr-glass-champagne:before {
    content: "\f55e";
    }
        .fi-tr-glass-citrus:before {
    content: "\f55f";
    }
        .fi-tr-glass-empty:before {
    content: "\f560";
    }
        .fi-tr-glass-half:before {
    content: "\f561";
    }
        .fi-tr-glass-water-droplet:before {
    content: "\f562";
    }
        .fi-tr-glass-whiskey-rocks:before {
    content: "\f563";
    }
        .fi-tr-glass-whiskey:before {
    content: "\f564";
    }
        .fi-tr-glass:before {
    content: "\f565";
    }
        .fi-tr-globe-snow:before {
    content: "\f566";
    }
        .fi-tr-goal-net:before {
    content: "\f567";
    }
        .fi-tr-golf-ball:before {
    content: "\f568";
    }
        .fi-tr-golf-club:before {
    content: "\f569";
    }
        .fi-tr-government-flag:before {
    content: "\f56a";
    }
        .fi-tr-government-user:before {
    content: "\f56b";
    }
        .fi-tr-gramophone:before {
    content: "\f56c";
    }
        .fi-tr-grape:before {
    content: "\f56d";
    }
        .fi-tr-graphic-style:before {
    content: "\f56e";
    }
        .fi-tr-grate-droplet:before {
    content: "\f56f";
    }
        .fi-tr-grate:before {
    content: "\f570";
    }
        .fi-tr-grid-dividers:before {
    content: "\f571";
    }
        .fi-tr-grill-hot-alt:before {
    content: "\f572";
    }
        .fi-tr-grill:before {
    content: "\f573";
    }
        .fi-tr-grimace:before {
    content: "\f574";
    }
        .fi-tr-grin-alt:before {
    content: "\f575";
    }
        .fi-tr-grin-beam-sweat:before {
    content: "\f576";
    }
        .fi-tr-grin-beam:before {
    content: "\f577";
    }
        .fi-tr-grin-hearts:before {
    content: "\f578";
    }
        .fi-tr-grin-squint-tears:before {
    content: "\f579";
    }
        .fi-tr-grin-squint:before {
    content: "\f57a";
    }
        .fi-tr-grin-stars:before {
    content: "\f57b";
    }
        .fi-tr-grin-tears:before {
    content: "\f57c";
    }
        .fi-tr-grin-tongue-squint:before {
    content: "\f57d";
    }
        .fi-tr-grin-tongue-wink:before {
    content: "\f57e";
    }
        .fi-tr-grin-tongue:before {
    content: "\f57f";
    }
        .fi-tr-grin-wink:before {
    content: "\f580";
    }
        .fi-tr-grin:before {
    content: "\f581";
    }
        .fi-tr-grip-dots-vertical:before {
    content: "\f582";
    }
        .fi-tr-grip-dots:before {
    content: "\f583";
    }
        .fi-tr-grip-horizontal:before {
    content: "\f584";
    }
        .fi-tr-grip-lines-vertical:before {
    content: "\f585";
    }
        .fi-tr-grip-lines:before {
    content: "\f586";
    }
        .fi-tr-grip-vertical:before {
    content: "\f587";
    }
        .fi-tr-guarani-sign:before {
    content: "\f588";
    }
        .fi-tr-guide:before {
    content: "\f589";
    }
        .fi-tr-guitar-electric:before {
    content: "\f58a";
    }
        .fi-tr-guitars:before {
    content: "\f58b";
    }
        .fi-tr-gun-squirt:before {
    content: "\f58c";
    }
        .fi-tr-h-square:before {
    content: "\f58d";
    }
        .fi-tr-h:before {
    content: "\f58e";
    }
        .fi-tr-h1:before {
    content: "\f58f";
    }
        .fi-tr-h2:before {
    content: "\f590";
    }
        .fi-tr-h3:before {
    content: "\f591";
    }
        .fi-tr-h4:before {
    content: "\f592";
    }
        .fi-tr-hamburger-soda:before {
    content: "\f593";
    }
        .fi-tr-hammer-crash:before {
    content: "\f594";
    }
        .fi-tr-hammer-war:before {
    content: "\f595";
    }
        .fi-tr-hammer:before {
    content: "\f596";
    }
        .fi-tr-hand-back-fist:before {
    content: "\f597";
    }
        .fi-tr-hand-back-point-down:before {
    content: "\f598";
    }
        .fi-tr-hand-back-point-left:before {
    content: "\f599";
    }
        .fi-tr-hand-back-point-ribbon:before {
    content: "\f59a";
    }
        .fi-tr-hand-back-point-right:before {
    content: "\f59b";
    }
        .fi-tr-hand-dots:before {
    content: "\f59c";
    }
        .fi-tr-hand-fingers-crossed:before {
    content: "\f59d";
    }
        .fi-tr-hand-fist:before {
    content: "\f59e";
    }
        .fi-tr-hand-heart:before {
    content: "\f59f";
    }
        .fi-tr-hand-holding-box:before {
    content: "\f5a0";
    }
        .fi-tr-hand-holding-droplet:before {
    content: "\f5a1";
    }
        .fi-tr-hand-holding-magic:before {
    content: "\f5a2";
    }
        .fi-tr-hand-holding-medical:before {
    content: "\f5a3";
    }
        .fi-tr-hand-holding-seeding:before {
    content: "\f5a4";
    }
        .fi-tr-hand-holding-skull:before {
    content: "\f5a5";
    }
        .fi-tr-hand-holding-usd:before {
    content: "\f5a6";
    }
        .fi-tr-hand-holding-water:before {
    content: "\f5a7";
    }
        .fi-tr-hand-horns:before {
    content: "\f5a8";
    }
        .fi-tr-hand-lizard:before {
    content: "\f5a9";
    }
        .fi-tr-hand-love:before {
    content: "\f5aa";
    }
        .fi-tr-hand-middle-finger:before {
    content: "\f5ab";
    }
        .fi-tr-hand-paper:before {
    content: "\f5ac";
    }
        .fi-tr-hand-peace:before {
    content: "\f5ad";
    }
        .fi-tr-hand-point-ribbon:before {
    content: "\f5ae";
    }
        .fi-tr-hand-scissors:before {
    content: "\f5af";
    }
        .fi-tr-hand-sparkles:before {
    content: "\f5b0";
    }
        .fi-tr-hand-spock:before {
    content: "\f5b1";
    }
        .fi-tr-hand-wave:before {
    content: "\f5b2";
    }
        .fi-tr-hands-bubbles:before {
    content: "\f5b3";
    }
        .fi-tr-hands-clapping:before {
    content: "\f5b4";
    }
        .fi-tr-hands-heart:before {
    content: "\f5b5";
    }
        .fi-tr-hands-holding-diamond:before {
    content: "\f5b6";
    }
        .fi-tr-hands-holding:before {
    content: "\f5b7";
    }
        .fi-tr-hands-usd:before {
    content: "\f5b8";
    }
        .fi-tr-handshake-angle:before {
    content: "\f5b9";
    }
        .fi-tr-handshake-simple-slash:before {
    content: "\f5ba";
    }
        .fi-tr-handshake:before {
    content: "\f5bb";
    }
        .fi-tr-hard-hat:before {
    content: "\f5bc";
    }
        .fi-tr-hashtag:before {
    content: "\f5bd";
    }
        .fi-tr-hat-chef:before {
    content: "\f5be";
    }
        .fi-tr-hat-cowboy-side:before {
    content: "\f5bf";
    }
        .fi-tr-hat-cowboy:before {
    content: "\f5c0";
    }
        .fi-tr-hat-santa:before {
    content: "\f5c1";
    }
        .fi-tr-hat-winter:before {
    content: "\f5c2";
    }
        .fi-tr-hat-witch:before {
    content: "\f5c3";
    }
        .fi-tr-hat-wizard:before {
    content: "\f5c4";
    }
        .fi-tr-hdd:before {
    content: "\f5c5";
    }
        .fi-tr-head-side-brain:before {
    content: "\f5c6";
    }
        .fi-tr-head-side-cough-slash:before {
    content: "\f5c7";
    }
        .fi-tr-head-side-cough:before {
    content: "\f5c8";
    }
        .fi-tr-head-side-headphones:before {
    content: "\f5c9";
    }
        .fi-tr-head-side-heart:before {
    content: "\f5ca";
    }
        .fi-tr-head-side-mask:before {
    content: "\f5cb";
    }
        .fi-tr-head-side-medical:before {
    content: "\f5cc";
    }
        .fi-tr-head-side-virus:before {
    content: "\f5cd";
    }
        .fi-tr-head-side:before {
    content: "\f5ce";
    }
        .fi-tr-head-vr:before {
    content: "\f5cf";
    }
        .fi-tr-heading:before {
    content: "\f5d0";
    }
        .fi-tr-heart-crack:before {
    content: "\f5d1";
    }
        .fi-tr-heart-half-stroke:before {
    content: "\f5d2";
    }
        .fi-tr-heart-half:before {
    content: "\f5d3";
    }
        .fi-tr-heart-rate:before {
    content: "\f5d4";
    }
        .fi-tr-heat:before {
    content: "\f5d5";
    }
        .fi-tr-helicopter-side:before {
    content: "\f5d6";
    }
        .fi-tr-helmet-battle:before {
    content: "\f5d7";
    }
        .fi-tr-hexagon-check:before {
    content: "\f5d8";
    }
        .fi-tr-hexagon-exclamation:before {
    content: "\f5d9";
    }
        .fi-tr-hexagon:before {
    content: "\f5da";
    }
        .fi-tr-high-definition:before {
    content: "\f5db";
    }
        .fi-tr-highlighter-line:before {
    content: "\f5dc";
    }
        .fi-tr-highlighter:before {
    content: "\f5dd";
    }
        .fi-tr-hiking:before {
    content: "\f5de";
    }
        .fi-tr-hippo:before {
    content: "\f5df";
    }
        .fi-tr-hockey-mask:before {
    content: "\f5e0";
    }
        .fi-tr-hockey-puck:before {
    content: "\f5e1";
    }
        .fi-tr-hockey-stick-puck:before {
    content: "\f5e2";
    }
        .fi-tr-hockey-sticks:before {
    content: "\f5e3";
    }
        .fi-tr-holly-berry:before {
    content: "\f5e4";
    }
        .fi-tr-home-heart:before {
    content: "\f5e5";
    }
        .fi-tr-honey-pot:before {
    content: "\f5e6";
    }
        .fi-tr-hood-cloak:before {
    content: "\f5e7";
    }
        .fi-tr-horizontal-rule:before {
    content: "\f5e8";
    }
        .fi-tr-horse-head:before {
    content: "\f5e9";
    }
        .fi-tr-horse-saddle:before {
    content: "\f5ea";
    }
        .fi-tr-horse:before {
    content: "\f5eb";
    }
        .fi-tr-hose-reel:before {
    content: "\f5ec";
    }
        .fi-tr-hose:before {
    content: "\f5ed";
    }
        .fi-tr-hospital-symbol:before {
    content: "\f5ee";
    }
        .fi-tr-hospital-user:before {
    content: "\f5ef";
    }
        .fi-tr-hospital:before {
    content: "\f5f0";
    }
        .fi-tr-hospitals:before {
    content: "\f5f1";
    }
        .fi-tr-hot-tub:before {
    content: "\f5f2";
    }
        .fi-tr-hotdog:before {
    content: "\f5f3";
    }
        .fi-tr-hotel:before {
    content: "\f5f4";
    }
        .fi-tr-hourglass-start:before {
    content: "\f5f5";
    }
        .fi-tr-house-blank:before {
    content: "\f5f6";
    }
        .fi-tr-house-building:before {
    content: "\f5f7";
    }
        .fi-tr-house-chimney-blank:before {
    content: "\f5f8";
    }
        .fi-tr-house-chimney-crack:before {
    content: "\f5f9";
    }
        .fi-tr-house-chimney-heart:before {
    content: "\f5fa";
    }
        .fi-tr-house-chimney-medical:before {
    content: "\f5fb";
    }
        .fi-tr-house-chimney-user:before {
    content: "\f5fc";
    }
        .fi-tr-house-chimney-window:before {
    content: "\f5fd";
    }
        .fi-tr-house-chimney:before {
    content: "\f5fe";
    }
        .fi-tr-house-crack:before {
    content: "\f5ff";
    }
        .fi-tr-house-day:before {
    content: "\f600";
    }
        .fi-tr-house-flood:before {
    content: "\f601";
    }
        .fi-tr-house-laptop:before {
    content: "\f602";
    }
        .fi-tr-house-leave:before {
    content: "\f603";
    }
        .fi-tr-house-medical:before {
    content: "\f604";
    }
        .fi-tr-house-night:before {
    content: "\f605";
    }
        .fi-tr-house-return:before {
    content: "\f606";
    }
        .fi-tr-house-signal:before {
    content: "\f607";
    }
        .fi-tr-house-tree:before {
    content: "\f608";
    }
        .fi-tr-house-tsunami:before {
    content: "\f609";
    }
        .fi-tr-house-turret:before {
    content: "\f60a";
    }
        .fi-tr-house-user:before {
    content: "\f60b";
    }
        .fi-tr-house-window:before {
    content: "\f60c";
    }
        .fi-tr-hr-group:before {
    content: "\f60d";
    }
        .fi-tr-hr-person:before {
    content: "\f60e";
    }
        .fi-tr-hr:before {
    content: "\f60f";
    }
        .fi-tr-hryvnia:before {
    content: "\f610";
    }
        .fi-tr-humidity:before {
    content: "\f611";
    }
        .fi-tr-hundred-points:before {
    content: "\f612";
    }
        .fi-tr-hurricane:before {
    content: "\f613";
    }
        .fi-tr-i:before {
    content: "\f614";
    }
        .fi-tr-icicles:before {
    content: "\f615";
    }
        .fi-tr-icon-star:before {
    content: "\f616";
    }
        .fi-tr-id-card-clip-alt:before {
    content: "\f617";
    }
        .fi-tr-igloo:before {
    content: "\f618";
    }
        .fi-tr-image-slash:before {
    content: "\f619";
    }
        .fi-tr-images-user:before {
    content: "\f61a";
    }
        .fi-tr-images:before {
    content: "\f61b";
    }
        .fi-tr-inbox-in:before {
    content: "\f61c";
    }
        .fi-tr-inbox-out:before {
    content: "\f61d";
    }
        .fi-tr-inboxes:before {
    content: "\f61e";
    }
        .fi-tr-indian-rupee-sign:before {
    content: "\f61f";
    }
        .fi-tr-industry-alt:before {
    content: "\f620";
    }
        .fi-tr-industry-windows:before {
    content: "\f621";
    }
        .fi-tr-information:before {
    content: "\f622";
    }
        .fi-tr-inhaler:before {
    content: "\f623";
    }
        .fi-tr-input-numeric:before {
    content: "\f624";
    }
        .fi-tr-input-pipe:before {
    content: "\f625";
    }
        .fi-tr-input-text:before {
    content: "\f626";
    }
        .fi-tr-inventory-alt:before {
    content: "\f627";
    }
        .fi-tr-invest:before {
    content: "\f628";
    }
        .fi-tr-investment:before {
    content: "\f629";
    }
        .fi-tr-invite-alt:before {
    content: "\f62a";
    }
        .fi-tr-invite:before {
    content: "\f62b";
    }
        .fi-tr-island-tropical:before {
    content: "\f62c";
    }
        .fi-tr-it-alt:before {
    content: "\f62d";
    }
        .fi-tr-it-computer:before {
    content: "\f62e";
    }
        .fi-tr-it:before {
    content: "\f62f";
    }
        .fi-tr-italian-lira-sign:before {
    content: "\f630";
    }
        .fi-tr-j:before {
    content: "\f631";
    }
        .fi-tr-jam:before {
    content: "\f632";
    }
        .fi-tr-jar-alt:before {
    content: "\f633";
    }
        .fi-tr-jar-wheat:before {
    content: "\f634";
    }
        .fi-tr-joint:before {
    content: "\f635";
    }
        .fi-tr-journal-alt:before {
    content: "\f636";
    }
        .fi-tr-journal:before {
    content: "\f637";
    }
        .fi-tr-journey:before {
    content: "\f638";
    }
        .fi-tr-joystick:before {
    content: "\f639";
    }
        .fi-tr-jug-alt:before {
    content: "\f63a";
    }
        .fi-tr-jug-bottle:before {
    content: "\f63b";
    }
        .fi-tr-jug:before {
    content: "\f63c";
    }
        .fi-tr-k:before {
    content: "\f63d";
    }
        .fi-tr-kazoo:before {
    content: "\f63e";
    }
        .fi-tr-kerning:before {
    content: "\f63f";
    }
        .fi-tr-key-skeleton-left-right:before {
    content: "\f640";
    }
        .fi-tr-keyboard-brightness-low:before {
    content: "\f641";
    }
        .fi-tr-keyboard-brightness:before {
    content: "\f642";
    }
        .fi-tr-keyboard-down:before {
    content: "\f643";
    }
        .fi-tr-keyboard-left:before {
    content: "\f644";
    }
        .fi-tr-keynote:before {
    content: "\f645";
    }
        .fi-tr-kidneys:before {
    content: "\f646";
    }
        .fi-tr-kip-sign:before {
    content: "\f647";
    }
        .fi-tr-kiss-beam:before {
    content: "\f648";
    }
        .fi-tr-kiss-wink-heart:before {
    content: "\f649";
    }
        .fi-tr-kiss:before {
    content: "\f64a";
    }
        .fi-tr-kiwi-bird:before {
    content: "\f64b";
    }
        .fi-tr-kiwi-fruit:before {
    content: "\f64c";
    }
        .fi-tr-knife-kitchen:before {
    content: "\f64d";
    }
        .fi-tr-knife:before {
    content: "\f64e";
    }
        .fi-tr-l:before {
    content: "\f64f";
    }
        .fi-tr-lacrosse-stick-ball:before {
    content: "\f650";
    }
        .fi-tr-lacrosse-stick:before {
    content: "\f651";
    }
        .fi-tr-lamp-desk:before {
    content: "\f652";
    }
        .fi-tr-lamp-floor:before {
    content: "\f653";
    }
        .fi-tr-lamp-street:before {
    content: "\f654";
    }
        .fi-tr-lamp:before {
    content: "\f655";
    }
        .fi-tr-land-layer-location:before {
    content: "\f656";
    }
        .fi-tr-land-layers:before {
    content: "\f657";
    }
        .fi-tr-land-location:before {
    content: "\f658";
    }
        .fi-tr-landmark-alt:before {
    content: "\f659";
    }
        .fi-tr-language:before {
    content: "\f65a";
    }
        .fi-tr-laptop-arrow-down:before {
    content: "\f65b";
    }
        .fi-tr-laptop-code:before {
    content: "\f65c";
    }
        .fi-tr-laptop-medical:before {
    content: "\f65d";
    }
        .fi-tr-laptop-mobile:before {
    content: "\f65e";
    }
        .fi-tr-laptop-slash:before {
    content: "\f65f";
    }
        .fi-tr-lari-sign:before {
    content: "\f660";
    }
        .fi-tr-lasso-sparkles:before {
    content: "\f661";
    }
        .fi-tr-laugh-beam:before {
    content: "\f662";
    }
        .fi-tr-laugh-squint:before {
    content: "\f663";
    }
        .fi-tr-laugh-wink:before {
    content: "\f664";
    }
        .fi-tr-layer-minus:before {
    content: "\f665";
    }
        .fi-tr-layer-plus:before {
    content: "\f666";
    }
        .fi-tr-leader-alt:before {
    content: "\f667";
    }
        .fi-tr-leader:before {
    content: "\f668";
    }
        .fi-tr-leadership-alt:before {
    content: "\f669";
    }
        .fi-tr-leadership:before {
    content: "\f66a";
    }
        .fi-tr-leaf-heart:before {
    content: "\f66b";
    }
        .fi-tr-leaf-maple:before {
    content: "\f66c";
    }
        .fi-tr-leaf-oak:before {
    content: "\f66d";
    }
        .fi-tr-leaf:before {
    content: "\f66e";
    }
        .fi-tr-leafy-green:before {
    content: "\f66f";
    }
        .fi-tr-leave:before {
    content: "\f670";
    }
        .fi-tr-left:before {
    content: "\f671";
    }
        .fi-tr-legal:before {
    content: "\f672";
    }
        .fi-tr-lemon:before {
    content: "\f673";
    }
        .fi-tr-lettuce:before {
    content: "\f674";
    }
        .fi-tr-level-down-alt:before {
    content: "\f675";
    }
        .fi-tr-level-down:before {
    content: "\f676";
    }
        .fi-tr-level-up-alt:before {
    content: "\f677";
    }
        .fi-tr-level-up:before {
    content: "\f678";
    }
        .fi-tr-license:before {
    content: "\f679";
    }
        .fi-tr-light-ceiling:before {
    content: "\f67a";
    }
        .fi-tr-light-emergency-on:before {
    content: "\f67b";
    }
        .fi-tr-light-emergency:before {
    content: "\f67c";
    }
        .fi-tr-light-switch-off:before {
    content: "\f67d";
    }
        .fi-tr-light-switch-on:before {
    content: "\f67e";
    }
        .fi-tr-light-switch:before {
    content: "\f67f";
    }
        .fi-tr-lightbulb-dollar:before {
    content: "\f680";
    }
        .fi-tr-lightbulb-exclamation:before {
    content: "\f681";
    }
        .fi-tr-lightbulb-on:before {
    content: "\f682";
    }
        .fi-tr-lightbulb-question:before {
    content: "\f683";
    }
        .fi-tr-lightbulb-setting:before {
    content: "\f684";
    }
        .fi-tr-lightbulb-slash:before {
    content: "\f685";
    }
        .fi-tr-lights-holiday:before {
    content: "\f686";
    }
        .fi-tr-link-alt:before {
    content: "\f687";
    }
        .fi-tr-link-horizontal-slash:before {
    content: "\f688";
    }
        .fi-tr-link-horizontal:before {
    content: "\f689";
    }
        .fi-tr-link-slash-alt:before {
    content: "\f68a";
    }
        .fi-tr-link-slash:before {
    content: "\f68b";
    }
        .fi-tr-lips:before {
    content: "\f68c";
    }
        .fi-tr-lira-sign:before {
    content: "\f68d";
    }
        .fi-tr-list-dropdown:before {
    content: "\f68e";
    }
        .fi-tr-list-music:before {
    content: "\f68f";
    }
        .fi-tr-list-timeline:before {
    content: "\f690";
    }
        .fi-tr-litecoin-sign:before {
    content: "\f691";
    }
        .fi-tr-live-alt:before {
    content: "\f692";
    }
        .fi-tr-live:before {
    content: "\f693";
    }
        .fi-tr-loan:before {
    content: "\f694";
    }
        .fi-tr-lobster:before {
    content: "\f695";
    }
        .fi-tr-location-arrow:before {
    content: "\f696";
    }
        .fi-tr-location-crosshairs-slash:before {
    content: "\f697";
    }
        .fi-tr-location-crosshairs:before {
    content: "\f698";
    }
        .fi-tr-location-dot-slash:before {
    content: "\f699";
    }
        .fi-tr-location-exclamation:before {
    content: "\f69a";
    }
        .fi-tr-lock-open-alt:before {
    content: "\f69b";
    }
        .fi-tr-locust:before {
    content: "\f69c";
    }
        .fi-tr-loveseat:before {
    content: "\f69d";
    }
        .fi-tr-low-vision:before {
    content: "\f69e";
    }
        .fi-tr-luchador:before {
    content: "\f69f";
    }
        .fi-tr-luggage-cart:before {
    content: "\f6a0";
    }
        .fi-tr-lungs-virus:before {
    content: "\f6a1";
    }
        .fi-tr-lungs:before {
    content: "\f6a2";
    }
        .fi-tr-m:before {
    content: "\f6a3";
    }
        .fi-tr-mace:before {
    content: "\f6a4";
    }
        .fi-tr-magnet-user:before {
    content: "\f6a5";
    }
        .fi-tr-magnet:before {
    content: "\f6a6";
    }
        .fi-tr-mailbox:before {
    content: "\f6a7";
    }
        .fi-tr-manat-sign:before {
    content: "\f6a8";
    }
        .fi-tr-mandolin:before {
    content: "\f6a9";
    }
        .fi-tr-mango:before {
    content: "\f6aa";
    }
        .fi-tr-manhole:before {
    content: "\f6ab";
    }
        .fi-tr-map-marker-check:before {
    content: "\f6ac";
    }
        .fi-tr-map-marker-edit:before {
    content: "\f6ad";
    }
        .fi-tr-map-marker-question:before {
    content: "\f6ae";
    }
        .fi-tr-map-marker-slash:before {
    content: "\f6af";
    }
        .fi-tr-map-marker-smile:before {
    content: "\f6b0";
    }
        .fi-tr-map-pin:before {
    content: "\f6b1";
    }
        .fi-tr-mars-stroke-right:before {
    content: "\f6b2";
    }
        .fi-tr-mars-stroke-up:before {
    content: "\f6b3";
    }
        .fi-tr-martini-glass-citrus:before {
    content: "\f6b4";
    }
        .fi-tr-martini-glass-empty:before {
    content: "\f6b5";
    }
        .fi-tr-mask-face:before {
    content: "\f6b6";
    }
        .fi-tr-mask-snorkel:before {
    content: "\f6b7";
    }
        .fi-tr-massage:before {
    content: "\f6b8";
    }
        .fi-tr-match-fire:before {
    content: "\f6b9";
    }
        .fi-tr-mattress-pillow:before {
    content: "\f6ba";
    }
        .fi-tr-meat:before {
    content: "\f6bb";
    }
        .fi-tr-medal:before {
    content: "\f6bc";
    }
        .fi-tr-medical-star:before {
    content: "\f6bd";
    }
        .fi-tr-meeting-alt:before {
    content: "\f6be";
    }
        .fi-tr-meeting:before {
    content: "\f6bf";
    }
        .fi-tr-meh-blank:before {
    content: "\f6c0";
    }
        .fi-tr-meh-rolling-eyes:before {
    content: "\f6c1";
    }
        .fi-tr-melon-alt:before {
    content: "\f6c2";
    }
        .fi-tr-melon:before {
    content: "\f6c3";
    }
        .fi-tr-memo-circle-check:before {
    content: "\f6c4";
    }
        .fi-tr-memo-pad:before {
    content: "\f6c5";
    }
        .fi-tr-memo:before {
    content: "\f6c6";
    }
        .fi-tr-memory:before {
    content: "\f6c7";
    }
        .fi-tr-mercury:before {
    content: "\f6c8";
    }
        .fi-tr-message-arrow-down:before {
    content: "\f6c9";
    }
        .fi-tr-message-arrow-up-right:before {
    content: "\f6ca";
    }
        .fi-tr-message-arrow-up:before {
    content: "\f6cb";
    }
        .fi-tr-message-bot:before {
    content: "\f6cc";
    }
        .fi-tr-message-code:before {
    content: "\f6cd";
    }
        .fi-tr-message-dollar:before {
    content: "\f6ce";
    }
        .fi-tr-message-image:before {
    content: "\f6cf";
    }
        .fi-tr-message-question:before {
    content: "\f6d0";
    }
        .fi-tr-message-quote:before {
    content: "\f6d1";
    }
        .fi-tr-message-slash:before {
    content: "\f6d2";
    }
        .fi-tr-message-sms:before {
    content: "\f6d3";
    }
        .fi-tr-message-text:before {
    content: "\f6d4";
    }
        .fi-tr-message-xmark:before {
    content: "\f6d5";
    }
        .fi-tr-messages-dollar:before {
    content: "\f6d6";
    }
        .fi-tr-messages-question:before {
    content: "\f6d7";
    }
        .fi-tr-messages:before {
    content: "\f6d8";
    }
        .fi-tr-meteor:before {
    content: "\f6d9";
    }
        .fi-tr-meter-bolt:before {
    content: "\f6da";
    }
        .fi-tr-meter-droplet:before {
    content: "\f6db";
    }
        .fi-tr-meter-fire:before {
    content: "\f6dc";
    }
        .fi-tr-meter:before {
    content: "\f6dd";
    }
        .fi-tr-microchip-ai:before {
    content: "\f6de";
    }
        .fi-tr-microchip:before {
    content: "\f6df";
    }
        .fi-tr-microphone-slash:before {
    content: "\f6e0";
    }
        .fi-tr-microscope:before {
    content: "\f6e1";
    }
        .fi-tr-microwave:before {
    content: "\f6e2";
    }
        .fi-tr-mill-sign:before {
    content: "\f6e3";
    }
        .fi-tr-mind-share:before {
    content: "\f6e4";
    }
        .fi-tr-minus-circle:before {
    content: "\f6e5";
    }
        .fi-tr-minus-hexagon:before {
    content: "\f6e6";
    }
        .fi-tr-mistletoe:before {
    content: "\f6e7";
    }
        .fi-tr-mobile-button:before {
    content: "\f6e8";
    }
        .fi-tr-mobile-notch:before {
    content: "\f6e9";
    }
        .fi-tr-mockup:before {
    content: "\f6ea";
    }
        .fi-tr-mode-alt:before {
    content: "\f6eb";
    }
        .fi-tr-mode:before {
    content: "\f6ec";
    }
        .fi-tr-money-bill-simple:before {
    content: "\f6ed";
    }
        .fi-tr-money-bill-wave-alt:before {
    content: "\f6ee";
    }
        .fi-tr-money-bill-wave:before {
    content: "\f6ef";
    }
        .fi-tr-money-bills-simple:before {
    content: "\f6f0";
    }
        .fi-tr-money-bills:before {
    content: "\f6f1";
    }
        .fi-tr-money-check-edit-alt:before {
    content: "\f6f2";
    }
        .fi-tr-money-check-edit:before {
    content: "\f6f3";
    }
        .fi-tr-money-check:before {
    content: "\f6f4";
    }
        .fi-tr-money-from-bracket:before {
    content: "\f6f5";
    }
        .fi-tr-money-simple-from-bracket:before {
    content: "\f6f6";
    }
        .fi-tr-monkey:before {
    content: "\f6f7";
    }
        .fi-tr-monument:before {
    content: "\f6f8";
    }
        .fi-tr-moon-stars:before {
    content: "\f6f9";
    }
        .fi-tr-moon:before {
    content: "\f6fa";
    }
        .fi-tr-moped:before {
    content: "\f6fb";
    }
        .fi-tr-mortar-pestle:before {
    content: "\f6fc";
    }
        .fi-tr-mosquito-net:before {
    content: "\f6fd";
    }
        .fi-tr-mosquito:before {
    content: "\f6fe";
    }
        .fi-tr-motorcycle:before {
    content: "\f6ff";
    }
        .fi-tr-mound:before {
    content: "\f700";
    }
        .fi-tr-mountain-city:before {
    content: "\f701";
    }
        .fi-tr-mountain:before {
    content: "\f702";
    }
        .fi-tr-mountains:before {
    content: "\f703";
    }
        .fi-tr-move-to-folder-2:before {
    content: "\f704";
    }
        .fi-tr-move-to-folder:before {
    content: "\f705";
    }
        .fi-tr-mp3-player:before {
    content: "\f706";
    }
        .fi-tr-mug-hot-alt:before {
    content: "\f707";
    }
        .fi-tr-mug-hot:before {
    content: "\f708";
    }
        .fi-tr-mug-marshmallows:before {
    content: "\f709";
    }
        .fi-tr-mug-tea-saucer:before {
    content: "\f70a";
    }
        .fi-tr-mug-tea:before {
    content: "\f70b";
    }
        .fi-tr-mug:before {
    content: "\f70c";
    }
        .fi-tr-mushroom-alt:before {
    content: "\f70d";
    }
        .fi-tr-mushroom:before {
    content: "\f70e";
    }
        .fi-tr-music-note-slash:before {
    content: "\f70f";
    }
        .fi-tr-music-note:before {
    content: "\f710";
    }
        .fi-tr-music-slash:before {
    content: "\f711";
    }
        .fi-tr-n:before {
    content: "\f712";
    }
        .fi-tr-naira-sign:before {
    content: "\f713";
    }
        .fi-tr-narwhal:before {
    content: "\f714";
    }
        .fi-tr-nesting-dolls:before {
    content: "\f715";
    }
        .fi-tr-neuter:before {
    content: "\f716";
    }
        .fi-tr-newspaper-open:before {
    content: "\f717";
    }
        .fi-tr-newspaper:before {
    content: "\f718";
    }
        .fi-tr-nfc-lock:before {
    content: "\f719";
    }
        .fi-tr-nfc-magnifying-glass:before {
    content: "\f71a";
    }
        .fi-tr-nfc-pen:before {
    content: "\f71b";
    }
        .fi-tr-nfc-slash:before {
    content: "\f71c";
    }
        .fi-tr-nfc-trash:before {
    content: "\f71d";
    }
        .fi-tr-nfc:before {
    content: "\f71e";
    }
        .fi-tr-no-people:before {
    content: "\f71f";
    }
        .fi-tr-noodles:before {
    content: "\f720";
    }
        .fi-tr-notdef:before {
    content: "\f721";
    }
        .fi-tr-note-medical:before {
    content: "\f722";
    }
        .fi-tr-note-sticky:before {
    content: "\f723";
    }
        .fi-tr-note:before {
    content: "\f724";
    }
        .fi-tr-notebook-alt:before {
    content: "\f725";
    }
        .fi-tr-notes-medical:before {
    content: "\f726";
    }
        .fi-tr-notes:before {
    content: "\f727";
    }
        .fi-tr-o:before {
    content: "\f728";
    }
        .fi-tr-object-exclude:before {
    content: "\f729";
    }
        .fi-tr-object-group:before {
    content: "\f72a";
    }
        .fi-tr-object-intersect:before {
    content: "\f72b";
    }
        .fi-tr-object-subtract:before {
    content: "\f72c";
    }
        .fi-tr-object-ungroup:before {
    content: "\f72d";
    }
        .fi-tr-object-union:before {
    content: "\f72e";
    }
        .fi-tr-objects-column:before {
    content: "\f72f";
    }
        .fi-tr-octagon:before {
    content: "\f730";
    }
        .fi-tr-oil-can:before {
    content: "\f731";
    }
        .fi-tr-oil-temp:before {
    content: "\f732";
    }
        .fi-tr-olive-oil:before {
    content: "\f733";
    }
        .fi-tr-olive:before {
    content: "\f734";
    }
        .fi-tr-olives:before {
    content: "\f735";
    }
        .fi-tr-onion:before {
    content: "\f736";
    }
        .fi-tr-operation:before {
    content: "\f737";
    }
        .fi-tr-ornament:before {
    content: "\f738";
    }
        .fi-tr-otter:before {
    content: "\f739";
    }
        .fi-tr-outdent:before {
    content: "\f73a";
    }
        .fi-tr-oven:before {
    content: "\f73b";
    }
        .fi-tr-overline:before {
    content: "\f73c";
    }
        .fi-tr-overview:before {
    content: "\f73d";
    }
        .fi-tr-p:before {
    content: "\f73e";
    }
        .fi-tr-page-break:before {
    content: "\f73f";
    }
        .fi-tr-pager:before {
    content: "\f740";
    }
        .fi-tr-paint-roller:before {
    content: "\f741";
    }
        .fi-tr-paintbrush-pencil:before {
    content: "\f742";
    }
        .fi-tr-pallet-alt:before {
    content: "\f743";
    }
        .fi-tr-pallet:before {
    content: "\f744";
    }
        .fi-tr-pan-food:before {
    content: "\f745";
    }
        .fi-tr-pan-frying:before {
    content: "\f746";
    }
        .fi-tr-pan:before {
    content: "\f747";
    }
        .fi-tr-pancakes:before {
    content: "\f748";
    }
        .fi-tr-panorama:before {
    content: "\f749";
    }
        .fi-tr-paper-plane-top:before {
    content: "\f74a";
    }
        .fi-tr-paperclip-vertical:before {
    content: "\f74b";
    }
        .fi-tr-parachute-box:before {
    content: "\f74c";
    }
        .fi-tr-paragraph-left:before {
    content: "\f74d";
    }
        .fi-tr-paragraph:before {
    content: "\f74e";
    }
        .fi-tr-parking-circle-slash:before {
    content: "\f74f";
    }
        .fi-tr-parking-circle:before {
    content: "\f750";
    }
        .fi-tr-parking-slash:before {
    content: "\f751";
    }
        .fi-tr-parking:before {
    content: "\f752";
    }
        .fi-tr-party-bell:before {
    content: "\f753";
    }
        .fi-tr-party-horn:before {
    content: "\f754";
    }
        .fi-tr-passport:before {
    content: "\f755";
    }
        .fi-tr-paste:before {
    content: "\f756";
    }
        .fi-tr-pattern:before {
    content: "\f757";
    }
        .fi-tr-pause-circle:before {
    content: "\f758";
    }
        .fi-tr-paw-claws:before {
    content: "\f759";
    }
        .fi-tr-paw:before {
    content: "\f75a";
    }
        .fi-tr-peace:before {
    content: "\f75b";
    }
        .fi-tr-peach:before {
    content: "\f75c";
    }
        .fi-tr-peanut:before {
    content: "\f75d";
    }
        .fi-tr-peanuts:before {
    content: "\f75e";
    }
        .fi-tr-peapod:before {
    content: "\f75f";
    }
        .fi-tr-pear:before {
    content: "\f760";
    }
        .fi-tr-pedestal:before {
    content: "\f761";
    }
        .fi-tr-pen-circle:before {
    content: "\f762";
    }
        .fi-tr-pen-clip-slash:before {
    content: "\f763";
    }
        .fi-tr-pen-clip:before {
    content: "\f764";
    }
        .fi-tr-pen-fancy-slash:before {
    content: "\f765";
    }
        .fi-tr-pen-fancy:before {
    content: "\f766";
    }
        .fi-tr-pen-field:before {
    content: "\f767";
    }
        .fi-tr-pen-nib-slash:before {
    content: "\f768";
    }
        .fi-tr-pen-nib:before {
    content: "\f769";
    }
        .fi-tr-pen-slash:before {
    content: "\f76a";
    }
        .fi-tr-pen-square:before {
    content: "\f76b";
    }
        .fi-tr-pen-swirl:before {
    content: "\f76c";
    }
        .fi-tr-pencil-paintbrush:before {
    content: "\f76d";
    }
        .fi-tr-pencil-ruler:before {
    content: "\f76e";
    }
        .fi-tr-pencil-slash:before {
    content: "\f76f";
    }
        .fi-tr-pennant:before {
    content: "\f770";
    }
        .fi-tr-people-arrows-left-right:before {
    content: "\f771";
    }
        .fi-tr-people-carry-box:before {
    content: "\f772";
    }
        .fi-tr-people-dress:before {
    content: "\f773";
    }
        .fi-tr-people-pants:before {
    content: "\f774";
    }
        .fi-tr-people-poll:before {
    content: "\f775";
    }
        .fi-tr-people:before {
    content: "\f776";
    }
        .fi-tr-pepper-alt:before {
    content: "\f777";
    }
        .fi-tr-pepper-hot:before {
    content: "\f778";
    }
        .fi-tr-pepper:before {
    content: "\f779";
    }
        .fi-tr-percentage:before {
    content: "\f77a";
    }
        .fi-tr-person-carry-box:before {
    content: "\f77b";
    }
        .fi-tr-person-circle-check:before {
    content: "\f77c";
    }
        .fi-tr-person-circle-exclamation:before {
    content: "\f77d";
    }
        .fi-tr-person-circle-minus:before {
    content: "\f77e";
    }
        .fi-tr-person-circle-plus:before {
    content: "\f77f";
    }
        .fi-tr-person-circle-question:before {
    content: "\f780";
    }
        .fi-tr-person-circle-xmark:before {
    content: "\f781";
    }
        .fi-tr-person-dolly-empty:before {
    content: "\f782";
    }
        .fi-tr-person-dolly:before {
    content: "\f783";
    }
        .fi-tr-person-dress-simple:before {
    content: "\f784";
    }
        .fi-tr-person-dress:before {
    content: "\f785";
    }
        .fi-tr-person-praying:before {
    content: "\f786";
    }
        .fi-tr-person-pregnant:before {
    content: "\f787";
    }
        .fi-tr-person-seat-reclined:before {
    content: "\f788";
    }
        .fi-tr-person-seat:before {
    content: "\f789";
    }
        .fi-tr-person-sign:before {
    content: "\f78a";
    }
        .fi-tr-person-simple:before {
    content: "\f78b";
    }
        .fi-tr-person-walking-with-cane:before {
    content: "\f78c";
    }
        .fi-tr-peseta-sign:before {
    content: "\f78d";
    }
        .fi-tr-peso-sign:before {
    content: "\f78e";
    }
        .fi-tr-phone-call:before {
    content: "\f78f";
    }
        .fi-tr-phone-cross:before {
    content: "\f790";
    }
        .fi-tr-phone-flip:before {
    content: "\f791";
    }
        .fi-tr-phone-office:before {
    content: "\f792";
    }
        .fi-tr-phone-pause:before {
    content: "\f793";
    }
        .fi-tr-phone-plus:before {
    content: "\f794";
    }
        .fi-tr-phone-rotary:before {
    content: "\f795";
    }
        .fi-tr-phone-slash:before {
    content: "\f796";
    }
        .fi-tr-photo-film-music:before {
    content: "\f797";
    }
        .fi-tr-photo-video:before {
    content: "\f798";
    }
        .fi-tr-Pi:before {
    content: "\f799";
    }
        .fi-tr-piano-keyboard:before {
    content: "\f79a";
    }
        .fi-tr-piano:before {
    content: "\f79b";
    }
        .fi-tr-pickaxe:before {
    content: "\f79c";
    }
        .fi-tr-picnic:before {
    content: "\f79d";
    }
        .fi-tr-picpeople-filled:before {
    content: "\f79e";
    }
        .fi-tr-picpeople:before {
    content: "\f79f";
    }
        .fi-tr-pie:before {
    content: "\f7a0";
    }
        .fi-tr-pig-face:before {
    content: "\f7a1";
    }
        .fi-tr-pig:before {
    content: "\f7a2";
    }
        .fi-tr-piggy-bank:before {
    content: "\f7a3";
    }
        .fi-tr-pills:before {
    content: "\f7a4";
    }
        .fi-tr-pinata:before {
    content: "\f7a5";
    }
        .fi-tr-pineapple-alt:before {
    content: "\f7a6";
    }
        .fi-tr-pineapple:before {
    content: "\f7a7";
    }
        .fi-tr-pipe-smoking:before {
    content: "\f7a8";
    }
        .fi-tr-plane-alt:before {
    content: "\f7a9";
    }
        .fi-tr-plane-arrival:before {
    content: "\f7aa";
    }
        .fi-tr-plane-departure:before {
    content: "\f7ab";
    }
        .fi-tr-plane-prop:before {
    content: "\f7ac";
    }
        .fi-tr-plane-slash:before {
    content: "\f7ad";
    }
        .fi-tr-plane-tail:before {
    content: "\f7ae";
    }
        .fi-tr-planet-moon:before {
    content: "\f7af";
    }
        .fi-tr-planet-ringed:before {
    content: "\f7b0";
    }
        .fi-tr-plant-wilt:before {
    content: "\f7b1";
    }
        .fi-tr-plate-wheat:before {
    content: "\f7b2";
    }
        .fi-tr-plate:before {
    content: "\f7b3";
    }
        .fi-tr-play-circle:before {
    content: "\f7b4";
    }
        .fi-tr-play-pause:before {
    content: "\f7b5";
    }
        .fi-tr-plug-alt:before {
    content: "\f7b6";
    }
        .fi-tr-plug-cable:before {
    content: "\f7b7";
    }
        .fi-tr-plug-connection:before {
    content: "\f7b8";
    }
        .fi-tr-plug:before {
    content: "\f7b9";
    }
        .fi-tr-plus-hexagon:before {
    content: "\f7ba";
    }
        .fi-tr-plus-minus:before {
    content: "\f7bb";
    }
        .fi-tr-podcast:before {
    content: "\f7bc";
    }
        .fi-tr-podium-star:before {
    content: "\f7bd";
    }
        .fi-tr-podium:before {
    content: "\f7be";
    }
        .fi-tr-police-box:before {
    content: "\f7bf";
    }
        .fi-tr-poll-h:before {
    content: "\f7c0";
    }
        .fi-tr-pompebled:before {
    content: "\f7c1";
    }
        .fi-tr-poo-bolt:before {
    content: "\f7c2";
    }
        .fi-tr-poo:before {
    content: "\f7c3";
    }
        .fi-tr-pool-8-ball:before {
    content: "\f7c4";
    }
        .fi-tr-poop:before {
    content: "\f7c5";
    }
        .fi-tr-popcorn:before {
    content: "\f7c6";
    }
        .fi-tr-popsicle:before {
    content: "\f7c7";
    }
        .fi-tr-portal-enter:before {
    content: "\f7c8";
    }
        .fi-tr-portal-exit:before {
    content: "\f7c9";
    }
        .fi-tr-pot:before {
    content: "\f7ca";
    }
        .fi-tr-potato:before {
    content: "\f7cb";
    }
        .fi-tr-prescription-bottle-alt:before {
    content: "\f7cc";
    }
        .fi-tr-prescription-bottle-pill:before {
    content: "\f7cd";
    }
        .fi-tr-prescription-bottle:before {
    content: "\f7ce";
    }
        .fi-tr-prescription:before {
    content: "\f7cf";
    }
        .fi-tr-print-magnifying-glass:before {
    content: "\f7d0";
    }
        .fi-tr-print-slash:before {
    content: "\f7d1";
    }
        .fi-tr-procedures:before {
    content: "\f7d2";
    }
        .fi-tr-process:before {
    content: "\f7d3";
    }
        .fi-tr-projector:before {
    content: "\f7d4";
    }
        .fi-tr-pump-medical:before {
    content: "\f7d5";
    }
        .fi-tr-pump:before {
    content: "\f7d6";
    }
        .fi-tr-pumpkin-alt-2:before {
    content: "\f7d7";
    }
        .fi-tr-pumpkin-alt:before {
    content: "\f7d8";
    }
        .fi-tr-pumpkin:before {
    content: "\f7d9";
    }
        .fi-tr-puzzle-alt:before {
    content: "\f7da";
    }
        .fi-tr-puzzle-piece:before {
    content: "\f7db";
    }
        .fi-tr-puzzle-pieces:before {
    content: "\f7dc";
    }
        .fi-tr-q:before {
    content: "\f7dd";
    }
        .fi-tr-qr-scan:before {
    content: "\f7de";
    }
        .fi-tr-QR:before {
    content: "\f7df";
    }
        .fi-tr-qrcode:before {
    content: "\f7e0";
    }
        .fi-tr-question-square:before {
    content: "\f7e1";
    }
        .fi-tr-question:before {
    content: "\f7e2";
    }
        .fi-tr-quiz-alt:before {
    content: "\f7e3";
    }
        .fi-tr-quiz:before {
    content: "\f7e4";
    }
        .fi-tr-r:before {
    content: "\f7e5";
    }
        .fi-tr-rabbit-fast:before {
    content: "\f7e6";
    }
        .fi-tr-rabbit:before {
    content: "\f7e7";
    }
        .fi-tr-racquet:before {
    content: "\f7e8";
    }
        .fi-tr-radar:before {
    content: "\f7e9";
    }
        .fi-tr-radiation-alt:before {
    content: "\f7ea";
    }
        .fi-tr-radiation:before {
    content: "\f7eb";
    }
        .fi-tr-radio-alt:before {
    content: "\f7ec";
    }
        .fi-tr-radio:before {
    content: "\f7ed";
    }
        .fi-tr-radish:before {
    content: "\f7ee";
    }
        .fi-tr-rainbow:before {
    content: "\f7ef";
    }
        .fi-tr-raindrops:before {
    content: "\f7f0";
    }
        .fi-tr-ram:before {
    content: "\f7f1";
    }
        .fi-tr-ramp-loading:before {
    content: "\f7f2";
    }
        .fi-tr-rank:before {
    content: "\f7f3";
    }
        .fi-tr-ranking-podium:before {
    content: "\f7f4";
    }
        .fi-tr-ranking-star:before {
    content: "\f7f5";
    }
        .fi-tr-ranking-stars:before {
    content: "\f7f6";
    }
        .fi-tr-raygun:before {
    content: "\f7f7";
    }
        .fi-tr-react:before {
    content: "\f7f8";
    }
        .fi-tr-rectangle-barcode:before {
    content: "\f7f9";
    }
        .fi-tr-rectangle-code:before {
    content: "\f7fa";
    }
        .fi-tr-rectangle-history-circle-plus:before {
    content: "\f7fb";
    }
        .fi-tr-rectangle-horizontal:before {
    content: "\f7fc";
    }
        .fi-tr-rectangle-list:before {
    content: "\f7fd";
    }
        .fi-tr-rectangle-panoramic:before {
    content: "\f7fe";
    }
        .fi-tr-rectangle-pro:before {
    content: "\f7ff";
    }
        .fi-tr-rectangle-vertical-history:before {
    content: "\f800";
    }
        .fi-tr-rectangle-vertical:before {
    content: "\f801";
    }
        .fi-tr-rectangle-xmark:before {
    content: "\f802";
    }
        .fi-tr-rectangles-mixed:before {
    content: "\f803";
    }
        .fi-tr-recycle:before {
    content: "\f804";
    }
        .fi-tr-reel:before {
    content: "\f805";
    }
        .fi-tr-reflect-horizontal:before {
    content: "\f806";
    }
        .fi-tr-reflect-vertical:before {
    content: "\f807";
    }
        .fi-tr-refrigerator:before {
    content: "\f808";
    }
        .fi-tr-refund-alt:before {
    content: "\f809";
    }
        .fi-tr-refund:before {
    content: "\f80a";
    }
        .fi-tr-registered:before {
    content: "\f80b";
    }
        .fi-tr-registration-paper:before {
    content: "\f80c";
    }
        .fi-tr-remove-folder:before {
    content: "\f80d";
    }
        .fi-tr-rent-signal:before {
    content: "\f80e";
    }
        .fi-tr-rent:before {
    content: "\f80f";
    }
        .fi-tr-replace:before {
    content: "\f810";
    }
        .fi-tr-reply-all:before {
    content: "\f811";
    }
        .fi-tr-republican:before {
    content: "\f812";
    }
        .fi-tr-resources:before {
    content: "\f813";
    }
        .fi-tr-restaurant:before {
    content: "\f814";
    }
        .fi-tr-restroom-simple:before {
    content: "\f815";
    }
        .fi-tr-revenue-alt:before {
    content: "\f816";
    }
        .fi-tr-Revenue:before {
    content: "\f817";
    }
        .fi-tr-review:before {
    content: "\f818";
    }
        .fi-tr-ribbon:before {
    content: "\f819";
    }
        .fi-tr-right:before {
    content: "\f81a";
    }
        .fi-tr-ring-diamond:before {
    content: "\f81b";
    }
        .fi-tr-ring:before {
    content: "\f81c";
    }
        .fi-tr-risk-alt:before {
    content: "\f81d";
    }
        .fi-tr-risk:before {
    content: "\f81e";
    }
        .fi-tr-robot:before {
    content: "\f81f";
    }
        .fi-tr-rocket-lunch:before {
    content: "\f820";
    }
        .fi-tr-roller-coaster:before {
    content: "\f821";
    }
        .fi-tr-rotate-exclamation:before {
    content: "\f822";
    }
        .fi-tr-route-highway:before {
    content: "\f823";
    }
        .fi-tr-route-interstate:before {
    content: "\f824";
    }
        .fi-tr-route:before {
    content: "\f825";
    }
        .fi-tr-router:before {
    content: "\f826";
    }
        .fi-tr-rss-alt:before {
    content: "\f827";
    }
        .fi-tr-rss:before {
    content: "\f828";
    }
        .fi-tr-ruble-sign:before {
    content: "\f829";
    }
        .fi-tr-rugby-helmet:before {
    content: "\f82a";
    }
        .fi-tr-ruler-combined:before {
    content: "\f82b";
    }
        .fi-tr-ruler-horizontal:before {
    content: "\f82c";
    }
        .fi-tr-ruler-triangle:before {
    content: "\f82d";
    }
        .fi-tr-ruler-vertical:before {
    content: "\f82e";
    }
        .fi-tr-running:before {
    content: "\f82f";
    }
        .fi-tr-rupee-sign:before {
    content: "\f830";
    }
        .fi-tr-rupiah-sign:before {
    content: "\f831";
    }
        .fi-tr-rv:before {
    content: "\f832";
    }
        .fi-tr-s:before {
    content: "\f833";
    }
        .fi-tr-sack-dollar:before {
    content: "\f834";
    }
        .fi-tr-sack:before {
    content: "\f835";
    }
        .fi-tr-sad-cry:before {
    content: "\f836";
    }
        .fi-tr-sad-tear:before {
    content: "\f837";
    }
        .fi-tr-safe-box:before {
    content: "\f838";
    }
        .fi-tr-sailboat:before {
    content: "\f839";
    }
        .fi-tr-salt-pepper:before {
    content: "\f83a";
    }
        .fi-tr-salt-shaker:before {
    content: "\f83b";
    }
        .fi-tr-sandwich-alt:before {
    content: "\f83c";
    }
        .fi-tr-sandwich:before {
    content: "\f83d";
    }
        .fi-tr-satellite-dish:before {
    content: "\f83e";
    }
        .fi-tr-satellite:before {
    content: "\f83f";
    }
        .fi-tr-sauce:before {
    content: "\f840";
    }
        .fi-tr-sausage:before {
    content: "\f841";
    }
        .fi-tr-sax-hot:before {
    content: "\f842";
    }
        .fi-tr-saxophone:before {
    content: "\f843";
    }
        .fi-tr-scalpel-path:before {
    content: "\f844";
    }
        .fi-tr-scalpel:before {
    content: "\f845";
    }
        .fi-tr-scanner-gun:before {
    content: "\f846";
    }
        .fi-tr-scanner-image:before {
    content: "\f847";
    }
        .fi-tr-scanner-keyboard:before {
    content: "\f848";
    }
        .fi-tr-scanner-touchscreen:before {
    content: "\f849";
    }
        .fi-tr-scarecrow:before {
    content: "\f84a";
    }
        .fi-tr-scarf:before {
    content: "\f84b";
    }
        .fi-tr-screencast:before {
    content: "\f84c";
    }
        .fi-tr-screwdriver:before {
    content: "\f84d";
    }
        .fi-tr-scribble:before {
    content: "\f84e";
    }
        .fi-tr-scroll-old:before {
    content: "\f84f";
    }
        .fi-tr-scroll-torah:before {
    content: "\f850";
    }
        .fi-tr-scroll:before {
    content: "\f851";
    }
        .fi-tr-scrubber:before {
    content: "\f852";
    }
        .fi-tr-scythe:before {
    content: "\f853";
    }
        .fi-tr-sd-card:before {
    content: "\f854";
    }
        .fi-tr-sd-cards:before {
    content: "\f855";
    }
        .fi-tr-seal-exclamation:before {
    content: "\f856";
    }
        .fi-tr-seal-question:before {
    content: "\f857";
    }
        .fi-tr-search-dollar:before {
    content: "\f858";
    }
        .fi-tr-search-location:before {
    content: "\f859";
    }
        .fi-tr-seat-airline:before {
    content: "\f85a";
    }
        .fi-tr-second-award:before {
    content: "\f85b";
    }
        .fi-tr-second-laurel:before {
    content: "\f85c";
    }
        .fi-tr-second-medal:before {
    content: "\f85d";
    }
        .fi-tr-second:before {
    content: "\f85e";
    }
        .fi-tr-seedling:before {
    content: "\f85f";
    }
        .fi-tr-selection:before {
    content: "\f860";
    }
        .fi-tr-send-back:before {
    content: "\f861";
    }
        .fi-tr-send-backward:before {
    content: "\f862";
    }
        .fi-tr-sensor-alert:before {
    content: "\f863";
    }
        .fi-tr-sensor-fire:before {
    content: "\f864";
    }
        .fi-tr-sensor-on:before {
    content: "\f865";
    }
        .fi-tr-sensor-smoke:before {
    content: "\f866";
    }
        .fi-tr-sensor:before {
    content: "\f867";
    }
        .fi-tr-share-alt-square:before {
    content: "\f868";
    }
        .fi-tr-share-square:before {
    content: "\f869";
    }
        .fi-tr-sheep:before {
    content: "\f86a";
    }
        .fi-tr-shekel-sign:before {
    content: "\f86b";
    }
        .fi-tr-shelves:before {
    content: "\f86c";
    }
        .fi-tr-shield-alt:before {
    content: "\f86d";
    }
        .fi-tr-shield-cross:before {
    content: "\f86e";
    }
        .fi-tr-shield-keyhole:before {
    content: "\f86f";
    }
        .fi-tr-shield-minus:before {
    content: "\f870";
    }
        .fi-tr-shield-slash:before {
    content: "\f871";
    }
        .fi-tr-shield-virus:before {
    content: "\f872";
    }
        .fi-tr-shield-xmark:before {
    content: "\f873";
    }
        .fi-tr-shipping-fast:before {
    content: "\f874";
    }
        .fi-tr-shipping-timed:before {
    content: "\f875";
    }
        .fi-tr-shirt-long-sleeve:before {
    content: "\f876";
    }
        .fi-tr-shirt-running:before {
    content: "\f877";
    }
        .fi-tr-shirt-tank-top:before {
    content: "\f878";
    }
        .fi-tr-shish-kebab:before {
    content: "\f879";
    }
        .fi-tr-shoe-prints:before {
    content: "\f87a";
    }
        .fi-tr-shop-lock:before {
    content: "\f87b";
    }
        .fi-tr-shop-slash:before {
    content: "\f87c";
    }
        .fi-tr-shopping-basket:before {
    content: "\f87d";
    }
        .fi-tr-shovel-snow:before {
    content: "\f87e";
    }
        .fi-tr-shovel:before {
    content: "\f87f";
    }
        .fi-tr-shower-down:before {
    content: "\f880";
    }
        .fi-tr-shower:before {
    content: "\f881";
    }
        .fi-tr-shredder:before {
    content: "\f882";
    }
        .fi-tr-shrimp:before {
    content: "\f883";
    }
        .fi-tr-shuttle-van:before {
    content: "\f884";
    }
        .fi-tr-shuttlecock:before {
    content: "\f885";
    }
        .fi-tr-Sickle:before {
    content: "\f886";
    }
        .fi-tr-sidebar-flip:before {
    content: "\f887";
    }
        .fi-tr-sidebar:before {
    content: "\f888";
    }
        .fi-tr-sigma:before {
    content: "\f889";
    }
        .fi-tr-sign-hanging:before {
    content: "\f88a";
    }
        .fi-tr-sign-up:before {
    content: "\f88b";
    }
        .fi-tr-signal-alt-1:before {
    content: "\f88c";
    }
        .fi-tr-signal-alt-2:before {
    content: "\f88d";
    }
        .fi-tr-signal-alt-slash:before {
    content: "\f88e";
    }
        .fi-tr-signal-alt:before {
    content: "\f88f";
    }
        .fi-tr-signal-bars-fair:before {
    content: "\f890";
    }
        .fi-tr-signal-bars-good:before {
    content: "\f891";
    }
        .fi-tr-signal-bars-weak:before {
    content: "\f892";
    }
        .fi-tr-signal-stream-slash:before {
    content: "\f893";
    }
        .fi-tr-signal-stream:before {
    content: "\f894";
    }
        .fi-tr-signature-lock:before {
    content: "\f895";
    }
        .fi-tr-signature-slash:before {
    content: "\f896";
    }
        .fi-tr-signature:before {
    content: "\f897";
    }
        .fi-tr-sim-card:before {
    content: "\f898";
    }
        .fi-tr-sim-cards:before {
    content: "\f899";
    }
        .fi-tr-sink:before {
    content: "\f89a";
    }
        .fi-tr-siren-on:before {
    content: "\f89b";
    }
        .fi-tr-Siren:before {
    content: "\f89c";
    }
        .fi-tr-site-alt:before {
    content: "\f89d";
    }
        .fi-tr-site-browser:before {
    content: "\f89e";
    }
        .fi-tr-site:before {
    content: "\f89f";
    }
        .fi-tr-sitemap:before {
    content: "\f8a0";
    }
        .fi-tr-skating:before {
    content: "\f8a1";
    }
        .fi-tr-skeleton:before {
    content: "\f8a2";
    }
        .fi-tr-skewer:before {
    content: "\f8a3";
    }
        .fi-tr-ski-boot-ski:before {
    content: "\f8a4";
    }
        .fi-tr-ski-jump:before {
    content: "\f8a5";
    }
        .fi-tr-ski-lift:before {
    content: "\f8a6";
    }
        .fi-tr-skiing-nordic:before {
    content: "\f8a7";
    }
        .fi-tr-skiing:before {
    content: "\f8a8";
    }
        .fi-tr-skull-cow:before {
    content: "\f8a9";
    }
        .fi-tr-skull-crossbones:before {
    content: "\f8aa";
    }
        .fi-tr-skull:before {
    content: "\f8ab";
    }
        .fi-tr-slash:before {
    content: "\f8ac";
    }
        .fi-tr-sledding:before {
    content: "\f8ad";
    }
        .fi-tr-sleigh:before {
    content: "\f8ae";
    }
        .fi-tr-sliders-h-square:before {
    content: "\f8af";
    }
        .fi-tr-sliders-v-square:before {
    content: "\f8b0";
    }
        .fi-tr-sliders-v:before {
    content: "\f8b1";
    }
        .fi-tr-smile-beam:before {
    content: "\f8b2";
    }
        .fi-tr-smile-plus:before {
    content: "\f8b3";
    }
        .fi-tr-smiley-comment-alt:before {
    content: "\f8b4";
    }
        .fi-tr-smog:before {
    content: "\f8b5";
    }
        .fi-tr-smoke:before {
    content: "\f8b6";
    }
        .fi-tr-smoking-ban:before {
    content: "\f8b7";
    }
        .fi-tr-smoking:before {
    content: "\f8b8";
    }
        .fi-tr-snake:before {
    content: "\f8b9";
    }
        .fi-tr-snooze:before {
    content: "\f8ba";
    }
        .fi-tr-snow-blowing:before {
    content: "\f8bb";
    }
        .fi-tr-snowboarding:before {
    content: "\f8bc";
    }
        .fi-tr-snowflake-droplets:before {
    content: "\f8bd";
    }
        .fi-tr-snowflake:before {
    content: "\f8be";
    }
        .fi-tr-snowflakes:before {
    content: "\f8bf";
    }
        .fi-tr-snowman-alt:before {
    content: "\f8c0";
    }
        .fi-tr-snowman-head:before {
    content: "\f8c1";
    }
        .fi-tr-snowmobile:before {
    content: "\f8c2";
    }
        .fi-tr-snowplow:before {
    content: "\f8c3";
    }
        .fi-tr-soap-alt:before {
    content: "\f8c4";
    }
        .fi-tr-socks:before {
    content: "\f8c5";
    }
        .fi-tr-solar-panel:before {
    content: "\f8c6";
    }
        .fi-tr-solar-system:before {
    content: "\f8c7";
    }
        .fi-tr-sort-alpha-down-alt:before {
    content: "\f8c8";
    }
        .fi-tr-sort-alpha-down:before {
    content: "\f8c9";
    }
        .fi-tr-sort-alpha-up-alt:before {
    content: "\f8ca";
    }
        .fi-tr-sort-alpha-up:before {
    content: "\f8cb";
    }
        .fi-tr-sort-alt:before {
    content: "\f8cc";
    }
        .fi-tr-sort-amount-down-alt:before {
    content: "\f8cd";
    }
        .fi-tr-sort-amount-down:before {
    content: "\f8ce";
    }
        .fi-tr-sort-amount-up-alt:before {
    content: "\f8cf";
    }
        .fi-tr-sort-amount-up:before {
    content: "\f8d0";
    }
        .fi-tr-sort-circle-down:before {
    content: "\f8d1";
    }
        .fi-tr-sort-circle-up:before {
    content: "\f8d2";
    }
        .fi-tr-sort-circle:before {
    content: "\f8d3";
    }
        .fi-tr-sort-down:before {
    content: "\f8d4";
    }
        .fi-tr-sort-numeric-down-alt:before {
    content: "\f8d5";
    }
        .fi-tr-sort-numeric-down:before {
    content: "\f8d6";
    }
        .fi-tr-sort-shapes-down:before {
    content: "\f8d7";
    }
        .fi-tr-sort-shapes-up:before {
    content: "\f8d8";
    }
        .fi-tr-sort-size-down:before {
    content: "\f8d9";
    }
        .fi-tr-sort-size-up:before {
    content: "\f8da";
    }
        .fi-tr-sort:before {
    content: "\f8db";
    }
        .fi-tr-source-data:before {
    content: "\f8dc";
    }
        .fi-tr-space-shuttle:before {
    content: "\f8dd";
    }
        .fi-tr-space-station-moon-alt:before {
    content: "\f8de";
    }
        .fi-tr-space-station-moon:before {
    content: "\f8df";
    }
        .fi-tr-spade:before {
    content: "\f8e0";
    }
        .fi-tr-spaghetti-monster-flying:before {
    content: "\f8e1";
    }
        .fi-tr-sparkles:before {
    content: "\f8e2";
    }
        .fi-tr-speakers:before {
    content: "\f8e3";
    }
        .fi-tr-spider-black-widow:before {
    content: "\f8e4";
    }
        .fi-tr-spider-web:before {
    content: "\f8e5";
    }
        .fi-tr-spider:before {
    content: "\f8e6";
    }
        .fi-tr-split:before {
    content: "\f8e7";
    }
        .fi-tr-splotch:before {
    content: "\f8e8";
    }
        .fi-tr-spoon:before {
    content: "\f8e9";
    }
        .fi-tr-spray-can-sparkles:before {
    content: "\f8ea";
    }
        .fi-tr-spray-can:before {
    content: "\f8eb";
    }
        .fi-tr-sprinkler:before {
    content: "\f8ec";
    }
        .fi-tr-square-0:before {
    content: "\f8ed";
    }
        .fi-tr-square-1:before {
    content: "\f8ee";
    }
        .fi-tr-square-2:before {
    content: "\f8ef";
    }
        .fi-tr-square-3:before {
    content: "\f8f0";
    }
        .fi-tr-square-4:before {
    content: "\f8f1";
    }
        .fi-tr-square-5:before {
    content: "\f8f2";
    }
        .fi-tr-square-6:before {
    content: "\f8f3";
    }
        .fi-tr-square-7:before {
    content: "\f8f4";
    }
        .fi-tr-square-8:before {
    content: "\f8f5";
    }
        .fi-tr-square-9:before {
    content: "\f8f6";
    }
        .fi-tr-square-a:before {
    content: "\f8f7";
    }
        .fi-tr-square-b:before {
    content: "\f8f8";
    }
        .fi-tr-square-bolt:before {
    content: "\f8f9";
    }
        .fi-tr-square-c:before {
    content: "\f8fa";
    }
        .fi-tr-square-code:before {
    content: "\f8fb";
    }
        .fi-tr-square-d:before {
    content: "\f8fc";
    }
        .fi-tr-square-dashed:before {
    content: "\f8fd";
    }
        .fi-tr-square-e:before {
    content: "\f8fe";
    }
        .fi-tr-square-ellipsis-vertical:before {
    content: "\f8ff";
    }
        .fi-tr-square-ellipsis:before {
    content: "\f900";
    }
        .fi-tr-square-exclamation:before {
    content: "\f901";
    }
        .fi-tr-square-f:before {
    content: "\f902";
    }
        .fi-tr-square-g:before {
    content: "\f903";
    }
        .fi-tr-square-h:before {
    content: "\f904";
    }
        .fi-tr-square-heart:before {
    content: "\f905";
    }
        .fi-tr-square-i:before {
    content: "\f906";
    }
        .fi-tr-square-info:before {
    content: "\f907";
    }
        .fi-tr-square-j:before {
    content: "\f908";
    }
        .fi-tr-square-k:before {
    content: "\f909";
    }
        .fi-tr-square-kanban:before {
    content: "\f90a";
    }
        .fi-tr-square-l:before {
    content: "\f90b";
    }
        .fi-tr-square-m:before {
    content: "\f90c";
    }
        .fi-tr-square-minus:before {
    content: "\f90d";
    }
        .fi-tr-square-n:before {
    content: "\f90e";
    }
        .fi-tr-square-o:before {
    content: "\f90f";
    }
        .fi-tr-square-p:before {
    content: "\f910";
    }
        .fi-tr-square-phone-hangup:before {
    content: "\f911";
    }
        .fi-tr-square-plus:before {
    content: "\f912";
    }
        .fi-tr-square-poll-horizontal:before {
    content: "\f913";
    }
        .fi-tr-square-poll-vertical:before {
    content: "\f914";
    }
        .fi-tr-square-q:before {
    content: "\f915";
    }
        .fi-tr-square-quote:before {
    content: "\f916";
    }
        .fi-tr-square-r:before {
    content: "\f917";
    }
        .fi-tr-square-s:before {
    content: "\f918";
    }
        .fi-tr-square-small:before {
    content: "\f919";
    }
        .fi-tr-square-star:before {
    content: "\f91a";
    }
        .fi-tr-square-t:before {
    content: "\f91b";
    }
        .fi-tr-square-terminal:before {
    content: "\f91c";
    }
        .fi-tr-square-u:before {
    content: "\f91d";
    }
        .fi-tr-square-up-right:before {
    content: "\f91e";
    }
        .fi-tr-square-v:before {
    content: "\f91f";
    }
        .fi-tr-square-w:before {
    content: "\f920";
    }
        .fi-tr-square-x:before {
    content: "\f921";
    }
        .fi-tr-square-y:before {
    content: "\f922";
    }
        .fi-tr-square-z:before {
    content: "\f923";
    }
        .fi-tr-square:before {
    content: "\f924";
    }
        .fi-tr-squid:before {
    content: "\f925";
    }
        .fi-tr-squircle:before {
    content: "\f926";
    }
        .fi-tr-squirrel:before {
    content: "\f927";
    }
        .fi-tr-staff:before {
    content: "\f928";
    }
        .fi-tr-stairs:before {
    content: "\f929";
    }
        .fi-tr-stamp:before {
    content: "\f92a";
    }
        .fi-tr-standard-definition:before {
    content: "\f92b";
    }
        .fi-tr-star-and-crescent:before {
    content: "\f92c";
    }
        .fi-tr-star-christmas:before {
    content: "\f92d";
    }
        .fi-tr-star-comment-alt:before {
    content: "\f92e";
    }
        .fi-tr-star-exclamation:before {
    content: "\f92f";
    }
        .fi-tr-star-of-david:before {
    content: "\f930";
    }
        .fi-tr-star-sharp-half-stroke:before {
    content: "\f931";
    }
        .fi-tr-star-sharp-half:before {
    content: "\f932";
    }
        .fi-tr-star-shooting:before {
    content: "\f933";
    }
        .fi-tr-starfighter:before {
    content: "\f934";
    }
        .fi-tr-stars:before {
    content: "\f935";
    }
        .fi-tr-state-country:before {
    content: "\f936";
    }
        .fi-tr-stats:before {
    content: "\f937";
    }
        .fi-tr-steak:before {
    content: "\f938";
    }
        .fi-tr-steering-wheel:before {
    content: "\f939";
    }
        .fi-tr-step-backward:before {
    content: "\f93a";
    }
        .fi-tr-step-forward:before {
    content: "\f93b";
    }
        .fi-tr-sterling-sign:before {
    content: "\f93c";
    }
        .fi-tr-stocking:before {
    content: "\f93d";
    }
        .fi-tr-stomach:before {
    content: "\f93e";
    }
        .fi-tr-stop-circle:before {
    content: "\f93f";
    }
        .fi-tr-store-alt:before {
    content: "\f940";
    }
        .fi-tr-store-lock:before {
    content: "\f941";
    }
        .fi-tr-store-slash:before {
    content: "\f942";
    }
        .fi-tr-strawberry:before {
    content: "\f943";
    }
        .fi-tr-street-view:before {
    content: "\f944";
    }
        .fi-tr-stretcher:before {
    content: "\f945";
    }
        .fi-tr-strikethrough:before {
    content: "\f946";
    }
        .fi-tr-stroopwafel:before {
    content: "\f947";
    }
        .fi-tr-subscript:before {
    content: "\f948";
    }
        .fi-tr-subscription-alt:before {
    content: "\f949";
    }
        .fi-tr-subscription:before {
    content: "\f94a";
    }
        .fi-tr-subway:before {
    content: "\f94b";
    }
        .fi-tr-suitcase-alt:before {
    content: "\f94c";
    }
        .fi-tr-summer:before {
    content: "\f94d";
    }
        .fi-tr-sun-dust:before {
    content: "\f94e";
    }
        .fi-tr-sun-plant-wilt:before {
    content: "\f94f";
    }
        .fi-tr-sun:before {
    content: "\f950";
    }
        .fi-tr-sunglasses:before {
    content: "\f951";
    }
        .fi-tr-sunrise-alt:before {
    content: "\f952";
    }
        .fi-tr-sunrise:before {
    content: "\f953";
    }
        .fi-tr-sunset:before {
    content: "\f954";
    }
        .fi-tr-superscript:before {
    content: "\f955";
    }
        .fi-tr-surprise:before {
    content: "\f956";
    }
        .fi-tr-sushi-alt:before {
    content: "\f957";
    }
        .fi-tr-sushi-roll:before {
    content: "\f958";
    }
        .fi-tr-sushi:before {
    content: "\f959";
    }
        .fi-tr-swatchbook:before {
    content: "\f95a";
    }
        .fi-tr-swimmer:before {
    content: "\f95b";
    }
        .fi-tr-swimming-pool:before {
    content: "\f95c";
    }
        .fi-tr-swipe-down:before {
    content: "\f95d";
    }
        .fi-tr-swipe-left:before {
    content: "\f95e";
    }
        .fi-tr-swipe-right:before {
    content: "\f95f";
    }
        .fi-tr-swipe-up:before {
    content: "\f960";
    }
        .fi-tr-symbols:before {
    content: "\f961";
    }
        .fi-tr-t:before {
    content: "\f962";
    }
        .fi-tr-tab-folder:before {
    content: "\f963";
    }
        .fi-tr-table-columns:before {
    content: "\f964";
    }
        .fi-tr-table-layout:before {
    content: "\f965";
    }
        .fi-tr-table-list:before {
    content: "\f966";
    }
        .fi-tr-table-picnic:before {
    content: "\f967";
    }
        .fi-tr-table-pivot:before {
    content: "\f968";
    }
        .fi-tr-table-rows:before {
    content: "\f969";
    }
        .fi-tr-table-tree:before {
    content: "\f96a";
    }
        .fi-tr-table:before {
    content: "\f96b";
    }
        .fi-tr-tablet-android-alt:before {
    content: "\f96c";
    }
        .fi-tr-tablet-android:before {
    content: "\f96d";
    }
        .fi-tr-tablet-rugged:before {
    content: "\f96e";
    }
        .fi-tr-tachometer-alt-average:before {
    content: "\f96f";
    }
        .fi-tr-tachometer-alt-fastest:before {
    content: "\f970";
    }
        .fi-tr-tachometer-alt-slow:before {
    content: "\f971";
    }
        .fi-tr-tachometer-alt-slowest:before {
    content: "\f972";
    }
        .fi-tr-tachometer-average:before {
    content: "\f973";
    }
        .fi-tr-tachometer-fast:before {
    content: "\f974";
    }
        .fi-tr-tachometer-fastest:before {
    content: "\f975";
    }
        .fi-tr-tachometer-slow:before {
    content: "\f976";
    }
        .fi-tr-tachometer-slowest:before {
    content: "\f977";
    }
        .fi-tr-tachometer:before {
    content: "\f978";
    }
        .fi-tr-taco:before {
    content: "\f979";
    }
        .fi-tr-tags:before {
    content: "\f97a";
    }
        .fi-tr-tally-1:before {
    content: "\f97b";
    }
        .fi-tr-tally-2:before {
    content: "\f97c";
    }
        .fi-tr-tally-3:before {
    content: "\f97d";
    }
        .fi-tr-tally-4:before {
    content: "\f97e";
    }
        .fi-tr-tally:before {
    content: "\f97f";
    }
        .fi-tr-tamale:before {
    content: "\f980";
    }
        .fi-tr-tank-water:before {
    content: "\f981";
    }
        .fi-tr-tap:before {
    content: "\f982";
    }
        .fi-tr-tape:before {
    content: "\f983";
    }
        .fi-tr-tax-alt:before {
    content: "\f984";
    }
        .fi-tr-tax:before {
    content: "\f985";
    }
        .fi-tr-taxi-bus:before {
    content: "\f986";
    }
        .fi-tr-team-check-alt:before {
    content: "\f987";
    }
        .fi-tr-team-check:before {
    content: "\f988";
    }
        .fi-tr-teddy-bear:before {
    content: "\f989";
    }
        .fi-tr-teeth-open:before {
    content: "\f98a";
    }
        .fi-tr-telescope:before {
    content: "\f98b";
    }
        .fi-tr-temperature-down:before {
    content: "\f98c";
    }
        .fi-tr-temperature-frigid:before {
    content: "\f98d";
    }
        .fi-tr-temperature-high:before {
    content: "\f98e";
    }
        .fi-tr-temperature-list:before {
    content: "\f98f";
    }
        .fi-tr-temperature-low:before {
    content: "\f990";
    }
        .fi-tr-temperature-up:before {
    content: "\f991";
    }
        .fi-tr-template-alt:before {
    content: "\f992";
    }
        .fi-tr-template:before {
    content: "\f993";
    }
        .fi-tr-tenge:before {
    content: "\f994";
    }
        .fi-tr-tent-arrow-down-to-line:before {
    content: "\f995";
    }
        .fi-tr-tent-arrow-left-right:before {
    content: "\f996";
    }
        .fi-tr-tent-arrow-turn-left:before {
    content: "\f997";
    }
        .fi-tr-tent-arrows-down:before {
    content: "\f998";
    }
        .fi-tr-tents:before {
    content: "\f999";
    }
        .fi-tr-terminal:before {
    content: "\f99a";
    }
        .fi-tr-text-box-dots:before {
    content: "\f99b";
    }
        .fi-tr-text-box-edit:before {
    content: "\f99c";
    }
        .fi-tr-text-box:before {
    content: "\f99d";
    }
        .fi-tr-text-height:before {
    content: "\f99e";
    }
        .fi-tr-text-shadow:before {
    content: "\f99f";
    }
        .fi-tr-text-size:before {
    content: "\f9a0";
    }
        .fi-tr-text-slash:before {
    content: "\f9a1";
    }
        .fi-tr-text-width:before {
    content: "\f9a2";
    }
        .fi-tr-theater-masks:before {
    content: "\f9a3";
    }
        .fi-tr-thermometer-alt:before {
    content: "\f9a4";
    }
        .fi-tr-thermometer-empty:before {
    content: "\f9a5";
    }
        .fi-tr-thermometer-full:before {
    content: "\f9a6";
    }
        .fi-tr-thermometer-half:before {
    content: "\f9a7";
    }
        .fi-tr-thermometer-quarter:before {
    content: "\f9a8";
    }
        .fi-tr-thermometer-three-quarters:before {
    content: "\f9a9";
    }
        .fi-tr-theta:before {
    content: "\f9aa";
    }
        .fi-tr-third-award:before {
    content: "\f9ab";
    }
        .fi-tr-third-laurel:before {
    content: "\f9ac";
    }
        .fi-tr-third-medal:before {
    content: "\f9ad";
    }
        .fi-tr-third:before {
    content: "\f9ae";
    }
        .fi-tr-thought-bubble:before {
    content: "\f9af";
    }
        .fi-tr-thunderstorm-moon:before {
    content: "\f9b0";
    }
        .fi-tr-thunderstorm-sun:before {
    content: "\f9b1";
    }
        .fi-tr-thunderstorm:before {
    content: "\f9b2";
    }
        .fi-tr-ticket-airline:before {
    content: "\f9b3";
    }
        .fi-tr-ticket-alt:before {
    content: "\f9b4";
    }
        .fi-tr-tickets-airline:before {
    content: "\f9b5";
    }
        .fi-tr-tilde:before {
    content: "\f9b6";
    }
        .fi-tr-times-hexagon:before {
    content: "\f9b7";
    }
        .fi-tr-tint-slash:before {
    content: "\f9b8";
    }
        .fi-tr-tire-flat:before {
    content: "\f9b9";
    }
        .fi-tr-tire-pressure-warning:before {
    content: "\f9ba";
    }
        .fi-tr-tire-rugged:before {
    content: "\f9bb";
    }
        .fi-tr-tire:before {
    content: "\f9bc";
    }
        .fi-tr-tired:before {
    content: "\f9bd";
    }
        .fi-tr-to-do-alt:before {
    content: "\f9be";
    }
        .fi-tr-to-do:before {
    content: "\f9bf";
    }
        .fi-tr-toggle-off:before {
    content: "\f9c0";
    }
        .fi-tr-toggle-on:before {
    content: "\f9c1";
    }
        .fi-tr-toilet-paper-blank-under:before {
    content: "\f9c2";
    }
        .fi-tr-toilet-paper-blank:before {
    content: "\f9c3";
    }
        .fi-tr-toilet-paper-slash:before {
    content: "\f9c4";
    }
        .fi-tr-toilet-paper-under-slash:before {
    content: "\f9c5";
    }
        .fi-tr-toilet-paper-under:before {
    content: "\f9c6";
    }
        .fi-tr-toilet:before {
    content: "\f9c7";
    }
        .fi-tr-tomato:before {
    content: "\f9c8";
    }
        .fi-tr-tombstone-alt:before {
    content: "\f9c9";
    }
        .fi-tr-tombstone:before {
    content: "\f9ca";
    }
        .fi-tr-tool-box:before {
    content: "\f9cb";
    }
        .fi-tr-tools:before {
    content: "\f9cc";
    }
        .fi-tr-toothbrush:before {
    content: "\f9cd";
    }
        .fi-tr-tornado:before {
    content: "\f9ce";
    }
        .fi-tr-total:before {
    content: "\f9cf";
    }
        .fi-tr-tour-guide-people:before {
    content: "\f9d0";
    }
        .fi-tr-tour-virtual:before {
    content: "\f9d1";
    }
        .fi-tr-tower-control:before {
    content: "\f9d2";
    }
        .fi-tr-track:before {
    content: "\f9d3";
    }
        .fi-tr-tractor:before {
    content: "\f9d4";
    }
        .fi-tr-trademark:before {
    content: "\f9d5";
    }
        .fi-tr-traffic-cone:before {
    content: "\f9d6";
    }
        .fi-tr-traffic-light-go:before {
    content: "\f9d7";
    }
        .fi-tr-traffic-light-slow:before {
    content: "\f9d8";
    }
        .fi-tr-traffic-light-stop:before {
    content: "\f9d9";
    }
        .fi-tr-traffic-light:before {
    content: "\f9da";
    }
        .fi-tr-trailer:before {
    content: "\f9db";
    }
        .fi-tr-train-journey:before {
    content: "\f9dc";
    }
        .fi-tr-train-station-building:before {
    content: "\f9dd";
    }
        .fi-tr-train-station:before {
    content: "\f9de";
    }
        .fi-tr-train-subway-tunnel:before {
    content: "\f9df";
    }
        .fi-tr-train-tram:before {
    content: "\f9e0";
    }
        .fi-tr-tram:before {
    content: "\f9e1";
    }
        .fi-tr-transformer-bolt:before {
    content: "\f9e2";
    }
        .fi-tr-transgender:before {
    content: "\f9e3";
    }
        .fi-tr-transporter-1:before {
    content: "\f9e4";
    }
        .fi-tr-transporter-2:before {
    content: "\f9e5";
    }
        .fi-tr-transporter-3:before {
    content: "\f9e6";
    }
        .fi-tr-transporter-4:before {
    content: "\f9e7";
    }
        .fi-tr-transporter-5:before {
    content: "\f9e8";
    }
        .fi-tr-transporter-6:before {
    content: "\f9e9";
    }
        .fi-tr-transporter-7:before {
    content: "\f9ea";
    }
        .fi-tr-transporter-empty:before {
    content: "\f9eb";
    }
        .fi-tr-transporter:before {
    content: "\f9ec";
    }
        .fi-tr-trash-can-check:before {
    content: "\f9ed";
    }
        .fi-tr-trash-can-clock:before {
    content: "\f9ee";
    }
        .fi-tr-trash-can-list:before {
    content: "\f9ef";
    }
        .fi-tr-trash-can-plus:before {
    content: "\f9f0";
    }
        .fi-tr-trash-can-slash:before {
    content: "\f9f1";
    }
        .fi-tr-trash-check:before {
    content: "\f9f2";
    }
        .fi-tr-trash-clock:before {
    content: "\f9f3";
    }
        .fi-tr-trash-list:before {
    content: "\f9f4";
    }
        .fi-tr-trash-plus:before {
    content: "\f9f5";
    }
        .fi-tr-trash-restore-alt:before {
    content: "\f9f6";
    }
        .fi-tr-trash-restore:before {
    content: "\f9f7";
    }
        .fi-tr-trash-slash:before {
    content: "\f9f8";
    }
        .fi-tr-trash-undo-alt:before {
    content: "\f9f9";
    }
        .fi-tr-trash-undo:before {
    content: "\f9fa";
    }
        .fi-tr-trash-xmark:before {
    content: "\f9fb";
    }
        .fi-tr-treasure-chest:before {
    content: "\f9fc";
    }
        .fi-tr-tree-alt:before {
    content: "\f9fd";
    }
        .fi-tr-tree-deciduous:before {
    content: "\f9fe";
    }
        .fi-tr-tree:before {
    content: "\f9ff";
    }
        .fi-tr-trees-alt:before {
    content: "\fa00";
    }
        .fi-tr-trees:before {
    content: "\fa01";
    }
        .fi-tr-triangle-music:before {
    content: "\fa02";
    }
        .fi-tr-triangle-person-digging:before {
    content: "\fa03";
    }
        .fi-tr-triangle-warning:before {
    content: "\fa04";
    }
        .fi-tr-trillium:before {
    content: "\fa05";
    }
        .fi-tr-trophy-star:before {
    content: "\fa06";
    }
        .fi-tr-truck-bolt:before {
    content: "\fa07";
    }
        .fi-tr-truck-container-empty:before {
    content: "\fa08";
    }
        .fi-tr-truck-container:before {
    content: "\fa09";
    }
        .fi-tr-truck-couch:before {
    content: "\fa0a";
    }
        .fi-tr-truck-flatbed:before {
    content: "\fa0b";
    }
        .fi-tr-truck-front:before {
    content: "\fa0c";
    }
        .fi-tr-truck-loading:before {
    content: "\fa0d";
    }
        .fi-tr-truck-medical:before {
    content: "\fa0e";
    }
        .fi-tr-truck-monster:before {
    content: "\fa0f";
    }
        .fi-tr-truck-moving:before {
    content: "\fa10";
    }
        .fi-tr-truck-pickup:before {
    content: "\fa11";
    }
        .fi-tr-truck-plow:before {
    content: "\fa12";
    }
        .fi-tr-truck-ramp:before {
    content: "\fa13";
    }
        .fi-tr-truck-tow:before {
    content: "\fa14";
    }
        .fi-tr-trumpet:before {
    content: "\fa15";
    }
        .fi-tr-tshirt:before {
    content: "\fa16";
    }
        .fi-tr-tty-answer:before {
    content: "\fa17";
    }
        .fi-tr-tty:before {
    content: "\fa18";
    }
        .fi-tr-tubes:before {
    content: "\fa19";
    }
        .fi-tr-tugrik-sign:before {
    content: "\fa1a";
    }
        .fi-tr-turkey:before {
    content: "\fa1b";
    }
        .fi-tr-turntable:before {
    content: "\fa1c";
    }
        .fi-tr-turtle:before {
    content: "\fa1d";
    }
        .fi-tr-tv-music:before {
    content: "\fa1e";
    }
        .fi-tr-tv-retro:before {
    content: "\fa1f";
    }
        .fi-tr-typewriter:before {
    content: "\fa20";
    }
        .fi-tr-u:before {
    content: "\fa21";
    }
        .fi-tr-ufo-beam:before {
    content: "\fa22";
    }
        .fi-tr-ufo:before {
    content: "\fa23";
    }
        .fi-tr-umbrella-beach:before {
    content: "\fa24";
    }
        .fi-tr-undo:before {
    content: "\fa25";
    }
        .fi-tr-unicorn:before {
    content: "\fa26";
    }
        .fi-tr-uniform-martial-arts:before {
    content: "\fa27";
    }
        .fi-tr-universal-access:before {
    content: "\fa28";
    }
        .fi-tr-up-left:before {
    content: "\fa29";
    }
        .fi-tr-up-right-from-square:before {
    content: "\fa2a";
    }
        .fi-tr-up-right:before {
    content: "\fa2b";
    }
        .fi-tr-up:before {
    content: "\fa2c";
    }
        .fi-tr-url:before {
    content: "\fa2d";
    }
        .fi-tr-usd-circle:before {
    content: "\fa2e";
    }
        .fi-tr-usd-square:before {
    content: "\fa2f";
    }
        .fi-tr-user-alien:before {
    content: "\fa30";
    }
        .fi-tr-user-astronaut:before {
    content: "\fa31";
    }
        .fi-tr-user-check:before {
    content: "\fa32";
    }
        .fi-tr-user-chef:before {
    content: "\fa33";
    }
        .fi-tr-user-cowboy:before {
    content: "\fa34";
    }
        .fi-tr-user-crown:before {
    content: "\fa35";
    }
        .fi-tr-user-gear:before {
    content: "\fa36";
    }
        .fi-tr-user-headset:before {
    content: "\fa37";
    }
        .fi-tr-user-helmet-safety:before {
    content: "\fa38";
    }
        .fi-tr-user-injured:before {
    content: "\fa39";
    }
        .fi-tr-user-interface-ui:before {
    content: "\fa3a";
    }
        .fi-tr-user-lock:before {
    content: "\fa3b";
    }
        .fi-tr-user-md-chat:before {
    content: "\fa3c";
    }
        .fi-tr-user-md:before {
    content: "\fa3d";
    }
        .fi-tr-user-minus:before {
    content: "\fa3e";
    }
        .fi-tr-user-music:before {
    content: "\fa3f";
    }
        .fi-tr-user-ninja:before {
    content: "\fa40";
    }
        .fi-tr-user-nurse:before {
    content: "\fa41";
    }
        .fi-tr-user-pen:before {
    content: "\fa42";
    }
        .fi-tr-user-pilot-tie:before {
    content: "\fa43";
    }
        .fi-tr-user-pilot:before {
    content: "\fa44";
    }
        .fi-tr-user-police:before {
    content: "\fa45";
    }
        .fi-tr-user-robot-xmarks:before {
    content: "\fa46";
    }
        .fi-tr-user-robot:before {
    content: "\fa47";
    }
        .fi-tr-user-shield:before {
    content: "\fa48";
    }
        .fi-tr-user-slash:before {
    content: "\fa49";
    }
        .fi-tr-user-tag:before {
    content: "\fa4a";
    }
        .fi-tr-user-unlock:before {
    content: "\fa4b";
    }
        .fi-tr-user-visor:before {
    content: "\fa4c";
    }
        .fi-tr-user-xmark:before {
    content: "\fa4d";
    }
        .fi-tr-users-gear:before {
    content: "\fa4e";
    }
        .fi-tr-users-medical:before {
    content: "\fa4f";
    }
        .fi-tr-users-slash:before {
    content: "\fa50";
    }
        .fi-tr-utility-pole-double:before {
    content: "\fa51";
    }
        .fi-tr-utility-pole:before {
    content: "\fa52";
    }
        .fi-tr-v:before {
    content: "\fa53";
    }
        .fi-tr-vacuum-robot:before {
    content: "\fa54";
    }
        .fi-tr-vacuum:before {
    content: "\fa55";
    }
        .fi-tr-value-absolute:before {
    content: "\fa56";
    }
        .fi-tr-vault:before {
    content: "\fa57";
    }
        .fi-tr-vector-circle:before {
    content: "\fa58";
    }
        .fi-tr-vector-polygon:before {
    content: "\fa59";
    }
        .fi-tr-vest-patches:before {
    content: "\fa5a";
    }
        .fi-tr-vest:before {
    content: "\fa5b";
    }
        .fi-tr-video-arrow-down-left:before {
    content: "\fa5c";
    }
        .fi-tr-video-arrow-up-right:before {
    content: "\fa5d";
    }
        .fi-tr-video-camera-alt:before {
    content: "\fa5e";
    }
        .fi-tr-video-plus:before {
    content: "\fa5f";
    }
        .fi-tr-video-slash:before {
    content: "\fa60";
    }
        .fi-tr-videoconference:before {
    content: "\fa61";
    }
        .fi-tr-virus-slash:before {
    content: "\fa62";
    }
        .fi-tr-virus:before {
    content: "\fa63";
    }
        .fi-tr-viruses:before {
    content: "\fa64";
    }
        .fi-tr-voicemail:before {
    content: "\fa65";
    }
        .fi-tr-volcano:before {
    content: "\fa66";
    }
        .fi-tr-volume-down:before {
    content: "\fa67";
    }
        .fi-tr-volume-mute:before {
    content: "\fa68";
    }
        .fi-tr-volume-off:before {
    content: "\fa69";
    }
        .fi-tr-volume-slash:before {
    content: "\fa6a";
    }
        .fi-tr-vote-nay:before {
    content: "\fa6b";
    }
        .fi-tr-vote-yea:before {
    content: "\fa6c";
    }
        .fi-tr-vr-cardboard:before {
    content: "\fa6d";
    }
        .fi-tr-w:before {
    content: "\fa6e";
    }
        .fi-tr-waffle:before {
    content: "\fa6f";
    }
        .fi-tr-wagon-covered:before {
    content: "\fa70";
    }
        .fi-tr-walker:before {
    content: "\fa71";
    }
        .fi-tr-walkie-talkie:before {
    content: "\fa72";
    }
        .fi-tr-walking:before {
    content: "\fa73";
    }
        .fi-tr-wallet:before {
    content: "\fa74";
    }
        .fi-tr-warehouse-alt:before {
    content: "\fa75";
    }
        .fi-tr-washer:before {
    content: "\fa76";
    }
        .fi-tr-watch-calculator:before {
    content: "\fa77";
    }
        .fi-tr-watch-fitness:before {
    content: "\fa78";
    }
        .fi-tr-watch-smart:before {
    content: "\fa79";
    }
        .fi-tr-watch:before {
    content: "\fa7a";
    }
        .fi-tr-water-bottle:before {
    content: "\fa7b";
    }
        .fi-tr-water-ladder:before {
    content: "\fa7c";
    }
        .fi-tr-water-lower:before {
    content: "\fa7d";
    }
        .fi-tr-water-rise:before {
    content: "\fa7e";
    }
        .fi-tr-water:before {
    content: "\fa7f";
    }
        .fi-tr-watermelon:before {
    content: "\fa80";
    }
        .fi-tr-wave-sine:before {
    content: "\fa81";
    }
        .fi-tr-wave-square:before {
    content: "\fa82";
    }
        .fi-tr-wave-triangle:before {
    content: "\fa83";
    }
        .fi-tr-waveform-path:before {
    content: "\fa84";
    }
        .fi-tr-waveform:before {
    content: "\fa85";
    }
        .fi-tr-webcam-slash:before {
    content: "\fa86";
    }
        .fi-tr-webcam:before {
    content: "\fa87";
    }
        .fi-tr-whale:before {
    content: "\fa88";
    }
        .fi-tr-wheat-awn-circle-exclamation:before {
    content: "\fa89";
    }
        .fi-tr-wheat-awn-slash:before {
    content: "\fa8a";
    }
        .fi-tr-wheat-awn:before {
    content: "\fa8b";
    }
        .fi-tr-wheat-slash:before {
    content: "\fa8c";
    }
        .fi-tr-wheat:before {
    content: "\fa8d";
    }
        .fi-tr-wheelchair-move:before {
    content: "\fa8e";
    }
        .fi-tr-whistle:before {
    content: "\fa8f";
    }
        .fi-tr-wifi-1:before {
    content: "\fa90";
    }
        .fi-tr-wifi-2:before {
    content: "\fa91";
    }
        .fi-tr-wifi-exclamation:before {
    content: "\fa92";
    }
        .fi-tr-wifi-slash:before {
    content: "\fa93";
    }
        .fi-tr-wifi:before {
    content: "\fa94";
    }
        .fi-tr-wind-turbine:before {
    content: "\fa95";
    }
        .fi-tr-wind-warning:before {
    content: "\fa96";
    }
        .fi-tr-wind:before {
    content: "\fa97";
    }
        .fi-tr-window-alt:before {
    content: "\fa98";
    }
        .fi-tr-window-frame-open:before {
    content: "\fa99";
    }
        .fi-tr-window-frame:before {
    content: "\fa9a";
    }
        .fi-tr-window-maximize:before {
    content: "\fa9b";
    }
        .fi-tr-window-minimize:before {
    content: "\fa9c";
    }
        .fi-tr-window-restore:before {
    content: "\fa9d";
    }
        .fi-tr-windsock:before {
    content: "\fa9e";
    }
        .fi-tr-wine-bottle:before {
    content: "\fa9f";
    }
        .fi-tr-wine-glass-crack:before {
    content: "\faa0";
    }
        .fi-tr-wine-glass-empty:before {
    content: "\faa1";
    }
        .fi-tr-wishlist-heart:before {
    content: "\faa2";
    }
        .fi-tr-wishlist-star:before {
    content: "\faa3";
    }
        .fi-tr-won-sign:before {
    content: "\faa4";
    }
        .fi-tr-worm:before {
    content: "\faa5";
    }
        .fi-tr-wreath:before {
    content: "\faa6";
    }
        .fi-tr-wrench-alt:before {
    content: "\faa7";
    }
        .fi-tr-wrench-simple:before {
    content: "\faa8";
    }
        .fi-tr-x-ray:before {
    content: "\faa9";
    }
        .fi-tr-x:before {
    content: "\faaa";
    }
        .fi-tr-y:before {
    content: "\faab";
    }
        .fi-tr-yin-yang:before {
    content: "\faac";
    }
        .fi-tr-z:before {
    content: "\faad";
    }

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-thin-straight";
    src: url("https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-straight/webfonts/uicons-thin-straight.woff2") format("woff2"),
    url("https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-straight/webfonts/uicons-thin-straight.woff") format("woff"),
    url("https://cdn-uicons.flaticon.com/2.1.0/uicons-thin-straight/webfonts/uicons-thin-straight.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: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-ts-0:before {
    content: "\f101";
    }
        .fi-ts-1:before {
    content: "\f102";
    }
        .fi-ts-2:before {
    content: "\f103";
    }
        .fi-ts-3:before {
    content: "\f104";
    }
        .fi-ts-360-degrees:before {
    content: "\f105";
    }
        .fi-ts-4:before {
    content: "\f106";
    }
        .fi-ts-5:before {
    content: "\f107";
    }
        .fi-ts-6:before {
    content: "\f108";
    }
        .fi-ts-7:before {
    content: "\f109";
    }
        .fi-ts-8:before {
    content: "\f10a";
    }
        .fi-ts-9:before {
    content: "\f10b";
    }
        .fi-ts-a:before {
    content: "\f10c";
    }
        .fi-ts-accident:before {
    content: "\f10d";
    }
        .fi-ts-acorn:before {
    content: "\f10e";
    }
        .fi-ts-ad:before {
    content: "\f10f";
    }
        .fi-ts-add-image:before {
    content: "\f110";
    }
        .fi-ts-address-book:before {
    content: "\f111";
    }
        .fi-ts-address-card:before {
    content: "\f112";
    }
        .fi-ts-admin-alt:before {
    content: "\f113";
    }
        .fi-ts-admin:before {
    content: "\f114";
    }
        .fi-ts-air-conditioner:before {
    content: "\f115";
    }
        .fi-ts-air-freshener:before {
    content: "\f116";
    }
        .fi-ts-airplane-journey:before {
    content: "\f117";
    }
        .fi-ts-airplay:before {
    content: "\f118";
    }
        .fi-ts-alarm-exclamation:before {
    content: "\f119";
    }
        .fi-ts-alarm-plus:before {
    content: "\f11a";
    }
        .fi-ts-alarm-snooze:before {
    content: "\f11b";
    }
        .fi-ts-album-circle-plus:before {
    content: "\f11c";
    }
        .fi-ts-album-circle-user:before {
    content: "\f11d";
    }
        .fi-ts-album-collection:before {
    content: "\f11e";
    }
        .fi-ts-album:before {
    content: "\f11f";
    }
        .fi-ts-algorithm:before {
    content: "\f120";
    }
        .fi-ts-alicorn:before {
    content: "\f121";
    }
        .fi-ts-alien:before {
    content: "\f122";
    }
        .fi-ts-align-slash:before {
    content: "\f123";
    }
        .fi-ts-anchor:before {
    content: "\f124";
    }
        .fi-ts-angel:before {
    content: "\f125";
    }
        .fi-ts-angle-90:before {
    content: "\f126";
    }
        .fi-ts-angle-circle-down:before {
    content: "\f127";
    }
        .fi-ts-angle-circle-left:before {
    content: "\f128";
    }
        .fi-ts-angle-circle-right:before {
    content: "\f129";
    }
        .fi-ts-angle-circle-up:before {
    content: "\f12a";
    }
        .fi-ts-angle-double-left:before {
    content: "\f12b";
    }
        .fi-ts-angle-double-right:before {
    content: "\f12c";
    }
        .fi-ts-angle-double-small-down:before {
    content: "\f12d";
    }
        .fi-ts-angle-double-small-left:before {
    content: "\f12e";
    }
        .fi-ts-angle-double-small-right:before {
    content: "\f12f";
    }
        .fi-ts-angle-double-small-up:before {
    content: "\f130";
    }
        .fi-ts-angle-down:before {
    content: "\f131";
    }
        .fi-ts-angle-left:before {
    content: "\f132";
    }
        .fi-ts-angle-right:before {
    content: "\f133";
    }
        .fi-ts-angle-small-down:before {
    content: "\f134";
    }
        .fi-ts-angle-small-left:before {
    content: "\f135";
    }
        .fi-ts-angle-small-right:before {
    content: "\f136";
    }
        .fi-ts-angle-small-up:before {
    content: "\f137";
    }
        .fi-ts-angle-square-down:before {
    content: "\f138";
    }
        .fi-ts-angle-square-left:before {
    content: "\f139";
    }
        .fi-ts-angle-square-right:before {
    content: "\f13a";
    }
        .fi-ts-angle-square-up:before {
    content: "\f13b";
    }
        .fi-ts-angle-up:before {
    content: "\f13c";
    }
        .fi-ts-angle:before {
    content: "\f13d";
    }
        .fi-ts-angry:before {
    content: "\f13e";
    }
        .fi-ts-animated-icon:before {
    content: "\f13f";
    }
        .fi-ts-answer-alt:before {
    content: "\f140";
    }
        .fi-ts-answer:before {
    content: "\f141";
    }
        .fi-ts-apartment:before {
    content: "\f142";
    }
        .fi-ts-aperture:before {
    content: "\f143";
    }
        .fi-ts-api:before {
    content: "\f144";
    }
        .fi-ts-apple-core:before {
    content: "\f145";
    }
        .fi-ts-apple-crate:before {
    content: "\f146";
    }
        .fi-ts-apple:before {
    content: "\f147";
    }
        .fi-ts-archway:before {
    content: "\f148";
    }
        .fi-ts-arrow-alt-circle-down:before {
    content: "\f149";
    }
        .fi-ts-arrow-alt-circle-left:before {
    content: "\f14a";
    }
        .fi-ts-arrow-alt-circle-right:before {
    content: "\f14b";
    }
        .fi-ts-arrow-alt-circle-up:before {
    content: "\f14c";
    }
        .fi-ts-arrow-alt-down:before {
    content: "\f14d";
    }
        .fi-ts-arrow-alt-from-bottom:before {
    content: "\f14e";
    }
        .fi-ts-arrow-alt-from-left:before {
    content: "\f14f";
    }
        .fi-ts-arrow-alt-from-right:before {
    content: "\f150";
    }
        .fi-ts-arrow-alt-from-top:before {
    content: "\f151";
    }
        .fi-ts-arrow-alt-left:before {
    content: "\f152";
    }
        .fi-ts-arrow-alt-right:before {
    content: "\f153";
    }
        .fi-ts-arrow-alt-square-down:before {
    content: "\f154";
    }
        .fi-ts-arrow-alt-square-left:before {
    content: "\f155";
    }
        .fi-ts-arrow-alt-square-right:before {
    content: "\f156";
    }
        .fi-ts-arrow-alt-square-up:before {
    content: "\f157";
    }
        .fi-ts-arrow-alt-to-bottom:before {
    content: "\f158";
    }
        .fi-ts-arrow-alt-to-left:before {
    content: "\f159";
    }
        .fi-ts-arrow-alt-to-right:before {
    content: "\f15a";
    }
        .fi-ts-arrow-alt-to-top:before {
    content: "\f15b";
    }
        .fi-ts-arrow-alt-up:before {
    content: "\f15c";
    }
        .fi-ts-arrow-circle-down:before {
    content: "\f15d";
    }
        .fi-ts-arrow-circle-left:before {
    content: "\f15e";
    }
        .fi-ts-arrow-circle-right:before {
    content: "\f15f";
    }
        .fi-ts-arrow-circle-up:before {
    content: "\f160";
    }
        .fi-ts-arrow-down-from-dotted-line:before {
    content: "\f161";
    }
        .fi-ts-arrow-down-left:before {
    content: "\f162";
    }
        .fi-ts-arrow-down-small-big:before {
    content: "\f163";
    }
        .fi-ts-arrow-down-to-dotted-line:before {
    content: "\f164";
    }
        .fi-ts-arrow-down-to-square:before {
    content: "\f165";
    }
        .fi-ts-arrow-down-triangle-square:before {
    content: "\f166";
    }
        .fi-ts-arrow-down:before {
    content: "\f167";
    }
        .fi-ts-arrow-from-left:before {
    content: "\f168";
    }
        .fi-ts-arrow-from-right:before {
    content: "\f169";
    }
        .fi-ts-arrow-from-top:before {
    content: "\f16a";
    }
        .fi-ts-arrow-left-from-line:before {
    content: "\f16b";
    }
        .fi-ts-arrow-left:before {
    content: "\f16c";
    }
        .fi-ts-arrow-progress:before {
    content: "\f16d";
    }
        .fi-ts-arrow-right-to-bracket:before {
    content: "\f16e";
    }
        .fi-ts-arrow-right:before {
    content: "\f16f";
    }
        .fi-ts-arrow-small-down:before {
    content: "\f170";
    }
        .fi-ts-arrow-small-left:before {
    content: "\f171";
    }
        .fi-ts-arrow-small-right:before {
    content: "\f172";
    }
        .fi-ts-arrow-small-up:before {
    content: "\f173";
    }
        .fi-ts-arrow-square-down:before {
    content: "\f174";
    }
        .fi-ts-arrow-square-left:before {
    content: "\f175";
    }
        .fi-ts-arrow-square-right:before {
    content: "\f176";
    }
        .fi-ts-arrow-square-up:before {
    content: "\f177";
    }
        .fi-ts-arrow-to-bottom:before {
    content: "\f178";
    }
        .fi-ts-arrow-to-left:before {
    content: "\f179";
    }
        .fi-ts-arrow-to-right:before {
    content: "\f17a";
    }
        .fi-ts-arrow-to-top:before {
    content: "\f17b";
    }
        .fi-ts-arrow-trend-down:before {
    content: "\f17c";
    }
        .fi-ts-arrow-trend-up:before {
    content: "\f17d";
    }
        .fi-ts-arrow-turn-down-left:before {
    content: "\f17e";
    }
        .fi-ts-arrow-turn-down-right:before {
    content: "\f17f";
    }
        .fi-ts-arrow-up-from-dotted-line:before {
    content: "\f180";
    }
        .fi-ts-arrow-up-from-square:before {
    content: "\f181";
    }
        .fi-ts-arrow-up-left-from-circle:before {
    content: "\f182";
    }
        .fi-ts-arrow-up-left:before {
    content: "\f183";
    }
        .fi-ts-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\f184";
    }
        .fi-ts-arrow-up-right-from-square:before {
    content: "\f185";
    }
        .fi-ts-arrow-up-right:before {
    content: "\f186";
    }
        .fi-ts-arrow-up-small-big:before {
    content: "\f187";
    }
        .fi-ts-arrow-up-square-triangle:before {
    content: "\f188";
    }
        .fi-ts-arrow-up-to-dotted-line:before {
    content: "\f189";
    }
        .fi-ts-arrow-up:before {
    content: "\f18a";
    }
        .fi-ts-arrows-alt-h:before {
    content: "\f18b";
    }
        .fi-ts-arrows-alt-v:before {
    content: "\f18c";
    }
        .fi-ts-arrows-alt:before {
    content: "\f18d";
    }
        .fi-ts-arrows-cross:before {
    content: "\f18e";
    }
        .fi-ts-arrows-from-dotted-line:before {
    content: "\f18f";
    }
        .fi-ts-arrows-from-line:before {
    content: "\f190";
    }
        .fi-ts-arrows-h-copy:before {
    content: "\f191";
    }
        .fi-ts-arrows-h:before {
    content: "\f192";
    }
        .fi-ts-arrows-repeat-1:before {
    content: "\f193";
    }
        .fi-ts-arrows-repeat:before {
    content: "\f194";
    }
        .fi-ts-arrows-retweet:before {
    content: "\f195";
    }
        .fi-ts-arrows-to-dotted-line:before {
    content: "\f196";
    }
        .fi-ts-arrows-to-eye:before {
    content: "\f197";
    }
        .fi-ts-arrows-to-line:before {
    content: "\f198";
    }
        .fi-ts-arrows:before {
    content: "\f199";
    }
        .fi-ts-artificial-intelligence:before {
    content: "\f19a";
    }
        .fi-ts-assistive-listening-systems:before {
    content: "\f19b";
    }
        .fi-ts-at:before {
    content: "\f19c";
    }
        .fi-ts-attribution-pen:before {
    content: "\f19d";
    }
        .fi-ts-attribution-pencil:before {
    content: "\f19e";
    }
        .fi-ts-aubergine:before {
    content: "\f19f";
    }
        .fi-ts-auction:before {
    content: "\f1a0";
    }
        .fi-ts-audio-description-slash:before {
    content: "\f1a1";
    }
        .fi-ts-audit-alt:before {
    content: "\f1a2";
    }
        .fi-ts-audit:before {
    content: "\f1a3";
    }
        .fi-ts-austral-sign:before {
    content: "\f1a4";
    }
        .fi-ts-avocado:before {
    content: "\f1a5";
    }
        .fi-ts-award:before {
    content: "\f1a6";
    }
        .fi-ts-axe-battle:before {
    content: "\f1a7";
    }
        .fi-ts-axe:before {
    content: "\f1a8";
    }
        .fi-ts-b:before {
    content: "\f1a9";
    }
        .fi-ts-baby-carriage:before {
    content: "\f1aa";
    }
        .fi-ts-baby:before {
    content: "\f1ab";
    }
        .fi-ts-background:before {
    content: "\f1ac";
    }
        .fi-ts-bacon:before {
    content: "\f1ad";
    }
        .fi-ts-bacteria:before {
    content: "\f1ae";
    }
        .fi-ts-bacterium:before {
    content: "\f1af";
    }
        .fi-ts-badge-check:before {
    content: "\f1b0";
    }
        .fi-ts-badge-dollar:before {
    content: "\f1b1";
    }
        .fi-ts-badge-percent:before {
    content: "\f1b2";
    }
        .fi-ts-badge-sheriff:before {
    content: "\f1b3";
    }
        .fi-ts-badger-honey:before {
    content: "\f1b4";
    }
        .fi-ts-badminton:before {
    content: "\f1b5";
    }
        .fi-ts-bag-seedling:before {
    content: "\f1b6";
    }
        .fi-ts-bags-shopping:before {
    content: "\f1b7";
    }
        .fi-ts-baguette:before {
    content: "\f1b8";
    }
        .fi-ts-bahai:before {
    content: "\f1b9";
    }
        .fi-ts-baht-sign:before {
    content: "\f1ba";
    }
        .fi-ts-balance-scale-left:before {
    content: "\f1bb";
    }
        .fi-ts-balance-scale-right:before {
    content: "\f1bc";
    }
        .fi-ts-ball-pile:before {
    content: "\f1bd";
    }
        .fi-ts-balloon:before {
    content: "\f1be";
    }
        .fi-ts-ballot-check:before {
    content: "\f1bf";
    }
        .fi-ts-ballot:before {
    content: "\f1c0";
    }
        .fi-ts-ban-bug:before {
    content: "\f1c1";
    }
        .fi-ts-banana:before {
    content: "\f1c2";
    }
        .fi-ts-bangladeshi-taka-sign:before {
    content: "\f1c3";
    }
        .fi-ts-banjo:before {
    content: "\f1c4";
    }
        .fi-ts-barcode-read:before {
    content: "\f1c5";
    }
        .fi-ts-barcode-scan:before {
    content: "\f1c6";
    }
        .fi-ts-barcode:before {
    content: "\f1c7";
    }
        .fi-ts-bars-filter:before {
    content: "\f1c8";
    }
        .fi-ts-bars-progress:before {
    content: "\f1c9";
    }
        .fi-ts-bars-sort:before {
    content: "\f1ca";
    }
        .fi-ts-bars-staggered:before {
    content: "\f1cb";
    }
        .fi-ts-baseball-alt:before {
    content: "\f1cc";
    }
        .fi-ts-basket-shopping-simple:before {
    content: "\f1cd";
    }
        .fi-ts-basketball-hoop:before {
    content: "\f1ce";
    }
        .fi-ts-bat:before {
    content: "\f1cf";
    }
        .fi-ts-bath:before {
    content: "\f1d0";
    }
        .fi-ts-battery-bolt:before {
    content: "\f1d1";
    }
        .fi-ts-battery-empty:before {
    content: "\f1d2";
    }
        .fi-ts-battery-exclamation:before {
    content: "\f1d3";
    }
        .fi-ts-battery-full:before {
    content: "\f1d4";
    }
        .fi-ts-battery-half:before {
    content: "\f1d5";
    }
        .fi-ts-battery-quarter:before {
    content: "\f1d6";
    }
        .fi-ts-battery-slash:before {
    content: "\f1d7";
    }
        .fi-ts-battery-three-quarters:before {
    content: "\f1d8";
    }
        .fi-ts-beacon:before {
    content: "\f1d9";
    }
        .fi-ts-bed-alt:before {
    content: "\f1da";
    }
        .fi-ts-bed-bunk:before {
    content: "\f1db";
    }
        .fi-ts-bed-empty:before {
    content: "\f1dc";
    }
        .fi-ts-bee:before {
    content: "\f1dd";
    }
        .fi-ts-beer-mug-empty:before {
    content: "\f1de";
    }
        .fi-ts-beer:before {
    content: "\f1df";
    }
        .fi-ts-bell-concierge:before {
    content: "\f1e0";
    }
        .fi-ts-bell-slash:before {
    content: "\f1e1";
    }
        .fi-ts-bells:before {
    content: "\f1e2";
    }
        .fi-ts-bench-tree:before {
    content: "\f1e3";
    }
        .fi-ts-betamax:before {
    content: "\f1e4";
    }
        .fi-ts-bicycle-journey:before {
    content: "\f1e5";
    }
        .fi-ts-biking-mountain:before {
    content: "\f1e6";
    }
        .fi-ts-biking:before {
    content: "\f1e7";
    }
        .fi-ts-binary-circle-check:before {
    content: "\f1e8";
    }
        .fi-ts-binary-lock:before {
    content: "\f1e9";
    }
        .fi-ts-binary-slash:before {
    content: "\f1ea";
    }
        .fi-ts-binary:before {
    content: "\f1eb";
    }
        .fi-ts-binoculars:before {
    content: "\f1ec";
    }
        .fi-ts-biohazard:before {
    content: "\f1ed";
    }
        .fi-ts-bird:before {
    content: "\f1ee";
    }
        .fi-ts-bitcoin-sign:before {
    content: "\f1ef";
    }
        .fi-ts-blanket:before {
    content: "\f1f0";
    }
        .fi-ts-blender-phone:before {
    content: "\f1f1";
    }
        .fi-ts-blender:before {
    content: "\f1f2";
    }
        .fi-ts-blinds-open:before {
    content: "\f1f3";
    }
        .fi-ts-blinds-raised:before {
    content: "\f1f4";
    }
        .fi-ts-blinds:before {
    content: "\f1f5";
    }
        .fi-ts-block-brick:before {
    content: "\f1f6";
    }
        .fi-ts-block-question:before {
    content: "\f1f7";
    }
        .fi-ts-block-quote:before {
    content: "\f1f8";
    }
        .fi-ts-block:before {
    content: "\f1f9";
    }
        .fi-ts-blog-pencil:before {
    content: "\f1fa";
    }
        .fi-ts-blog-text:before {
    content: "\f1fb";
    }
        .fi-ts-blueberries:before {
    content: "\f1fc";
    }
        .fi-ts-bolt-auto:before {
    content: "\f1fd";
    }
        .fi-ts-bolt-slash:before {
    content: "\f1fe";
    }
        .fi-ts-bolt:before {
    content: "\f1ff";
    }
        .fi-ts-bomb:before {
    content: "\f200";
    }
        .fi-ts-bone-break:before {
    content: "\f201";
    }
        .fi-ts-bone:before {
    content: "\f202";
    }
        .fi-ts-bong:before {
    content: "\f203";
    }
        .fi-ts-book-arrow-right:before {
    content: "\f204";
    }
        .fi-ts-book-arrow-up:before {
    content: "\f205";
    }
        .fi-ts-book-atlas:before {
    content: "\f206";
    }
        .fi-ts-book-bookmark:before {
    content: "\f207";
    }
        .fi-ts-book-circle-arrow-right:before {
    content: "\f208";
    }
        .fi-ts-book-circle-arrow-up:before {
    content: "\f209";
    }
        .fi-ts-book-copy:before {
    content: "\f20a";
    }
        .fi-ts-book-dead:before {
    content: "\f20b";
    }
        .fi-ts-book-font:before {
    content: "\f20c";
    }
        .fi-ts-book-medical:before {
    content: "\f20d";
    }
        .fi-ts-book-open-cover:before {
    content: "\f20e";
    }
        .fi-ts-book-open-reader:before {
    content: "\f20f";
    }
        .fi-ts-book-quran:before {
    content: "\f210";
    }
        .fi-ts-book-section:before {
    content: "\f211";
    }
        .fi-ts-book-spells:before {
    content: "\f212";
    }
        .fi-ts-book-tanakh:before {
    content: "\f213";
    }
        .fi-ts-book-user:before {
    content: "\f214";
    }
        .fi-ts-bookmark-slash:before {
    content: "\f215";
    }
        .fi-ts-books-medical:before {
    content: "\f216";
    }
        .fi-ts-books:before {
    content: "\f217";
    }
        .fi-ts-boot-heeled:before {
    content: "\f218";
    }
        .fi-ts-boot:before {
    content: "\f219";
    }
        .fi-ts-border-all:before {
    content: "\f21a";
    }
        .fi-ts-border-bottom:before {
    content: "\f21b";
    }
        .fi-ts-border-center-h:before {
    content: "\f21c";
    }
        .fi-ts-border-center-v:before {
    content: "\f21d";
    }
        .fi-ts-border-inner:before {
    content: "\f21e";
    }
        .fi-ts-border-left:before {
    content: "\f21f";
    }
        .fi-ts-border-none:before {
    content: "\f220";
    }
        .fi-ts-border-outer:before {
    content: "\f221";
    }
        .fi-ts-border-right:before {
    content: "\f222";
    }
        .fi-ts-border-style-alt:before {
    content: "\f223";
    }
        .fi-ts-border-style:before {
    content: "\f224";
    }
        .fi-ts-border-top:before {
    content: "\f225";
    }
        .fi-ts-boss:before {
    content: "\f226";
    }
        .fi-ts-bottle-droplet:before {
    content: "\f227";
    }
        .fi-ts-bottle:before {
    content: "\f228";
    }
        .fi-ts-bow-arrow:before {
    content: "\f229";
    }
        .fi-ts-bowl-chopsticks-noodles:before {
    content: "\f22a";
    }
        .fi-ts-bowl-chopsticks:before {
    content: "\f22b";
    }
        .fi-ts-bowl-rice:before {
    content: "\f22c";
    }
        .fi-ts-bowl-scoop:before {
    content: "\f22d";
    }
        .fi-ts-bowl-scoops:before {
    content: "\f22e";
    }
        .fi-ts-bowl-soft-serve:before {
    content: "\f22f";
    }
        .fi-ts-bowl-spoon:before {
    content: "\f230";
    }
        .fi-ts-bowling-ball:before {
    content: "\f231";
    }
        .fi-ts-bowling-pins:before {
    content: "\f232";
    }
        .fi-ts-box-ballot:before {
    content: "\f233";
    }
        .fi-ts-box-check:before {
    content: "\f234";
    }
        .fi-ts-box-circle-check:before {
    content: "\f235";
    }
        .fi-ts-box-dollar:before {
    content: "\f236";
    }
        .fi-ts-box-fragile:before {
    content: "\f237";
    }
        .fi-ts-box-heart:before {
    content: "\f238";
    }
        .fi-ts-box-open-full:before {
    content: "\f239";
    }
        .fi-ts-box-open:before {
    content: "\f23a";
    }
        .fi-ts-box-tissue:before {
    content: "\f23b";
    }
        .fi-ts-box-up:before {
    content: "\f23c";
    }
        .fi-ts-boxes:before {
    content: "\f23d";
    }
        .fi-ts-boxing-glove:before {
    content: "\f23e";
    }
        .fi-ts-bracket-curly-right:before {
    content: "\f23f";
    }
        .fi-ts-bracket-curly:before {
    content: "\f240";
    }
        .fi-ts-bracket-round-right:before {
    content: "\f241";
    }
        .fi-ts-bracket-round:before {
    content: "\f242";
    }
        .fi-ts-bracket-square-right:before {
    content: "\f243";
    }
        .fi-ts-bracket-square:before {
    content: "\f244";
    }
        .fi-ts-brackets-curly:before {
    content: "\f245";
    }
        .fi-ts-brackets-round:before {
    content: "\f246";
    }
        .fi-ts-brackets-square:before {
    content: "\f247";
    }
        .fi-ts-braille-a:before {
    content: "\f248";
    }
        .fi-ts-braille-b:before {
    content: "\f249";
    }
        .fi-ts-braille-c:before {
    content: "\f24a";
    }
        .fi-ts-braille-d:before {
    content: "\f24b";
    }
        .fi-ts-braille-e:before {
    content: "\f24c";
    }
        .fi-ts-braille-g:before {
    content: "\f24d";
    }
        .fi-ts-braille-h:before {
    content: "\f24e";
    }
        .fi-ts-braille-i:before {
    content: "\f24f";
    }
        .fi-ts-braille-j:before {
    content: "\f250";
    }
        .fi-ts-braille-k:before {
    content: "\f251";
    }
        .fi-ts-braille-l:before {
    content: "\f252";
    }
        .fi-ts-braille-m:before {
    content: "\f253";
    }
        .fi-ts-braille-n-alt:before {
    content: "\f254";
    }
        .fi-ts-braille-n:before {
    content: "\f255";
    }
        .fi-ts-braille-o:before {
    content: "\f256";
    }
        .fi-ts-braille-p:before {
    content: "\f257";
    }
        .fi-ts-braille-q:before {
    content: "\f258";
    }
        .fi-ts-braille-r:before {
    content: "\f259";
    }
        .fi-ts-braille-s:before {
    content: "\f25a";
    }
        .fi-ts-braille-t:before {
    content: "\f25b";
    }
        .fi-ts-braille-u:before {
    content: "\f25c";
    }
        .fi-ts-braille-v:before {
    content: "\f25d";
    }
        .fi-ts-braille-w:before {
    content: "\f25e";
    }
        .fi-ts-braille-x:before {
    content: "\f25f";
    }
        .fi-ts-braille-y:before {
    content: "\f260";
    }
        .fi-ts-braille-z:before {
    content: "\f261";
    }
        .fi-ts-braille:before {
    content: "\f262";
    }
        .fi-ts-brain-circuit:before {
    content: "\f263";
    }
        .fi-ts-brain:before {
    content: "\f264";
    }
        .fi-ts-bread-loaf:before {
    content: "\f265";
    }
        .fi-ts-bread-slice-butter:before {
    content: "\f266";
    }
        .fi-ts-bread-slice:before {
    content: "\f267";
    }
        .fi-ts-bread:before {
    content: "\f268";
    }
        .fi-ts-briefcase-arrow-right:before {
    content: "\f269";
    }
        .fi-ts-briefcase-blank:before {
    content: "\f26a";
    }
        .fi-ts-brightness-low:before {
    content: "\f26b";
    }
        .fi-ts-brightness:before {
    content: "\f26c";
    }
        .fi-ts-bring-forward:before {
    content: "\f26d";
    }
        .fi-ts-bring-front:before {
    content: "\f26e";
    }
        .fi-ts-broadcast-tower:before {
    content: "\f26f";
    }
        .fi-ts-broccoli:before {
    content: "\f270";
    }
        .fi-ts-broken-image:before {
    content: "\f271";
    }
        .fi-ts-broom-ball:before {
    content: "\f272";
    }
        .fi-ts-browser-ui:before {
    content: "\f273";
    }
        .fi-ts-browsers:before {
    content: "\f274";
    }
        .fi-ts-bucket:before {
    content: "\f275";
    }
        .fi-ts-budget-alt:before {
    content: "\f276";
    }
        .fi-ts-budget:before {
    content: "\f277";
    }
        .fi-ts-bug-slash:before {
    content: "\f278";
    }
        .fi-ts-bugs:before {
    content: "\f279";
    }
        .fi-ts-build-alt:before {
    content: "\f27a";
    }
        .fi-ts-build:before {
    content: "\f27b";
    }
        .fi-ts-building-ngo:before {
    content: "\f27c";
    }
        .fi-ts-bullet:before {
    content: "\f27d";
    }
        .fi-ts-bullhorn:before {
    content: "\f27e";
    }
        .fi-ts-bullseye-arrow:before {
    content: "\f27f";
    }
        .fi-ts-bullseye-pointer:before {
    content: "\f280";
    }
        .fi-ts-bullseye:before {
    content: "\f281";
    }
        .fi-ts-burger-alt:before {
    content: "\f282";
    }
        .fi-ts-burger-fries:before {
    content: "\f283";
    }
        .fi-ts-burger-glass:before {
    content: "\f284";
    }
        .fi-ts-burrito:before {
    content: "\f285";
    }
        .fi-ts-bus-alt:before {
    content: "\f286";
    }
        .fi-ts-bus:before {
    content: "\f287";
    }
        .fi-ts-business-time:before {
    content: "\f288";
    }
        .fi-ts-Butter:before {
    content: "\f289";
    }
        .fi-ts-butterfly:before {
    content: "\f28a";
    }
        .fi-ts-c:before {
    content: "\f28b";
    }
        .fi-ts-cabin:before {
    content: "\f28c";
    }
        .fi-ts-cactus:before {
    content: "\f28d";
    }
        .fi-ts-cake-slice:before {
    content: "\f28e";
    }
        .fi-ts-calculator-bill:before {
    content: "\f28f";
    }
        .fi-ts-calculator-money:before {
    content: "\f290";
    }
        .fi-ts-calculator-simple:before {
    content: "\f291";
    }
        .fi-ts-calendar-arrow-down:before {
    content: "\f292";
    }
        .fi-ts-calendar-arrow-up:before {
    content: "\f293";
    }
        .fi-ts-calendar-check:before {
    content: "\f294";
    }
        .fi-ts-calendar-clock:before {
    content: "\f295";
    }
        .fi-ts-calendar-day:before {
    content: "\f296";
    }
        .fi-ts-calendar-days:before {
    content: "\f297";
    }
        .fi-ts-calendar-exclamation:before {
    content: "\f298";
    }
        .fi-ts-calendar-heart:before {
    content: "\f299";
    }
        .fi-ts-calendar-image:before {
    content: "\f29a";
    }
        .fi-ts-calendar-lines-pen:before {
    content: "\f29b";
    }
        .fi-ts-calendar-lines:before {
    content: "\f29c";
    }
        .fi-ts-calendar-minus:before {
    content: "\f29d";
    }
        .fi-ts-calendar-pen:before {
    content: "\f29e";
    }
        .fi-ts-calendar-plus:before {
    content: "\f29f";
    }
        .fi-ts-calendar-star:before {
    content: "\f2a0";
    }
        .fi-ts-calendar-week:before {
    content: "\f2a1";
    }
        .fi-ts-calendar-xmark:before {
    content: "\f2a2";
    }
        .fi-ts-calendars:before {
    content: "\f2a3";
    }
        .fi-ts-call-history:before {
    content: "\f2a4";
    }
        .fi-ts-call-incoming:before {
    content: "\f2a5";
    }
        .fi-ts-call-missed:before {
    content: "\f2a6";
    }
        .fi-ts-call-outgoing:before {
    content: "\f2a7";
    }
        .fi-ts-camcorder:before {
    content: "\f2a8";
    }
        .fi-ts-camera-cctv:before {
    content: "\f2a9";
    }
        .fi-ts-camera-movie:before {
    content: "\f2aa";
    }
        .fi-ts-camera-retro:before {
    content: "\f2ab";
    }
        .fi-ts-camera-rotate:before {
    content: "\f2ac";
    }
        .fi-ts-camera-security:before {
    content: "\f2ad";
    }
        .fi-ts-camera-slash:before {
    content: "\f2ae";
    }
        .fi-ts-camera-viewfinder:before {
    content: "\f2af";
    }
        .fi-ts-campfire:before {
    content: "\f2b0";
    }
        .fi-ts-can-food:before {
    content: "\f2b1";
    }
        .fi-ts-candle-holder:before {
    content: "\f2b2";
    }
        .fi-ts-candy-alt:before {
    content: "\f2b3";
    }
        .fi-ts-candy-bar:before {
    content: "\f2b4";
    }
        .fi-ts-candy-cane:before {
    content: "\f2b5";
    }
        .fi-ts-candy-corn:before {
    content: "\f2b6";
    }
        .fi-ts-candy-sweet:before {
    content: "\f2b7";
    }
        .fi-ts-candy:before {
    content: "\f2b8";
    }
        .fi-ts-Cannabis:before {
    content: "\f2b9";
    }
        .fi-ts-canned-food:before {
    content: "\f2ba";
    }
        .fi-ts-capsules:before {
    content: "\f2bb";
    }
        .fi-ts-car-alt:before {
    content: "\f2bc";
    }
        .fi-ts-car-battery:before {
    content: "\f2bd";
    }
        .fi-ts-car-bolt:before {
    content: "\f2be";
    }
        .fi-ts-car-building:before {
    content: "\f2bf";
    }
        .fi-ts-car-bump:before {
    content: "\f2c0";
    }
        .fi-ts-car-bus:before {
    content: "\f2c1";
    }
        .fi-ts-car-circle-bolt:before {
    content: "\f2c2";
    }
        .fi-ts-car-crash:before {
    content: "\f2c3";
    }
        .fi-ts-car-garage:before {
    content: "\f2c4";
    }
        .fi-ts-car-journey:before {
    content: "\f2c5";
    }
        .fi-ts-car-mechanic:before {
    content: "\f2c6";
    }
        .fi-ts-car-rear:before {
    content: "\f2c7";
    }
        .fi-ts-car-side-bolt:before {
    content: "\f2c8";
    }
        .fi-ts-car-side:before {
    content: "\f2c9";
    }
        .fi-ts-car-tilt:before {
    content: "\f2ca";
    }
        .fi-ts-car-wash:before {
    content: "\f2cb";
    }
        .fi-ts-caravan-alt:before {
    content: "\f2cc";
    }
        .fi-ts-caravan:before {
    content: "\f2cd";
    }
        .fi-ts-card-club:before {
    content: "\f2ce";
    }
        .fi-ts-card-diamond:before {
    content: "\f2cf";
    }
        .fi-ts-card-heart:before {
    content: "\f2d0";
    }
        .fi-ts-card-spade:before {
    content: "\f2d1";
    }
        .fi-ts-caret-circle-down:before {
    content: "\f2d2";
    }
        .fi-ts-caret-circle-right:before {
    content: "\f2d3";
    }
        .fi-ts-caret-circle-up:before {
    content: "\f2d4";
    }
        .fi-ts-caret-down:before {
    content: "\f2d5";
    }
        .fi-ts-caret-left:before {
    content: "\f2d6";
    }
        .fi-ts-caret-right:before {
    content: "\f2d7";
    }
        .fi-ts-caret-square-down:before {
    content: "\f2d8";
    }
        .fi-ts-caret-square-left_1:before {
    content: "\f2d9";
    }
        .fi-ts-caret-square-left:before {
    content: "\f2da";
    }
        .fi-ts-caret-square-right:before {
    content: "\f2db";
    }
        .fi-ts-caret-square-up:before {
    content: "\f2dc";
    }
        .fi-ts-caret-up:before {
    content: "\f2dd";
    }
        .fi-ts-carrot:before {
    content: "\f2de";
    }
        .fi-ts-cars-crash:before {
    content: "\f2df";
    }
        .fi-ts-cars:before {
    content: "\f2e0";
    }
        .fi-ts-cart-arrow-down:before {
    content: "\f2e1";
    }
        .fi-ts-cart-minus:before {
    content: "\f2e2";
    }
        .fi-ts-cart-shopping-fast:before {
    content: "\f2e3";
    }
        .fi-ts-cash-register:before {
    content: "\f2e4";
    }
        .fi-ts-cassette-tape:before {
    content: "\f2e5";
    }
        .fi-ts-cassette-vhs:before {
    content: "\f2e6";
    }
        .fi-ts-castle:before {
    content: "\f2e7";
    }
        .fi-ts-cat-space:before {
    content: "\f2e8";
    }
        .fi-ts-cat:before {
    content: "\f2e9";
    }
        .fi-ts-catalog-alt:before {
    content: "\f2ea";
    }
        .fi-ts-catalog-magazine:before {
    content: "\f2eb";
    }
        .fi-ts-catalog:before {
    content: "\f2ec";
    }
        .fi-ts-category-alt:before {
    content: "\f2ed";
    }
        .fi-ts-category:before {
    content: "\f2ee";
    }
        .fi-ts-cauldron:before {
    content: "\f2ef";
    }
        .fi-ts-cedi-sign:before {
    content: "\f2f0";
    }
        .fi-ts-cello:before {
    content: "\f2f1";
    }
        .fi-ts-cent-sign:before {
    content: "\f2f2";
    }
        .fi-ts-chair-office:before {
    content: "\f2f3";
    }
        .fi-ts-chair:before {
    content: "\f2f4";
    }
        .fi-ts-chalkboard-user:before {
    content: "\f2f5";
    }
        .fi-ts-challenge-alt:before {
    content: "\f2f6";
    }
        .fi-ts-challenge:before {
    content: "\f2f7";
    }
        .fi-ts-charging-station:before {
    content: "\f2f8";
    }
        .fi-ts-chart-area:before {
    content: "\f2f9";
    }
        .fi-ts-chart-bullet:before {
    content: "\f2fa";
    }
        .fi-ts-chart-candlestick:before {
    content: "\f2fb";
    }
        .fi-ts-chart-gantt:before {
    content: "\f2fc";
    }
        .fi-ts-chart-line-up:before {
    content: "\f2fd";
    }
        .fi-ts-chart-mixed:before {
    content: "\f2fe";
    }
        .fi-ts-chart-radar:before {
    content: "\f2ff";
    }
        .fi-ts-chart-scatter-3d:before {
    content: "\f300";
    }
        .fi-ts-chart-scatter-bubble:before {
    content: "\f301";
    }
        .fi-ts-chart-scatter:before {
    content: "\f302";
    }
        .fi-ts-chart-simple-horizontal:before {
    content: "\f303";
    }
        .fi-ts-chart-simple:before {
    content: "\f304";
    }
        .fi-ts-chart-tree-map:before {
    content: "\f305";
    }
        .fi-ts-chart-user:before {
    content: "\f306";
    }
        .fi-ts-chart-waterfall:before {
    content: "\f307";
    }
        .fi-ts-chatbot-speech-bubble:before {
    content: "\f308";
    }
        .fi-ts-chatbot:before {
    content: "\f309";
    }
        .fi-ts-check-circle:before {
    content: "\f30a";
    }
        .fi-ts-check-double:before {
    content: "\f30b";
    }
        .fi-ts-cheese-alt:before {
    content: "\f30c";
    }
        .fi-ts-cheese:before {
    content: "\f30d";
    }
        .fi-ts-cheeseburger:before {
    content: "\f30e";
    }
        .fi-ts-cherry:before {
    content: "\f30f";
    }
        .fi-ts-chess-bishop:before {
    content: "\f310";
    }
        .fi-ts-chess-board:before {
    content: "\f311";
    }
        .fi-ts-chess-clock-alt:before {
    content: "\f312";
    }
        .fi-ts-chess-clock:before {
    content: "\f313";
    }
        .fi-ts-chess-king-alt:before {
    content: "\f314";
    }
        .fi-ts-chess-king:before {
    content: "\f315";
    }
        .fi-ts-chess-knight-alt:before {
    content: "\f316";
    }
        .fi-ts-chess-knight:before {
    content: "\f317";
    }
        .fi-ts-chess-pawn-alt:before {
    content: "\f318";
    }
        .fi-ts-chess-pawn:before {
    content: "\f319";
    }
        .fi-ts-chess-queen-alt:before {
    content: "\f31a";
    }
        .fi-ts-chess-queen:before {
    content: "\f31b";
    }
        .fi-ts-chess-rook-alt:before {
    content: "\f31c";
    }
        .fi-ts-chess-rook:before {
    content: "\f31d";
    }
        .fi-ts-chess:before {
    content: "\f31e";
    }
        .fi-ts-chevron-double-down:before {
    content: "\f31f";
    }
        .fi-ts-chevron-double-up:before {
    content: "\f320";
    }
        .fi-ts-child:before {
    content: "\f321";
    }
        .fi-ts-chimney:before {
    content: "\f322";
    }
        .fi-ts-chocolate-bar:before {
    content: "\f323";
    }
        .fi-ts-choose-alt:before {
    content: "\f324";
    }
        .fi-ts-choose:before {
    content: "\f325";
    }
        .fi-ts-circle-0:before {
    content: "\f326";
    }
        .fi-ts-circle-1:before {
    content: "\f327";
    }
        .fi-ts-circle-2:before {
    content: "\f328";
    }
        .fi-ts-circle-3:before {
    content: "\f329";
    }
        .fi-ts-circle-4:before {
    content: "\f32a";
    }
        .fi-ts-circle-5:before {
    content: "\f32b";
    }
        .fi-ts-circle-6:before {
    content: "\f32c";
    }
        .fi-ts-circle-7:before {
    content: "\f32d";
    }
        .fi-ts-circle-8:before {
    content: "\f32e";
    }
        .fi-ts-circle-9:before {
    content: "\f32f";
    }
        .fi-ts-circle-a:before {
    content: "\f330";
    }
        .fi-ts-circle-b:before {
    content: "\f331";
    }
        .fi-ts-circle-bolt:before {
    content: "\f332";
    }
        .fi-ts-circle-book-open:before {
    content: "\f333";
    }
        .fi-ts-circle-bookmark:before {
    content: "\f334";
    }
        .fi-ts-circle-c:before {
    content: "\f335";
    }
        .fi-ts-circle-calendar:before {
    content: "\f336";
    }
        .fi-ts-circle-camera:before {
    content: "\f337";
    }
        .fi-ts-circle-d:before {
    content: "\f338";
    }
        .fi-ts-circle-dashed:before {
    content: "\f339";
    }
        .fi-ts-circle-e:before {
    content: "\f33a";
    }
        .fi-ts-circle-ellipsis-vertical:before {
    content: "\f33b";
    }
        .fi-ts-circle-ellipsis:before {
    content: "\f33c";
    }
        .fi-ts-circle-envelope:before {
    content: "\f33d";
    }
        .fi-ts-circle-exclamation-check:before {
    content: "\f33e";
    }
        .fi-ts-circle-f:before {
    content: "\f33f";
    }
        .fi-ts-circle-g:before {
    content: "\f340";
    }
        .fi-ts-circle-h:before {
    content: "\f341";
    }
        .fi-ts-circle-half-stroke:before {
    content: "\f342";
    }
        .fi-ts-circle-half:before {
    content: "\f343";
    }
        .fi-ts-circle-heart:before {
    content: "\f344";
    }
        .fi-ts-circle-i:before {
    content: "\f345";
    }
        .fi-ts-circle-j:before {
    content: "\f346";
    }
        .fi-ts-circle-k:before {
    content: "\f347";
    }
        .fi-ts-circle-l:before {
    content: "\f348";
    }
        .fi-ts-circle-m:before {
    content: "\f349";
    }
        .fi-ts-circle-microphone-lines:before {
    content: "\f34a";
    }
        .fi-ts-circle-microphone:before {
    content: "\f34b";
    }
        .fi-ts-circle-n:before {
    content: "\f34c";
    }
        .fi-ts-circle-o:before {
    content: "\f34d";
    }
        .fi-ts-circle-p:before {
    content: "\f34e";
    }
        .fi-ts-circle-phone-flip:before {
    content: "\f34f";
    }
        .fi-ts-circle-phone-hangup:before {
    content: "\f350";
    }
        .fi-ts-circle-phone:before {
    content: "\f351";
    }
        .fi-ts-circle-q:before {
    content: "\f352";
    }
        .fi-ts-circle-quarter:before {
    content: "\f353";
    }
        .fi-ts-circle-quarters-alt:before {
    content: "\f354";
    }
        .fi-ts-circle-r:before {
    content: "\f355";
    }
        .fi-ts-circle-s:before {
    content: "\f356";
    }
        .fi-ts-circle-small:before {
    content: "\f357";
    }
        .fi-ts-circle-star:before {
    content: "\f358";
    }
        .fi-ts-circle-t:before {
    content: "\f359";
    }
        .fi-ts-circle-three-quarters:before {
    content: "\f35a";
    }
        .fi-ts-circle-trash:before {
    content: "\f35b";
    }
        .fi-ts-circle-u:before {
    content: "\f35c";
    }
        .fi-ts-circle-user:before {
    content: "\f35d";
    }
        .fi-ts-circle-v:before {
    content: "\f35e";
    }
        .fi-ts-circle-video:before {
    content: "\f35f";
    }
        .fi-ts-circle-w:before {
    content: "\f360";
    }
        .fi-ts-circle-waveform-lines:before {
    content: "\f361";
    }
        .fi-ts-circle-x:before {
    content: "\f362";
    }
        .fi-ts-circle-xmark:before {
    content: "\f363";
    }
        .fi-ts-circle-y:before {
    content: "\f364";
    }
        .fi-ts-circle-z:before {
    content: "\f365";
    }
        .fi-ts-circle:before {
    content: "\f366";
    }
        .fi-ts-citrus-slice:before {
    content: "\f367";
    }
        .fi-ts-citrus:before {
    content: "\f368";
    }
        .fi-ts-city:before {
    content: "\f369";
    }
        .fi-ts-clapperboard-play:before {
    content: "\f36a";
    }
        .fi-ts-clapperboard:before {
    content: "\f36b";
    }
        .fi-ts-clarinet:before {
    content: "\f36c";
    }
        .fi-ts-claw-marks:before {
    content: "\f36d";
    }
        .fi-ts-clear-alt:before {
    content: "\f36e";
    }
        .fi-ts-clipboard-check:before {
    content: "\f36f";
    }
        .fi-ts-clipboard-list-check:before {
    content: "\f370";
    }
        .fi-ts-clipboard-list:before {
    content: "\f371";
    }
        .fi-ts-clipboard-prescription:before {
    content: "\f372";
    }
        .fi-ts-clipboard-user:before {
    content: "\f373";
    }
        .fi-ts-clipboard:before {
    content: "\f374";
    }
        .fi-ts-clock-desk:before {
    content: "\f375";
    }
        .fi-ts-clock-eight-thirty:before {
    content: "\f376";
    }
        .fi-ts-clock-eleven-thirty:before {
    content: "\f377";
    }
        .fi-ts-clock-eleven:before {
    content: "\f378";
    }
        .fi-ts-clock-five-thirty:before {
    content: "\f379";
    }
        .fi-ts-clock-five:before {
    content: "\f37a";
    }
        .fi-ts-clock-four-thirty:before {
    content: "\f37b";
    }
        .fi-ts-clock-nine-thirty:before {
    content: "\f37c";
    }
        .fi-ts-clock-nine:before {
    content: "\f37d";
    }
        .fi-ts-clock-one-thirty:before {
    content: "\f37e";
    }
        .fi-ts-clock-one:before {
    content: "\f37f";
    }
        .fi-ts-clock-seven-thirty:before {
    content: "\f380";
    }
        .fi-ts-clock-seven:before {
    content: "\f381";
    }
        .fi-ts-clock-six-thirty:before {
    content: "\f382";
    }
        .fi-ts-clock-six:before {
    content: "\f383";
    }
        .fi-ts-clock-ten-thirty:before {
    content: "\f384";
    }
        .fi-ts-clock-ten:before {
    content: "\f385";
    }
        .fi-ts-clock-three-thirty:before {
    content: "\f386";
    }
        .fi-ts-clock-three:before {
    content: "\f387";
    }
        .fi-ts-clock-twelve-thirty:before {
    content: "\f388";
    }
        .fi-ts-clock-twelve:before {
    content: "\f389";
    }
        .fi-ts-clock-two-thirty:before {
    content: "\f38a";
    }
        .fi-ts-clock-two:before {
    content: "\f38b";
    }
        .fi-ts-clone:before {
    content: "\f38c";
    }
        .fi-ts-closed-captioning-slash:before {
    content: "\f38d";
    }
        .fi-ts-clothes-hanger:before {
    content: "\f38e";
    }
        .fi-ts-cloud-code:before {
    content: "\f38f";
    }
        .fi-ts-cloud-download-alt:before {
    content: "\f390";
    }
        .fi-ts-cloud-drizzle:before {
    content: "\f391";
    }
        .fi-ts-cloud-exclamation:before {
    content: "\f392";
    }
        .fi-ts-cloud-hail-mixed:before {
    content: "\f393";
    }
        .fi-ts-cloud-hail:before {
    content: "\f394";
    }
        .fi-ts-cloud-meatball:before {
    content: "\f395";
    }
        .fi-ts-cloud-moon-rain:before {
    content: "\f396";
    }
        .fi-ts-cloud-moon:before {
    content: "\f397";
    }
        .fi-ts-cloud-question:before {
    content: "\f398";
    }
        .fi-ts-cloud-rain:before {
    content: "\f399";
    }
        .fi-ts-cloud-rainbow:before {
    content: "\f39a";
    }
        .fi-ts-cloud-showers-heavy:before {
    content: "\f39b";
    }
        .fi-ts-cloud-showers:before {
    content: "\f39c";
    }
        .fi-ts-cloud-sleet:before {
    content: "\f39d";
    }
        .fi-ts-cloud-snow:before {
    content: "\f39e";
    }
        .fi-ts-cloud-sun-rain:before {
    content: "\f39f";
    }
        .fi-ts-cloud-sun:before {
    content: "\f3a0";
    }
        .fi-ts-cloud-upload-alt:before {
    content: "\f3a1";
    }
        .fi-ts-clouds-moon:before {
    content: "\f3a2";
    }
        .fi-ts-clouds-sun:before {
    content: "\f3a3";
    }
        .fi-ts-clouds:before {
    content: "\f3a4";
    }
        .fi-ts-clover-alt:before {
    content: "\f3a5";
    }
        .fi-ts-club:before {
    content: "\f3a6";
    }
        .fi-ts-cocktail:before {
    content: "\f3a7";
    }
        .fi-ts-coconut:before {
    content: "\f3a8";
    }
        .fi-ts-code-branch:before {
    content: "\f3a9";
    }
        .fi-ts-code-commit:before {
    content: "\f3aa";
    }
        .fi-ts-code-compare:before {
    content: "\f3ab";
    }
        .fi-ts-code-fork:before {
    content: "\f3ac";
    }
        .fi-ts-code-merge:before {
    content: "\f3ad";
    }
        .fi-ts-code-pull-request-closed:before {
    content: "\f3ae";
    }
        .fi-ts-code-pull-request-draft:before {
    content: "\f3af";
    }
        .fi-ts-code-pull-request:before {
    content: "\f3b0";
    }
        .fi-ts-code-simple:before {
    content: "\f3b1";
    }
        .fi-ts-coffee-bean:before {
    content: "\f3b2";
    }
        .fi-ts-coffee-beans:before {
    content: "\f3b3";
    }
        .fi-ts-coffee-pot:before {
    content: "\f3b4";
    }
        .fi-ts-coffee:before {
    content: "\f3b5";
    }
        .fi-ts-coffin-cross:before {
    content: "\f3b6";
    }
        .fi-ts-coffin:before {
    content: "\f3b7";
    }
        .fi-ts-coin-up-arrow:before {
    content: "\f3b8";
    }
        .fi-ts-coin:before {
    content: "\f3b9";
    }
        .fi-ts-coins:before {
    content: "\f3ba";
    }
        .fi-ts-colon-sign:before {
    content: "\f3bb";
    }
        .fi-ts-columns-3:before {
    content: "\f3bc";
    }
        .fi-ts-comet:before {
    content: "\f3bd";
    }
        .fi-ts-command:before {
    content: "\f3be";
    }
        .fi-ts-comment-alt-check:before {
    content: "\f3bf";
    }
        .fi-ts-comment-alt-dots:before {
    content: "\f3c0";
    }
        .fi-ts-comment-alt-edit:before {
    content: "\f3c1";
    }
        .fi-ts-comment-alt-medical:before {
    content: "\f3c2";
    }
        .fi-ts-comment-alt-middle-top:before {
    content: "\f3c3";
    }
        .fi-ts-comment-alt-middle:before {
    content: "\f3c4";
    }
        .fi-ts-comment-alt-minus:before {
    content: "\f3c5";
    }
        .fi-ts-comment-alt-music:before {
    content: "\f3c6";
    }
        .fi-ts-comment-arrow-down:before {
    content: "\f3c7";
    }
        .fi-ts-comment-arrow-up-right:before {
    content: "\f3c8";
    }
        .fi-ts-comment-arrow-up:before {
    content: "\f3c9";
    }
        .fi-ts-comment-check:before {
    content: "\f3ca";
    }
        .fi-ts-comment-code:before {
    content: "\f3cb";
    }
        .fi-ts-comment-dollar:before {
    content: "\f3cc";
    }
        .fi-ts-comment-dots:before {
    content: "\f3cd";
    }
        .fi-ts-comment-exclamation:before {
    content: "\f3ce";
    }
        .fi-ts-comment-heart:before {
    content: "\f3cf";
    }
        .fi-ts-comment-image:before {
    content: "\f3d0";
    }
        .fi-ts-comment-info:before {
    content: "\f3d1";
    }
        .fi-ts-comment-medical:before {
    content: "\f3d2";
    }
        .fi-ts-comment-minus:before {
    content: "\f3d3";
    }
        .fi-ts-comment-pen:before {
    content: "\f3d4";
    }
        .fi-ts-comment-question:before {
    content: "\f3d5";
    }
        .fi-ts-comment-quote:before {
    content: "\f3d6";
    }
        .fi-ts-comment-slash:before {
    content: "\f3d7";
    }
        .fi-ts-comment-smile:before {
    content: "\f3d8";
    }
        .fi-ts-comment-sms:before {
    content: "\f3d9";
    }
        .fi-ts-comment-text:before {
    content: "\f3da";
    }
        .fi-ts-comment-user:before {
    content: "\f3db";
    }
        .fi-ts-comment-xmark:before {
    content: "\f3dc";
    }
        .fi-ts-comments-dollar:before {
    content: "\f3dd";
    }
        .fi-ts-comments-question-check:before {
    content: "\f3de";
    }
        .fi-ts-comments-question:before {
    content: "\f3df";
    }
        .fi-ts-comments:before {
    content: "\f3e0";
    }
        .fi-ts-compass-slash:before {
    content: "\f3e1";
    }
        .fi-ts-completed:before {
    content: "\f3e2";
    }
        .fi-ts-compliance-clipboard:before {
    content: "\f3e3";
    }
        .fi-ts-compliance-document:before {
    content: "\f3e4";
    }
        .fi-ts-compliance:before {
    content: "\f3e5";
    }
        .fi-ts-compress-alt:before {
    content: "\f3e6";
    }
        .fi-ts-computer-classic:before {
    content: "\f3e7";
    }
        .fi-ts-computer-mouse:before {
    content: "\f3e8";
    }
        .fi-ts-computer-speaker:before {
    content: "\f3e9";
    }
        .fi-ts-concierge-bell:before {
    content: "\f3ea";
    }
        .fi-ts-condition-alt:before {
    content: "\f3eb";
    }
        .fi-ts-condition:before {
    content: "\f3ec";
    }
        .fi-ts-constellation:before {
    content: "\f3ed";
    }
        .fi-ts-container-storage:before {
    content: "\f3ee";
    }
        .fi-ts-conveyor-belt-alt:before {
    content: "\f3ef";
    }
        .fi-ts-conveyor-belt-empty:before {
    content: "\f3f0";
    }
        .fi-ts-conveyor-belt:before {
    content: "\f3f1";
    }
        .fi-ts-cookie-alt:before {
    content: "\f3f2";
    }
        .fi-ts-copy-image:before {
    content: "\f3f3";
    }
        .fi-ts-corn:before {
    content: "\f3f4";
    }
        .fi-ts-couch:before {
    content: "\f3f5";
    }
        .fi-ts-cow-alt:before {
    content: "\f3f6";
    }
        .fi-ts-cow:before {
    content: "\f3f7";
    }
        .fi-ts-cowbell-circle-plus:before {
    content: "\f3f8";
    }
        .fi-ts-cowbell-more:before {
    content: "\f3f9";
    }
        .fi-ts-cowbell:before {
    content: "\f3fa";
    }
        .fi-ts-crab:before {
    content: "\f3fb";
    }
        .fi-ts-crate-empty:before {
    content: "\f3fc";
    }
        .fi-ts-cricket:before {
    content: "\f3fd";
    }
        .fi-ts-croissant:before {
    content: "\f3fe";
    }
        .fi-ts-cross-religion:before {
    content: "\f3ff";
    }
        .fi-ts-crow:before {
    content: "\f400";
    }
        .fi-ts-crutch:before {
    content: "\f401";
    }
        .fi-ts-crutches:before {
    content: "\f402";
    }
        .fi-ts-cruzeiro-sign:before {
    content: "\f403";
    }
        .fi-ts-crystal-ball:before {
    content: "\f404";
    }
        .fi-ts-cubes-stacked:before {
    content: "\f405";
    }
        .fi-ts-cubes:before {
    content: "\f406";
    }
        .fi-ts-cucumber:before {
    content: "\f407";
    }
        .fi-ts-cup-straw-swoosh:before {
    content: "\f408";
    }
        .fi-ts-cup-straw:before {
    content: "\f409";
    }
        .fi-ts-cup-togo:before {
    content: "\f40a";
    }
        .fi-ts-cupcake-alt:before {
    content: "\f40b";
    }
        .fi-ts-cupcake:before {
    content: "\f40c";
    }
        .fi-ts-curling:before {
    content: "\f40d";
    }
        .fi-ts-custard:before {
    content: "\f40e";
    }
        .fi-ts-customer-care:before {
    content: "\f40f";
    }
        .fi-ts-customer-service:before {
    content: "\f410";
    }
        .fi-ts-d:before {
    content: "\f411";
    }
        .fi-ts-dagger:before {
    content: "\f412";
    }
        .fi-ts-deer-rudolph:before {
    content: "\f413";
    }
        .fi-ts-deer:before {
    content: "\f414";
    }
        .fi-ts-delete-right:before {
    content: "\f415";
    }
        .fi-ts-democrat:before {
    content: "\f416";
    }
        .fi-ts-deposit-alt:before {
    content: "\f417";
    }
        .fi-ts-deposit:before {
    content: "\f418";
    }
        .fi-ts-description-alt:before {
    content: "\f419";
    }
        .fi-ts-description:before {
    content: "\f41a";
    }
        .fi-ts-desktop-arrow-down:before {
    content: "\f41b";
    }
        .fi-ts-desktop-wallpaper:before {
    content: "\f41c";
    }
        .fi-ts-devices:before {
    content: "\f41d";
    }
        .fi-ts-dewpoint:before {
    content: "\f41e";
    }
        .fi-ts-dharmachakra:before {
    content: "\f41f";
    }
        .fi-ts-diagram-cells:before {
    content: "\f420";
    }
        .fi-ts-diagram-lean-canvas:before {
    content: "\f421";
    }
        .fi-ts-diagram-nested:before {
    content: "\f422";
    }
        .fi-ts-diagram-next:before {
    content: "\f423";
    }
        .fi-ts-diagram-predecessor:before {
    content: "\f424";
    }
        .fi-ts-diagram-previous:before {
    content: "\f425";
    }
        .fi-ts-diagram-project:before {
    content: "\f426";
    }
        .fi-ts-diagram-sankey:before {
    content: "\f427";
    }
        .fi-ts-diagram-subtask:before {
    content: "\f428";
    }
        .fi-ts-diagram-successor:before {
    content: "\f429";
    }
        .fi-ts-diagram-venn:before {
    content: "\f42a";
    }
        .fi-ts-dial-high:before {
    content: "\f42b";
    }
        .fi-ts-dial-low:before {
    content: "\f42c";
    }
        .fi-ts-dial-max:before {
    content: "\f42d";
    }
        .fi-ts-dial-med-low:before {
    content: "\f42e";
    }
        .fi-ts-dial-med:before {
    content: "\f42f";
    }
        .fi-ts-dial-min:before {
    content: "\f430";
    }
        .fi-ts-dial-off:before {
    content: "\f431";
    }
        .fi-ts-dial:before {
    content: "\f432";
    }
        .fi-ts-diamond-exclamation:before {
    content: "\f433";
    }
        .fi-ts-diamond-turn-right:before {
    content: "\f434";
    }
        .fi-ts-diary-bookmark-down:before {
    content: "\f435";
    }
        .fi-ts-diary-bookmarks:before {
    content: "\f436";
    }
        .fi-ts-diary-clasp:before {
    content: "\f437";
    }
        .fi-ts-dice-alt:before {
    content: "\f438";
    }
        .fi-ts-dice-d10:before {
    content: "\f439";
    }
        .fi-ts-dice-d12:before {
    content: "\f43a";
    }
        .fi-ts-dice-d20:before {
    content: "\f43b";
    }
        .fi-ts-dice-d4:before {
    content: "\f43c";
    }
        .fi-ts-dice-d6:before {
    content: "\f43d";
    }
        .fi-ts-dice-d8:before {
    content: "\f43e";
    }
        .fi-ts-dice-four:before {
    content: "\f43f";
    }
        .fi-ts-dice-one:before {
    content: "\f440";
    }
        .fi-ts-dice-six:before {
    content: "\f441";
    }
        .fi-ts-dice-three:before {
    content: "\f442";
    }
        .fi-ts-dice-two:before {
    content: "\f443";
    }
        .fi-ts-digging:before {
    content: "\f444";
    }
        .fi-ts-digital-tachograph:before {
    content: "\f445";
    }
        .fi-ts-direction-signal-arrow:before {
    content: "\f446";
    }
        .fi-ts-direction-signal:before {
    content: "\f447";
    }
        .fi-ts-disc-drive:before {
    content: "\f448";
    }
        .fi-ts-discover:before {
    content: "\f449";
    }
        .fi-ts-disease:before {
    content: "\f44a";
    }
        .fi-ts-display-arrow-down:before {
    content: "\f44b";
    }
        .fi-ts-display-code:before {
    content: "\f44c";
    }
        .fi-ts-display-medical:before {
    content: "\f44d";
    }
        .fi-ts-display-slash:before {
    content: "\f44e";
    }
        .fi-ts-distribute-spacing-horizontal:before {
    content: "\f44f";
    }
        .fi-ts-distribute-spacing-vertical:before {
    content: "\f450";
    }
        .fi-ts-dizzy:before {
    content: "\f451";
    }
        .fi-ts-dna:before {
    content: "\f452";
    }
        .fi-ts-do-not-enter:before {
    content: "\f453";
    }
        .fi-ts-dog:before {
    content: "\f454";
    }
        .fi-ts-dolly-flatbed-alt:before {
    content: "\f455";
    }
        .fi-ts-dolly-flatbed-empty:before {
    content: "\f456";
    }
        .fi-ts-dolly-flatbed:before {
    content: "\f457";
    }
        .fi-ts-dolphin:before {
    content: "\f458";
    }
        .fi-ts-donate:before {
    content: "\f459";
    }
        .fi-ts-dong-sign:before {
    content: "\f45a";
    }
        .fi-ts-donut:before {
    content: "\f45b";
    }
        .fi-ts-door-closed:before {
    content: "\f45c";
    }
        .fi-ts-door-open:before {
    content: "\f45d";
    }
        .fi-ts-dot-circle:before {
    content: "\f45e";
    }
        .fi-ts-dove:before {
    content: "\f45f";
    }
        .fi-ts-down-left:before {
    content: "\f460";
    }
        .fi-ts-down-right:before {
    content: "\f461";
    }
        .fi-ts-down-to-line:before {
    content: "\f462";
    }
        .fi-ts-down:before {
    content: "\f463";
    }
        .fi-ts-drafting-compass:before {
    content: "\f464";
    }
        .fi-ts-dragon:before {
    content: "\f465";
    }
        .fi-ts-draw-polygon:before {
    content: "\f466";
    }
        .fi-ts-draw-square:before {
    content: "\f467";
    }
        .fi-ts-dreidel:before {
    content: "\f468";
    }
        .fi-ts-drink-alt:before {
    content: "\f469";
    }
        .fi-ts-drink:before {
    content: "\f46a";
    }
        .fi-ts-driver-man:before {
    content: "\f46b";
    }
        .fi-ts-driver-woman:before {
    content: "\f46c";
    }
        .fi-ts-drone-alt:before {
    content: "\f46d";
    }
        .fi-ts-drone-front:before {
    content: "\f46e";
    }
        .fi-ts-drone:before {
    content: "\f46f";
    }
        .fi-ts-drop-down:before {
    content: "\f470";
    }
        .fi-ts-drum-steelpan:before {
    content: "\f471";
    }
        .fi-ts-drum:before {
    content: "\f472";
    }
        .fi-ts-drumstick-bite:before {
    content: "\f473";
    }
        .fi-ts-drumstick:before {
    content: "\f474";
    }
        .fi-ts-dryer-alt:before {
    content: "\f475";
    }
        .fi-ts-dryer:before {
    content: "\f476";
    }
        .fi-ts-duck:before {
    content: "\f477";
    }
        .fi-ts-dumpster-fire:before {
    content: "\f478";
    }
        .fi-ts-dumpster:before {
    content: "\f479";
    }
        .fi-ts-dungeon:before {
    content: "\f47a";
    }
        .fi-ts-e:before {
    content: "\f47b";
    }
        .fi-ts-ear-deaf:before {
    content: "\f47c";
    }
        .fi-ts-ear-muffs:before {
    content: "\f47d";
    }
        .fi-ts-ear:before {
    content: "\f47e";
    }
        .fi-ts-earth-africa:before {
    content: "\f47f";
    }
        .fi-ts-earth-americas:before {
    content: "\f480";
    }
        .fi-ts-earth-asia:before {
    content: "\f481";
    }
        .fi-ts-earth-europa:before {
    content: "\f482";
    }
        .fi-ts-eclipse-alt:before {
    content: "\f483";
    }
        .fi-ts-eclipse:before {
    content: "\f484";
    }
        .fi-ts-egg-fried:before {
    content: "\f485";
    }
        .fi-ts-egg:before {
    content: "\f486";
    }
        .fi-ts-eject:before {
    content: "\f487";
    }
        .fi-ts-elephant:before {
    content: "\f488";
    }
        .fi-ts-elevator:before {
    content: "\f489";
    }
        .fi-ts-employee-alt:before {
    content: "\f48a";
    }
        .fi-ts-employee-man-alt:before {
    content: "\f48b";
    }
        .fi-ts-employee-man:before {
    content: "\f48c";
    }
        .fi-ts-engine-warning:before {
    content: "\f48d";
    }
        .fi-ts-engine:before {
    content: "\f48e";
    }
        .fi-ts-envelope-ban:before {
    content: "\f48f";
    }
        .fi-ts-envelope-bulk:before {
    content: "\f490";
    }
        .fi-ts-envelope-dot:before {
    content: "\f491";
    }
        .fi-ts-envelope-download:before {
    content: "\f492";
    }
        .fi-ts-envelope-marker:before {
    content: "\f493";
    }
        .fi-ts-envelope-open-dollar:before {
    content: "\f494";
    }
        .fi-ts-envelope-open-text:before {
    content: "\f495";
    }
        .fi-ts-envelope-open:before {
    content: "\f496";
    }
        .fi-ts-envelope-plus:before {
    content: "\f497";
    }
        .fi-ts-envelopes:before {
    content: "\f498";
    }
        .fi-ts-equality:before {
    content: "\f499";
    }
        .fi-ts-eraser:before {
    content: "\f49a";
    }
        .fi-ts-escalator:before {
    content: "\f49b";
    }
        .fi-ts-ethernet:before {
    content: "\f49c";
    }
        .fi-ts-exchange-alt:before {
    content: "\f49d";
    }
        .fi-ts-exchange:before {
    content: "\f49e";
    }
        .fi-ts-exit-alt:before {
    content: "\f49f";
    }
        .fi-ts-expand-arrows-alt:before {
    content: "\f4a0";
    }
        .fi-ts-expand-arrows:before {
    content: "\f4a1";
    }
        .fi-ts-external-hard-drive:before {
    content: "\f4a2";
    }
        .fi-ts-external-world:before {
    content: "\f4a3";
    }
        .fi-ts-eye-dropper-half:before {
    content: "\f4a4";
    }
        .fi-ts-eyes:before {
    content: "\f4a5";
    }
        .fi-ts-f:before {
    content: "\f4a6";
    }
        .fi-ts-face-angry-horns:before {
    content: "\f4a7";
    }
        .fi-ts-face-anguished:before {
    content: "\f4a8";
    }
        .fi-ts-face-anxious-sweat:before {
    content: "\f4a9";
    }
        .fi-ts-face-astonished:before {
    content: "\f4aa";
    }
        .fi-ts-face-awesome:before {
    content: "\f4ab";
    }
        .fi-ts-face-beam-hand-over-mouth:before {
    content: "\f4ac";
    }
        .fi-ts-face-confounded:before {
    content: "\f4ad";
    }
        .fi-ts-face-confused:before {
    content: "\f4ae";
    }
        .fi-ts-face-cowboy-hat:before {
    content: "\f4af";
    }
        .fi-ts-face-disappointed:before {
    content: "\f4b0";
    }
        .fi-ts-face-disguise:before {
    content: "\f4b1";
    }
        .fi-ts-face-downcast-sweat:before {
    content: "\f4b2";
    }
        .fi-ts-face-drooling:before {
    content: "\f4b3";
    }
        .fi-ts-face-explode:before {
    content: "\f4b4";
    }
        .fi-ts-face-expressionless:before {
    content: "\f4b5";
    }
        .fi-ts-face-eyes-xmarks:before {
    content: "\f4b6";
    }
        .fi-ts-face-fearful:before {
    content: "\f4b7";
    }
        .fi-ts-face-glasses:before {
    content: "\f4b8";
    }
        .fi-ts-face-grin-tongue-wink:before {
    content: "\f4b9";
    }
        .fi-ts-face-hand-yawn:before {
    content: "\f4ba";
    }
        .fi-ts-face-head-bandage:before {
    content: "\f4bb";
    }
        .fi-ts-face-hushed:before {
    content: "\f4bc";
    }
        .fi-ts-face-icicles:before {
    content: "\f4bd";
    }
        .fi-ts-face-lying:before {
    content: "\f4be";
    }
        .fi-ts-face-mask:before {
    content: "\f4bf";
    }
        .fi-ts-face-monocle:before {
    content: "\f4c0";
    }
        .fi-ts-face-nauseated:before {
    content: "\f4c1";
    }
        .fi-ts-face-nose-steam:before {
    content: "\f4c2";
    }
        .fi-ts-face-party:before {
    content: "\f4c3";
    }
        .fi-ts-face-pensive:before {
    content: "\f4c4";
    }
        .fi-ts-face-persevering:before {
    content: "\f4c5";
    }
        .fi-ts-face-pleading:before {
    content: "\f4c6";
    }
        .fi-ts-face-raised-eyebrow:before {
    content: "\f4c7";
    }
        .fi-ts-face-relieved:before {
    content: "\f4c8";
    }
        .fi-ts-face-sad-sweat:before {
    content: "\f4c9";
    }
        .fi-ts-face-scream:before {
    content: "\f4ca";
    }
        .fi-ts-face-shush:before {
    content: "\f4cb";
    }
        .fi-ts-face-sleeping:before {
    content: "\f4cc";
    }
        .fi-ts-face-sleepy:before {
    content: "\f4cd";
    }
        .fi-ts-face-smile-halo:before {
    content: "\f4ce";
    }
        .fi-ts-face-smile-hearts:before {
    content: "\f4cf";
    }
        .fi-ts-face-smile-horns:before {
    content: "\f4d0";
    }
        .fi-ts-face-smile-tear:before {
    content: "\f4d1";
    }
        .fi-ts-face-smile-tongue:before {
    content: "\f4d2";
    }
        .fi-ts-face-smile-upside-down:before {
    content: "\f4d3";
    }
        .fi-ts-face-smiling-hands:before {
    content: "\f4d4";
    }
        .fi-ts-face-smirking:before {
    content: "\f4d5";
    }
        .fi-ts-face-sunglasses:before {
    content: "\f4d6";
    }
        .fi-ts-face-swear:before {
    content: "\f4d7";
    }
        .fi-ts-face-thermometer:before {
    content: "\f4d8";
    }
        .fi-ts-face-thinking:before {
    content: "\f4d9";
    }
        .fi-ts-face-tissue:before {
    content: "\f4da";
    }
        .fi-ts-face-tongue-money:before {
    content: "\f4db";
    }
        .fi-ts-face-tongue-sweat:before {
    content: "\f4dc";
    }
        .fi-ts-face-unamused:before {
    content: "\f4dd";
    }
        .fi-ts-face-viewfinder:before {
    content: "\f4de";
    }
        .fi-ts-face-vomit:before {
    content: "\f4df";
    }
        .fi-ts-face-weary:before {
    content: "\f4e0";
    }
        .fi-ts-face-woozy:before {
    content: "\f4e1";
    }
        .fi-ts-face-worried:before {
    content: "\f4e2";
    }
        .fi-ts-face-zany:before {
    content: "\f4e3";
    }
        .fi-ts-face-zipper:before {
    content: "\f4e4";
    }
        .fi-ts-falafel:before {
    content: "\f4e5";
    }
        .fi-ts-family-dress:before {
    content: "\f4e6";
    }
        .fi-ts-family-pants:before {
    content: "\f4e7";
    }
        .fi-ts-family:before {
    content: "\f4e8";
    }
        .fi-ts-fan-table:before {
    content: "\f4e9";
    }
        .fi-ts-fan:before {
    content: "\f4ea";
    }
        .fi-ts-farm:before {
    content: "\f4eb";
    }
        .fi-ts-faucet-drip:before {
    content: "\f4ec";
    }
        .fi-ts-faucet:before {
    content: "\f4ed";
    }
        .fi-ts-fax:before {
    content: "\f4ee";
    }
        .fi-ts-feather-pointed:before {
    content: "\f4ef";
    }
        .fi-ts-features-alt:before {
    content: "\f4f0";
    }
        .fi-ts-features:before {
    content: "\f4f1";
    }
        .fi-ts-feedback-alt:before {
    content: "\f4f2";
    }
        .fi-ts-feedback-hand:before {
    content: "\f4f3";
    }
        .fi-ts-feedback-review:before {
    content: "\f4f4";
    }
        .fi-ts-feedback:before {
    content: "\f4f5";
    }
        .fi-ts-fence:before {
    content: "\f4f6";
    }
        .fi-ts-field-hockey:before {
    content: "\f4f7";
    }
        .fi-ts-fighter-jet:before {
    content: "\f4f8";
    }
        .fi-ts-file-audio:before {
    content: "\f4f9";
    }
        .fi-ts-file-binary:before {
    content: "\f4fa";
    }
        .fi-ts-file-chart-line:before {
    content: "\f4fb";
    }
        .fi-ts-file-chart-pie:before {
    content: "\f4fc";
    }
        .fi-ts-file-circle-info:before {
    content: "\f4fd";
    }
        .fi-ts-file-code:before {
    content: "\f4fe";
    }
        .fi-ts-file-csv:before {
    content: "\f4ff";
    }
        .fi-ts-file-download:before {
    content: "\f500";
    }
        .fi-ts-file-edit:before {
    content: "\f501";
    }
        .fi-ts-file-excel:before {
    content: "\f502";
    }
        .fi-ts-file-exclamation:before {
    content: "\f503";
    }
        .fi-ts-file-export:before {
    content: "\f504";
    }
        .fi-ts-file-image:before {
    content: "\f505";
    }
        .fi-ts-file-import:before {
    content: "\f506";
    }
        .fi-ts-file-invoice-dollar:before {
    content: "\f507";
    }
        .fi-ts-file-invoice:before {
    content: "\f508";
    }
        .fi-ts-file-medical-alt:before {
    content: "\f509";
    }
        .fi-ts-file-medical:before {
    content: "\f50a";
    }
        .fi-ts-file-minus:before {
    content: "\f50b";
    }
        .fi-ts-file-pdf:before {
    content: "\f50c";
    }
        .fi-ts-file-powerpoint:before {
    content: "\f50d";
    }
        .fi-ts-file-prescription:before {
    content: "\f50e";
    }
        .fi-ts-file-signature:before {
    content: "\f50f";
    }
        .fi-ts-file-spreadsheet:before {
    content: "\f510";
    }
        .fi-ts-file-upload:before {
    content: "\f511";
    }
        .fi-ts-file-user:before {
    content: "\f512";
    }
        .fi-ts-file-video:before {
    content: "\f513";
    }
        .fi-ts-file-word:before {
    content: "\f514";
    }
        .fi-ts-file-zipper:before {
    content: "\f515";
    }
        .fi-ts-files-medical:before {
    content: "\f516";
    }
        .fi-ts-film-canister:before {
    content: "\f517";
    }
        .fi-ts-film-slash:before {
    content: "\f518";
    }
        .fi-ts-films:before {
    content: "\f519";
    }
        .fi-ts-filter-slash:before {
    content: "\f51a";
    }
        .fi-ts-filters:before {
    content: "\f51b";
    }
        .fi-ts-fire-burner:before {
    content: "\f51c";
    }
        .fi-ts-fire-extinguisher:before {
    content: "\f51d";
    }
        .fi-ts-fire-flame-curved:before {
    content: "\f51e";
    }
        .fi-ts-fire-flame-simple:before {
    content: "\f51f";
    }
        .fi-ts-fire-hydrant:before {
    content: "\f520";
    }
        .fi-ts-fire-smoke:before {
    content: "\f521";
    }
        .fi-ts-fireplace:before {
    content: "\f522";
    }
        .fi-ts-first-award:before {
    content: "\f523";
    }
        .fi-ts-first-laurel:before {
    content: "\f524";
    }
        .fi-ts-first-medal:before {
    content: "\f525";
    }
        .fi-ts-first:before {
    content: "\f526";
    }
        .fi-ts-fish-bones:before {
    content: "\f527";
    }
        .fi-ts-fish-cooked:before {
    content: "\f528";
    }
        .fi-ts-fish:before {
    content: "\f529";
    }
        .fi-ts-fishing-rod:before {
    content: "\f52a";
    }
        .fi-ts-flag-alt:before {
    content: "\f52b";
    }
        .fi-ts-flag-checkered:before {
    content: "\f52c";
    }
        .fi-ts-flag-usa:before {
    content: "\f52d";
    }
        .fi-ts-flashlight:before {
    content: "\f52e";
    }
        .fi-ts-flask-poison:before {
    content: "\f52f";
    }
        .fi-ts-flask-potion:before {
    content: "\f530";
    }
        .fi-ts-flask:before {
    content: "\f531";
    }
        .fi-ts-flatbread-stuffed:before {
    content: "\f532";
    }
        .fi-ts-flatbread:before {
    content: "\f533";
    }
        .fi-ts-floppy-disk-circle-arrow-right:before {
    content: "\f534";
    }
        .fi-ts-floppy-disk-circle-xmark:before {
    content: "\f535";
    }
        .fi-ts-floppy-disk-pen:before {
    content: "\f536";
    }
        .fi-ts-floppy-disks:before {
    content: "\f537";
    }
        .fi-ts-florin-sign:before {
    content: "\f538";
    }
        .fi-ts-flower-daffodil:before {
    content: "\f539";
    }
        .fi-ts-flower-tulip:before {
    content: "\f53a";
    }
        .fi-ts-flower:before {
    content: "\f53b";
    }
        .fi-ts-flushed:before {
    content: "\f53c";
    }
        .fi-ts-flute:before {
    content: "\f53d";
    }
        .fi-ts-flux-capacitor:before {
    content: "\f53e";
    }
        .fi-ts-fly-insect:before {
    content: "\f53f";
    }
        .fi-ts-flying-disc:before {
    content: "\f540";
    }
        .fi-ts-fog:before {
    content: "\f541";
    }
        .fi-ts-folder-download:before {
    content: "\f542";
    }
        .fi-ts-folder-minus:before {
    content: "\f543";
    }
        .fi-ts-folder-open:before {
    content: "\f544";
    }
        .fi-ts-folder-times:before {
    content: "\f545";
    }
        .fi-ts-folder-tree:before {
    content: "\f546";
    }
        .fi-ts-folder-upload:before {
    content: "\f547";
    }
        .fi-ts-folder-xmark:before {
    content: "\f548";
    }
        .fi-ts-folders:before {
    content: "\f549";
    }
        .fi-ts-follow-folder:before {
    content: "\f54a";
    }
        .fi-ts-followcollection:before {
    content: "\f54b";
    }
        .fi-ts-fondue-pot:before {
    content: "\f54c";
    }
        .fi-ts-fork:before {
    content: "\f54d";
    }
        .fi-ts-forklift:before {
    content: "\f54e";
    }
        .fi-ts-fort:before {
    content: "\f54f";
    }
        .fi-ts-forward-fast:before {
    content: "\f550";
    }
        .fi-ts-fox:before {
    content: "\f551";
    }
        .fi-ts-frame:before {
    content: "\f552";
    }
        .fi-ts-franc-sign:before {
    content: "\f553";
    }
        .fi-ts-french-fries:before {
    content: "\f554";
    }
        .fi-ts-frog:before {
    content: "\f555";
    }
        .fi-ts-funnel-dollar:before {
    content: "\f556";
    }
        .fi-ts-g:before {
    content: "\f557";
    }
        .fi-ts-galaxy-alt:before {
    content: "\f558";
    }
        .fi-ts-galaxy-planet:before {
    content: "\f559";
    }
        .fi-ts-galaxy-star:before {
    content: "\f55a";
    }
        .fi-ts-galaxy:before {
    content: "\f55b";
    }
        .fi-ts-gallery-thumbnails:before {
    content: "\f55c";
    }
        .fi-ts-game-board-alt:before {
    content: "\f55d";
    }
        .fi-ts-garage-car:before {
    content: "\f55e";
    }
        .fi-ts-garage-open:before {
    content: "\f55f";
    }
        .fi-ts-garage:before {
    content: "\f560";
    }
        .fi-ts-garlic-alt:before {
    content: "\f561";
    }
        .fi-ts-garlic:before {
    content: "\f562";
    }
        .fi-ts-gas-pump-slash:before {
    content: "\f563";
    }
        .fi-ts-gas-pump:before {
    content: "\f564";
    }
        .fi-ts-gauge-circle-bolt:before {
    content: "\f565";
    }
        .fi-ts-gauge-circle-minus:before {
    content: "\f566";
    }
        .fi-ts-gauge-circle-plus:before {
    content: "\f567";
    }
        .fi-ts-gavel:before {
    content: "\f568";
    }
        .fi-ts-gears:before {
    content: "\f569";
    }
        .fi-ts-ghost:before {
    content: "\f56a";
    }
        .fi-ts-gif-square:before {
    content: "\f56b";
    }
        .fi-ts-gift-card:before {
    content: "\f56c";
    }
        .fi-ts-gifts:before {
    content: "\f56d";
    }
        .fi-ts-gingerbread-man:before {
    content: "\f56e";
    }
        .fi-ts-glass-champagne:before {
    content: "\f56f";
    }
        .fi-ts-glass-citrus:before {
    content: "\f570";
    }
        .fi-ts-glass-empty:before {
    content: "\f571";
    }
        .fi-ts-glass-half:before {
    content: "\f572";
    }
        .fi-ts-glass-water-droplet:before {
    content: "\f573";
    }
        .fi-ts-glass-whiskey-rocks:before {
    content: "\f574";
    }
        .fi-ts-glass-whiskey:before {
    content: "\f575";
    }
        .fi-ts-glass:before {
    content: "\f576";
    }
        .fi-ts-globe-snow:before {
    content: "\f577";
    }
        .fi-ts-goal-net:before {
    content: "\f578";
    }
        .fi-ts-golf-ball:before {
    content: "\f579";
    }
        .fi-ts-golf-club:before {
    content: "\f57a";
    }
        .fi-ts-government-flag:before {
    content: "\f57b";
    }
        .fi-ts-government-user:before {
    content: "\f57c";
    }
        .fi-ts-gramophone:before {
    content: "\f57d";
    }
        .fi-ts-grape:before {
    content: "\f57e";
    }
        .fi-ts-graphic-style:before {
    content: "\f57f";
    }
        .fi-ts-grate-droplet:before {
    content: "\f580";
    }
        .fi-ts-grate:before {
    content: "\f581";
    }
        .fi-ts-grid-dividers:before {
    content: "\f582";
    }
        .fi-ts-grill-hot-alt:before {
    content: "\f583";
    }
        .fi-ts-grill:before {
    content: "\f584";
    }
        .fi-ts-grimace:before {
    content: "\f585";
    }
        .fi-ts-grin-alt:before {
    content: "\f586";
    }
        .fi-ts-grin-beam-sweat:before {
    content: "\f587";
    }
        .fi-ts-grin-beam:before {
    content: "\f588";
    }
        .fi-ts-grin-hearts:before {
    content: "\f589";
    }
        .fi-ts-grin-squint-tears:before {
    content: "\f58a";
    }
        .fi-ts-grin-squint:before {
    content: "\f58b";
    }
        .fi-ts-grin-stars:before {
    content: "\f58c";
    }
        .fi-ts-grin-tears:before {
    content: "\f58d";
    }
        .fi-ts-grin-tongue-squint:before {
    content: "\f58e";
    }
        .fi-ts-grin-tongue-wink:before {
    content: "\f58f";
    }
        .fi-ts-grin-tongue:before {
    content: "\f590";
    }
        .fi-ts-grin-wink:before {
    content: "\f591";
    }
        .fi-ts-grin:before {
    content: "\f592";
    }
        .fi-ts-grip-dots-vertical:before {
    content: "\f593";
    }
        .fi-ts-grip-dots:before {
    content: "\f594";
    }
        .fi-ts-grip-horizontal:before {
    content: "\f595";
    }
        .fi-ts-grip-lines-vertical:before {
    content: "\f596";
    }
        .fi-ts-grip-lines:before {
    content: "\f597";
    }
        .fi-ts-grip-vertical:before {
    content: "\f598";
    }
        .fi-ts-guarani-sign:before {
    content: "\f599";
    }
        .fi-ts-guide:before {
    content: "\f59a";
    }
        .fi-ts-guitar-electric:before {
    content: "\f59b";
    }
        .fi-ts-guitars:before {
    content: "\f59c";
    }
        .fi-ts-gun-squirt:before {
    content: "\f59d";
    }
        .fi-ts-h-square:before {
    content: "\f59e";
    }
        .fi-ts-h:before {
    content: "\f59f";
    }
        .fi-ts-h1:before {
    content: "\f5a0";
    }
        .fi-ts-h2:before {
    content: "\f5a1";
    }
        .fi-ts-h3:before {
    content: "\f5a2";
    }
        .fi-ts-h4:before {
    content: "\f5a3";
    }
        .fi-ts-hamburger-soda:before {
    content: "\f5a4";
    }
        .fi-ts-hamburger:before {
    content: "\f5a5";
    }
        .fi-ts-hammer-crash:before {
    content: "\f5a6";
    }
        .fi-ts-hammer-war:before {
    content: "\f5a7";
    }
        .fi-ts-hammer:before {
    content: "\f5a8";
    }
        .fi-ts-hand-back-fist:before {
    content: "\f5a9";
    }
        .fi-ts-hand-back-point-down:before {
    content: "\f5aa";
    }
        .fi-ts-hand-back-point-left:before {
    content: "\f5ab";
    }
        .fi-ts-hand-back-point-ribbon:before {
    content: "\f5ac";
    }
        .fi-ts-hand-back-point-right:before {
    content: "\f5ad";
    }
        .fi-ts-hand-dots:before {
    content: "\f5ae";
    }
        .fi-ts-hand-fingers-crossed:before {
    content: "\f5af";
    }
        .fi-ts-hand-fist:before {
    content: "\f5b0";
    }
        .fi-ts-hand-heart:before {
    content: "\f5b1";
    }
        .fi-ts-hand-holding-box:before {
    content: "\f5b2";
    }
        .fi-ts-hand-holding-droplet:before {
    content: "\f5b3";
    }
        .fi-ts-hand-holding-magic:before {
    content: "\f5b4";
    }
        .fi-ts-hand-holding-medical:before {
    content: "\f5b5";
    }
        .fi-ts-hand-holding-seeding:before {
    content: "\f5b6";
    }
        .fi-ts-hand-holding-skull:before {
    content: "\f5b7";
    }
        .fi-ts-hand-holding-usd:before {
    content: "\f5b8";
    }
        .fi-ts-hand-holding-water:before {
    content: "\f5b9";
    }
        .fi-ts-hand-horns:before {
    content: "\f5ba";
    }
        .fi-ts-hand-lizard:before {
    content: "\f5bb";
    }
        .fi-ts-hand-love:before {
    content: "\f5bc";
    }
        .fi-ts-hand-middle-finger:before {
    content: "\f5bd";
    }
        .fi-ts-hand-paper:before {
    content: "\f5be";
    }
        .fi-ts-hand-peace:before {
    content: "\f5bf";
    }
        .fi-ts-hand-point-ribbon:before {
    content: "\f5c0";
    }
        .fi-ts-hand-scissors:before {
    content: "\f5c1";
    }
        .fi-ts-hand-sparkles:before {
    content: "\f5c2";
    }
        .fi-ts-hand-spock:before {
    content: "\f5c3";
    }
        .fi-ts-hand-wave:before {
    content: "\f5c4";
    }
        .fi-ts-hands-bubbles:before {
    content: "\f5c5";
    }
        .fi-ts-hands-clapping:before {
    content: "\f5c6";
    }
        .fi-ts-hands-heart:before {
    content: "\f5c7";
    }
        .fi-ts-hands-holding-diamond:before {
    content: "\f5c8";
    }
        .fi-ts-hands-holding:before {
    content: "\f5c9";
    }
        .fi-ts-hands-usd:before {
    content: "\f5ca";
    }
        .fi-ts-handshake-angle:before {
    content: "\f5cb";
    }
        .fi-ts-handshake-simple-slash:before {
    content: "\f5cc";
    }
        .fi-ts-handshake:before {
    content: "\f5cd";
    }
        .fi-ts-hard-hat:before {
    content: "\f5ce";
    }
        .fi-ts-hashtag:before {
    content: "\f5cf";
    }
        .fi-ts-hat-chef:before {
    content: "\f5d0";
    }
        .fi-ts-hat-cowboy-side:before {
    content: "\f5d1";
    }
        .fi-ts-hat-cowboy:before {
    content: "\f5d2";
    }
        .fi-ts-hat-santa:before {
    content: "\f5d3";
    }
        .fi-ts-hat-winter:before {
    content: "\f5d4";
    }
        .fi-ts-hat-witch:before {
    content: "\f5d5";
    }
        .fi-ts-hat-wizard:before {
    content: "\f5d6";
    }
        .fi-ts-hdd:before {
    content: "\f5d7";
    }
        .fi-ts-head-side-brain:before {
    content: "\f5d8";
    }
        .fi-ts-head-side-cough-slash:before {
    content: "\f5d9";
    }
        .fi-ts-head-side-cough:before {
    content: "\f5da";
    }
        .fi-ts-head-side-headphones:before {
    content: "\f5db";
    }
        .fi-ts-head-side-heart:before {
    content: "\f5dc";
    }
        .fi-ts-head-side-mask:before {
    content: "\f5dd";
    }
        .fi-ts-head-side-medical:before {
    content: "\f5de";
    }
        .fi-ts-head-side-virus:before {
    content: "\f5df";
    }
        .fi-ts-head-side:before {
    content: "\f5e0";
    }
        .fi-ts-head-vr:before {
    content: "\f5e1";
    }
        .fi-ts-heading:before {
    content: "\f5e2";
    }
        .fi-ts-heart-crack:before {
    content: "\f5e3";
    }
        .fi-ts-heart-half-stroke:before {
    content: "\f5e4";
    }
        .fi-ts-heart-half:before {
    content: "\f5e5";
    }
        .fi-ts-heart-rate:before {
    content: "\f5e6";
    }
        .fi-ts-heat:before {
    content: "\f5e7";
    }
        .fi-ts-helicopter-side:before {
    content: "\f5e8";
    }
        .fi-ts-helmet-battle:before {
    content: "\f5e9";
    }
        .fi-ts-hexagon-check:before {
    content: "\f5ea";
    }
        .fi-ts-hexagon-exclamation:before {
    content: "\f5eb";
    }
        .fi-ts-hexagon:before {
    content: "\f5ec";
    }
        .fi-ts-high-definition:before {
    content: "\f5ed";
    }
        .fi-ts-highlighter-line:before {
    content: "\f5ee";
    }
        .fi-ts-highlighter:before {
    content: "\f5ef";
    }
        .fi-ts-hiking:before {
    content: "\f5f0";
    }
        .fi-ts-hippo:before {
    content: "\f5f1";
    }
        .fi-ts-hockey-mask:before {
    content: "\f5f2";
    }
        .fi-ts-hockey-puck:before {
    content: "\f5f3";
    }
        .fi-ts-hockey-stick-puck:before {
    content: "\f5f4";
    }
        .fi-ts-hockey-sticks:before {
    content: "\f5f5";
    }
        .fi-ts-holly-berry:before {
    content: "\f5f6";
    }
        .fi-ts-home-heart:before {
    content: "\f5f7";
    }
        .fi-ts-honey-pot:before {
    content: "\f5f8";
    }
        .fi-ts-hood-cloak:before {
    content: "\f5f9";
    }
        .fi-ts-horizontal-rule:before {
    content: "\f5fa";
    }
        .fi-ts-horse-head:before {
    content: "\f5fb";
    }
        .fi-ts-horse-saddle:before {
    content: "\f5fc";
    }
        .fi-ts-horse:before {
    content: "\f5fd";
    }
        .fi-ts-hose-reel:before {
    content: "\f5fe";
    }
        .fi-ts-hose:before {
    content: "\f5ff";
    }
        .fi-ts-hospital-symbol:before {
    content: "\f600";
    }
        .fi-ts-hospital-user:before {
    content: "\f601";
    }
        .fi-ts-hospital:before {
    content: "\f602";
    }
        .fi-ts-hospitals:before {
    content: "\f603";
    }
        .fi-ts-hot-tub:before {
    content: "\f604";
    }
        .fi-ts-hotdog:before {
    content: "\f605";
    }
        .fi-ts-hotel:before {
    content: "\f606";
    }
        .fi-ts-hourglass-start:before {
    content: "\f607";
    }
        .fi-ts-house-blank:before {
    content: "\f608";
    }
        .fi-ts-house-building:before {
    content: "\f609";
    }
        .fi-ts-house-chimney-blank:before {
    content: "\f60a";
    }
        .fi-ts-house-chimney-crack:before {
    content: "\f60b";
    }
        .fi-ts-house-chimney-heart:before {
    content: "\f60c";
    }
        .fi-ts-house-chimney-medical:before {
    content: "\f60d";
    }
        .fi-ts-house-chimney-user:before {
    content: "\f60e";
    }
        .fi-ts-house-chimney-window:before {
    content: "\f60f";
    }
        .fi-ts-house-chimney:before {
    content: "\f610";
    }
        .fi-ts-house-crack:before {
    content: "\f611";
    }
        .fi-ts-house-day:before {
    content: "\f612";
    }
        .fi-ts-house-flood:before {
    content: "\f613";
    }
        .fi-ts-house-laptop:before {
    content: "\f614";
    }
        .fi-ts-house-leave:before {
    content: "\f615";
    }
        .fi-ts-house-medical:before {
    content: "\f616";
    }
        .fi-ts-house-night:before {
    content: "\f617";
    }
        .fi-ts-house-return:before {
    content: "\f618";
    }
        .fi-ts-house-signal:before {
    content: "\f619";
    }
        .fi-ts-house-tree:before {
    content: "\f61a";
    }
        .fi-ts-house-tsunami:before {
    content: "\f61b";
    }
        .fi-ts-house-turret:before {
    content: "\f61c";
    }
        .fi-ts-house-user:before {
    content: "\f61d";
    }
        .fi-ts-house-window:before {
    content: "\f61e";
    }
        .fi-ts-hr-group:before {
    content: "\f61f";
    }
        .fi-ts-hr-person:before {
    content: "\f620";
    }
        .fi-ts-hr:before {
    content: "\f621";
    }
        .fi-ts-hryvnia:before {
    content: "\f622";
    }
        .fi-ts-humidity:before {
    content: "\f623";
    }
        .fi-ts-hundred-points:before {
    content: "\f624";
    }
        .fi-ts-hurricane:before {
    content: "\f625";
    }
        .fi-ts-i:before {
    content: "\f626";
    }
        .fi-ts-ice-cream:before {
    content: "\f627";
    }
        .fi-ts-icicles:before {
    content: "\f628";
    }
        .fi-ts-icon-star:before {
    content: "\f629";
    }
        .fi-ts-id-card-clip-alt:before {
    content: "\f62a";
    }
        .fi-ts-igloo:before {
    content: "\f62b";
    }
        .fi-ts-image-slash:before {
    content: "\f62c";
    }
        .fi-ts-images-user:before {
    content: "\f62d";
    }
        .fi-ts-images:before {
    content: "\f62e";
    }
        .fi-ts-inbox-in:before {
    content: "\f62f";
    }
        .fi-ts-inbox-out:before {
    content: "\f630";
    }
        .fi-ts-inboxes:before {
    content: "\f631";
    }
        .fi-ts-indian-rupee-sign:before {
    content: "\f632";
    }
        .fi-ts-industry-alt:before {
    content: "\f633";
    }
        .fi-ts-industry-windows:before {
    content: "\f634";
    }
        .fi-ts-information:before {
    content: "\f635";
    }
        .fi-ts-inhaler:before {
    content: "\f636";
    }
        .fi-ts-input-numeric:before {
    content: "\f637";
    }
        .fi-ts-input-pipe:before {
    content: "\f638";
    }
        .fi-ts-input-text:before {
    content: "\f639";
    }
        .fi-ts-inventory-alt:before {
    content: "\f63a";
    }
        .fi-ts-invest:before {
    content: "\f63b";
    }
        .fi-ts-investment:before {
    content: "\f63c";
    }
        .fi-ts-invite-alt:before {
    content: "\f63d";
    }
        .fi-ts-invite:before {
    content: "\f63e";
    }
        .fi-ts-island-tropical:before {
    content: "\f63f";
    }
        .fi-ts-it-alt:before {
    content: "\f640";
    }
        .fi-ts-it-computer:before {
    content: "\f641";
    }
        .fi-ts-it:before {
    content: "\f642";
    }
        .fi-ts-italian-lira-sign:before {
    content: "\f643";
    }
        .fi-ts-j:before {
    content: "\f644";
    }
        .fi-ts-jam:before {
    content: "\f645";
    }
        .fi-ts-jar-alt:before {
    content: "\f646";
    }
        .fi-ts-jar-wheat:before {
    content: "\f647";
    }
        .fi-ts-joint:before {
    content: "\f648";
    }
        .fi-ts-journal-alt:before {
    content: "\f649";
    }
        .fi-ts-journal:before {
    content: "\f64a";
    }
        .fi-ts-journey:before {
    content: "\f64b";
    }
        .fi-ts-joystick:before {
    content: "\f64c";
    }
        .fi-ts-jug-alt:before {
    content: "\f64d";
    }
        .fi-ts-jug-bottle:before {
    content: "\f64e";
    }
        .fi-ts-jug:before {
    content: "\f64f";
    }
        .fi-ts-k:before {
    content: "\f650";
    }
        .fi-ts-kazoo:before {
    content: "\f651";
    }
        .fi-ts-kerning:before {
    content: "\f652";
    }
        .fi-ts-key-skeleton-left-right:before {
    content: "\f653";
    }
        .fi-ts-keyboard-brightness-low:before {
    content: "\f654";
    }
        .fi-ts-keyboard-brightness:before {
    content: "\f655";
    }
        .fi-ts-keyboard-down:before {
    content: "\f656";
    }
        .fi-ts-keyboard-left:before {
    content: "\f657";
    }
        .fi-ts-keynote:before {
    content: "\f658";
    }
        .fi-ts-kidneys:before {
    content: "\f659";
    }
        .fi-ts-kip-sign:before {
    content: "\f65a";
    }
        .fi-ts-kiss-beam:before {
    content: "\f65b";
    }
        .fi-ts-kiss-wink-heart:before {
    content: "\f65c";
    }
        .fi-ts-kiss:before {
    content: "\f65d";
    }
        .fi-ts-kiwi-bird:before {
    content: "\f65e";
    }
        .fi-ts-kiwi-fruit:before {
    content: "\f65f";
    }
        .fi-ts-knife-kitchen:before {
    content: "\f660";
    }
        .fi-ts-knife:before {
    content: "\f661";
    }
        .fi-ts-l:before {
    content: "\f662";
    }
        .fi-ts-lacrosse-stick-ball:before {
    content: "\f663";
    }
        .fi-ts-lacrosse-stick:before {
    content: "\f664";
    }
        .fi-ts-lamp-desk:before {
    content: "\f665";
    }
        .fi-ts-lamp-floor:before {
    content: "\f666";
    }
        .fi-ts-lamp-street:before {
    content: "\f667";
    }
        .fi-ts-lamp:before {
    content: "\f668";
    }
        .fi-ts-land-layer-location:before {
    content: "\f669";
    }
        .fi-ts-land-layers:before {
    content: "\f66a";
    }
        .fi-ts-land-location:before {
    content: "\f66b";
    }
        .fi-ts-landmark-alt:before {
    content: "\f66c";
    }
        .fi-ts-language:before {
    content: "\f66d";
    }
        .fi-ts-laptop-arrow-down:before {
    content: "\f66e";
    }
        .fi-ts-laptop-code:before {
    content: "\f66f";
    }
        .fi-ts-laptop-medical:before {
    content: "\f670";
    }
        .fi-ts-laptop-mobile:before {
    content: "\f671";
    }
        .fi-ts-laptop-slash:before {
    content: "\f672";
    }
        .fi-ts-lari-sign:before {
    content: "\f673";
    }
        .fi-ts-lasso-sparkles:before {
    content: "\f674";
    }
        .fi-ts-laugh-beam:before {
    content: "\f675";
    }
        .fi-ts-laugh-squint:before {
    content: "\f676";
    }
        .fi-ts-laugh-wink:before {
    content: "\f677";
    }
        .fi-ts-layer-minus:before {
    content: "\f678";
    }
        .fi-ts-layer-plus:before {
    content: "\f679";
    }
        .fi-ts-leader-alt:before {
    content: "\f67a";
    }
        .fi-ts-leader:before {
    content: "\f67b";
    }
        .fi-ts-leadership-alt:before {
    content: "\f67c";
    }
        .fi-ts-leadership:before {
    content: "\f67d";
    }
        .fi-ts-leaf-heart:before {
    content: "\f67e";
    }
        .fi-ts-leaf-maple:before {
    content: "\f67f";
    }
        .fi-ts-leaf-oak:before {
    content: "\f680";
    }
        .fi-ts-leaf:before {
    content: "\f681";
    }
        .fi-ts-leafy-green:before {
    content: "\f682";
    }
        .fi-ts-leave:before {
    content: "\f683";
    }
        .fi-ts-left:before {
    content: "\f684";
    }
        .fi-ts-legal:before {
    content: "\f685";
    }
        .fi-ts-lemon:before {
    content: "\f686";
    }
        .fi-ts-lettuce:before {
    content: "\f687";
    }
        .fi-ts-level-down-alt:before {
    content: "\f688";
    }
        .fi-ts-level-down:before {
    content: "\f689";
    }
        .fi-ts-level-up-alt:before {
    content: "\f68a";
    }
        .fi-ts-level-up:before {
    content: "\f68b";
    }
        .fi-ts-license:before {
    content: "\f68c";
    }
        .fi-ts-light-ceiling:before {
    content: "\f68d";
    }
        .fi-ts-light-emergency-on:before {
    content: "\f68e";
    }
        .fi-ts-light-emergency:before {
    content: "\f68f";
    }
        .fi-ts-light-switch-off:before {
    content: "\f690";
    }
        .fi-ts-light-switch-on:before {
    content: "\f691";
    }
        .fi-ts-light-switch:before {
    content: "\f692";
    }
        .fi-ts-lightbulb-dollar:before {
    content: "\f693";
    }
        .fi-ts-lightbulb-exclamation:before {
    content: "\f694";
    }
        .fi-ts-lightbulb-on:before {
    content: "\f695";
    }
        .fi-ts-lightbulb-question:before {
    content: "\f696";
    }
        .fi-ts-lightbulb-setting:before {
    content: "\f697";
    }
        .fi-ts-lightbulb-slash:before {
    content: "\f698";
    }
        .fi-ts-lights-holiday:before {
    content: "\f699";
    }
        .fi-ts-link-alt:before {
    content: "\f69a";
    }
        .fi-ts-link-horizontal-slash:before {
    content: "\f69b";
    }
        .fi-ts-link-horizontal:before {
    content: "\f69c";
    }
        .fi-ts-link-slash-alt:before {
    content: "\f69d";
    }
        .fi-ts-link-slash:before {
    content: "\f69e";
    }
        .fi-ts-lips:before {
    content: "\f69f";
    }
        .fi-ts-lira-sign:before {
    content: "\f6a0";
    }
        .fi-ts-list-dropdown:before {
    content: "\f6a1";
    }
        .fi-ts-list-music:before {
    content: "\f6a2";
    }
        .fi-ts-list-timeline:before {
    content: "\f6a3";
    }
        .fi-ts-litecoin-sign:before {
    content: "\f6a4";
    }
        .fi-ts-live-alt:before {
    content: "\f6a5";
    }
        .fi-ts-live:before {
    content: "\f6a6";
    }
        .fi-ts-loan:before {
    content: "\f6a7";
    }
        .fi-ts-lobster:before {
    content: "\f6a8";
    }
        .fi-ts-location-arrow:before {
    content: "\f6a9";
    }
        .fi-ts-location-crosshairs-slash:before {
    content: "\f6aa";
    }
        .fi-ts-location-crosshairs:before {
    content: "\f6ab";
    }
        .fi-ts-location-dot-slash:before {
    content: "\f6ac";
    }
        .fi-ts-location-exclamation:before {
    content: "\f6ad";
    }
        .fi-ts-lock-open-alt:before {
    content: "\f6ae";
    }
        .fi-ts-locust:before {
    content: "\f6af";
    }
        .fi-ts-loveseat:before {
    content: "\f6b0";
    }
        .fi-ts-low-vision:before {
    content: "\f6b1";
    }
        .fi-ts-luchador:before {
    content: "\f6b2";
    }
        .fi-ts-luggage-cart:before {
    content: "\f6b3";
    }
        .fi-ts-lungs-virus:before {
    content: "\f6b4";
    }
        .fi-ts-lungs:before {
    content: "\f6b5";
    }
        .fi-ts-m:before {
    content: "\f6b6";
    }
        .fi-ts-mace:before {
    content: "\f6b7";
    }
        .fi-ts-magnet-user:before {
    content: "\f6b8";
    }
        .fi-ts-magnet:before {
    content: "\f6b9";
    }
        .fi-ts-mailbox:before {
    content: "\f6ba";
    }
        .fi-ts-manat-sign:before {
    content: "\f6bb";
    }
        .fi-ts-mandolin:before {
    content: "\f6bc";
    }
        .fi-ts-mango:before {
    content: "\f6bd";
    }
        .fi-ts-manhole:before {
    content: "\f6be";
    }
        .fi-ts-map-marker-check:before {
    content: "\f6bf";
    }
        .fi-ts-map-marker-edit:before {
    content: "\f6c0";
    }
        .fi-ts-map-marker-question:before {
    content: "\f6c1";
    }
        .fi-ts-map-marker-slash:before {
    content: "\f6c2";
    }
        .fi-ts-map-marker-smile:before {
    content: "\f6c3";
    }
        .fi-ts-map-pin:before {
    content: "\f6c4";
    }
        .fi-ts-mars-stroke-right:before {
    content: "\f6c5";
    }
        .fi-ts-mars-stroke-up:before {
    content: "\f6c6";
    }
        .fi-ts-martini-glass-citrus:before {
    content: "\f6c7";
    }
        .fi-ts-martini-glass-empty:before {
    content: "\f6c8";
    }
        .fi-ts-mask-face:before {
    content: "\f6c9";
    }
        .fi-ts-mask-snorkel:before {
    content: "\f6ca";
    }
        .fi-ts-massage:before {
    content: "\f6cb";
    }
        .fi-ts-match-fire:before {
    content: "\f6cc";
    }
        .fi-ts-mattress-pillow:before {
    content: "\f6cd";
    }
        .fi-ts-meat:before {
    content: "\f6ce";
    }
        .fi-ts-medal:before {
    content: "\f6cf";
    }
        .fi-ts-medical-star:before {
    content: "\f6d0";
    }
        .fi-ts-meeting-alt:before {
    content: "\f6d1";
    }
        .fi-ts-meeting:before {
    content: "\f6d2";
    }
        .fi-ts-meh-blank:before {
    content: "\f6d3";
    }
        .fi-ts-meh-rolling-eyes:before {
    content: "\f6d4";
    }
        .fi-ts-melon-alt:before {
    content: "\f6d5";
    }
        .fi-ts-melon:before {
    content: "\f6d6";
    }
        .fi-ts-memo-circle-check:before {
    content: "\f6d7";
    }
        .fi-ts-memo-pad:before {
    content: "\f6d8";
    }
        .fi-ts-memo:before {
    content: "\f6d9";
    }
        .fi-ts-memory:before {
    content: "\f6da";
    }
        .fi-ts-mercury:before {
    content: "\f6db";
    }
        .fi-ts-message-arrow-down:before {
    content: "\f6dc";
    }
        .fi-ts-message-arrow-up-right:before {
    content: "\f6dd";
    }
        .fi-ts-message-arrow-up:before {
    content: "\f6de";
    }
        .fi-ts-message-bot:before {
    content: "\f6df";
    }
        .fi-ts-message-code:before {
    content: "\f6e0";
    }
        .fi-ts-message-dollar:before {
    content: "\f6e1";
    }
        .fi-ts-message-image:before {
    content: "\f6e2";
    }
        .fi-ts-message-question:before {
    content: "\f6e3";
    }
        .fi-ts-message-quote:before {
    content: "\f6e4";
    }
        .fi-ts-message-slash:before {
    content: "\f6e5";
    }
        .fi-ts-message-sms:before {
    content: "\f6e6";
    }
        .fi-ts-message-text:before {
    content: "\f6e7";
    }
        .fi-ts-message-xmark:before {
    content: "\f6e8";
    }
        .fi-ts-messages-dollar:before {
    content: "\f6e9";
    }
        .fi-ts-messages-question:before {
    content: "\f6ea";
    }
        .fi-ts-messages:before {
    content: "\f6eb";
    }
        .fi-ts-meteor:before {
    content: "\f6ec";
    }
        .fi-ts-meter-bolt:before {
    content: "\f6ed";
    }
        .fi-ts-meter-droplet:before {
    content: "\f6ee";
    }
        .fi-ts-meter-fire:before {
    content: "\f6ef";
    }
        .fi-ts-meter:before {
    content: "\f6f0";
    }
        .fi-ts-microchip-ai:before {
    content: "\f6f1";
    }
        .fi-ts-microchip:before {
    content: "\f6f2";
    }
        .fi-ts-microphone-slash:before {
    content: "\f6f3";
    }
        .fi-ts-microscope:before {
    content: "\f6f4";
    }
        .fi-ts-microwave:before {
    content: "\f6f5";
    }
        .fi-ts-mill-sign:before {
    content: "\f6f6";
    }
        .fi-ts-mind-share:before {
    content: "\f6f7";
    }
        .fi-ts-minus-circle:before {
    content: "\f6f8";
    }
        .fi-ts-minus-hexagon:before {
    content: "\f6f9";
    }
        .fi-ts-mistletoe:before {
    content: "\f6fa";
    }
        .fi-ts-mobile-button:before {
    content: "\f6fb";
    }
        .fi-ts-mobile-notch:before {
    content: "\f6fc";
    }
        .fi-ts-mockup:before {
    content: "\f6fd";
    }
        .fi-ts-mode-alt:before {
    content: "\f6fe";
    }
        .fi-ts-mode:before {
    content: "\f6ff";
    }
        .fi-ts-money-bill-simple:before {
    content: "\f700";
    }
        .fi-ts-money-bill-wave-alt:before {
    content: "\f701";
    }
        .fi-ts-money-bill-wave:before {
    content: "\f702";
    }
        .fi-ts-money-bills-simple:before {
    content: "\f703";
    }
        .fi-ts-money-bills:before {
    content: "\f704";
    }
        .fi-ts-money-check-edit-alt:before {
    content: "\f705";
    }
        .fi-ts-money-check-edit:before {
    content: "\f706";
    }
        .fi-ts-money-check:before {
    content: "\f707";
    }
        .fi-ts-money-from-bracket:before {
    content: "\f708";
    }
        .fi-ts-money-simple-from-bracket:before {
    content: "\f709";
    }
        .fi-ts-monkey:before {
    content: "\f70a";
    }
        .fi-ts-monument:before {
    content: "\f70b";
    }
        .fi-ts-moon-stars:before {
    content: "\f70c";
    }
        .fi-ts-moon:before {
    content: "\f70d";
    }
        .fi-ts-moped:before {
    content: "\f70e";
    }
        .fi-ts-mortar-pestle:before {
    content: "\f70f";
    }
        .fi-ts-mosquito-net:before {
    content: "\f710";
    }
        .fi-ts-mosquito:before {
    content: "\f711";
    }
        .fi-ts-motorcycle:before {
    content: "\f712";
    }
        .fi-ts-mound:before {
    content: "\f713";
    }
        .fi-ts-mountain-city:before {
    content: "\f714";
    }
        .fi-ts-mountain:before {
    content: "\f715";
    }
        .fi-ts-mountains:before {
    content: "\f716";
    }
        .fi-ts-move-to-folder-2:before {
    content: "\f717";
    }
        .fi-ts-move-to-folder:before {
    content: "\f718";
    }
        .fi-ts-mp3-player:before {
    content: "\f719";
    }
        .fi-ts-mug-alt:before {
    content: "\f71a";
    }
        .fi-ts-mug-hot-alt:before {
    content: "\f71b";
    }
        .fi-ts-mug-hot:before {
    content: "\f71c";
    }
        .fi-ts-mug-marshmallows:before {
    content: "\f71d";
    }
        .fi-ts-mug-tea-saucer:before {
    content: "\f71e";
    }
        .fi-ts-mug-tea:before {
    content: "\f71f";
    }
        .fi-ts-mug:before {
    content: "\f720";
    }
        .fi-ts-mushroom-alt:before {
    content: "\f721";
    }
        .fi-ts-mushroom:before {
    content: "\f722";
    }
        .fi-ts-music-note-slash:before {
    content: "\f723";
    }
        .fi-ts-music-note:before {
    content: "\f724";
    }
        .fi-ts-music-slash:before {
    content: "\f725";
    }
        .fi-ts-n:before {
    content: "\f726";
    }
        .fi-ts-naira-sign:before {
    content: "\f727";
    }
        .fi-ts-narwhal:before {
    content: "\f728";
    }
        .fi-ts-nesting-dolls:before {
    content: "\f729";
    }
        .fi-ts-neuter:before {
    content: "\f72a";
    }
        .fi-ts-newspaper-open:before {
    content: "\f72b";
    }
        .fi-ts-newspaper:before {
    content: "\f72c";
    }
        .fi-ts-nfc-lock:before {
    content: "\f72d";
    }
        .fi-ts-nfc-magnifying-glass:before {
    content: "\f72e";
    }
        .fi-ts-nfc-pen:before {
    content: "\f72f";
    }
        .fi-ts-nfc-slash:before {
    content: "\f730";
    }
        .fi-ts-nfc-trash:before {
    content: "\f731";
    }
        .fi-ts-nfc:before {
    content: "\f732";
    }
        .fi-ts-no-people:before {
    content: "\f733";
    }
        .fi-ts-noodles:before {
    content: "\f734";
    }
        .fi-ts-notdef:before {
    content: "\f735";
    }
        .fi-ts-note-medical:before {
    content: "\f736";
    }
        .fi-ts-note-sticky:before {
    content: "\f737";
    }
        .fi-ts-note:before {
    content: "\f738";
    }
        .fi-ts-notebook-alt:before {
    content: "\f739";
    }
        .fi-ts-notes-medical:before {
    content: "\f73a";
    }
        .fi-ts-notes:before {
    content: "\f73b";
    }
        .fi-ts-o:before {
    content: "\f73c";
    }
        .fi-ts-object-exclude:before {
    content: "\f73d";
    }
        .fi-ts-object-group:before {
    content: "\f73e";
    }
        .fi-ts-object-intersect:before {
    content: "\f73f";
    }
        .fi-ts-object-subtract:before {
    content: "\f740";
    }
        .fi-ts-object-ungroup:before {
    content: "\f741";
    }
        .fi-ts-object-union:before {
    content: "\f742";
    }
        .fi-ts-objects-column:before {
    content: "\f743";
    }
        .fi-ts-octagon:before {
    content: "\f744";
    }
        .fi-ts-oil-can:before {
    content: "\f745";
    }
        .fi-ts-oil-temp:before {
    content: "\f746";
    }
        .fi-ts-olive-oil:before {
    content: "\f747";
    }
        .fi-ts-olive:before {
    content: "\f748";
    }
        .fi-ts-olives:before {
    content: "\f749";
    }
        .fi-ts-onion:before {
    content: "\f74a";
    }
        .fi-ts-operation:before {
    content: "\f74b";
    }
        .fi-ts-ornament:before {
    content: "\f74c";
    }
        .fi-ts-otter:before {
    content: "\f74d";
    }
        .fi-ts-outdent:before {
    content: "\f74e";
    }
        .fi-ts-oven:before {
    content: "\f74f";
    }
        .fi-ts-overline:before {
    content: "\f750";
    }
        .fi-ts-overview:before {
    content: "\f751";
    }
        .fi-ts-p:before {
    content: "\f752";
    }
        .fi-ts-page-break:before {
    content: "\f753";
    }
        .fi-ts-pager:before {
    content: "\f754";
    }
        .fi-ts-paint-roller:before {
    content: "\f755";
    }
        .fi-ts-paintbrush-pencil:before {
    content: "\f756";
    }
        .fi-ts-pallet-alt:before {
    content: "\f757";
    }
        .fi-ts-pallet:before {
    content: "\f758";
    }
        .fi-ts-pan-food:before {
    content: "\f759";
    }
        .fi-ts-pan-frying:before {
    content: "\f75a";
    }
        .fi-ts-pan:before {
    content: "\f75b";
    }
        .fi-ts-pancakes:before {
    content: "\f75c";
    }
        .fi-ts-panorama:before {
    content: "\f75d";
    }
        .fi-ts-paper-plane-top:before {
    content: "\f75e";
    }
        .fi-ts-paperclip-vertical:before {
    content: "\f75f";
    }
        .fi-ts-parachute-box:before {
    content: "\f760";
    }
        .fi-ts-paragraph-left:before {
    content: "\f761";
    }
        .fi-ts-paragraph:before {
    content: "\f762";
    }
        .fi-ts-parking-circle-slash:before {
    content: "\f763";
    }
        .fi-ts-parking-circle:before {
    content: "\f764";
    }
        .fi-ts-parking-slash:before {
    content: "\f765";
    }
        .fi-ts-parking:before {
    content: "\f766";
    }
        .fi-ts-party-bell:before {
    content: "\f767";
    }
        .fi-ts-party-horn:before {
    content: "\f768";
    }
        .fi-ts-passport:before {
    content: "\f769";
    }
        .fi-ts-paste:before {
    content: "\f76a";
    }
        .fi-ts-pattern:before {
    content: "\f76b";
    }
        .fi-ts-pause-circle:before {
    content: "\f76c";
    }
        .fi-ts-paw-claws:before {
    content: "\f76d";
    }
        .fi-ts-paw:before {
    content: "\f76e";
    }
        .fi-ts-peace:before {
    content: "\f76f";
    }
        .fi-ts-peach:before {
    content: "\f770";
    }
        .fi-ts-peanut:before {
    content: "\f771";
    }
        .fi-ts-peanuts:before {
    content: "\f772";
    }
        .fi-ts-peapod:before {
    content: "\f773";
    }
        .fi-ts-pear:before {
    content: "\f774";
    }
        .fi-ts-pedestal:before {
    content: "\f775";
    }
        .fi-ts-pen-circle:before {
    content: "\f776";
    }
        .fi-ts-pen-clip-slash:before {
    content: "\f777";
    }
        .fi-ts-pen-clip:before {
    content: "\f778";
    }
        .fi-ts-pen-fancy-slash:before {
    content: "\f779";
    }
        .fi-ts-pen-fancy:before {
    content: "\f77a";
    }
        .fi-ts-pen-field:before {
    content: "\f77b";
    }
        .fi-ts-pen-nib-slash:before {
    content: "\f77c";
    }
        .fi-ts-pen-nib:before {
    content: "\f77d";
    }
        .fi-ts-pen-slash:before {
    content: "\f77e";
    }
        .fi-ts-pen-square:before {
    content: "\f77f";
    }
        .fi-ts-pen-swirl:before {
    content: "\f780";
    }
        .fi-ts-pencil-paintbrush:before {
    content: "\f781";
    }
        .fi-ts-pencil-ruler:before {
    content: "\f782";
    }
        .fi-ts-pencil-slash:before {
    content: "\f783";
    }
        .fi-ts-pennant:before {
    content: "\f784";
    }
        .fi-ts-people-arrows-left-right:before {
    content: "\f785";
    }
        .fi-ts-people-carry-box:before {
    content: "\f786";
    }
        .fi-ts-people-dress:before {
    content: "\f787";
    }
        .fi-ts-people-pants:before {
    content: "\f788";
    }
        .fi-ts-people-poll:before {
    content: "\f789";
    }
        .fi-ts-people:before {
    content: "\f78a";
    }
        .fi-ts-pepper-alt:before {
    content: "\f78b";
    }
        .fi-ts-pepper-hot:before {
    content: "\f78c";
    }
        .fi-ts-pepper:before {
    content: "\f78d";
    }
        .fi-ts-percentage:before {
    content: "\f78e";
    }
        .fi-ts-person-carry-box:before {
    content: "\f78f";
    }
        .fi-ts-person-circle-check:before {
    content: "\f790";
    }
        .fi-ts-person-circle-exclamation:before {
    content: "\f791";
    }
        .fi-ts-person-circle-minus:before {
    content: "\f792";
    }
        .fi-ts-person-circle-plus:before {
    content: "\f793";
    }
        .fi-ts-person-circle-question:before {
    content: "\f794";
    }
        .fi-ts-person-circle-xmark:before {
    content: "\f795";
    }
        .fi-ts-person-dolly-empty:before {
    content: "\f796";
    }
        .fi-ts-person-dolly:before {
    content: "\f797";
    }
        .fi-ts-person-dress-simple:before {
    content: "\f798";
    }
        .fi-ts-person-dress:before {
    content: "\f799";
    }
        .fi-ts-person-praying:before {
    content: "\f79a";
    }
        .fi-ts-person-pregnant:before {
    content: "\f79b";
    }
        .fi-ts-person-seat-reclined:before {
    content: "\f79c";
    }
        .fi-ts-person-seat:before {
    content: "\f79d";
    }
        .fi-ts-person-sign:before {
    content: "\f79e";
    }
        .fi-ts-person-simple:before {
    content: "\f79f";
    }
        .fi-ts-person-walking-with-cane:before {
    content: "\f7a0";
    }
        .fi-ts-peseta-sign:before {
    content: "\f7a1";
    }
        .fi-ts-peso-sign:before {
    content: "\f7a2";
    }
        .fi-ts-phone-call:before {
    content: "\f7a3";
    }
        .fi-ts-phone-cross:before {
    content: "\f7a4";
    }
        .fi-ts-phone-flip:before {
    content: "\f7a5";
    }
        .fi-ts-phone-office:before {
    content: "\f7a6";
    }
        .fi-ts-phone-pause:before {
    content: "\f7a7";
    }
        .fi-ts-phone-plus:before {
    content: "\f7a8";
    }
        .fi-ts-phone-rotary:before {
    content: "\f7a9";
    }
        .fi-ts-phone-slash:before {
    content: "\f7aa";
    }
        .fi-ts-photo-film-music:before {
    content: "\f7ab";
    }
        .fi-ts-photo-video:before {
    content: "\f7ac";
    }
        .fi-ts-Pi:before {
    content: "\f7ad";
    }
        .fi-ts-piano-keyboard:before {
    content: "\f7ae";
    }
        .fi-ts-piano:before {
    content: "\f7af";
    }
        .fi-ts-pickaxe:before {
    content: "\f7b0";
    }
        .fi-ts-picnic:before {
    content: "\f7b1";
    }
        .fi-ts-picpeople-filled:before {
    content: "\f7b2";
    }
        .fi-ts-picpeople:before {
    content: "\f7b3";
    }
        .fi-ts-pie:before {
    content: "\f7b4";
    }
        .fi-ts-pig-face:before {
    content: "\f7b5";
    }
        .fi-ts-pig:before {
    content: "\f7b6";
    }
        .fi-ts-piggy-bank:before {
    content: "\f7b7";
    }
        .fi-ts-pills:before {
    content: "\f7b8";
    }
        .fi-ts-pinata:before {
    content: "\f7b9";
    }
        .fi-ts-pineapple-alt:before {
    content: "\f7ba";
    }
        .fi-ts-pineapple:before {
    content: "\f7bb";
    }
        .fi-ts-pipe-smoking:before {
    content: "\f7bc";
    }
        .fi-ts-pizza-slice:before {
    content: "\f7bd";
    }
        .fi-ts-plane-alt:before {
    content: "\f7be";
    }
        .fi-ts-plane-arrival:before {
    content: "\f7bf";
    }
        .fi-ts-plane-departure:before {
    content: "\f7c0";
    }
        .fi-ts-plane-prop:before {
    content: "\f7c1";
    }
        .fi-ts-plane-slash:before {
    content: "\f7c2";
    }
        .fi-ts-plane-tail:before {
    content: "\f7c3";
    }
        .fi-ts-planet-moon:before {
    content: "\f7c4";
    }
        .fi-ts-planet-ringed:before {
    content: "\f7c5";
    }
        .fi-ts-plant-wilt:before {
    content: "\f7c6";
    }
        .fi-ts-plate-wheat:before {
    content: "\f7c7";
    }
        .fi-ts-plate:before {
    content: "\f7c8";
    }
        .fi-ts-play-circle:before {
    content: "\f7c9";
    }
        .fi-ts-play-pause:before {
    content: "\f7ca";
    }
        .fi-ts-plug-alt:before {
    content: "\f7cb";
    }
        .fi-ts-plug-cable:before {
    content: "\f7cc";
    }
        .fi-ts-plug-connection:before {
    content: "\f7cd";
    }
        .fi-ts-plug:before {
    content: "\f7ce";
    }
        .fi-ts-plus-hexagon:before {
    content: "\f7cf";
    }
        .fi-ts-plus-minus:before {
    content: "\f7d0";
    }
        .fi-ts-podcast:before {
    content: "\f7d1";
    }
        .fi-ts-podium-star:before {
    content: "\f7d2";
    }
        .fi-ts-podium:before {
    content: "\f7d3";
    }
        .fi-ts-police-box:before {
    content: "\f7d4";
    }
        .fi-ts-poll-h:before {
    content: "\f7d5";
    }
        .fi-ts-pompebled:before {
    content: "\f7d6";
    }
        .fi-ts-poo-bolt:before {
    content: "\f7d7";
    }
        .fi-ts-poo:before {
    content: "\f7d8";
    }
        .fi-ts-pool-8-ball:before {
    content: "\f7d9";
    }
        .fi-ts-poop:before {
    content: "\f7da";
    }
        .fi-ts-popcorn:before {
    content: "\f7db";
    }
        .fi-ts-popsicle:before {
    content: "\f7dc";
    }
        .fi-ts-portal-enter:before {
    content: "\f7dd";
    }
        .fi-ts-portal-exit:before {
    content: "\f7de";
    }
        .fi-ts-pot:before {
    content: "\f7df";
    }
        .fi-ts-potato:before {
    content: "\f7e0";
    }
        .fi-ts-prescription-bottle-alt:before {
    content: "\f7e1";
    }
        .fi-ts-prescription-bottle-pill:before {
    content: "\f7e2";
    }
        .fi-ts-prescription-bottle:before {
    content: "\f7e3";
    }
        .fi-ts-prescription:before {
    content: "\f7e4";
    }
        .fi-ts-preview:before {
    content: "\f7e5";
    }
        .fi-ts-print-magnifying-glass:before {
    content: "\f7e6";
    }
        .fi-ts-print-slash:before {
    content: "\f7e7";
    }
        .fi-ts-priority-arrow:before {
    content: "\f7e8";
    }
        .fi-ts-priority-arrows:before {
    content: "\f7e9";
    }
        .fi-ts-priority-importance:before {
    content: "\f7ea";
    }
        .fi-ts-procedures:before {
    content: "\f7eb";
    }
        .fi-ts-process:before {
    content: "\f7ec";
    }
        .fi-ts-projector:before {
    content: "\f7ed";
    }
        .fi-ts-pump-medical:before {
    content: "\f7ee";
    }
        .fi-ts-pump:before {
    content: "\f7ef";
    }
        .fi-ts-pumpkin-alt-2:before {
    content: "\f7f0";
    }
        .fi-ts-pumpkin-alt:before {
    content: "\f7f1";
    }
        .fi-ts-pumpkin:before {
    content: "\f7f2";
    }
        .fi-ts-puzzle-alt:before {
    content: "\f7f3";
    }
        .fi-ts-puzzle-piece:before {
    content: "\f7f4";
    }
        .fi-ts-puzzle-pieces:before {
    content: "\f7f5";
    }
        .fi-ts-q:before {
    content: "\f7f6";
    }
        .fi-ts-qr-scan:before {
    content: "\f7f7";
    }
        .fi-ts-QR:before {
    content: "\f7f8";
    }
        .fi-ts-qrcode:before {
    content: "\f7f9";
    }
        .fi-ts-question-square:before {
    content: "\f7fa";
    }
        .fi-ts-question:before {
    content: "\f7fb";
    }
        .fi-ts-quiz-alt:before {
    content: "\f7fc";
    }
        .fi-ts-quiz:before {
    content: "\f7fd";
    }
        .fi-ts-r:before {
    content: "\f7fe";
    }
        .fi-ts-rabbit-fast:before {
    content: "\f7ff";
    }
        .fi-ts-rabbit:before {
    content: "\f800";
    }
        .fi-ts-racquet:before {
    content: "\f801";
    }
        .fi-ts-radar:before {
    content: "\f802";
    }
        .fi-ts-radiation-alt:before {
    content: "\f803";
    }
        .fi-ts-radiation:before {
    content: "\f804";
    }
        .fi-ts-radio-alt:before {
    content: "\f805";
    }
        .fi-ts-radio:before {
    content: "\f806";
    }
        .fi-ts-radish:before {
    content: "\f807";
    }
        .fi-ts-rainbow:before {
    content: "\f808";
    }
        .fi-ts-raindrops:before {
    content: "\f809";
    }
        .fi-ts-ram:before {
    content: "\f80a";
    }
        .fi-ts-ramp-loading:before {
    content: "\f80b";
    }
        .fi-ts-rank:before {
    content: "\f80c";
    }
        .fi-ts-ranking-podium:before {
    content: "\f80d";
    }
        .fi-ts-ranking-star:before {
    content: "\f80e";
    }
        .fi-ts-ranking-stars:before {
    content: "\f80f";
    }
        .fi-ts-raygun:before {
    content: "\f810";
    }
        .fi-ts-react:before {
    content: "\f811";
    }
        .fi-ts-rectangle-barcode:before {
    content: "\f812";
    }
        .fi-ts-rectangle-code:before {
    content: "\f813";
    }
        .fi-ts-rectangle-history-circle-plus:before {
    content: "\f814";
    }
        .fi-ts-rectangle-horizontal:before {
    content: "\f815";
    }
        .fi-ts-rectangle-list:before {
    content: "\f816";
    }
        .fi-ts-rectangle-panoramic:before {
    content: "\f817";
    }
        .fi-ts-rectangle-pro:before {
    content: "\f818";
    }
        .fi-ts-rectangle-vertical-history:before {
    content: "\f819";
    }
        .fi-ts-rectangle-vertical:before {
    content: "\f81a";
    }
        .fi-ts-rectangle-xmark:before {
    content: "\f81b";
    }
        .fi-ts-rectangles-mixed:before {
    content: "\f81c";
    }
        .fi-ts-recycle:before {
    content: "\f81d";
    }
        .fi-ts-reel:before {
    content: "\f81e";
    }
        .fi-ts-refer-arrow:before {
    content: "\f81f";
    }
        .fi-ts-refer:before {
    content: "\f820";
    }
        .fi-ts-reflect-horizontal:before {
    content: "\f821";
    }
        .fi-ts-reflect-vertical:before {
    content: "\f822";
    }
        .fi-ts-refrigerator:before {
    content: "\f823";
    }
        .fi-ts-refund-alt:before {
    content: "\f824";
    }
        .fi-ts-refund:before {
    content: "\f825";
    }
        .fi-ts-registered:before {
    content: "\f826";
    }
        .fi-ts-registration-paper:before {
    content: "\f827";
    }
        .fi-ts-remove-folder:before {
    content: "\f828";
    }
        .fi-ts-rent-signal:before {
    content: "\f829";
    }
        .fi-ts-rent:before {
    content: "\f82a";
    }
        .fi-ts-replace:before {
    content: "\f82b";
    }
        .fi-ts-reply-all:before {
    content: "\f82c";
    }
        .fi-ts-republican:before {
    content: "\f82d";
    }
        .fi-ts-resources:before {
    content: "\f82e";
    }
        .fi-ts-restaurant:before {
    content: "\f82f";
    }
        .fi-ts-restroom-simple:before {
    content: "\f830";
    }
        .fi-ts-revenue-alt:before {
    content: "\f831";
    }
        .fi-ts-Revenue:before {
    content: "\f832";
    }
        .fi-ts-review:before {
    content: "\f833";
    }
        .fi-ts-ribbon:before {
    content: "\f834";
    }
        .fi-ts-right:before {
    content: "\f835";
    }
        .fi-ts-ring-diamond:before {
    content: "\f836";
    }
        .fi-ts-ring:before {
    content: "\f837";
    }
        .fi-ts-risk-alt:before {
    content: "\f838";
    }
        .fi-ts-risk:before {
    content: "\f839";
    }
        .fi-ts-robot:before {
    content: "\f83a";
    }
        .fi-ts-rocket-lunch:before {
    content: "\f83b";
    }
        .fi-ts-roller-coaster:before {
    content: "\f83c";
    }
        .fi-ts-room-service:before {
    content: "\f83d";
    }
        .fi-ts-rotate-exclamation:before {
    content: "\f83e";
    }
        .fi-ts-route-highway:before {
    content: "\f83f";
    }
        .fi-ts-route-interstate:before {
    content: "\f840";
    }
        .fi-ts-route:before {
    content: "\f841";
    }
        .fi-ts-router:before {
    content: "\f842";
    }
        .fi-ts-rss-alt:before {
    content: "\f843";
    }
        .fi-ts-rss:before {
    content: "\f844";
    }
        .fi-ts-ruble-sign:before {
    content: "\f845";
    }
        .fi-ts-rugby-helmet:before {
    content: "\f846";
    }
        .fi-ts-ruler-combined:before {
    content: "\f847";
    }
        .fi-ts-ruler-horizontal:before {
    content: "\f848";
    }
        .fi-ts-ruler-triangle:before {
    content: "\f849";
    }
        .fi-ts-ruler-vertical:before {
    content: "\f84a";
    }
        .fi-ts-running:before {
    content: "\f84b";
    }
        .fi-ts-rupee-sign:before {
    content: "\f84c";
    }
        .fi-ts-rupiah-sign:before {
    content: "\f84d";
    }
        .fi-ts-rv:before {
    content: "\f84e";
    }
        .fi-ts-s:before {
    content: "\f84f";
    }
        .fi-ts-sack-dollar:before {
    content: "\f850";
    }
        .fi-ts-sack:before {
    content: "\f851";
    }
        .fi-ts-sad-cry:before {
    content: "\f852";
    }
        .fi-ts-sad-tear:before {
    content: "\f853";
    }
        .fi-ts-safe-box:before {
    content: "\f854";
    }
        .fi-ts-sailboat:before {
    content: "\f855";
    }
        .fi-ts-salad:before {
    content: "\f856";
    }
        .fi-ts-salt-pepper:before {
    content: "\f857";
    }
        .fi-ts-salt-shaker:before {
    content: "\f858";
    }
        .fi-ts-sandwich-alt:before {
    content: "\f859";
    }
        .fi-ts-sandwich:before {
    content: "\f85a";
    }
        .fi-ts-satellite-dish:before {
    content: "\f85b";
    }
        .fi-ts-satellite:before {
    content: "\f85c";
    }
        .fi-ts-sauce:before {
    content: "\f85d";
    }
        .fi-ts-sausage:before {
    content: "\f85e";
    }
        .fi-ts-sax-hot:before {
    content: "\f85f";
    }
        .fi-ts-saxophone:before {
    content: "\f860";
    }
        .fi-ts-scalpel-path:before {
    content: "\f861";
    }
        .fi-ts-scalpel:before {
    content: "\f862";
    }
        .fi-ts-scanner-gun:before {
    content: "\f863";
    }
        .fi-ts-scanner-image:before {
    content: "\f864";
    }
        .fi-ts-scanner-keyboard:before {
    content: "\f865";
    }
        .fi-ts-scanner-touchscreen:before {
    content: "\f866";
    }
        .fi-ts-scarecrow:before {
    content: "\f867";
    }
        .fi-ts-scarf:before {
    content: "\f868";
    }
        .fi-ts-screencast:before {
    content: "\f869";
    }
        .fi-ts-screwdriver:before {
    content: "\f86a";
    }
        .fi-ts-scribble:before {
    content: "\f86b";
    }
        .fi-ts-scroll-old:before {
    content: "\f86c";
    }
        .fi-ts-scroll-torah:before {
    content: "\f86d";
    }
        .fi-ts-scroll:before {
    content: "\f86e";
    }
        .fi-ts-scrubber:before {
    content: "\f86f";
    }
        .fi-ts-scythe:before {
    content: "\f870";
    }
        .fi-ts-sd-card:before {
    content: "\f871";
    }
        .fi-ts-sd-cards:before {
    content: "\f872";
    }
        .fi-ts-seal-exclamation:before {
    content: "\f873";
    }
        .fi-ts-seal-question:before {
    content: "\f874";
    }
        .fi-ts-search-dollar:before {
    content: "\f875";
    }
        .fi-ts-search-location:before {
    content: "\f876";
    }
        .fi-ts-seat-airline:before {
    content: "\f877";
    }
        .fi-ts-second-award:before {
    content: "\f878";
    }
        .fi-ts-second-laurel:before {
    content: "\f879";
    }
        .fi-ts-second-medal:before {
    content: "\f87a";
    }
        .fi-ts-second:before {
    content: "\f87b";
    }
        .fi-ts-seedling:before {
    content: "\f87c";
    }
        .fi-ts-selection:before {
    content: "\f87d";
    }
        .fi-ts-send-back:before {
    content: "\f87e";
    }
        .fi-ts-send-backward:before {
    content: "\f87f";
    }
        .fi-ts-sensor-alert:before {
    content: "\f880";
    }
        .fi-ts-sensor-fire:before {
    content: "\f881";
    }
        .fi-ts-sensor-on:before {
    content: "\f882";
    }
        .fi-ts-sensor-smoke:before {
    content: "\f883";
    }
        .fi-ts-sensor:before {
    content: "\f884";
    }
        .fi-ts-share-alt-square:before {
    content: "\f885";
    }
        .fi-ts-share-square:before {
    content: "\f886";
    }
        .fi-ts-sheep:before {
    content: "\f887";
    }
        .fi-ts-shekel-sign:before {
    content: "\f888";
    }
        .fi-ts-shelves:before {
    content: "\f889";
    }
        .fi-ts-shield-alt:before {
    content: "\f88a";
    }
        .fi-ts-shield-cross:before {
    content: "\f88b";
    }
        .fi-ts-shield-keyhole:before {
    content: "\f88c";
    }
        .fi-ts-shield-minus:before {
    content: "\f88d";
    }
        .fi-ts-shield-slash:before {
    content: "\f88e";
    }
        .fi-ts-shield-virus:before {
    content: "\f88f";
    }
        .fi-ts-shield-xmark:before {
    content: "\f890";
    }
        .fi-ts-shipping-fast:before {
    content: "\f891";
    }
        .fi-ts-shipping-timed:before {
    content: "\f892";
    }
        .fi-ts-shirt-long-sleeve:before {
    content: "\f893";
    }
        .fi-ts-shirt-running:before {
    content: "\f894";
    }
        .fi-ts-shirt-tank-top:before {
    content: "\f895";
    }
        .fi-ts-shish-kebab:before {
    content: "\f896";
    }
        .fi-ts-shoe-prints:before {
    content: "\f897";
    }
        .fi-ts-shop-lock:before {
    content: "\f898";
    }
        .fi-ts-shop-slash:before {
    content: "\f899";
    }
        .fi-ts-shopping-basket:before {
    content: "\f89a";
    }
        .fi-ts-shovel-snow:before {
    content: "\f89b";
    }
        .fi-ts-shovel:before {
    content: "\f89c";
    }
        .fi-ts-shower-down:before {
    content: "\f89d";
    }
        .fi-ts-shower:before {
    content: "\f89e";
    }
        .fi-ts-shredder:before {
    content: "\f89f";
    }
        .fi-ts-shrimp:before {
    content: "\f8a0";
    }
        .fi-ts-shuttle-van:before {
    content: "\f8a1";
    }
        .fi-ts-shuttlecock:before {
    content: "\f8a2";
    }
        .fi-ts-Sickle:before {
    content: "\f8a3";
    }
        .fi-ts-sidebar-flip:before {
    content: "\f8a4";
    }
        .fi-ts-sidebar:before {
    content: "\f8a5";
    }
        .fi-ts-sigma:before {
    content: "\f8a6";
    }
        .fi-ts-sign-hanging:before {
    content: "\f8a7";
    }
        .fi-ts-sign-up:before {
    content: "\f8a8";
    }
        .fi-ts-signal-alt-1:before {
    content: "\f8a9";
    }
        .fi-ts-signal-alt-2:before {
    content: "\f8aa";
    }
        .fi-ts-signal-alt-slash:before {
    content: "\f8ab";
    }
        .fi-ts-signal-alt:before {
    content: "\f8ac";
    }
        .fi-ts-signal-bars-fair:before {
    content: "\f8ad";
    }
        .fi-ts-signal-bars-good:before {
    content: "\f8ae";
    }
        .fi-ts-signal-bars-weak:before {
    content: "\f8af";
    }
        .fi-ts-signal-stream-slash:before {
    content: "\f8b0";
    }
        .fi-ts-signal-stream:before {
    content: "\f8b1";
    }
        .fi-ts-signature-lock:before {
    content: "\f8b2";
    }
        .fi-ts-signature-slash:before {
    content: "\f8b3";
    }
        .fi-ts-signature:before {
    content: "\f8b4";
    }
        .fi-ts-sim-card:before {
    content: "\f8b5";
    }
        .fi-ts-sim-cards:before {
    content: "\f8b6";
    }
        .fi-ts-sink:before {
    content: "\f8b7";
    }
        .fi-ts-siren-on:before {
    content: "\f8b8";
    }
        .fi-ts-Siren:before {
    content: "\f8b9";
    }
        .fi-ts-site-alt:before {
    content: "\f8ba";
    }
        .fi-ts-site-browser:before {
    content: "\f8bb";
    }
        .fi-ts-site:before {
    content: "\f8bc";
    }
        .fi-ts-sitemap:before {
    content: "\f8bd";
    }
        .fi-ts-skating:before {
    content: "\f8be";
    }
        .fi-ts-skeleton:before {
    content: "\f8bf";
    }
        .fi-ts-skewer:before {
    content: "\f8c0";
    }
        .fi-ts-ski-boot-ski:before {
    content: "\f8c1";
    }
        .fi-ts-ski-jump:before {
    content: "\f8c2";
    }
        .fi-ts-ski-lift:before {
    content: "\f8c3";
    }
        .fi-ts-skiing-nordic:before {
    content: "\f8c4";
    }
        .fi-ts-skiing:before {
    content: "\f8c5";
    }
        .fi-ts-skull-cow:before {
    content: "\f8c6";
    }
        .fi-ts-skull-crossbones:before {
    content: "\f8c7";
    }
        .fi-ts-skull:before {
    content: "\f8c8";
    }
        .fi-ts-slash:before {
    content: "\f8c9";
    }
        .fi-ts-sledding:before {
    content: "\f8ca";
    }
        .fi-ts-sleigh:before {
    content: "\f8cb";
    }
        .fi-ts-sliders-h-square:before {
    content: "\f8cc";
    }
        .fi-ts-sliders-v-square:before {
    content: "\f8cd";
    }
        .fi-ts-sliders-v:before {
    content: "\f8ce";
    }
        .fi-ts-smile-beam:before {
    content: "\f8cf";
    }
        .fi-ts-smile-plus:before {
    content: "\f8d0";
    }
        .fi-ts-smiley-comment-alt:before {
    content: "\f8d1";
    }
        .fi-ts-smog:before {
    content: "\f8d2";
    }
        .fi-ts-smoke:before {
    content: "\f8d3";
    }
        .fi-ts-smoking-ban:before {
    content: "\f8d4";
    }
        .fi-ts-smoking:before {
    content: "\f8d5";
    }
        .fi-ts-snake:before {
    content: "\f8d6";
    }
        .fi-ts-snooze:before {
    content: "\f8d7";
    }
        .fi-ts-snow-blowing:before {
    content: "\f8d8";
    }
        .fi-ts-snowboarding:before {
    content: "\f8d9";
    }
        .fi-ts-snowflake-droplets:before {
    content: "\f8da";
    }
        .fi-ts-snowflake:before {
    content: "\f8db";
    }
        .fi-ts-snowflakes:before {
    content: "\f8dc";
    }
        .fi-ts-snowman-alt:before {
    content: "\f8dd";
    }
        .fi-ts-snowman-head:before {
    content: "\f8de";
    }
        .fi-ts-snowmobile:before {
    content: "\f8df";
    }
        .fi-ts-snowplow:before {
    content: "\f8e0";
    }
        .fi-ts-soap-alt:before {
    content: "\f8e1";
    }
        .fi-ts-socks:before {
    content: "\f8e2";
    }
        .fi-ts-solar-panel:before {
    content: "\f8e3";
    }
        .fi-ts-solar-system:before {
    content: "\f8e4";
    }
        .fi-ts-sort-alpha-down-alt:before {
    content: "\f8e5";
    }
        .fi-ts-sort-alpha-down:before {
    content: "\f8e6";
    }
        .fi-ts-sort-alpha-up-alt:before {
    content: "\f8e7";
    }
        .fi-ts-sort-alpha-up:before {
    content: "\f8e8";
    }
        .fi-ts-sort-alt:before {
    content: "\f8e9";
    }
        .fi-ts-sort-amount-down-alt:before {
    content: "\f8ea";
    }
        .fi-ts-sort-amount-down:before {
    content: "\f8eb";
    }
        .fi-ts-sort-amount-up-alt:before {
    content: "\f8ec";
    }
        .fi-ts-sort-amount-up:before {
    content: "\f8ed";
    }
        .fi-ts-sort-circle-down:before {
    content: "\f8ee";
    }
        .fi-ts-sort-circle-up:before {
    content: "\f8ef";
    }
        .fi-ts-sort-circle:before {
    content: "\f8f0";
    }
        .fi-ts-sort-down:before {
    content: "\f8f1";
    }
        .fi-ts-sort-numeric-down-alt:before {
    content: "\f8f2";
    }
        .fi-ts-sort-numeric-down:before {
    content: "\f8f3";
    }
        .fi-ts-sort-shapes-down:before {
    content: "\f8f4";
    }
        .fi-ts-sort-shapes-up:before {
    content: "\f8f5";
    }
        .fi-ts-sort-size-down:before {
    content: "\f8f6";
    }
        .fi-ts-sort-size-up:before {
    content: "\f8f7";
    }
        .fi-ts-sort:before {
    content: "\f8f8";
    }
        .fi-ts-soup:before {
    content: "\f8f9";
    }
        .fi-ts-source-data:before {
    content: "\f8fa";
    }
        .fi-ts-space-shuttle:before {
    content: "\f8fb";
    }
        .fi-ts-space-station-moon-alt:before {
    content: "\f8fc";
    }
        .fi-ts-space-station-moon:before {
    content: "\f8fd";
    }
        .fi-ts-spade:before {
    content: "\f8fe";
    }
        .fi-ts-spaghetti-monster-flying:before {
    content: "\f8ff";
    }
        .fi-ts-sparkles:before {
    content: "\f900";
    }
        .fi-ts-speakers:before {
    content: "\f901";
    }
        .fi-ts-spider-black-widow:before {
    content: "\f902";
    }
        .fi-ts-spider-web:before {
    content: "\f903";
    }
        .fi-ts-spider:before {
    content: "\f904";
    }
        .fi-ts-split:before {
    content: "\f905";
    }
        .fi-ts-splotch:before {
    content: "\f906";
    }
        .fi-ts-spoon:before {
    content: "\f907";
    }
        .fi-ts-spray-can-sparkles:before {
    content: "\f908";
    }
        .fi-ts-spray-can:before {
    content: "\f909";
    }
        .fi-ts-sprinkler:before {
    content: "\f90a";
    }
        .fi-ts-square-0:before {
    content: "\f90b";
    }
        .fi-ts-square-1:before {
    content: "\f90c";
    }
        .fi-ts-square-2:before {
    content: "\f90d";
    }
        .fi-ts-square-3:before {
    content: "\f90e";
    }
        .fi-ts-square-4:before {
    content: "\f90f";
    }
        .fi-ts-square-5:before {
    content: "\f910";
    }
        .fi-ts-square-6:before {
    content: "\f911";
    }
        .fi-ts-square-7:before {
    content: "\f912";
    }
        .fi-ts-square-8:before {
    content: "\f913";
    }
        .fi-ts-square-9:before {
    content: "\f914";
    }
        .fi-ts-square-a:before {
    content: "\f915";
    }
        .fi-ts-square-b:before {
    content: "\f916";
    }
        .fi-ts-square-bolt:before {
    content: "\f917";
    }
        .fi-ts-square-c:before {
    content: "\f918";
    }
        .fi-ts-square-code:before {
    content: "\f919";
    }
        .fi-ts-square-d:before {
    content: "\f91a";
    }
        .fi-ts-square-dashed:before {
    content: "\f91b";
    }
        .fi-ts-square-e:before {
    content: "\f91c";
    }
        .fi-ts-square-ellipsis-vertical:before {
    content: "\f91d";
    }
        .fi-ts-square-ellipsis:before {
    content: "\f91e";
    }
        .fi-ts-square-exclamation:before {
    content: "\f91f";
    }
        .fi-ts-square-f:before {
    content: "\f920";
    }
        .fi-ts-square-g:before {
    content: "\f921";
    }
        .fi-ts-square-h:before {
    content: "\f922";
    }
        .fi-ts-square-heart:before {
    content: "\f923";
    }
        .fi-ts-square-i:before {
    content: "\f924";
    }
        .fi-ts-square-info:before {
    content: "\f925";
    }
        .fi-ts-square-j:before {
    content: "\f926";
    }
        .fi-ts-square-k:before {
    content: "\f927";
    }
        .fi-ts-square-kanban:before {
    content: "\f928";
    }
        .fi-ts-square-l:before {
    content: "\f929";
    }
        .fi-ts-square-m:before {
    content: "\f92a";
    }
        .fi-ts-square-minus:before {
    content: "\f92b";
    }
        .fi-ts-square-n:before {
    content: "\f92c";
    }
        .fi-ts-square-o:before {
    content: "\f92d";
    }
        .fi-ts-square-p:before {
    content: "\f92e";
    }
        .fi-ts-square-phone-hangup:before {
    content: "\f92f";
    }
        .fi-ts-square-plus:before {
    content: "\f930";
    }
        .fi-ts-square-poll-horizontal:before {
    content: "\f931";
    }
        .fi-ts-square-poll-vertical:before {
    content: "\f932";
    }
        .fi-ts-square-q:before {
    content: "\f933";
    }
        .fi-ts-square-quote:before {
    content: "\f934";
    }
        .fi-ts-square-r:before {
    content: "\f935";
    }
        .fi-ts-square-s:before {
    content: "\f936";
    }
        .fi-ts-square-small:before {
    content: "\f937";
    }
        .fi-ts-square-star:before {
    content: "\f938";
    }
        .fi-ts-square-t:before {
    content: "\f939";
    }
        .fi-ts-square-terminal:before {
    content: "\f93a";
    }
        .fi-ts-square-u:before {
    content: "\f93b";
    }
        .fi-ts-square-up-right:before {
    content: "\f93c";
    }
        .fi-ts-square-v:before {
    content: "\f93d";
    }
        .fi-ts-square-w:before {
    content: "\f93e";
    }
        .fi-ts-square-x:before {
    content: "\f93f";
    }
        .fi-ts-square-y:before {
    content: "\f940";
    }
        .fi-ts-square-z:before {
    content: "\f941";
    }
        .fi-ts-square:before {
    content: "\f942";
    }
        .fi-ts-squid:before {
    content: "\f943";
    }
        .fi-ts-squircle:before {
    content: "\f944";
    }
        .fi-ts-squirrel:before {
    content: "\f945";
    }
        .fi-ts-staff:before {
    content: "\f946";
    }
        .fi-ts-stairs:before {
    content: "\f947";
    }
        .fi-ts-stamp:before {
    content: "\f948";
    }
        .fi-ts-standard-definition:before {
    content: "\f949";
    }
        .fi-ts-star-and-crescent:before {
    content: "\f94a";
    }
        .fi-ts-star-christmas:before {
    content: "\f94b";
    }
        .fi-ts-star-comment-alt:before {
    content: "\f94c";
    }
        .fi-ts-star-exclamation:before {
    content: "\f94d";
    }
        .fi-ts-star-of-david:before {
    content: "\f94e";
    }
        .fi-ts-star-sharp-half-stroke:before {
    content: "\f94f";
    }
        .fi-ts-star-sharp-half:before {
    content: "\f950";
    }
        .fi-ts-star-shooting:before {
    content: "\f951";
    }
        .fi-ts-starfighter:before {
    content: "\f952";
    }
        .fi-ts-stars:before {
    content: "\f953";
    }
        .fi-ts-state-country:before {
    content: "\f954";
    }
        .fi-ts-stats:before {
    content: "\f955";
    }
        .fi-ts-steak:before {
    content: "\f956";
    }
        .fi-ts-steering-wheel:before {
    content: "\f957";
    }
        .fi-ts-step-backward:before {
    content: "\f958";
    }
        .fi-ts-step-forward:before {
    content: "\f959";
    }
        .fi-ts-sterling-sign:before {
    content: "\f95a";
    }
        .fi-ts-stocking:before {
    content: "\f95b";
    }
        .fi-ts-stomach:before {
    content: "\f95c";
    }
        .fi-ts-stop-circle:before {
    content: "\f95d";
    }
        .fi-ts-store-alt:before {
    content: "\f95e";
    }
        .fi-ts-store-lock:before {
    content: "\f95f";
    }
        .fi-ts-store-slash:before {
    content: "\f960";
    }
        .fi-ts-strawberry:before {
    content: "\f961";
    }
        .fi-ts-street-view:before {
    content: "\f962";
    }
        .fi-ts-stretcher:before {
    content: "\f963";
    }
        .fi-ts-strikethrough:before {
    content: "\f964";
    }
        .fi-ts-stroopwafel:before {
    content: "\f965";
    }
        .fi-ts-subscript:before {
    content: "\f966";
    }
        .fi-ts-subscription-alt:before {
    content: "\f967";
    }
        .fi-ts-subscription:before {
    content: "\f968";
    }
        .fi-ts-subway:before {
    content: "\f969";
    }
        .fi-ts-suitcase-alt:before {
    content: "\f96a";
    }
        .fi-ts-summer:before {
    content: "\f96b";
    }
        .fi-ts-sun-dust:before {
    content: "\f96c";
    }
        .fi-ts-sun-plant-wilt:before {
    content: "\f96d";
    }
        .fi-ts-sun:before {
    content: "\f96e";
    }
        .fi-ts-sunglasses:before {
    content: "\f96f";
    }
        .fi-ts-sunrise-alt:before {
    content: "\f970";
    }
        .fi-ts-sunrise:before {
    content: "\f971";
    }
        .fi-ts-sunset:before {
    content: "\f972";
    }
        .fi-ts-superscript:before {
    content: "\f973";
    }
        .fi-ts-surprise:before {
    content: "\f974";
    }
        .fi-ts-sushi-alt:before {
    content: "\f975";
    }
        .fi-ts-sushi-roll:before {
    content: "\f976";
    }
        .fi-ts-sushi:before {
    content: "\f977";
    }
        .fi-ts-swatchbook:before {
    content: "\f978";
    }
        .fi-ts-swimmer:before {
    content: "\f979";
    }
        .fi-ts-swimming-pool:before {
    content: "\f97a";
    }
        .fi-ts-swipe-down:before {
    content: "\f97b";
    }
        .fi-ts-swipe-left:before {
    content: "\f97c";
    }
        .fi-ts-swipe-right:before {
    content: "\f97d";
    }
        .fi-ts-swipe-up:before {
    content: "\f97e";
    }
        .fi-ts-symbols:before {
    content: "\f97f";
    }
        .fi-ts-t:before {
    content: "\f980";
    }
        .fi-ts-tab-folder:before {
    content: "\f981";
    }
        .fi-ts-table-columns:before {
    content: "\f982";
    }
        .fi-ts-table-layout:before {
    content: "\f983";
    }
        .fi-ts-table-list:before {
    content: "\f984";
    }
        .fi-ts-table-picnic:before {
    content: "\f985";
    }
        .fi-ts-table-pivot:before {
    content: "\f986";
    }
        .fi-ts-table-rows:before {
    content: "\f987";
    }
        .fi-ts-table-tree:before {
    content: "\f988";
    }
        .fi-ts-table:before {
    content: "\f989";
    }
        .fi-ts-tablet-android-alt:before {
    content: "\f98a";
    }
        .fi-ts-tablet-android:before {
    content: "\f98b";
    }
        .fi-ts-tablet-rugged:before {
    content: "\f98c";
    }
        .fi-ts-tachometer-alt-average:before {
    content: "\f98d";
    }
        .fi-ts-tachometer-alt-fastest:before {
    content: "\f98e";
    }
        .fi-ts-tachometer-alt-slow:before {
    content: "\f98f";
    }
        .fi-ts-tachometer-alt-slowest:before {
    content: "\f990";
    }
        .fi-ts-tachometer-average:before {
    content: "\f991";
    }
        .fi-ts-tachometer-fast:before {
    content: "\f992";
    }
        .fi-ts-tachometer-fastest:before {
    content: "\f993";
    }
        .fi-ts-tachometer-slow:before {
    content: "\f994";
    }
        .fi-ts-tachometer-slowest:before {
    content: "\f995";
    }
        .fi-ts-tachometer:before {
    content: "\f996";
    }
        .fi-ts-taco:before {
    content: "\f997";
    }
        .fi-ts-tags:before {
    content: "\f998";
    }
        .fi-ts-tally-1:before {
    content: "\f999";
    }
        .fi-ts-tally-2:before {
    content: "\f99a";
    }
        .fi-ts-tally-3:before {
    content: "\f99b";
    }
        .fi-ts-tally-4:before {
    content: "\f99c";
    }
        .fi-ts-tally:before {
    content: "\f99d";
    }
        .fi-ts-tamale:before {
    content: "\f99e";
    }
        .fi-ts-tank-water:before {
    content: "\f99f";
    }
        .fi-ts-tap:before {
    content: "\f9a0";
    }
        .fi-ts-tape:before {
    content: "\f9a1";
    }
        .fi-ts-tax-alt:before {
    content: "\f9a2";
    }
        .fi-ts-tax:before {
    content: "\f9a3";
    }
        .fi-ts-taxi-bus:before {
    content: "\f9a4";
    }
        .fi-ts-team-check-alt:before {
    content: "\f9a5";
    }
        .fi-ts-team-check:before {
    content: "\f9a6";
    }
        .fi-ts-teddy-bear:before {
    content: "\f9a7";
    }
        .fi-ts-teeth-open:before {
    content: "\f9a8";
    }
        .fi-ts-telescope:before {
    content: "\f9a9";
    }
        .fi-ts-temperature-down:before {
    content: "\f9aa";
    }
        .fi-ts-temperature-frigid:before {
    content: "\f9ab";
    }
        .fi-ts-temperature-high:before {
    content: "\f9ac";
    }
        .fi-ts-temperature-list:before {
    content: "\f9ad";
    }
        .fi-ts-temperature-low:before {
    content: "\f9ae";
    }
        .fi-ts-temperature-up:before {
    content: "\f9af";
    }
        .fi-ts-template-alt:before {
    content: "\f9b0";
    }
        .fi-ts-template:before {
    content: "\f9b1";
    }
        .fi-ts-tenge:before {
    content: "\f9b2";
    }
        .fi-ts-tent-arrow-down-to-line:before {
    content: "\f9b3";
    }
        .fi-ts-tent-arrow-left-right:before {
    content: "\f9b4";
    }
        .fi-ts-tent-arrow-turn-left:before {
    content: "\f9b5";
    }
        .fi-ts-tent-arrows-down:before {
    content: "\f9b6";
    }
        .fi-ts-tents:before {
    content: "\f9b7";
    }
        .fi-ts-terminal:before {
    content: "\f9b8";
    }
        .fi-ts-text-box-dots:before {
    content: "\f9b9";
    }
        .fi-ts-text-box-edit:before {
    content: "\f9ba";
    }
        .fi-ts-text-box:before {
    content: "\f9bb";
    }
        .fi-ts-text-height:before {
    content: "\f9bc";
    }
        .fi-ts-text-shadow:before {
    content: "\f9bd";
    }
        .fi-ts-text-size:before {
    content: "\f9be";
    }
        .fi-ts-text-slash:before {
    content: "\f9bf";
    }
        .fi-ts-text-width:before {
    content: "\f9c0";
    }
        .fi-ts-theater-masks:before {
    content: "\f9c1";
    }
        .fi-ts-thermometer-alt:before {
    content: "\f9c2";
    }
        .fi-ts-thermometer-empty:before {
    content: "\f9c3";
    }
        .fi-ts-thermometer-full:before {
    content: "\f9c4";
    }
        .fi-ts-thermometer-half:before {
    content: "\f9c5";
    }
        .fi-ts-thermometer-quarter:before {
    content: "\f9c6";
    }
        .fi-ts-thermometer-three-quarters:before {
    content: "\f9c7";
    }
        .fi-ts-theta:before {
    content: "\f9c8";
    }
        .fi-ts-third-award:before {
    content: "\f9c9";
    }
        .fi-ts-third-laurel:before {
    content: "\f9ca";
    }
        .fi-ts-third-medal:before {
    content: "\f9cb";
    }
        .fi-ts-third:before {
    content: "\f9cc";
    }
        .fi-ts-thought-bubble:before {
    content: "\f9cd";
    }
        .fi-ts-thunderstorm-moon:before {
    content: "\f9ce";
    }
        .fi-ts-thunderstorm-sun:before {
    content: "\f9cf";
    }
        .fi-ts-thunderstorm:before {
    content: "\f9d0";
    }
        .fi-ts-ticket-airline:before {
    content: "\f9d1";
    }
        .fi-ts-ticket-alt:before {
    content: "\f9d2";
    }
        .fi-ts-tickets-airline:before {
    content: "\f9d3";
    }
        .fi-ts-tilde:before {
    content: "\f9d4";
    }
        .fi-ts-times-hexagon:before {
    content: "\f9d5";
    }
        .fi-ts-tint-slash:before {
    content: "\f9d6";
    }
        .fi-ts-tire-flat:before {
    content: "\f9d7";
    }
        .fi-ts-tire-pressure-warning:before {
    content: "\f9d8";
    }
        .fi-ts-tire-rugged:before {
    content: "\f9d9";
    }
        .fi-ts-tire:before {
    content: "\f9da";
    }
        .fi-ts-tired:before {
    content: "\f9db";
    }
        .fi-ts-to-do-alt:before {
    content: "\f9dc";
    }
        .fi-ts-to-do:before {
    content: "\f9dd";
    }
        .fi-ts-toggle-off:before {
    content: "\f9de";
    }
        .fi-ts-toggle-on:before {
    content: "\f9df";
    }
        .fi-ts-toilet-paper-blank-under:before {
    content: "\f9e0";
    }
        .fi-ts-toilet-paper-blank:before {
    content: "\f9e1";
    }
        .fi-ts-toilet-paper-slash:before {
    content: "\f9e2";
    }
        .fi-ts-toilet-paper-under-slash:before {
    content: "\f9e3";
    }
        .fi-ts-toilet-paper-under:before {
    content: "\f9e4";
    }
        .fi-ts-toilet:before {
    content: "\f9e5";
    }
        .fi-ts-tomato:before {
    content: "\f9e6";
    }
        .fi-ts-tombstone-alt:before {
    content: "\f9e7";
    }
        .fi-ts-tombstone:before {
    content: "\f9e8";
    }
        .fi-ts-tool-box:before {
    content: "\f9e9";
    }
        .fi-ts-tools:before {
    content: "\f9ea";
    }
        .fi-ts-toothbrush:before {
    content: "\f9eb";
    }
        .fi-ts-tornado:before {
    content: "\f9ec";
    }
        .fi-ts-total:before {
    content: "\f9ed";
    }
        .fi-ts-tour-guide-people:before {
    content: "\f9ee";
    }
        .fi-ts-tour-virtual:before {
    content: "\f9ef";
    }
        .fi-ts-tower-control:before {
    content: "\f9f0";
    }
        .fi-ts-track:before {
    content: "\f9f1";
    }
        .fi-ts-tractor:before {
    content: "\f9f2";
    }
        .fi-ts-trademark:before {
    content: "\f9f3";
    }
        .fi-ts-traffic-cone:before {
    content: "\f9f4";
    }
        .fi-ts-traffic-light-go:before {
    content: "\f9f5";
    }
        .fi-ts-traffic-light-slow:before {
    content: "\f9f6";
    }
        .fi-ts-traffic-light-stop:before {
    content: "\f9f7";
    }
        .fi-ts-traffic-light:before {
    content: "\f9f8";
    }
        .fi-ts-trailer:before {
    content: "\f9f9";
    }
        .fi-ts-train-journey:before {
    content: "\f9fa";
    }
        .fi-ts-train-station-building:before {
    content: "\f9fb";
    }
        .fi-ts-train-station:before {
    content: "\f9fc";
    }
        .fi-ts-train-subway-tunnel:before {
    content: "\f9fd";
    }
        .fi-ts-train-tram:before {
    content: "\f9fe";
    }
        .fi-ts-tram:before {
    content: "\f9ff";
    }
        .fi-ts-transformer-bolt:before {
    content: "\fa00";
    }
        .fi-ts-transgender:before {
    content: "\fa01";
    }
        .fi-ts-transporter-1:before {
    content: "\fa02";
    }
        .fi-ts-transporter-2:before {
    content: "\fa03";
    }
        .fi-ts-transporter-3:before {
    content: "\fa04";
    }
        .fi-ts-transporter-4:before {
    content: "\fa05";
    }
        .fi-ts-transporter-5:before {
    content: "\fa06";
    }
        .fi-ts-transporter-6:before {
    content: "\fa07";
    }
        .fi-ts-transporter-7:before {
    content: "\fa08";
    }
        .fi-ts-transporter-empty:before {
    content: "\fa09";
    }
        .fi-ts-transporter:before {
    content: "\fa0a";
    }
        .fi-ts-trash-can-check:before {
    content: "\fa0b";
    }
        .fi-ts-trash-can-clock:before {
    content: "\fa0c";
    }
        .fi-ts-trash-can-list:before {
    content: "\fa0d";
    }
        .fi-ts-trash-can-plus:before {
    content: "\fa0e";
    }
        .fi-ts-trash-can-slash:before {
    content: "\fa0f";
    }
        .fi-ts-trash-check:before {
    content: "\fa10";
    }
        .fi-ts-trash-clock:before {
    content: "\fa11";
    }
        .fi-ts-trash-list:before {
    content: "\fa12";
    }
        .fi-ts-trash-plus:before {
    content: "\fa13";
    }
        .fi-ts-trash-restore-alt:before {
    content: "\fa14";
    }
        .fi-ts-trash-restore:before {
    content: "\fa15";
    }
        .fi-ts-trash-slash:before {
    content: "\fa16";
    }
        .fi-ts-trash-undo-alt:before {
    content: "\fa17";
    }
        .fi-ts-trash-undo:before {
    content: "\fa18";
    }
        .fi-ts-trash-xmark:before {
    content: "\fa19";
    }
        .fi-ts-treasure-chest:before {
    content: "\fa1a";
    }
        .fi-ts-tree-alt:before {
    content: "\fa1b";
    }
        .fi-ts-tree-deciduous:before {
    content: "\fa1c";
    }
        .fi-ts-tree:before {
    content: "\fa1d";
    }
        .fi-ts-trees-alt:before {
    content: "\fa1e";
    }
        .fi-ts-trees:before {
    content: "\fa1f";
    }
        .fi-ts-triangle-music:before {
    content: "\fa20";
    }
        .fi-ts-triangle-person-digging:before {
    content: "\fa21";
    }
        .fi-ts-triangle-warning:before {
    content: "\fa22";
    }
        .fi-ts-trillium:before {
    content: "\fa23";
    }
        .fi-ts-trophy-star:before {
    content: "\fa24";
    }
        .fi-ts-truck-bolt:before {
    content: "\fa25";
    }
        .fi-ts-truck-container-empty:before {
    content: "\fa26";
    }
        .fi-ts-truck-container:before {
    content: "\fa27";
    }
        .fi-ts-truck-couch:before {
    content: "\fa28";
    }
        .fi-ts-truck-flatbed:before {
    content: "\fa29";
    }
        .fi-ts-truck-front:before {
    content: "\fa2a";
    }
        .fi-ts-truck-loading:before {
    content: "\fa2b";
    }
        .fi-ts-truck-medical:before {
    content: "\fa2c";
    }
        .fi-ts-truck-monster:before {
    content: "\fa2d";
    }
        .fi-ts-truck-moving:before {
    content: "\fa2e";
    }
        .fi-ts-truck-pickup:before {
    content: "\fa2f";
    }
        .fi-ts-truck-plow:before {
    content: "\fa30";
    }
        .fi-ts-truck-ramp:before {
    content: "\fa31";
    }
        .fi-ts-truck-tow:before {
    content: "\fa32";
    }
        .fi-ts-trumpet:before {
    content: "\fa33";
    }
        .fi-ts-tshirt:before {
    content: "\fa34";
    }
        .fi-ts-tty-answer:before {
    content: "\fa35";
    }
        .fi-ts-tty:before {
    content: "\fa36";
    }
        .fi-ts-tubes:before {
    content: "\fa37";
    }
        .fi-ts-tugrik-sign:before {
    content: "\fa38";
    }
        .fi-ts-turkey:before {
    content: "\fa39";
    }
        .fi-ts-turntable:before {
    content: "\fa3a";
    }
        .fi-ts-turtle:before {
    content: "\fa3b";
    }
        .fi-ts-tv-music:before {
    content: "\fa3c";
    }
        .fi-ts-tv-retro:before {
    content: "\fa3d";
    }
        .fi-ts-typewriter:before {
    content: "\fa3e";
    }
        .fi-ts-u:before {
    content: "\fa3f";
    }
        .fi-ts-ufo-beam:before {
    content: "\fa40";
    }
        .fi-ts-ufo:before {
    content: "\fa41";
    }
        .fi-ts-umbrella-beach:before {
    content: "\fa42";
    }
        .fi-ts-undo:before {
    content: "\fa43";
    }
        .fi-ts-unicorn:before {
    content: "\fa44";
    }
        .fi-ts-uniform-martial-arts:before {
    content: "\fa45";
    }
        .fi-ts-universal-access:before {
    content: "\fa46";
    }
        .fi-ts-up-left:before {
    content: "\fa47";
    }
        .fi-ts-up-right-from-square:before {
    content: "\fa48";
    }
        .fi-ts-up-right:before {
    content: "\fa49";
    }
        .fi-ts-up:before {
    content: "\fa4a";
    }
        .fi-ts-url:before {
    content: "\fa4b";
    }
        .fi-ts-usd-circle:before {
    content: "\fa4c";
    }
        .fi-ts-usd-square:before {
    content: "\fa4d";
    }
        .fi-ts-user-alien:before {
    content: "\fa4e";
    }
        .fi-ts-user-astronaut:before {
    content: "\fa4f";
    }
        .fi-ts-user-check:before {
    content: "\fa50";
    }
        .fi-ts-user-chef:before {
    content: "\fa51";
    }
        .fi-ts-user-cowboy:before {
    content: "\fa52";
    }
        .fi-ts-user-crown:before {
    content: "\fa53";
    }
        .fi-ts-user-gear:before {
    content: "\fa54";
    }
        .fi-ts-user-headset:before {
    content: "\fa55";
    }
        .fi-ts-user-helmet-safety:before {
    content: "\fa56";
    }
        .fi-ts-user-injured:before {
    content: "\fa57";
    }
        .fi-ts-user-interface-ui:before {
    content: "\fa58";
    }
        .fi-ts-user-lock:before {
    content: "\fa59";
    }
        .fi-ts-user-md-chat:before {
    content: "\fa5a";
    }
        .fi-ts-user-md:before {
    content: "\fa5b";
    }
        .fi-ts-user-minus:before {
    content: "\fa5c";
    }
        .fi-ts-user-music:before {
    content: "\fa5d";
    }
        .fi-ts-user-ninja:before {
    content: "\fa5e";
    }
        .fi-ts-user-nurse:before {
    content: "\fa5f";
    }
        .fi-ts-user-pen:before {
    content: "\fa60";
    }
        .fi-ts-user-pilot-tie:before {
    content: "\fa61";
    }
        .fi-ts-user-pilot:before {
    content: "\fa62";
    }
        .fi-ts-user-police:before {
    content: "\fa63";
    }
        .fi-ts-user-robot-xmarks:before {
    content: "\fa64";
    }
        .fi-ts-user-robot:before {
    content: "\fa65";
    }
        .fi-ts-user-shield:before {
    content: "\fa66";
    }
        .fi-ts-user-slash:before {
    content: "\fa67";
    }
        .fi-ts-user-tag:before {
    content: "\fa68";
    }
        .fi-ts-user-unlock:before {
    content: "\fa69";
    }
        .fi-ts-user-visor:before {
    content: "\fa6a";
    }
        .fi-ts-user-xmark:before {
    content: "\fa6b";
    }
        .fi-ts-users-gear:before {
    content: "\fa6c";
    }
        .fi-ts-users-medical:before {
    content: "\fa6d";
    }
        .fi-ts-users-slash:before {
    content: "\fa6e";
    }
        .fi-ts-utensils:before {
    content: "\fa6f";
    }
        .fi-ts-utility-pole-double:before {
    content: "\fa70";
    }
        .fi-ts-utility-pole:before {
    content: "\fa71";
    }
        .fi-ts-v:before {
    content: "\fa72";
    }
        .fi-ts-vacuum-robot:before {
    content: "\fa73";
    }
        .fi-ts-vacuum:before {
    content: "\fa74";
    }
        .fi-ts-value-absolute:before {
    content: "\fa75";
    }
        .fi-ts-vault:before {
    content: "\fa76";
    }
        .fi-ts-vector-circle:before {
    content: "\fa77";
    }
        .fi-ts-vector-polygon:before {
    content: "\fa78";
    }
        .fi-ts-vest-patches:before {
    content: "\fa79";
    }
        .fi-ts-vest:before {
    content: "\fa7a";
    }
        .fi-ts-video-arrow-down-left:before {
    content: "\fa7b";
    }
        .fi-ts-video-arrow-up-right:before {
    content: "\fa7c";
    }
        .fi-ts-video-camera-alt:before {
    content: "\fa7d";
    }
        .fi-ts-video-plus:before {
    content: "\fa7e";
    }
        .fi-ts-video-slash:before {
    content: "\fa7f";
    }
        .fi-ts-videoconference:before {
    content: "\fa80";
    }
        .fi-ts-virus-slash:before {
    content: "\fa81";
    }
        .fi-ts-virus:before {
    content: "\fa82";
    }
        .fi-ts-viruses:before {
    content: "\fa83";
    }
        .fi-ts-voicemail:before {
    content: "\fa84";
    }
        .fi-ts-volcano:before {
    content: "\fa85";
    }
        .fi-ts-volume-down:before {
    content: "\fa86";
    }
        .fi-ts-volume-mute:before {
    content: "\fa87";
    }
        .fi-ts-volume-off:before {
    content: "\fa88";
    }
        .fi-ts-volume-slash:before {
    content: "\fa89";
    }
        .fi-ts-vote-nay:before {
    content: "\fa8a";
    }
        .fi-ts-vote-yea:before {
    content: "\fa8b";
    }
        .fi-ts-vr-cardboard:before {
    content: "\fa8c";
    }
        .fi-ts-w:before {
    content: "\fa8d";
    }
        .fi-ts-waffle:before {
    content: "\fa8e";
    }
        .fi-ts-wagon-covered:before {
    content: "\fa8f";
    }
        .fi-ts-walker:before {
    content: "\fa90";
    }
        .fi-ts-walkie-talkie:before {
    content: "\fa91";
    }
        .fi-ts-walking:before {
    content: "\fa92";
    }
        .fi-ts-wallet:before {
    content: "\fa93";
    }
        .fi-ts-warehouse-alt:before {
    content: "\fa94";
    }
        .fi-ts-washer:before {
    content: "\fa95";
    }
        .fi-ts-watch-calculator:before {
    content: "\fa96";
    }
        .fi-ts-watch-fitness:before {
    content: "\fa97";
    }
        .fi-ts-watch-smart:before {
    content: "\fa98";
    }
        .fi-ts-watch:before {
    content: "\fa99";
    }
        .fi-ts-water-bottle:before {
    content: "\fa9a";
    }
        .fi-ts-water-ladder:before {
    content: "\fa9b";
    }
        .fi-ts-water-lower:before {
    content: "\fa9c";
    }
        .fi-ts-water-rise:before {
    content: "\fa9d";
    }
        .fi-ts-water:before {
    content: "\fa9e";
    }
        .fi-ts-watermelon:before {
    content: "\fa9f";
    }
        .fi-ts-wave-sine:before {
    content: "\faa0";
    }
        .fi-ts-wave-square:before {
    content: "\faa1";
    }
        .fi-ts-wave-triangle:before {
    content: "\faa2";
    }
        .fi-ts-waveform-path:before {
    content: "\faa3";
    }
        .fi-ts-waveform:before {
    content: "\faa4";
    }
        .fi-ts-webcam-slash:before {
    content: "\faa5";
    }
        .fi-ts-webcam:before {
    content: "\faa6";
    }
        .fi-ts-whale:before {
    content: "\faa7";
    }
        .fi-ts-wheat-awn-circle-exclamation:before {
    content: "\faa8";
    }
        .fi-ts-wheat-awn-slash:before {
    content: "\faa9";
    }
        .fi-ts-wheat-awn:before {
    content: "\faaa";
    }
        .fi-ts-wheat-slash:before {
    content: "\faab";
    }
        .fi-ts-wheat:before {
    content: "\faac";
    }
        .fi-ts-wheelchair-move:before {
    content: "\faad";
    }
        .fi-ts-whistle:before {
    content: "\faae";
    }
        .fi-ts-wifi-1:before {
    content: "\faaf";
    }
        .fi-ts-wifi-2:before {
    content: "\fab0";
    }
        .fi-ts-wifi-exclamation:before {
    content: "\fab1";
    }
        .fi-ts-wifi-slash:before {
    content: "\fab2";
    }
        .fi-ts-wifi:before {
    content: "\fab3";
    }
        .fi-ts-wind-turbine:before {
    content: "\fab4";
    }
        .fi-ts-wind-warning:before {
    content: "\fab5";
    }
        .fi-ts-wind:before {
    content: "\fab6";
    }
        .fi-ts-window-alt:before {
    content: "\fab7";
    }
        .fi-ts-window-frame-open:before {
    content: "\fab8";
    }
        .fi-ts-window-frame:before {
    content: "\fab9";
    }
        .fi-ts-window-maximize:before {
    content: "\faba";
    }
        .fi-ts-window-minimize:before {
    content: "\fabb";
    }
        .fi-ts-window-restore:before {
    content: "\fabc";
    }
        .fi-ts-windsock:before {
    content: "\fabd";
    }
        .fi-ts-wine-bottle:before {
    content: "\fabe";
    }
        .fi-ts-wine-glass-crack:before {
    content: "\fabf";
    }
        .fi-ts-wine-glass-empty:before {
    content: "\fac0";
    }
        .fi-ts-wishlist-heart:before {
    content: "\fac1";
    }
        .fi-ts-wishlist-star:before {
    content: "\fac2";
    }
        .fi-ts-won-sign:before {
    content: "\fac3";
    }
        .fi-ts-workflow-alt:before {
    content: "\fac4";
    }
        .fi-ts-workflow-setting-alt:before {
    content: "\fac5";
    }
        .fi-ts-workflow-setting:before {
    content: "\fac6";
    }
        .fi-ts-workflow:before {
    content: "\fac7";
    }
        .fi-ts-worm:before {
    content: "\fac8";
    }
        .fi-ts-wreath:before {
    content: "\fac9";
    }
        .fi-ts-wrench-alt:before {
    content: "\faca";
    }
        .fi-ts-wrench-simple:before {
    content: "\facb";
    }
        .fi-ts-x-ray:before {
    content: "\facc";
    }
        .fi-ts-x:before {
    content: "\facd";
    }
        .fi-ts-y:before {
    content: "\face";
    }
        .fi-ts-yin-yang:before {
    content: "\facf";
    }
        .fi-ts-z:before {
    content: "\fad0";
    }

/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
    font-family: "uicons-bold-straight";
    src: url("https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-straight/webfonts/uicons-bold-straight.woff2") format("woff2"),
    url("https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-straight/webfonts/uicons-bold-straight.woff") format("woff"),
    url("https://cdn-uicons.flaticon.com/2.1.0/uicons-bold-straight/webfonts/uicons-bold-straight.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: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

        .fi-bs-0:before {
    content: "\f101";
    }
        .fi-bs-1:before {
    content: "\f102";
    }
        .fi-bs-2:before {
    content: "\f103";
    }
        .fi-bs-3:before {
    content: "\f104";
    }
        .fi-bs-360-degrees:before {
    content: "\f105";
    }
        .fi-bs-4:before {
    content: "\f106";
    }
        .fi-bs-5:before {
    content: "\f107";
    }
        .fi-bs-6:before {
    content: "\f108";
    }
        .fi-bs-7:before {
    content: "\f109";
    }
        .fi-bs-8:before {
    content: "\f10a";
    }
        .fi-bs-9:before {
    content: "\f10b";
    }
        .fi-bs-a:before {
    content: "\f10c";
    }
        .fi-bs-accident:before {
    content: "\f10d";
    }
        .fi-bs-acorn:before {
    content: "\f10e";
    }
        .fi-bs-ad:before {
    content: "\f10f";
    }
        .fi-bs-add-document:before {
    content: "\f110";
    }
        .fi-bs-add-folder:before {
    content: "\f111";
    }
        .fi-bs-add-image:before {
    content: "\f112";
    }
        .fi-bs-add:before {
    content: "\f113";
    }
        .fi-bs-address-book:before {
    content: "\f114";
    }
        .fi-bs-address-card:before {
    content: "\f115";
    }
        .fi-bs-admin-alt:before {
    content: "\f116";
    }
        .fi-bs-admin:before {
    content: "\f117";
    }
        .fi-bs-air-conditioner:before {
    content: "\f118";
    }
        .fi-bs-air-freshener:before {
    content: "\f119";
    }
        .fi-bs-airplane-journey:before {
    content: "\f11a";
    }
        .fi-bs-airplay:before {
    content: "\f11b";
    }
        .fi-bs-alarm-clock:before {
    content: "\f11c";
    }
        .fi-bs-alarm-exclamation:before {
    content: "\f11d";
    }
        .fi-bs-alarm-plus:before {
    content: "\f11e";
    }
        .fi-bs-alarm-snooze:before {
    content: "\f11f";
    }
        .fi-bs-album-circle-plus:before {
    content: "\f120";
    }
        .fi-bs-album-circle-user:before {
    content: "\f121";
    }
        .fi-bs-album-collection:before {
    content: "\f122";
    }
        .fi-bs-album:before {
    content: "\f123";
    }
        .fi-bs-algorithm:before {
    content: "\f124";
    }
        .fi-bs-alicorn:before {
    content: "\f125";
    }
        .fi-bs-alien:before {
    content: "\f126";
    }
        .fi-bs-align-center:before {
    content: "\f127";
    }
        .fi-bs-align-justify:before {
    content: "\f128";
    }
        .fi-bs-align-left:before {
    content: "\f129";
    }
        .fi-bs-align-slash:before {
    content: "\f12a";
    }
        .fi-bs-ambulance:before {
    content: "\f12b";
    }
        .fi-bs-anchor:before {
    content: "\f12c";
    }
        .fi-bs-angel:before {
    content: "\f12d";
    }
        .fi-bs-angle-90:before {
    content: "\f12e";
    }
        .fi-bs-angle-circle-down:before {
    content: "\f12f";
    }
        .fi-bs-angle-circle-left:before {
    content: "\f130";
    }
        .fi-bs-angle-circle-right:before {
    content: "\f131";
    }
        .fi-bs-angle-circle-up:before {
    content: "\f132";
    }
        .fi-bs-angle-double-left:before {
    content: "\f133";
    }
        .fi-bs-angle-double-right:before {
    content: "\f134";
    }
        .fi-bs-angle-double-small-down:before {
    content: "\f135";
    }
        .fi-bs-angle-double-small-left:before {
    content: "\f136";
    }
        .fi-bs-angle-double-small-right:before {
    content: "\f137";
    }
        .fi-bs-angle-double-small-up:before {
    content: "\f138";
    }
        .fi-bs-angle-down:before {
    content: "\f139";
    }
        .fi-bs-angle-left:before {
    content: "\f13a";
    }
        .fi-bs-angle-right:before {
    content: "\f13b";
    }
        .fi-bs-angle-small-down:before {
    content: "\f13c";
    }
        .fi-bs-angle-small-left:before {
    content: "\f13d";
    }
        .fi-bs-angle-small-right:before {
    content: "\f13e";
    }
        .fi-bs-angle-small-up:before {
    content: "\f13f";
    }
        .fi-bs-angle-square-down:before {
    content: "\f140";
    }
        .fi-bs-angle-square-left:before {
    content: "\f141";
    }
        .fi-bs-angle-square-right:before {
    content: "\f142";
    }
        .fi-bs-angle-square-up:before {
    content: "\f143";
    }
        .fi-bs-angle-up:before {
    content: "\f144";
    }
        .fi-bs-angle:before {
    content: "\f145";
    }
        .fi-bs-angry:before {
    content: "\f146";
    }
        .fi-bs-animated-icon:before {
    content: "\f147";
    }
        .fi-bs-answer-alt:before {
    content: "\f148";
    }
        .fi-bs-answer:before {
    content: "\f149";
    }
        .fi-bs-apartment:before {
    content: "\f14a";
    }
        .fi-bs-aperture:before {
    content: "\f14b";
    }
        .fi-bs-api:before {
    content: "\f14c";
    }
        .fi-bs-apple-core:before {
    content: "\f14d";
    }
        .fi-bs-apple-crate:before {
    content: "\f14e";
    }
        .fi-bs-apple-whole:before {
    content: "\f14f";
    }
        .fi-bs-apps-add:before {
    content: "\f150";
    }
        .fi-bs-apps-delete:before {
    content: "\f151";
    }
        .fi-bs-apps-sort:before {
    content: "\f152";
    }
        .fi-bs-apps:before {
    content: "\f153";
    }
        .fi-bs-archive:before {
    content: "\f154";
    }
        .fi-bs-archway:before {
    content: "\f155";
    }
        .fi-bs-arrow-alt-circle-down:before {
    content: "\f156";
    }
        .fi-bs-arrow-alt-circle-left:before {
    content: "\f157";
    }
        .fi-bs-arrow-alt-circle-right:before {
    content: "\f158";
    }
        .fi-bs-arrow-alt-circle-up:before {
    content: "\f159";
    }
        .fi-bs-arrow-alt-down:before {
    content: "\f15a";
    }
        .fi-bs-arrow-alt-from-bottom:before {
    content: "\f15b";
    }
        .fi-bs-arrow-alt-from-left:before {
    content: "\f15c";
    }
        .fi-bs-arrow-alt-from-right:before {
    content: "\f15d";
    }
        .fi-bs-arrow-alt-from-top:before {
    content: "\f15e";
    }
        .fi-bs-arrow-alt-left:before {
    content: "\f15f";
    }
        .fi-bs-arrow-alt-right:before {
    content: "\f160";
    }
        .fi-bs-arrow-alt-square-down:before {
    content: "\f161";
    }
        .fi-bs-arrow-alt-square-left:before {
    content: "\f162";
    }
        .fi-bs-arrow-alt-square-right:before {
    content: "\f163";
    }
        .fi-bs-arrow-alt-square-up:before {
    content: "\f164";
    }
        .fi-bs-arrow-alt-to-bottom:before {
    content: "\f165";
    }
        .fi-bs-arrow-alt-to-left:before {
    content: "\f166";
    }
        .fi-bs-arrow-alt-to-right:before {
    content: "\f167";
    }
        .fi-bs-arrow-alt-to-top:before {
    content: "\f168";
    }
        .fi-bs-arrow-alt-up:before {
    content: "\f169";
    }
        .fi-bs-arrow-circle-down:before {
    content: "\f16a";
    }
        .fi-bs-arrow-circle-left:before {
    content: "\f16b";
    }
        .fi-bs-arrow-circle-right:before {
    content: "\f16c";
    }
        .fi-bs-arrow-circle-up:before {
    content: "\f16d";
    }
        .fi-bs-arrow-down-from-dotted-line:before {
    content: "\f16e";
    }
        .fi-bs-arrow-down-left:before {
    content: "\f16f";
    }
        .fi-bs-arrow-down-small-big:before {
    content: "\f170";
    }
        .fi-bs-arrow-down-to-dotted-line:before {
    content: "\f171";
    }
        .fi-bs-arrow-down-to-square:before {
    content: "\f172";
    }
        .fi-bs-arrow-down-triangle-square:before {
    content: "\f173";
    }
        .fi-bs-arrow-down:before {
    content: "\f174";
    }
        .fi-bs-arrow-from-bottom:before {
    content: "\f175";
    }
        .fi-bs-arrow-from-left:before {
    content: "\f176";
    }
        .fi-bs-arrow-from-right:before {
    content: "\f177";
    }
        .fi-bs-arrow-from-top:before {
    content: "\f178";
    }
        .fi-bs-arrow-left-from-line:before {
    content: "\f179";
    }
        .fi-bs-arrow-left:before {
    content: "\f17a";
    }
        .fi-bs-arrow-progress:before {
    content: "\f17b";
    }
        .fi-bs-arrow-right-to-bracket:before {
    content: "\f17c";
    }
        .fi-bs-arrow-right:before {
    content: "\f17d";
    }
        .fi-bs-arrow-small-down:before {
    content: "\f17e";
    }
        .fi-bs-arrow-small-left:before {
    content: "\f17f";
    }
        .fi-bs-arrow-small-right:before {
    content: "\f180";
    }
        .fi-bs-arrow-small-up:before {
    content: "\f181";
    }
        .fi-bs-arrow-square-down:before {
    content: "\f182";
    }
        .fi-bs-arrow-square-left:before {
    content: "\f183";
    }
        .fi-bs-arrow-square-right:before {
    content: "\f184";
    }
        .fi-bs-arrow-square-up:before {
    content: "\f185";
    }
        .fi-bs-arrow-to-bottom:before {
    content: "\f186";
    }
        .fi-bs-arrow-to-left:before {
    content: "\f187";
    }
        .fi-bs-arrow-to-right:before {
    content: "\f188";
    }
        .fi-bs-arrow-to-top:before {
    content: "\f189";
    }
        .fi-bs-arrow-trend-down:before {
    content: "\f18a";
    }
        .fi-bs-arrow-trend-up:before {
    content: "\f18b";
    }
        .fi-bs-arrow-turn-down-left:before {
    content: "\f18c";
    }
        .fi-bs-arrow-turn-down-right:before {
    content: "\f18d";
    }
        .fi-bs-arrow-up-from-dotted-line:before {
    content: "\f18e";
    }
        .fi-bs-arrow-up-from-square:before {
    content: "\f18f";
    }
        .fi-bs-arrow-up-left-from-circle:before {
    content: "\f190";
    }
        .fi-bs-arrow-up-left:before {
    content: "\f191";
    }
        .fi-bs-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\f192";
    }
        .fi-bs-arrow-up-right-from-square:before {
    content: "\f193";
    }
        .fi-bs-arrow-up-right:before {
    content: "\f194";
    }
        .fi-bs-arrow-up-small-big:before {
    content: "\f195";
    }
        .fi-bs-arrow-up-square-triangle:before {
    content: "\f196";
    }
        .fi-bs-arrow-up-to-dotted-line:before {
    content: "\f197";
    }
        .fi-bs-arrow-up:before {
    content: "\f198";
    }
        .fi-bs-arrows-alt-h:before {
    content: "\f199";
    }
        .fi-bs-arrows-alt-v:before {
    content: "\f19a";
    }
        .fi-bs-arrows-alt:before {
    content: "\f19b";
    }
        .fi-bs-arrows-cross:before {
    content: "\f19c";
    }
        .fi-bs-arrows-from-dotted-line:before {
    content: "\f19d";
    }
        .fi-bs-arrows-from-line:before {
    content: "\f19e";
    }
        .fi-bs-arrows-h-copy:before {
    content: "\f19f";
    }
        .fi-bs-arrows-h:before {
    content: "\f1a0";
    }
        .fi-bs-arrows-repeat-1:before {
    content: "\f1a1";
    }
        .fi-bs-arrows-repeat:before {
    content: "\f1a2";
    }
        .fi-bs-arrows-retweet:before {
    content: "\f1a3";
    }
        .fi-bs-arrows-to-dotted-line:before {
    content: "\f1a4";
    }
        .fi-bs-arrows-to-eye:before {
    content: "\f1a5";
    }
        .fi-bs-arrows-to-line:before {
    content: "\f1a6";
    }
        .fi-bs-arrows:before {
    content: "\f1a7";
    }
        .fi-bs-artificial-intelligence:before {
    content: "\f1a8";
    }
        .fi-bs-assept-document:before {
    content: "\f1a9";
    }
        .fi-bs-assistive-listening-systems:before {
    content: "\f1aa";
    }
        .fi-bs-asterik:before {
    content: "\f1ab";
    }
        .fi-bs-at:before {
    content: "\f1ac";
    }
        .fi-bs-attribution-pen:before {
    content: "\f1ad";
    }
        .fi-bs-attribution-pencil:before {
    content: "\f1ae";
    }
        .fi-bs-aubergine:before {
    content: "\f1af";
    }
        .fi-bs-auction:before {
    content: "\f1b0";
    }
        .fi-bs-audio-description-slash:before {
    content: "\f1b1";
    }
        .fi-bs-audit-alt:before {
    content: "\f1b2";
    }
        .fi-bs-audit:before {
    content: "\f1b3";
    }
        .fi-bs-austral-sign:before {
    content: "\f1b4";
    }
        .fi-bs-avocado:before {
    content: "\f1b5";
    }
        .fi-bs-award:before {
    content: "\f1b6";
    }
        .fi-bs-axe-battle:before {
    content: "\f1b7";
    }
        .fi-bs-axe:before {
    content: "\f1b8";
    }
        .fi-bs-b:before {
    content: "\f1b9";
    }
        .fi-bs-baby-carriage:before {
    content: "\f1ba";
    }
        .fi-bs-baby:before {
    content: "\f1bb";
    }
        .fi-bs-background:before {
    content: "\f1bc";
    }
        .fi-bs-backpack:before {
    content: "\f1bd";
    }
        .fi-bs-bacon:before {
    content: "\f1be";
    }
        .fi-bs-bacteria:before {
    content: "\f1bf";
    }
        .fi-bs-bacterium:before {
    content: "\f1c0";
    }
        .fi-bs-badge-check:before {
    content: "\f1c1";
    }
        .fi-bs-badge-dollar:before {
    content: "\f1c2";
    }
        .fi-bs-badge-percent:before {
    content: "\f1c3";
    }
        .fi-bs-badge-sheriff:before {
    content: "\f1c4";
    }
        .fi-bs-badge:before {
    content: "\f1c5";
    }
        .fi-bs-badger-honey:before {
    content: "\f1c6";
    }
        .fi-bs-badminton:before {
    content: "\f1c7";
    }
        .fi-bs-bag-seedling:before {
    content: "\f1c8";
    }
        .fi-bs-bags-shopping:before {
    content: "\f1c9";
    }
        .fi-bs-baguette:before {
    content: "\f1ca";
    }
        .fi-bs-bahai:before {
    content: "\f1cb";
    }
        .fi-bs-baht-sign:before {
    content: "\f1cc";
    }
        .fi-bs-balance-scale-left:before {
    content: "\f1cd";
    }
        .fi-bs-balance-scale-right:before {
    content: "\f1ce";
    }
        .fi-bs-ball-pile:before {
    content: "\f1cf";
    }
        .fi-bs-balloon:before {
    content: "\f1d0";
    }
        .fi-bs-balloons:before {
    content: "\f1d1";
    }
        .fi-bs-ballot-check:before {
    content: "\f1d2";
    }
        .fi-bs-ballot:before {
    content: "\f1d3";
    }
        .fi-bs-ban-bug:before {
    content: "\f1d4";
    }
        .fi-bs-ban:before {
    content: "\f1d5";
    }
        .fi-bs-banana:before {
    content: "\f1d6";
    }
        .fi-bs-band-aid:before {
    content: "\f1d7";
    }
        .fi-bs-bangladeshi-taka-sign:before {
    content: "\f1d8";
    }
        .fi-bs-banjo:before {
    content: "\f1d9";
    }
        .fi-bs-bank:before {
    content: "\f1da";
    }
        .fi-bs-barber-shop:before {
    content: "\f1db";
    }
        .fi-bs-barcode-read:before {
    content: "\f1dc";
    }
        .fi-bs-barcode-scan:before {
    content: "\f1dd";
    }
        .fi-bs-barcode:before {
    content: "\f1de";
    }
        .fi-bs-bars-filter:before {
    content: "\f1df";
    }
        .fi-bs-bars-progress:before {
    content: "\f1e0";
    }
        .fi-bs-bars-sort:before {
    content: "\f1e1";
    }
        .fi-bs-bars-staggered:before {
    content: "\f1e2";
    }
        .fi-bs-baseball-alt:before {
    content: "\f1e3";
    }
        .fi-bs-baseball:before {
    content: "\f1e4";
    }
        .fi-bs-basket-shopping-simple:before {
    content: "\f1e5";
    }
        .fi-bs-basketball-hoop:before {
    content: "\f1e6";
    }
        .fi-bs-basketball:before {
    content: "\f1e7";
    }
        .fi-bs-bat:before {
    content: "\f1e8";
    }
        .fi-bs-bath:before {
    content: "\f1e9";
    }
        .fi-bs-battery-bolt:before {
    content: "\f1ea";
    }
        .fi-bs-battery-empty:before {
    content: "\f1eb";
    }
        .fi-bs-battery-exclamation:before {
    content: "\f1ec";
    }
        .fi-bs-battery-full:before {
    content: "\f1ed";
    }
        .fi-bs-battery-half:before {
    content: "\f1ee";
    }
        .fi-bs-battery-quarter:before {
    content: "\f1ef";
    }
        .fi-bs-battery-slash:before {
    content: "\f1f0";
    }
        .fi-bs-battery-three-quarters:before {
    content: "\f1f1";
    }
        .fi-bs-beacon:before {
    content: "\f1f2";
    }
        .fi-bs-bed-alt:before {
    content: "\f1f3";
    }
        .fi-bs-bed-bunk:before {
    content: "\f1f4";
    }
        .fi-bs-bed-empty:before {
    content: "\f1f5";
    }
        .fi-bs-bed:before {
    content: "\f1f6";
    }
        .fi-bs-bee:before {
    content: "\f1f7";
    }
        .fi-bs-beer-mug-empty:before {
    content: "\f1f8";
    }
        .fi-bs-beer:before {
    content: "\f1f9";
    }
        .fi-bs-bell-concierge:before {
    content: "\f1fa";
    }
        .fi-bs-bell-ring:before {
    content: "\f1fb";
    }
        .fi-bs-bell-school:before {
    content: "\f1fc";
    }
        .fi-bs-bell-slash:before {
    content: "\f1fd";
    }
        .fi-bs-bell:before {
    content: "\f1fe";
    }
        .fi-bs-bells:before {
    content: "\f1ff";
    }
        .fi-bs-bench-tree:before {
    content: "\f200";
    }
        .fi-bs-betamax:before {
    content: "\f201";
    }
        .fi-bs-bicycle-journey:before {
    content: "\f202";
    }
        .fi-bs-bike:before {
    content: "\f203";
    }
        .fi-bs-biking-mountain:before {
    content: "\f204";
    }
        .fi-bs-biking:before {
    content: "\f205";
    }
        .fi-bs-billiard:before {
    content: "\f206";
    }
        .fi-bs-binary-circle-check:before {
    content: "\f207";
    }
        .fi-bs-binary-lock:before {
    content: "\f208";
    }
        .fi-bs-binary-slash:before {
    content: "\f209";
    }
        .fi-bs-binary:before {
    content: "\f20a";
    }
        .fi-bs-binoculars:before {
    content: "\f20b";
    }
        .fi-bs-biohazard:before {
    content: "\f20c";
    }
        .fi-bs-bird:before {
    content: "\f20d";
    }
        .fi-bs-bitcoin-sign:before {
    content: "\f20e";
    }
        .fi-bs-blanket:before {
    content: "\f20f";
    }
        .fi-bs-blender-phone:before {
    content: "\f210";
    }
        .fi-bs-blender:before {
    content: "\f211";
    }
        .fi-bs-blinds-open:before {
    content: "\f212";
    }
        .fi-bs-blinds-raised:before {
    content: "\f213";
    }
        .fi-bs-blinds:before {
    content: "\f214";
    }
        .fi-bs-block-brick:before {
    content: "\f215";
    }
        .fi-bs-block-question:before {
    content: "\f216";
    }
        .fi-bs-block-quote:before {
    content: "\f217";
    }
        .fi-bs-block:before {
    content: "\f218";
    }
        .fi-bs-blog-pencil:before {
    content: "\f219";
    }
        .fi-bs-blog-text:before {
    content: "\f21a";
    }
        .fi-bs-blueberries:before {
    content: "\f21b";
    }
        .fi-bs-bold:before {
    content: "\f21c";
    }
        .fi-bs-bolt-auto:before {
    content: "\f21d";
    }
        .fi-bs-bolt-slash:before {
    content: "\f21e";
    }
        .fi-bs-bolt:before {
    content: "\f21f";
    }
        .fi-bs-bomb:before {
    content: "\f220";
    }
        .fi-bs-bone-break:before {
    content: "\f221";
    }
        .fi-bs-bone:before {
    content: "\f222";
    }
        .fi-bs-bong:before {
    content: "\f223";
    }
        .fi-bs-book-alt:before {
    content: "\f224";
    }
        .fi-bs-book-arrow-right:before {
    content: "\f225";
    }
        .fi-bs-book-arrow-up:before {
    content: "\f226";
    }
        .fi-bs-book-atlas:before {
    content: "\f227";
    }
        .fi-bs-book-bookmark:before {
    content: "\f228";
    }
        .fi-bs-book-circle-arrow-right:before {
    content: "\f229";
    }
        .fi-bs-book-circle-arrow-up:before {
    content: "\f22a";
    }
        .fi-bs-book-copy:before {
    content: "\f22b";
    }
        .fi-bs-book-dead:before {
    content: "\f22c";
    }
        .fi-bs-book-font:before {
    content: "\f22d";
    }
        .fi-bs-book-medical:before {
    content: "\f22e";
    }
        .fi-bs-book-open-cover:before {
    content: "\f22f";
    }
        .fi-bs-book-open-reader:before {
    content: "\f230";
    }
        .fi-bs-book-quran:before {
    content: "\f231";
    }
        .fi-bs-book-section:before {
    content: "\f232";
    }
        .fi-bs-book-spells:before {
    content: "\f233";
    }
        .fi-bs-book-tanakh:before {
    content: "\f234";
    }
        .fi-bs-book-user:before {
    content: "\f235";
    }
        .fi-bs-book:before {
    content: "\f236";
    }
        .fi-bs-bookmark-slash:before {
    content: "\f237";
    }
        .fi-bs-bookmark:before {
    content: "\f238";
    }
        .fi-bs-books-medical:before {
    content: "\f239";
    }
        .fi-bs-books:before {
    content: "\f23a";
    }
        .fi-bs-boot-heeled:before {
    content: "\f23b";
    }
        .fi-bs-boot:before {
    content: "\f23c";
    }
        .fi-bs-border-all:before {
    content: "\f23d";
    }
        .fi-bs-border-bottom:before {
    content: "\f23e";
    }
        .fi-bs-border-center-h:before {
    content: "\f23f";
    }
        .fi-bs-border-center-v:before {
    content: "\f240";
    }
        .fi-bs-border-inner:before {
    content: "\f241";
    }
        .fi-bs-border-left:before {
    content: "\f242";
    }
        .fi-bs-border-none:before {
    content: "\f243";
    }
        .fi-bs-border-outer:before {
    content: "\f244";
    }
        .fi-bs-border-right:before {
    content: "\f245";
    }
        .fi-bs-border-style-alt:before {
    content: "\f246";
    }
        .fi-bs-border-style:before {
    content: "\f247";
    }
        .fi-bs-border-top:before {
    content: "\f248";
    }
        .fi-bs-boss:before {
    content: "\f249";
    }
        .fi-bs-bottle-droplet:before {
    content: "\f24a";
    }
        .fi-bs-bottle:before {
    content: "\f24b";
    }
        .fi-bs-bow-arrow:before {
    content: "\f24c";
    }
        .fi-bs-bowl-chopsticks-noodles:before {
    content: "\f24d";
    }
        .fi-bs-bowl-chopsticks:before {
    content: "\f24e";
    }
        .fi-bs-bowl-rice:before {
    content: "\f24f";
    }
        .fi-bs-bowl-scoop:before {
    content: "\f250";
    }
        .fi-bs-bowl-scoops:before {
    content: "\f251";
    }
        .fi-bs-bowl-soft-serve:before {
    content: "\f252";
    }
        .fi-bs-bowl-spoon:before {
    content: "\f253";
    }
        .fi-bs-bowling-ball:before {
    content: "\f254";
    }
        .fi-bs-bowling-pins:before {
    content: "\f255";
    }
        .fi-bs-bowling:before {
    content: "\f256";
    }
        .fi-bs-box-alt:before {
    content: "\f257";
    }
        .fi-bs-box-ballot:before {
    content: "\f258";
    }
        .fi-bs-box-check:before {
    content: "\f259";
    }
        .fi-bs-box-circle-check:before {
    content: "\f25a";
    }
        .fi-bs-box-dollar:before {
    content: "\f25b";
    }
        .fi-bs-box-fragile:before {
    content: "\f25c";
    }
        .fi-bs-box-heart:before {
    content: "\f25d";
    }
        .fi-bs-box-open-full:before {
    content: "\f25e";
    }
        .fi-bs-box-open:before {
    content: "\f25f";
    }
        .fi-bs-box-tissue:before {
    content: "\f260";
    }
        .fi-bs-box-up:before {
    content: "\f261";
    }
        .fi-bs-box:before {
    content: "\f262";
    }
        .fi-bs-boxes:before {
    content: "\f263";
    }
        .fi-bs-boxing-glove:before {
    content: "\f264";
    }
        .fi-bs-bracket-curly-right:before {
    content: "\f265";
    }
        .fi-bs-bracket-curly:before {
    content: "\f266";
    }
        .fi-bs-bracket-round-right:before {
    content: "\f267";
    }
        .fi-bs-bracket-round:before {
    content: "\f268";
    }
        .fi-bs-bracket-square-right:before {
    content: "\f269";
    }
        .fi-bs-bracket-square:before {
    content: "\f26a";
    }
        .fi-bs-brackets-curly:before {
    content: "\f26b";
    }
        .fi-bs-brackets-round:before {
    content: "\f26c";
    }
        .fi-bs-brackets-square:before {
    content: "\f26d";
    }
        .fi-bs-braille-a:before {
    content: "\f26e";
    }
        .fi-bs-braille-b:before {
    content: "\f26f";
    }
        .fi-bs-braille-c:before {
    content: "\f270";
    }
        .fi-bs-braille-d:before {
    content: "\f271";
    }
        .fi-bs-braille-e:before {
    content: "\f272";
    }
        .fi-bs-braille-g:before {
    content: "\f273";
    }
        .fi-bs-braille-h:before {
    content: "\f274";
    }
        .fi-bs-braille-i:before {
    content: "\f275";
    }
        .fi-bs-braille-j:before {
    content: "\f276";
    }
        .fi-bs-braille-k:before {
    content: "\f277";
    }
        .fi-bs-braille-l:before {
    content: "\f278";
    }
        .fi-bs-braille-m:before {
    content: "\f279";
    }
        .fi-bs-braille-n-alt:before {
    content: "\f27a";
    }
        .fi-bs-braille-n:before {
    content: "\f27b";
    }
        .fi-bs-braille-o:before {
    content: "\f27c";
    }
        .fi-bs-braille-p:before {
    content: "\f27d";
    }
        .fi-bs-braille-q:before {
    content: "\f27e";
    }
        .fi-bs-braille-r:before {
    content: "\f27f";
    }
        .fi-bs-braille-s:before {
    content: "\f280";
    }
        .fi-bs-braille-t:before {
    content: "\f281";
    }
        .fi-bs-braille-u:before {
    content: "\f282";
    }
        .fi-bs-braille-v:before {
    content: "\f283";
    }
        .fi-bs-braille-w:before {
    content: "\f284";
    }
        .fi-bs-braille-x:before {
    content: "\f285";
    }
        .fi-bs-braille-y:before {
    content: "\f286";
    }
        .fi-bs-braille-z:before {
    content: "\f287";
    }
        .fi-bs-braille:before {
    content: "\f288";
    }
        .fi-bs-brain-circuit:before {
    content: "\f289";
    }
        .fi-bs-brain:before {
    content: "\f28a";
    }
        .fi-bs-bread-loaf:before {
    content: "\f28b";
    }
        .fi-bs-bread-slice-butter:before {
    content: "\f28c";
    }
        .fi-bs-bread-slice:before {
    content: "\f28d";
    }
        .fi-bs-bread:before {
    content: "\f28e";
    }
        .fi-bs-briefcase-arrow-right:before {
    content: "\f28f";
    }
        .fi-bs-briefcase-blank:before {
    content: "\f290";
    }
        .fi-bs-briefcase:before {
    content: "\f291";
    }
        .fi-bs-brightness-low:before {
    content: "\f292";
    }
        .fi-bs-brightness:before {
    content: "\f293";
    }
        .fi-bs-bring-forward:before {
    content: "\f294";
    }
        .fi-bs-bring-front:before {
    content: "\f295";
    }
        .fi-bs-broadcast-tower:before {
    content: "\f296";
    }
        .fi-bs-broccoli:before {
    content: "\f297";
    }
        .fi-bs-broken-image:before {
    content: "\f298";
    }
        .fi-bs-broom-ball:before {
    content: "\f299";
    }
        .fi-bs-broom:before {
    content: "\f29a";
    }
        .fi-bs-browser-ui:before {
    content: "\f29b";
    }
        .fi-bs-browser:before {
    content: "\f29c";
    }
        .fi-bs-browsers:before {
    content: "\f29d";
    }
        .fi-bs-brush:before {
    content: "\f29e";
    }
        .fi-bs-bucket:before {
    content: "\f29f";
    }
        .fi-bs-budget-alt:before {
    content: "\f2a0";
    }
        .fi-bs-budget:before {
    content: "\f2a1";
    }
        .fi-bs-bug-slash:before {
    content: "\f2a2";
    }
        .fi-bs-bug:before {
    content: "\f2a3";
    }
        .fi-bs-bugs:before {
    content: "\f2a4";
    }
        .fi-bs-build-alt:before {
    content: "\f2a5";
    }
        .fi-bs-build:before {
    content: "\f2a6";
    }
        .fi-bs-building-ngo:before {
    content: "\f2a7";
    }
        .fi-bs-building:before {
    content: "\f2a8";
    }
        .fi-bs-bulb:before {
    content: "\f2a9";
    }
        .fi-bs-bullet:before {
    content: "\f2aa";
    }
        .fi-bs-bullhorn:before {
    content: "\f2ab";
    }
        .fi-bs-bullseye-arrow:before {
    content: "\f2ac";
    }
        .fi-bs-bullseye-pointer:before {
    content: "\f2ad";
    }
        .fi-bs-bullseye:before {
    content: "\f2ae";
    }
        .fi-bs-burger-alt:before {
    content: "\f2af";
    }
        .fi-bs-burger-fries:before {
    content: "\f2b0";
    }
        .fi-bs-burger-glass:before {
    content: "\f2b1";
    }
        .fi-bs-burrito:before {
    content: "\f2b2";
    }
        .fi-bs-bus-alt:before {
    content: "\f2b3";
    }
        .fi-bs-bus:before {
    content: "\f2b4";
    }
        .fi-bs-business-time:before {
    content: "\f2b5";
    }
        .fi-bs-Butter:before {
    content: "\f2b6";
    }
        .fi-bs-butterfly:before {
    content: "\f2b7";
    }
        .fi-bs-c:before {
    content: "\f2b8";
    }
        .fi-bs-cabin:before {
    content: "\f2b9";
    }
        .fi-bs-cactus:before {
    content: "\f2ba";
    }
        .fi-bs-cake-birthday:before {
    content: "\f2bb";
    }
        .fi-bs-cake-slice:before {
    content: "\f2bc";
    }
        .fi-bs-cake-wedding:before {
    content: "\f2bd";
    }
        .fi-bs-calculator-bill:before {
    content: "\f2be";
    }
        .fi-bs-calculator-money:before {
    content: "\f2bf";
    }
        .fi-bs-calculator-simple:before {
    content: "\f2c0";
    }
        .fi-bs-calculator:before {
    content: "\f2c1";
    }
        .fi-bs-calendar-arrow-down:before {
    content: "\f2c2";
    }
        .fi-bs-calendar-arrow-up:before {
    content: "\f2c3";
    }
        .fi-bs-calendar-check:before {
    content: "\f2c4";
    }
        .fi-bs-calendar-clock:before {
    content: "\f2c5";
    }
        .fi-bs-calendar-day:before {
    content: "\f2c6";
    }
        .fi-bs-calendar-days:before {
    content: "\f2c7";
    }
        .fi-bs-calendar-exclamation:before {
    content: "\f2c8";
    }
        .fi-bs-calendar-heart:before {
    content: "\f2c9";
    }
        .fi-bs-calendar-image:before {
    content: "\f2ca";
    }
        .fi-bs-calendar-lines-pen:before {
    content: "\f2cb";
    }
        .fi-bs-calendar-lines:before {
    content: "\f2cc";
    }
        .fi-bs-calendar-minus:before {
    content: "\f2cd";
    }
        .fi-bs-calendar-pen:before {
    content: "\f2ce";
    }
        .fi-bs-calendar-plus:before {
    content: "\f2cf";
    }
        .fi-bs-calendar-star:before {
    content: "\f2d0";
    }
        .fi-bs-calendar-week:before {
    content: "\f2d1";
    }
        .fi-bs-calendar-xmark:before {
    content: "\f2d2";
    }
        .fi-bs-calendar:before {
    content: "\f2d3";
    }
        .fi-bs-calendars:before {
    content: "\f2d4";
    }
        .fi-bs-call-history:before {
    content: "\f2d5";
    }
        .fi-bs-call-incoming:before {
    content: "\f2d6";
    }
        .fi-bs-call-missed:before {
    content: "\f2d7";
    }
        .fi-bs-call-outgoing:before {
    content: "\f2d8";
    }
        .fi-bs-camcorder:before {
    content: "\f2d9";
    }
        .fi-bs-camera-cctv:before {
    content: "\f2da";
    }
        .fi-bs-camera-movie:before {
    content: "\f2db";
    }
        .fi-bs-camera-retro:before {
    content: "\f2dc";
    }
        .fi-bs-camera-rotate:before {
    content: "\f2dd";
    }
        .fi-bs-camera-security:before {
    content: "\f2de";
    }
        .fi-bs-camera-slash:before {
    content: "\f2df";
    }
        .fi-bs-camera-viewfinder:before {
    content: "\f2e0";
    }
        .fi-bs-camera:before {
    content: "\f2e1";
    }
        .fi-bs-campfire:before {
    content: "\f2e2";
    }
        .fi-bs-camping:before {
    content: "\f2e3";
    }
        .fi-bs-can-food:before {
    content: "\f2e4";
    }
        .fi-bs-candle-holder:before {
    content: "\f2e5";
    }
        .fi-bs-candy-alt:before {
    content: "\f2e6";
    }
        .fi-bs-candy-bar:before {
    content: "\f2e7";
    }
        .fi-bs-candy-cane:before {
    content: "\f2e8";
    }
        .fi-bs-candy-corn:before {
    content: "\f2e9";
    }
        .fi-bs-candy-sweet:before {
    content: "\f2ea";
    }
        .fi-bs-candy:before {
    content: "\f2eb";
    }
        .fi-bs-Cannabis:before {
    content: "\f2ec";
    }
        .fi-bs-canned-food:before {
    content: "\f2ed";
    }
        .fi-bs-capsules:before {
    content: "\f2ee";
    }
        .fi-bs-car-alt:before {
    content: "\f2ef";
    }
        .fi-bs-car-battery:before {
    content: "\f2f0";
    }
        .fi-bs-car-bolt:before {
    content: "\f2f1";
    }
        .fi-bs-car-building:before {
    content: "\f2f2";
    }
        .fi-bs-car-bump:before {
    content: "\f2f3";
    }
        .fi-bs-car-bus:before {
    content: "\f2f4";
    }
        .fi-bs-car-circle-bolt:before {
    content: "\f2f5";
    }
        .fi-bs-car-crash:before {
    content: "\f2f6";
    }
        .fi-bs-car-garage:before {
    content: "\f2f7";
    }
        .fi-bs-car-journey:before {
    content: "\f2f8";
    }
        .fi-bs-car-mechanic:before {
    content: "\f2f9";
    }
        .fi-bs-car-rear:before {
    content: "\f2fa";
    }
        .fi-bs-car-side-bolt:before {
    content: "\f2fb";
    }
        .fi-bs-car-side:before {
    content: "\f2fc";
    }
        .fi-bs-car-tilt:before {
    content: "\f2fd";
    }
        .fi-bs-car-wash:before {
    content: "\f2fe";
    }
        .fi-bs-car:before {
    content: "\f2ff";
    }
        .fi-bs-caravan-alt:before {
    content: "\f300";
    }
        .fi-bs-caravan:before {
    content: "\f301";
    }
        .fi-bs-card-club:before {
    content: "\f302";
    }
        .fi-bs-card-diamond:before {
    content: "\f303";
    }
        .fi-bs-card-heart:before {
    content: "\f304";
    }
        .fi-bs-card-spade:before {
    content: "\f305";
    }
        .fi-bs-caret-circle-down:before {
    content: "\f306";
    }
        .fi-bs-caret-circle-right:before {
    content: "\f307";
    }
        .fi-bs-caret-circle-up:before {
    content: "\f308";
    }
        .fi-bs-caret-down:before {
    content: "\f309";
    }
        .fi-bs-caret-left:before {
    content: "\f30a";
    }
        .fi-bs-caret-quare-up:before {
    content: "\f30b";
    }
        .fi-bs-caret-right:before {
    content: "\f30c";
    }
        .fi-bs-caret-square-down:before {
    content: "\f30d";
    }
        .fi-bs-caret-square-left_1:before {
    content: "\f30e";
    }
        .fi-bs-caret-square-left:before {
    content: "\f30f";
    }
        .fi-bs-caret-square-right:before {
    content: "\f310";
    }
        .fi-bs-caret-up:before {
    content: "\f311";
    }
        .fi-bs-carrot:before {
    content: "\f312";
    }
        .fi-bs-cars-crash:before {
    content: "\f313";
    }
        .fi-bs-cars:before {
    content: "\f314";
    }
        .fi-bs-cart-arrow-down:before {
    content: "\f315";
    }
        .fi-bs-cart-minus:before {
    content: "\f316";
    }
        .fi-bs-cart-shopping-fast:before {
    content: "\f317";
    }
        .fi-bs-cash-register:before {
    content: "\f318";
    }
        .fi-bs-cassette-tape:before {
    content: "\f319";
    }
        .fi-bs-cassette-vhs:before {
    content: "\f31a";
    }
        .fi-bs-castle:before {
    content: "\f31b";
    }
        .fi-bs-cat-space:before {
    content: "\f31c";
    }
        .fi-bs-cat:before {
    content: "\f31d";
    }
        .fi-bs-catalog-alt:before {
    content: "\f31e";
    }
        .fi-bs-catalog-magazine:before {
    content: "\f31f";
    }
        .fi-bs-catalog:before {
    content: "\f320";
    }
        .fi-bs-category-alt:before {
    content: "\f321";
    }
        .fi-bs-category:before {
    content: "\f322";
    }
        .fi-bs-cauldron:before {
    content: "\f323";
    }
        .fi-bs-cedi-sign:before {
    content: "\f324";
    }
        .fi-bs-cello:before {
    content: "\f325";
    }
        .fi-bs-cent-sign:before {
    content: "\f326";
    }
        .fi-bs-chair-office:before {
    content: "\f327";
    }
        .fi-bs-chair:before {
    content: "\f328";
    }
        .fi-bs-chalkboard-user:before {
    content: "\f329";
    }
        .fi-bs-challenge-alt:before {
    content: "\f32a";
    }
        .fi-bs-challenge:before {
    content: "\f32b";
    }
        .fi-bs-charging-station:before {
    content: "\f32c";
    }
        .fi-bs-chart-area:before {
    content: "\f32d";
    }
        .fi-bs-chart-bullet:before {
    content: "\f32e";
    }
        .fi-bs-chart-candlestick:before {
    content: "\f32f";
    }
        .fi-bs-chart-connected:before {
    content: "\f330";
    }
        .fi-bs-chart-gantt:before {
    content: "\f331";
    }
        .fi-bs-chart-histogram:before {
    content: "\f332";
    }
        .fi-bs-chart-line-up:before {
    content: "\f333";
    }
        .fi-bs-chart-mixed:before {
    content: "\f334";
    }
        .fi-bs-chart-network:before {
    content: "\f335";
    }
        .fi-bs-chart-pie-alt:before {
    content: "\f336";
    }
        .fi-bs-chart-pie:before {
    content: "\f337";
    }
        .fi-bs-chart-pyramid:before {
    content: "\f338";
    }
        .fi-bs-chart-radar:before {
    content: "\f339";
    }
        .fi-bs-chart-scatter-3d:before {
    content: "\f33a";
    }
        .fi-bs-chart-scatter-bubble:before {
    content: "\f33b";
    }
        .fi-bs-chart-scatter:before {
    content: "\f33c";
    }
        .fi-bs-chart-set-theory:before {
    content: "\f33d";
    }
        .fi-bs-chart-simple-horizontal:before {
    content: "\f33e";
    }
        .fi-bs-chart-simple:before {
    content: "\f33f";
    }
        .fi-bs-chart-tree-map:before {
    content: "\f340";
    }
        .fi-bs-chart-tree:before {
    content: "\f341";
    }
        .fi-bs-chart-user:before {
    content: "\f342";
    }
        .fi-bs-chart-waterfall:before {
    content: "\f343";
    }
        .fi-bs-chat-arrow-down:before {
    content: "\f344";
    }
        .fi-bs-chat-arrow-grow:before {
    content: "\f345";
    }
        .fi-bs-chatbot-speech-bubble:before {
    content: "\f346";
    }
        .fi-bs-chatbot:before {
    content: "\f347";
    }
        .fi-bs-check-circle:before {
    content: "\f348";
    }
        .fi-bs-check-double:before {
    content: "\f349";
    }
        .fi-bs-check:before {
    content: "\f34a";
    }
        .fi-bs-checkbox:before {
    content: "\f34b";
    }
        .fi-bs-cheese-alt:before {
    content: "\f34c";
    }
        .fi-bs-cheese:before {
    content: "\f34d";
    }
        .fi-bs-cheeseburger:before {
    content: "\f34e";
    }
        .fi-bs-cherry:before {
    content: "\f34f";
    }
        .fi-bs-chess-bishop:before {
    content: "\f350";
    }
        .fi-bs-chess-board:before {
    content: "\f351";
    }
        .fi-bs-chess-clock-alt:before {
    content: "\f352";
    }
        .fi-bs-chess-clock:before {
    content: "\f353";
    }
        .fi-bs-chess-king-alt:before {
    content: "\f354";
    }
        .fi-bs-chess-king:before {
    content: "\f355";
    }
        .fi-bs-chess-knight-alt:before {
    content: "\f356";
    }
        .fi-bs-chess-knight:before {
    content: "\f357";
    }
        .fi-bs-chess-pawn-alt:before {
    content: "\f358";
    }
        .fi-bs-chess-pawn:before {
    content: "\f359";
    }
        .fi-bs-chess-piece:before {
    content: "\f35a";
    }
        .fi-bs-chess-queen-alt:before {
    content: "\f35b";
    }
        .fi-bs-chess-queen:before {
    content: "\f35c";
    }
        .fi-bs-chess-rook-alt:before {
    content: "\f35d";
    }
        .fi-bs-chess-rook:before {
    content: "\f35e";
    }
        .fi-bs-chess:before {
    content: "\f35f";
    }
        .fi-bs-chevron-double-down:before {
    content: "\f360";
    }
        .fi-bs-chevron-double-up:before {
    content: "\f361";
    }
        .fi-bs-child-head:before {
    content: "\f362";
    }
        .fi-bs-child:before {
    content: "\f363";
    }
        .fi-bs-chimney:before {
    content: "\f364";
    }
        .fi-bs-chocolate:before {
    content: "\f365";
    }
        .fi-bs-choose-alt:before {
    content: "\f366";
    }
        .fi-bs-choose:before {
    content: "\f367";
    }
        .fi-bs-circle-0:before {
    content: "\f368";
    }
        .fi-bs-circle-1:before {
    content: "\f369";
    }
        .fi-bs-circle-2:before {
    content: "\f36a";
    }
        .fi-bs-circle-3:before {
    content: "\f36b";
    }
        .fi-bs-circle-4:before {
    content: "\f36c";
    }
        .fi-bs-circle-5:before {
    content: "\f36d";
    }
        .fi-bs-circle-6:before {
    content: "\f36e";
    }
        .fi-bs-circle-7:before {
    content: "\f36f";
    }
        .fi-bs-circle-8:before {
    content: "\f370";
    }
        .fi-bs-circle-9:before {
    content: "\f371";
    }
        .fi-bs-circle-a:before {
    content: "\f372";
    }
        .fi-bs-circle-b:before {
    content: "\f373";
    }
        .fi-bs-circle-bolt:before {
    content: "\f374";
    }
        .fi-bs-circle-book-open:before {
    content: "\f375";
    }
        .fi-bs-circle-bookmark:before {
    content: "\f376";
    }
        .fi-bs-circle-c:before {
    content: "\f377";
    }
        .fi-bs-circle-calendar:before {
    content: "\f378";
    }
        .fi-bs-circle-camera:before {
    content: "\f379";
    }
        .fi-bs-circle-d:before {
    content: "\f37a";
    }
        .fi-bs-circle-dashed:before {
    content: "\f37b";
    }
        .fi-bs-circle-e:before {
    content: "\f37c";
    }
        .fi-bs-circle-ellipsis-vertical:before {
    content: "\f37d";
    }
        .fi-bs-circle-ellipsis:before {
    content: "\f37e";
    }
        .fi-bs-circle-envelope:before {
    content: "\f37f";
    }
        .fi-bs-circle-exclamation-check:before {
    content: "\f380";
    }
        .fi-bs-circle-f:before {
    content: "\f381";
    }
        .fi-bs-circle-g:before {
    content: "\f382";
    }
        .fi-bs-circle-h:before {
    content: "\f383";
    }
        .fi-bs-circle-half-stroke:before {
    content: "\f384";
    }
        .fi-bs-circle-half:before {
    content: "\f385";
    }
        .fi-bs-circle-heart:before {
    content: "\f386";
    }
        .fi-bs-circle-i:before {
    content: "\f387";
    }
        .fi-bs-circle-j:before {
    content: "\f388";
    }
        .fi-bs-circle-k:before {
    content: "\f389";
    }
        .fi-bs-circle-l:before {
    content: "\f38a";
    }
        .fi-bs-circle-m:before {
    content: "\f38b";
    }
        .fi-bs-circle-microphone-lines:before {
    content: "\f38c";
    }
        .fi-bs-circle-microphone:before {
    content: "\f38d";
    }
        .fi-bs-circle-n:before {
    content: "\f38e";
    }
        .fi-bs-circle-o:before {
    content: "\f38f";
    }
        .fi-bs-circle-p:before {
    content: "\f390";
    }
        .fi-bs-circle-phone-flip:before {
    content: "\f391";
    }
        .fi-bs-circle-phone-hangup:before {
    content: "\f392";
    }
        .fi-bs-circle-phone:before {
    content: "\f393";
    }
        .fi-bs-circle-q:before {
    content: "\f394";
    }
        .fi-bs-circle-quarter:before {
    content: "\f395";
    }
        .fi-bs-circle-quarters-alt:before {
    content: "\f396";
    }
        .fi-bs-circle-r:before {
    content: "\f397";
    }
        .fi-bs-circle-s:before {
    content: "\f398";
    }
        .fi-bs-circle-small:before {
    content: "\f399";
    }
        .fi-bs-circle-star:before {
    content: "\f39a";
    }
        .fi-bs-circle-t:before {
    content: "\f39b";
    }
        .fi-bs-circle-three-quarters:before {
    content: "\f39c";
    }
        .fi-bs-circle-trash:before {
    content: "\f39d";
    }
        .fi-bs-circle-u:before {
    content: "\f39e";
    }
        .fi-bs-circle-user:before {
    content: "\f39f";
    }
        .fi-bs-circle-v:before {
    content: "\f3a0";
    }
        .fi-bs-circle-video:before {
    content: "\f3a1";
    }
        .fi-bs-circle-w:before {
    content: "\f3a2";
    }
        .fi-bs-circle-waveform-lines:before {
    content: "\f3a3";
    }
        .fi-bs-circle-x:before {
    content: "\f3a4";
    }
        .fi-bs-circle-xmark:before {
    content: "\f3a5";
    }
        .fi-bs-circle-y:before {
    content: "\f3a6";
    }
        .fi-bs-circle-z:before {
    content: "\f3a7";
    }
        .fi-bs-circle:before {
    content: "\f3a8";
    }
        .fi-bs-citrus-slice:before {
    content: "\f3a9";
    }
        .fi-bs-citrus:before {
    content: "\f3aa";
    }
        .fi-bs-city:before {
    content: "\f3ab";
    }
        .fi-bs-clapperboard-play:before {
    content: "\f3ac";
    }
        .fi-bs-clapperboard:before {
    content: "\f3ad";
    }
        .fi-bs-clarinet:before {
    content: "\f3ae";
    }
        .fi-bs-claw-marks:before {
    content: "\f3af";
    }
        .fi-bs-clear-alt:before {
    content: "\f3b0";
    }
        .fi-bs-clip:before {
    content: "\f3b1";
    }
        .fi-bs-clipboard-check:before {
    content: "\f3b2";
    }
        .fi-bs-clipboard-list-check:before {
    content: "\f3b3";
    }
        .fi-bs-clipboard-list:before {
    content: "\f3b4";
    }
        .fi-bs-clipboard-prescription:before {
    content: "\f3b5";
    }
        .fi-bs-clipboard-user:before {
    content: "\f3b6";
    }
        .fi-bs-clipboard:before {
    content: "\f3b7";
    }
        .fi-bs-clock-desk:before {
    content: "\f3b8";
    }
        .fi-bs-clock-eight-thirty:before {
    content: "\f3b9";
    }
        .fi-bs-clock-eleven-thirty:before {
    content: "\f3ba";
    }
        .fi-bs-clock-eleven:before {
    content: "\f3bb";
    }
        .fi-bs-clock-five-thirty:before {
    content: "\f3bc";
    }
        .fi-bs-clock-five:before {
    content: "\f3bd";
    }
        .fi-bs-clock-four-thirty:before {
    content: "\f3be";
    }
        .fi-bs-clock-nine-thirty:before {
    content: "\f3bf";
    }
        .fi-bs-clock-nine:before {
    content: "\f3c0";
    }
        .fi-bs-clock-one-thirty:before {
    content: "\f3c1";
    }
        .fi-bs-clock-one:before {
    content: "\f3c2";
    }
        .fi-bs-clock-seven-thirty:before {
    content: "\f3c3";
    }
        .fi-bs-clock-seven:before {
    content: "\f3c4";
    }
        .fi-bs-clock-six-thirty:before {
    content: "\f3c5";
    }
        .fi-bs-clock-six:before {
    content: "\f3c6";
    }
        .fi-bs-clock-ten-thirty:before {
    content: "\f3c7";
    }
        .fi-bs-clock-ten:before {
    content: "\f3c8";
    }
        .fi-bs-clock-three-thirty:before {
    content: "\f3c9";
    }
        .fi-bs-clock-three:before {
    content: "\f3ca";
    }
        .fi-bs-clock-twelve-thirty:before {
    content: "\f3cb";
    }
        .fi-bs-clock-twelve:before {
    content: "\f3cc";
    }
        .fi-bs-clock-two-thirty:before {
    content: "\f3cd";
    }
        .fi-bs-clock-two:before {
    content: "\f3ce";
    }
        .fi-bs-clock:before {
    content: "\f3cf";
    }
        .fi-bs-clone:before {
    content: "\f3d0";
    }
        .fi-bs-closed-captioning-slash:before {
    content: "\f3d1";
    }
        .fi-bs-clothes-hanger:before {
    content: "\f3d2";
    }
        .fi-bs-cloud-check:before {
    content: "\f3d3";
    }
        .fi-bs-cloud-code:before {
    content: "\f3d4";
    }
        .fi-bs-cloud-disabled:before {
    content: "\f3d5";
    }
        .fi-bs-cloud-download-alt:before {
    content: "\f3d6";
    }
        .fi-bs-cloud-download:before {
    content: "\f3d7";
    }
        .fi-bs-cloud-drizzle:before {
    content: "\f3d8";
    }
        .fi-bs-cloud-exclamation:before {
    content: "\f3d9";
    }
        .fi-bs-cloud-hail-mixed:before {
    content: "\f3da";
    }
        .fi-bs-cloud-hail:before {
    content: "\f3db";
    }
        .fi-bs-cloud-meatball:before {
    content: "\f3dc";
    }
        .fi-bs-cloud-moon-rain:before {
    content: "\f3dd";
    }
        .fi-bs-cloud-moon:before {
    content: "\f3de";
    }
        .fi-bs-cloud-question:before {
    content: "\f3df";
    }
        .fi-bs-cloud-rain:before {
    content: "\f3e0";
    }
        .fi-bs-cloud-rainbow:before {
    content: "\f3e1";
    }
        .fi-bs-cloud-share:before {
    content: "\f3e2";
    }
        .fi-bs-cloud-showers-heavy:before {
    content: "\f3e3";
    }
        .fi-bs-cloud-showers:before {
    content: "\f3e4";
    }
        .fi-bs-cloud-sleet:before {
    content: "\f3e5";
    }
        .fi-bs-cloud-snow:before {
    content: "\f3e6";
    }
        .fi-bs-cloud-sun-rain:before {
    content: "\f3e7";
    }
        .fi-bs-cloud-sun:before {
    content: "\f3e8";
    }
        .fi-bs-cloud-upload-alt:before {
    content: "\f3e9";
    }
        .fi-bs-cloud-upload:before {
    content: "\f3ea";
    }
        .fi-bs-cloud:before {
    content: "\f3eb";
    }
        .fi-bs-clouds-moon:before {
    content: "\f3ec";
    }
        .fi-bs-clouds-sun:before {
    content: "\f3ed";
    }
        .fi-bs-clouds:before {
    content: "\f3ee";
    }
        .fi-bs-clover-alt:before {
    content: "\f3ef";
    }
        .fi-bs-club:before {
    content: "\f3f0";
    }
        .fi-bs-cocktail-alt:before {
    content: "\f3f1";
    }
        .fi-bs-cocktail:before {
    content: "\f3f2";
    }
        .fi-bs-coconut:before {
    content: "\f3f3";
    }
        .fi-bs-code-branch:before {
    content: "\f3f4";
    }
        .fi-bs-code-commit:before {
    content: "\f3f5";
    }
        .fi-bs-code-compare:before {
    content: "\f3f6";
    }
        .fi-bs-code-fork:before {
    content: "\f3f7";
    }
        .fi-bs-code-merge:before {
    content: "\f3f8";
    }
        .fi-bs-code-pull-request-closed:before {
    content: "\f3f9";
    }
        .fi-bs-code-pull-request-draft:before {
    content: "\f3fa";
    }
        .fi-bs-code-pull-request:before {
    content: "\f3fb";
    }
        .fi-bs-code-simple:before {
    content: "\f3fc";
    }
        .fi-bs-coffee-bean:before {
    content: "\f3fd";
    }
        .fi-bs-coffee-beans:before {
    content: "\f3fe";
    }
        .fi-bs-coffee-pot:before {
    content: "\f3ff";
    }
        .fi-bs-coffee:before {
    content: "\f400";
    }
        .fi-bs-coffin-cross:before {
    content: "\f401";
    }
        .fi-bs-coffin:before {
    content: "\f402";
    }
        .fi-bs-coin-up-arrow:before {
    content: "\f403";
    }
        .fi-bs-coin:before {
    content: "\f404";
    }
        .fi-bs-coins:before {
    content: "\f405";
    }
        .fi-bs-colon-sign:before {
    content: "\f406";
    }
        .fi-bs-columns-3:before {
    content: "\f407";
    }
        .fi-bs-comet:before {
    content: "\f408";
    }
        .fi-bs-command:before {
    content: "\f409";
    }
        .fi-bs-comment-alt-check:before {
    content: "\f40a";
    }
        .fi-bs-comment-alt-dots:before {
    content: "\f40b";
    }
        .fi-bs-comment-alt-edit:before {
    content: "\f40c";
    }
        .fi-bs-comment-alt-medical:before {
    content: "\f40d";
    }
        .fi-bs-comment-alt-middle-top:before {
    content: "\f40e";
    }
        .fi-bs-comment-alt-middle:before {
    content: "\f40f";
    }
        .fi-bs-comment-alt-minus:before {
    content: "\f410";
    }
        .fi-bs-comment-alt-music:before {
    content: "\f411";
    }
        .fi-bs-comment-alt:before {
    content: "\f412";
    }
        .fi-bs-comment-arrow-down:before {
    content: "\f413";
    }
        .fi-bs-comment-arrow-up-right:before {
    content: "\f414";
    }
        .fi-bs-comment-arrow-up:before {
    content: "\f415";
    }
        .fi-bs-comment-check:before {
    content: "\f416";
    }
        .fi-bs-comment-code:before {
    content: "\f417";
    }
        .fi-bs-comment-dollar:before {
    content: "\f418";
    }
        .fi-bs-comment-dots:before {
    content: "\f419";
    }
        .fi-bs-comment-exclamation:before {
    content: "\f41a";
    }
        .fi-bs-comment-heart:before {
    content: "\f41b";
    }
        .fi-bs-comment-image:before {
    content: "\f41c";
    }
        .fi-bs-comment-info:before {
    content: "\f41d";
    }
        .fi-bs-comment-medical:before {
    content: "\f41e";
    }
        .fi-bs-comment-minus:before {
    content: "\f41f";
    }
        .fi-bs-comment-pen:before {
    content: "\f420";
    }
        .fi-bs-comment-question:before {
    content: "\f421";
    }
        .fi-bs-comment-quote:before {
    content: "\f422";
    }
        .fi-bs-comment-slash:before {
    content: "\f423";
    }
        .fi-bs-comment-smile:before {
    content: "\f424";
    }
        .fi-bs-comment-sms:before {
    content: "\f425";
    }
        .fi-bs-comment-text:before {
    content: "\f426";
    }
        .fi-bs-comment-user:before {
    content: "\f427";
    }
        .fi-bs-comment-xmark:before {
    content: "\f428";
    }
        .fi-bs-comment:before {
    content: "\f429";
    }
        .fi-bs-comments-dollar:before {
    content: "\f42a";
    }
        .fi-bs-comments-question-check:before {
    content: "\f42b";
    }
        .fi-bs-comments-question:before {
    content: "\f42c";
    }
        .fi-bs-comments:before {
    content: "\f42d";
    }
        .fi-bs-compass-slash:before {
    content: "\f42e";
    }
        .fi-bs-completed:before {
    content: "\f42f";
    }
        .fi-bs-compliance-clipboard:before {
    content: "\f430";
    }
        .fi-bs-compliance-document:before {
    content: "\f431";
    }
        .fi-bs-compliance:before {
    content: "\f432";
    }
        .fi-bs-compress-alt:before {
    content: "\f433";
    }
        .fi-bs-compress:before {
    content: "\f434";
    }
        .fi-bs-computer-classic:before {
    content: "\f435";
    }
        .fi-bs-computer-mouse:before {
    content: "\f436";
    }
        .fi-bs-computer-speaker:before {
    content: "\f437";
    }
        .fi-bs-computer:before {
    content: "\f438";
    }
        .fi-bs-concierge-bell:before {
    content: "\f439";
    }
        .fi-bs-condition-alt:before {
    content: "\f43a";
    }
        .fi-bs-condition:before {
    content: "\f43b";
    }
        .fi-bs-confetti:before {
    content: "\f43c";
    }
        .fi-bs-constellation:before {
    content: "\f43d";
    }
        .fi-bs-container-storage:before {
    content: "\f43e";
    }
        .fi-bs-conveyor-belt-alt:before {
    content: "\f43f";
    }
        .fi-bs-conveyor-belt-empty:before {
    content: "\f440";
    }
        .fi-bs-conveyor-belt:before {
    content: "\f441";
    }
        .fi-bs-cookie-alt:before {
    content: "\f442";
    }
        .fi-bs-cookie:before {
    content: "\f443";
    }
        .fi-bs-copy-alt:before {
    content: "\f444";
    }
        .fi-bs-copy-image:before {
    content: "\f445";
    }
        .fi-bs-copy:before {
    content: "\f446";
    }
        .fi-bs-copyright:before {
    content: "\f447";
    }
        .fi-bs-corn:before {
    content: "\f448";
    }
        .fi-bs-couch:before {
    content: "\f449";
    }
        .fi-bs-cow-alt:before {
    content: "\f44a";
    }
        .fi-bs-cow:before {
    content: "\f44b";
    }
        .fi-bs-cowbell-circle-plus:before {
    content: "\f44c";
    }
        .fi-bs-cowbell-more:before {
    content: "\f44d";
    }
        .fi-bs-cowbell:before {
    content: "\f44e";
    }
        .fi-bs-crab:before {
    content: "\f44f";
    }
        .fi-bs-crate-empty:before {
    content: "\f450";
    }
        .fi-bs-cream:before {
    content: "\f451";
    }
        .fi-bs-credit-card:before {
    content: "\f452";
    }
        .fi-bs-cricket:before {
    content: "\f453";
    }
        .fi-bs-croissant:before {
    content: "\f454";
    }
        .fi-bs-cross-circle:before {
    content: "\f455";
    }
        .fi-bs-cross-religion:before {
    content: "\f456";
    }
        .fi-bs-cross-small:before {
    content: "\f457";
    }
        .fi-bs-cross:before {
    content: "\f458";
    }
        .fi-bs-crow:before {
    content: "\f459";
    }
        .fi-bs-crown:before {
    content: "\f45a";
    }
        .fi-bs-crutch:before {
    content: "\f45b";
    }
        .fi-bs-crutches:before {
    content: "\f45c";
    }
        .fi-bs-cruzeiro-sign:before {
    content: "\f45d";
    }
        .fi-bs-crystal-ball:before {
    content: "\f45e";
    }
        .fi-bs-cube:before {
    content: "\f45f";
    }
        .fi-bs-cubes-stacked:before {
    content: "\f460";
    }
        .fi-bs-cubes:before {
    content: "\f461";
    }
        .fi-bs-cucumber:before {
    content: "\f462";
    }
        .fi-bs-cup-straw-swoosh:before {
    content: "\f463";
    }
        .fi-bs-cup-straw:before {
    content: "\f464";
    }
        .fi-bs-cup-togo:before {
    content: "\f465";
    }
        .fi-bs-cupcake-alt:before {
    content: "\f466";
    }
        .fi-bs-cupcake:before {
    content: "\f467";
    }
        .fi-bs-curling:before {
    content: "\f468";
    }
        .fi-bs-cursor-finger:before {
    content: "\f469";
    }
        .fi-bs-cursor-plus:before {
    content: "\f46a";
    }
        .fi-bs-cursor-text-alt:before {
    content: "\f46b";
    }
        .fi-bs-cursor-text:before {
    content: "\f46c";
    }
        .fi-bs-cursor:before {
    content: "\f46d";
    }
        .fi-bs-custard:before {
    content: "\f46e";
    }
        .fi-bs-customer-care:before {
    content: "\f46f";
    }
        .fi-bs-customer-service:before {
    content: "\f470";
    }
        .fi-bs-d:before {
    content: "\f471";
    }
        .fi-bs-dagger:before {
    content: "\f472";
    }
        .fi-bs-dart:before {
    content: "\f473";
    }
        .fi-bs-dashboard:before {
    content: "\f474";
    }
        .fi-bs-data-transfer:before {
    content: "\f475";
    }
        .fi-bs-database:before {
    content: "\f476";
    }
        .fi-bs-deer-rudolph:before {
    content: "\f477";
    }
        .fi-bs-deer:before {
    content: "\f478";
    }
        .fi-bs-delete-document:before {
    content: "\f479";
    }
        .fi-bs-delete-right:before {
    content: "\f47a";
    }
        .fi-bs-delete-user:before {
    content: "\f47b";
    }
        .fi-bs-delete:before {
    content: "\f47c";
    }
        .fi-bs-democrat:before {
    content: "\f47d";
    }
        .fi-bs-deposit-alt:before {
    content: "\f47e";
    }
        .fi-bs-deposit:before {
    content: "\f47f";
    }
        .fi-bs-description-alt:before {
    content: "\f480";
    }
        .fi-bs-description:before {
    content: "\f481";
    }
        .fi-bs-desktop-arrow-down:before {
    content: "\f482";
    }
        .fi-bs-desktop-wallpaper:before {
    content: "\f483";
    }
        .fi-bs-devices:before {
    content: "\f484";
    }
        .fi-bs-dewpoint:before {
    content: "\f485";
    }
        .fi-bs-dharmachakra:before {
    content: "\f486";
    }
        .fi-bs-diagram-cells:before {
    content: "\f487";
    }
        .fi-bs-diagram-lean-canvas:before {
    content: "\f488";
    }
        .fi-bs-diagram-nested:before {
    content: "\f489";
    }
        .fi-bs-diagram-next:before {
    content: "\f48a";
    }
        .fi-bs-diagram-predecessor:before {
    content: "\f48b";
    }
        .fi-bs-diagram-previous:before {
    content: "\f48c";
    }
        .fi-bs-diagram-project:before {
    content: "\f48d";
    }
        .fi-bs-diagram-sankey:before {
    content: "\f48e";
    }
        .fi-bs-diagram-subtask:before {
    content: "\f48f";
    }
        .fi-bs-diagram-successor:before {
    content: "\f490";
    }
        .fi-bs-diagram-venn:before {
    content: "\f491";
    }
        .fi-bs-dial-high:before {
    content: "\f492";
    }
        .fi-bs-dial-low:before {
    content: "\f493";
    }
        .fi-bs-dial-max:before {
    content: "\f494";
    }
        .fi-bs-dial-med-low:before {
    content: "\f495";
    }
        .fi-bs-dial-med:before {
    content: "\f496";
    }
        .fi-bs-dial-min:before {
    content: "\f497";
    }
        .fi-bs-dial-off:before {
    content: "\f498";
    }
        .fi-bs-dial:before {
    content: "\f499";
    }
        .fi-bs-diamond-exclamation:before {
    content: "\f49a";
    }
        .fi-bs-diamond-turn-right:before {
    content: "\f49b";
    }
        .fi-bs-diamond:before {
    content: "\f49c";
    }
        .fi-bs-diary-bookmark-down:before {
    content: "\f49d";
    }
        .fi-bs-diary-bookmarks:before {
    content: "\f49e";
    }
        .fi-bs-diary-clasp:before {
    content: "\f49f";
    }
        .fi-bs-dice-alt:before {
    content: "\f4a0";
    }
        .fi-bs-dice-d10:before {
    content: "\f4a1";
    }
        .fi-bs-dice-d12:before {
    content: "\f4a2";
    }
        .fi-bs-dice-d20:before {
    content: "\f4a3";
    }
        .fi-bs-dice-d4:before {
    content: "\f4a4";
    }
        .fi-bs-dice-d6:before {
    content: "\f4a5";
    }
        .fi-bs-dice-d8:before {
    content: "\f4a6";
    }
        .fi-bs-dice-four:before {
    content: "\f4a7";
    }
        .fi-bs-dice-one:before {
    content: "\f4a8";
    }
        .fi-bs-dice-six:before {
    content: "\f4a9";
    }
        .fi-bs-dice-three:before {
    content: "\f4aa";
    }
        .fi-bs-dice-two:before {
    content: "\f4ab";
    }
        .fi-bs-dice:before {
    content: "\f4ac";
    }
        .fi-bs-digging:before {
    content: "\f4ad";
    }
        .fi-bs-digital-tachograph:before {
    content: "\f4ae";
    }
        .fi-bs-diploma:before {
    content: "\f4af";
    }
        .fi-bs-direction-signal-arrow:before {
    content: "\f4b0";
    }
        .fi-bs-direction-signal:before {
    content: "\f4b1";
    }
        .fi-bs-disc-drive:before {
    content: "\f4b2";
    }
        .fi-bs-disco-ball:before {
    content: "\f4b3";
    }
        .fi-bs-discover:before {
    content: "\f4b4";
    }
        .fi-bs-disease:before {
    content: "\f4b5";
    }
        .fi-bs-disk:before {
    content: "\f4b6";
    }
        .fi-bs-display-arrow-down:before {
    content: "\f4b7";
    }
        .fi-bs-display-code:before {
    content: "\f4b8";
    }
        .fi-bs-display-medical:before {
    content: "\f4b9";
    }
        .fi-bs-display-slash:before {
    content: "\f4ba";
    }
        .fi-bs-distribute-spacing-horizontal:before {
    content: "\f4bb";
    }
        .fi-bs-distribute-spacing-vertical:before {
    content: "\f4bc";
    }
        .fi-bs-dizzy:before {
    content: "\f4bd";
    }
        .fi-bs-dna:before {
    content: "\f4be";
    }
        .fi-bs-do-not-enter:before {
    content: "\f4bf";
    }
        .fi-bs-doctor:before {
    content: "\f4c0";
    }
        .fi-bs-document-signed:before {
    content: "\f4c1";
    }
        .fi-bs-document:before {
    content: "\f4c2";
    }
        .fi-bs-dog:before {
    content: "\f4c3";
    }
        .fi-bs-dollar:before {
    content: "\f4c4";
    }
        .fi-bs-dolly-flatbed-alt:before {
    content: "\f4c5";
    }
        .fi-bs-dolly-flatbed-empty:before {
    content: "\f4c6";
    }
        .fi-bs-dolly-flatbed:before {
    content: "\f4c7";
    }
        .fi-bs-dolphin:before {
    content: "\f4c8";
    }
        .fi-bs-donate:before {
    content: "\f4c9";
    }
        .fi-bs-dong-sign:before {
    content: "\f4ca";
    }
        .fi-bs-donut:before {
    content: "\f4cb";
    }
        .fi-bs-door-closed:before {
    content: "\f4cc";
    }
        .fi-bs-door-open:before {
    content: "\f4cd";
    }
        .fi-bs-dot-circle:before {
    content: "\f4ce";
    }
        .fi-bs-dove:before {
    content: "\f4cf";
    }
        .fi-bs-down-left-and-up-right-to-center:before {
    content: "\f4d0";
    }
        .fi-bs-down-left:before {
    content: "\f4d1";
    }
        .fi-bs-down-right:before {
    content: "\f4d2";
    }
        .fi-bs-down-to-line:before {
    content: "\f4d3";
    }
        .fi-bs-down:before {
    content: "\f4d4";
    }
        .fi-bs-download:before {
    content: "\f4d5";
    }
        .fi-bs-drafting-compass:before {
    content: "\f4d6";
    }
        .fi-bs-dragon:before {
    content: "\f4d7";
    }
        .fi-bs-draw-polygon:before {
    content: "\f4d8";
    }
        .fi-bs-draw-square:before {
    content: "\f4d9";
    }
        .fi-bs-dreidel:before {
    content: "\f4da";
    }
        .fi-bs-drink-alt:before {
    content: "\f4db";
    }
        .fi-bs-driver-man:before {
    content: "\f4dc";
    }
        .fi-bs-driver-woman:before {
    content: "\f4dd";
    }
        .fi-bs-drone-alt:before {
    content: "\f4de";
    }
        .fi-bs-drone-front:before {
    content: "\f4df";
    }
        .fi-bs-drone:before {
    content: "\f4e0";
    }
        .fi-bs-drop-down:before {
    content: "\f4e1";
    }
        .fi-bs-drum-steelpan:before {
    content: "\f4e2";
    }
        .fi-bs-drum:before {
    content: "\f4e3";
    }
        .fi-bs-drumstick-bite:before {
    content: "\f4e4";
    }
        .fi-bs-drumstick:before {
    content: "\f4e5";
    }
        .fi-bs-dryer-alt:before {
    content: "\f4e6";
    }
        .fi-bs-dryer:before {
    content: "\f4e7";
    }
        .fi-bs-duck:before {
    content: "\f4e8";
    }
        .fi-bs-dumpster-fire:before {
    content: "\f4e9";
    }
        .fi-bs-dumpster:before {
    content: "\f4ea";
    }
        .fi-bs-dungeon:before {
    content: "\f4eb";
    }
        .fi-bs-duplicate:before {
    content: "\f4ec";
    }
        .fi-bs-e-learning:before {
    content: "\f4ed";
    }
        .fi-bs-e:before {
    content: "\f4ee";
    }
        .fi-bs-ear-deaf:before {
    content: "\f4ef";
    }
        .fi-bs-ear-muffs:before {
    content: "\f4f0";
    }
        .fi-bs-ear:before {
    content: "\f4f1";
    }
        .fi-bs-earnings:before {
    content: "\f4f2";
    }
        .fi-bs-earth-africa:before {
    content: "\f4f3";
    }
        .fi-bs-earth-americas:before {
    content: "\f4f4";
    }
        .fi-bs-earth-asia:before {
    content: "\f4f5";
    }
        .fi-bs-earth-europa:before {
    content: "\f4f6";
    }
        .fi-bs-eclipse-alt:before {
    content: "\f4f7";
    }
        .fi-bs-eclipse:before {
    content: "\f4f8";
    }
        .fi-bs-edit-alt:before {
    content: "\f4f9";
    }
        .fi-bs-edit:before {
    content: "\f4fa";
    }
        .fi-bs-egg-fried:before {
    content: "\f4fb";
    }
        .fi-bs-egg:before {
    content: "\f4fc";
    }
        .fi-bs-eject:before {
    content: "\f4fd";
    }
        .fi-bs-elephant:before {
    content: "\f4fe";
    }
        .fi-bs-elevator:before {
    content: "\f4ff";
    }
        .fi-bs-employee-alt:before {
    content: "\f500";
    }
        .fi-bs-employee-man-alt:before {
    content: "\f501";
    }
        .fi-bs-employee-man:before {
    content: "\f502";
    }
        .fi-bs-engine-warning:before {
    content: "\f503";
    }
        .fi-bs-engine:before {
    content: "\f504";
    }
        .fi-bs-enter:before {
    content: "\f505";
    }
        .fi-bs-envelope-ban:before {
    content: "\f506";
    }
        .fi-bs-envelope-bulk:before {
    content: "\f507";
    }
        .fi-bs-envelope-dot:before {
    content: "\f508";
    }
        .fi-bs-envelope-download:before {
    content: "\f509";
    }
        .fi-bs-envelope-marker:before {
    content: "\f50a";
    }
        .fi-bs-envelope-open-dollar:before {
    content: "\f50b";
    }
        .fi-bs-envelope-open-text:before {
    content: "\f50c";
    }
        .fi-bs-envelope-open:before {
    content: "\f50d";
    }
        .fi-bs-envelope-plus:before {
    content: "\f50e";
    }
        .fi-bs-envelope:before {
    content: "\f50f";
    }
        .fi-bs-envelopes:before {
    content: "\f510";
    }
        .fi-bs-equality:before {
    content: "\f511";
    }
        .fi-bs-eraser:before {
    content: "\f512";
    }
        .fi-bs-escalator:before {
    content: "\f513";
    }
        .fi-bs-ethernet:before {
    content: "\f514";
    }
        .fi-bs-euro:before {
    content: "\f515";
    }
        .fi-bs-exchange-alt:before {
    content: "\f516";
    }
        .fi-bs-exchange:before {
    content: "\f517";
    }
        .fi-bs-exclamation:before {
    content: "\f518";
    }
        .fi-bs-exit-alt:before {
    content: "\f519";
    }
        .fi-bs-exit:before {
    content: "\f51a";
    }
        .fi-bs-expand-arrows-alt:before {
    content: "\f51b";
    }
        .fi-bs-expand-arrows:before {
    content: "\f51c";
    }
        .fi-bs-expand:before {
    content: "\f51d";
    }
        .fi-bs-external-hard-drive:before {
    content: "\f51e";
    }
        .fi-bs-external-world:before {
    content: "\f51f";
    }
        .fi-bs-eye-crossed:before {
    content: "\f520";
    }
        .fi-bs-eye-dropper-half:before {
    content: "\f521";
    }
        .fi-bs-eye-dropper:before {
    content: "\f522";
    }
        .fi-bs-eye:before {
    content: "\f523";
    }
        .fi-bs-eyes:before {
    content: "\f524";
    }
        .fi-bs-f:before {
    content: "\f525";
    }
        .fi-bs-face-angry-horns:before {
    content: "\f526";
    }
        .fi-bs-face-anguished:before {
    content: "\f527";
    }
        .fi-bs-face-anxious-sweat:before {
    content: "\f528";
    }
        .fi-bs-face-astonished:before {
    content: "\f529";
    }
        .fi-bs-face-awesome:before {
    content: "\f52a";
    }
        .fi-bs-face-beam-hand-over-mouth:before {
    content: "\f52b";
    }
        .fi-bs-face-confounded:before {
    content: "\f52c";
    }
        .fi-bs-face-confused:before {
    content: "\f52d";
    }
        .fi-bs-face-cowboy-hat:before {
    content: "\f52e";
    }
        .fi-bs-face-disappointed:before {
    content: "\f52f";
    }
        .fi-bs-face-disguise:before {
    content: "\f530";
    }
        .fi-bs-face-downcast-sweat:before {
    content: "\f531";
    }
        .fi-bs-face-drooling:before {
    content: "\f532";
    }
        .fi-bs-face-explode:before {
    content: "\f533";
    }
        .fi-bs-face-expressionless:before {
    content: "\f534";
    }
        .fi-bs-face-eyes-xmarks:before {
    content: "\f535";
    }
        .fi-bs-face-fearful:before {
    content: "\f536";
    }
        .fi-bs-face-glasses:before {
    content: "\f537";
    }
        .fi-bs-face-grin-tongue-wink:before {
    content: "\f538";
    }
        .fi-bs-face-hand-yawn:before {
    content: "\f539";
    }
        .fi-bs-face-head-bandage:before {
    content: "\f53a";
    }
        .fi-bs-face-hushed:before {
    content: "\f53b";
    }
        .fi-bs-face-icicles:before {
    content: "\f53c";
    }
        .fi-bs-face-lying:before {
    content: "\f53d";
    }
        .fi-bs-face-mask:before {
    content: "\f53e";
    }
        .fi-bs-face-monocle:before {
    content: "\f53f";
    }
        .fi-bs-face-nauseated:before {
    content: "\f540";
    }
        .fi-bs-face-nose-steam:before {
    content: "\f541";
    }
        .fi-bs-face-party:before {
    content: "\f542";
    }
        .fi-bs-face-pensive:before {
    content: "\f543";
    }
        .fi-bs-face-persevering:before {
    content: "\f544";
    }
        .fi-bs-face-pleading:before {
    content: "\f545";
    }
        .fi-bs-face-raised-eyebrow:before {
    content: "\f546";
    }
        .fi-bs-face-relieved:before {
    content: "\f547";
    }
        .fi-bs-face-sad-sweat:before {
    content: "\f548";
    }
        .fi-bs-face-scream:before {
    content: "\f549";
    }
        .fi-bs-face-shush:before {
    content: "\f54a";
    }
        .fi-bs-face-sleeping:before {
    content: "\f54b";
    }
        .fi-bs-face-sleepy:before {
    content: "\f54c";
    }
        .fi-bs-face-smile-halo:before {
    content: "\f54d";
    }
        .fi-bs-face-smile-hearts:before {
    content: "\f54e";
    }
        .fi-bs-face-smile-horns:before {
    content: "\f54f";
    }
        .fi-bs-face-smile-tear:before {
    content: "\f550";
    }
        .fi-bs-face-smile-tongue:before {
    content: "\f551";
    }
        .fi-bs-face-smile-upside-down:before {
    content: "\f552";
    }
        .fi-bs-face-smiling-hands:before {
    content: "\f553";
    }
        .fi-bs-face-smirking:before {
    content: "\f554";
    }
        .fi-bs-face-sunglasses:before {
    content: "\f555";
    }
        .fi-bs-face-swear:before {
    content: "\f556";
    }
        .fi-bs-face-thermometer:before {
    content: "\f557";
    }
        .fi-bs-face-thinking:before {
    content: "\f558";
    }
        .fi-bs-face-tissue:before {
    content: "\f559";
    }
        .fi-bs-face-tongue-money:before {
    content: "\f55a";
    }
        .fi-bs-face-tongue-sweat:before {
    content: "\f55b";
    }
        .fi-bs-face-unamused:before {
    content: "\f55c";
    }
        .fi-bs-face-viewfinder:before {
    content: "\f55d";
    }
        .fi-bs-face-vomit:before {
    content: "\f55e";
    }
        .fi-bs-face-weary:before {
    content: "\f55f";
    }
        .fi-bs-face-woozy:before {
    content: "\f560";
    }
        .fi-bs-face-worried:before {
    content: "\f561";
    }
        .fi-bs-face-zany:before {
    content: "\f562";
    }
        .fi-bs-face-zipper:before {
    content: "\f563";
    }
        .fi-bs-falafel:before {
    content: "\f564";
    }
        .fi-bs-family-dress:before {
    content: "\f565";
    }
        .fi-bs-family-pants:before {
    content: "\f566";
    }
        .fi-bs-family:before {
    content: "\f567";
    }
        .fi-bs-fan-table:before {
    content: "\f568";
    }
        .fi-bs-fan:before {
    content: "\f569";
    }
        .fi-bs-farm:before {
    content: "\f56a";
    }
        .fi-bs-faucet-drip:before {
    content: "\f56b";
    }
        .fi-bs-faucet:before {
    content: "\f56c";
    }
        .fi-bs-fax:before {
    content: "\f56d";
    }
        .fi-bs-feather-pointed:before {
    content: "\f56e";
    }
        .fi-bs-feather:before {
    content: "\f56f";
    }
        .fi-bs-features-alt:before {
    content: "\f570";
    }
        .fi-bs-features:before {
    content: "\f571";
    }
        .fi-bs-feedback-alt:before {
    content: "\f572";
    }
        .fi-bs-feedback-hand:before {
    content: "\f573";
    }
        .fi-bs-feedback-review:before {
    content: "\f574";
    }
        .fi-bs-feedback:before {
    content: "\f575";
    }
        .fi-bs-fence:before {
    content: "\f576";
    }
        .fi-bs-ferris-wheel:before {
    content: "\f577";
    }
        .fi-bs-field-hockey:before {
    content: "\f578";
    }
        .fi-bs-fighter-jet:before {
    content: "\f579";
    }
        .fi-bs-file-ai:before {
    content: "\f57a";
    }
        .fi-bs-file-audio:before {
    content: "\f57b";
    }
        .fi-bs-file-binary:before {
    content: "\f57c";
    }
        .fi-bs-file-chart-line:before {
    content: "\f57d";
    }
        .fi-bs-file-chart-pie:before {
    content: "\f57e";
    }
        .fi-bs-file-circle-info:before {
    content: "\f57f";
    }
        .fi-bs-file-code:before {
    content: "\f580";
    }
        .fi-bs-file-csv:before {
    content: "\f581";
    }
        .fi-bs-file-download:before {
    content: "\f582";
    }
        .fi-bs-file-edit:before {
    content: "\f583";
    }
        .fi-bs-file-eps:before {
    content: "\f584";
    }
        .fi-bs-file-excel:before {
    content: "\f585";
    }
        .fi-bs-file-exclamation:before {
    content: "\f586";
    }
        .fi-bs-file-export:before {
    content: "\f587";
    }
        .fi-bs-file-image:before {
    content: "\f588";
    }
        .fi-bs-file-import:before {
    content: "\f589";
    }
        .fi-bs-file-invoice-dollar:before {
    content: "\f58a";
    }
        .fi-bs-file-invoice:before {
    content: "\f58b";
    }
        .fi-bs-file-medical-alt:before {
    content: "\f58c";
    }
        .fi-bs-file-medical:before {
    content: "\f58d";
    }
        .fi-bs-file-minus:before {
    content: "\f58e";
    }
        .fi-bs-file-pdf:before {
    content: "\f58f";
    }
        .fi-bs-file-powerpoint:before {
    content: "\f590";
    }
        .fi-bs-file-prescription:before {
    content: "\f591";
    }
        .fi-bs-file-psd:before {
    content: "\f592";
    }
        .fi-bs-file-signature:before {
    content: "\f593";
    }
        .fi-bs-file-spreadsheet:before {
    content: "\f594";
    }
        .fi-bs-file-upload:before {
    content: "\f595";
    }
        .fi-bs-file-user:before {
    content: "\f596";
    }
        .fi-bs-file-video:before {
    content: "\f597";
    }
        .fi-bs-file-word:before {
    content: "\f598";
    }
        .fi-bs-file-zipper:before {
    content: "\f599";
    }
        .fi-bs-file:before {
    content: "\f59a";
    }
        .fi-bs-files-medical:before {
    content: "\f59b";
    }
        .fi-bs-fill:before {
    content: "\f59c";
    }
        .fi-bs-film-canister:before {
    content: "\f59d";
    }
        .fi-bs-film-slash:before {
    content: "\f59e";
    }
        .fi-bs-film:before {
    content: "\f59f";
    }
        .fi-bs-films:before {
    content: "\f5a0";
    }
        .fi-bs-filter-slash:before {
    content: "\f5a1";
    }
        .fi-bs-filter:before {
    content: "\f5a2";
    }
        .fi-bs-filters:before {
    content: "\f5a3";
    }
        .fi-bs-fingerprint:before {
    content: "\f5a4";
    }
        .fi-bs-fire-burner:before {
    content: "\f5a5";
    }
        .fi-bs-fire-extinguisher:before {
    content: "\f5a6";
    }
        .fi-bs-fire-flame-curved:before {
    content: "\f5a7";
    }
        .fi-bs-fire-flame-simple:before {
    content: "\f5a8";
    }
        .fi-bs-fire-hydrant:before {
    content: "\f5a9";
    }
        .fi-bs-fire-smoke:before {
    content: "\f5aa";
    }
        .fi-bs-fireplace:before {
    content: "\f5ab";
    }
        .fi-bs-first-award:before {
    content: "\f5ac";
    }
        .fi-bs-first-laurel:before {
    content: "\f5ad";
    }
        .fi-bs-first-medal:before {
    content: "\f5ae";
    }
        .fi-bs-first:before {
    content: "\f5af";
    }
        .fi-bs-fish-bones:before {
    content: "\f5b0";
    }
        .fi-bs-fish-cooked:before {
    content: "\f5b1";
    }
        .fi-bs-fish:before {
    content: "\f5b2";
    }
        .fi-bs-fishing-rod:before {
    content: "\f5b3";
    }
        .fi-bs-flag-alt:before {
    content: "\f5b4";
    }
        .fi-bs-flag-checkered:before {
    content: "\f5b5";
    }
        .fi-bs-flag-usa:before {
    content: "\f5b6";
    }
        .fi-bs-flag:before {
    content: "\f5b7";
    }
        .fi-bs-flame:before {
    content: "\f5b8";
    }
        .fi-bs-flashlight:before {
    content: "\f5b9";
    }
        .fi-bs-flask-poison:before {
    content: "\f5ba";
    }
        .fi-bs-flask-potion:before {
    content: "\f5bb";
    }
        .fi-bs-flask:before {
    content: "\f5bc";
    }
        .fi-bs-flatbread-stuffed:before {
    content: "\f5bd";
    }
        .fi-bs-flatbread:before {
    content: "\f5be";
    }
        .fi-bs-flip-horizontal:before {
    content: "\f5bf";
    }
        .fi-bs-floppy-disk-circle-arrow-right:before {
    content: "\f5c0";
    }
        .fi-bs-floppy-disk-circle-xmark:before {
    content: "\f5c1";
    }
        .fi-bs-floppy-disk-pen:before {
    content: "\f5c2";
    }
        .fi-bs-floppy-disks:before {
    content: "\f5c3";
    }
        .fi-bs-florin-sign:before {
    content: "\f5c4";
    }
        .fi-bs-flower-bouquet:before {
    content: "\f5c5";
    }
        .fi-bs-flower-daffodil:before {
    content: "\f5c6";
    }
        .fi-bs-flower-tulip:before {
    content: "\f5c7";
    }
        .fi-bs-flower:before {
    content: "\f5c8";
    }
        .fi-bs-flushed:before {
    content: "\f5c9";
    }
        .fi-bs-flute:before {
    content: "\f5ca";
    }
        .fi-bs-flux-capacitor:before {
    content: "\f5cb";
    }
        .fi-bs-fly-insect:before {
    content: "\f5cc";
    }
        .fi-bs-flying-disc:before {
    content: "\f5cd";
    }
        .fi-bs-fog:before {
    content: "\f5ce";
    }
        .fi-bs-folder-download:before {
    content: "\f5cf";
    }
        .fi-bs-folder-minus:before {
    content: "\f5d0";
    }
        .fi-bs-folder-open:before {
    content: "\f5d1";
    }
        .fi-bs-folder-times:before {
    content: "\f5d2";
    }
        .fi-bs-folder-tree:before {
    content: "\f5d3";
    }
        .fi-bs-folder-upload:before {
    content: "\f5d4";
    }
        .fi-bs-folder-xmark:before {
    content: "\f5d5";
    }
        .fi-bs-folder:before {
    content: "\f5d6";
    }
        .fi-bs-folders:before {
    content: "\f5d7";
    }
        .fi-bs-follow-folder:before {
    content: "\f5d8";
    }
        .fi-bs-followcollection:before {
    content: "\f5d9";
    }
        .fi-bs-following:before {
    content: "\f5da";
    }
        .fi-bs-fondue-pot:before {
    content: "\f5db";
    }
        .fi-bs-football:before {
    content: "\f5dc";
    }
        .fi-bs-fork:before {
    content: "\f5dd";
    }
        .fi-bs-forklift:before {
    content: "\f5de";
    }
        .fi-bs-form:before {
    content: "\f5df";
    }
        .fi-bs-fort:before {
    content: "\f5e0";
    }
        .fi-bs-forward-fast:before {
    content: "\f5e1";
    }
        .fi-bs-forward:before {
    content: "\f5e2";
    }
        .fi-bs-fox:before {
    content: "\f5e3";
    }
        .fi-bs-frame:before {
    content: "\f5e4";
    }
        .fi-bs-franc-sign:before {
    content: "\f5e5";
    }
        .fi-bs-french-fries:before {
    content: "\f5e6";
    }
        .fi-bs-frog:before {
    content: "\f5e7";
    }
        .fi-bs-frown:before {
    content: "\f5e8";
    }
        .fi-bs-ftp:before {
    content: "\f5e9";
    }
        .fi-bs-funnel-dollar:before {
    content: "\f5ea";
    }
        .fi-bs-g:before {
    content: "\f5eb";
    }
        .fi-bs-galaxy-alt:before {
    content: "\f5ec";
    }
        .fi-bs-galaxy-planet:before {
    content: "\f5ed";
    }
        .fi-bs-galaxy-star:before {
    content: "\f5ee";
    }
        .fi-bs-galaxy:before {
    content: "\f5ef";
    }
        .fi-bs-gallery-thumbnails:before {
    content: "\f5f0";
    }
        .fi-bs-gallery:before {
    content: "\f5f1";
    }
        .fi-bs-game-board-alt:before {
    content: "\f5f2";
    }
        .fi-bs-gamepad:before {
    content: "\f5f3";
    }
        .fi-bs-garage-car:before {
    content: "\f5f4";
    }
        .fi-bs-garage-open:before {
    content: "\f5f5";
    }
        .fi-bs-garage:before {
    content: "\f5f6";
    }
        .fi-bs-garlic-alt:before {
    content: "\f5f7";
    }
        .fi-bs-garlic:before {
    content: "\f5f8";
    }
        .fi-bs-gas-pump-alt:before {
    content: "\f5f9";
    }
        .fi-bs-gas-pump-slash:before {
    content: "\f5fa";
    }
        .fi-bs-gas-pump:before {
    content: "\f5fb";
    }
        .fi-bs-gauge-circle-bolt:before {
    content: "\f5fc";
    }
        .fi-bs-gauge-circle-minus:before {
    content: "\f5fd";
    }
        .fi-bs-gauge-circle-plus:before {
    content: "\f5fe";
    }
        .fi-bs-gavel:before {
    content: "\f5ff";
    }
        .fi-bs-gears:before {
    content: "\f600";
    }
        .fi-bs-gem:before {
    content: "\f601";
    }
        .fi-bs-ghost:before {
    content: "\f602";
    }
        .fi-bs-gif-square:before {
    content: "\f603";
    }
        .fi-bs-gif:before {
    content: "\f604";
    }
        .fi-bs-gift-card:before {
    content: "\f605";
    }
        .fi-bs-gift:before {
    content: "\f606";
    }
        .fi-bs-gifts:before {
    content: "\f607";
    }
        .fi-bs-gingerbread-man:before {
    content: "\f608";
    }
        .fi-bs-glass-champagne:before {
    content: "\f609";
    }
        .fi-bs-glass-cheers:before {
    content: "\f60a";
    }
        .fi-bs-glass-citrus:before {
    content: "\f60b";
    }
        .fi-bs-glass-empty:before {
    content: "\f60c";
    }
        .fi-bs-glass-half:before {
    content: "\f60d";
    }
        .fi-bs-glass-water-droplet:before {
    content: "\f60e";
    }
        .fi-bs-glass-whiskey-rocks:before {
    content: "\f60f";
    }
        .fi-bs-glass-whiskey:before {
    content: "\f610";
    }
        .fi-bs-glass:before {
    content: "\f611";
    }
        .fi-bs-glasses:before {
    content: "\f612";
    }
        .fi-bs-globe-alt:before {
    content: "\f613";
    }
        .fi-bs-globe-snow:before {
    content: "\f614";
    }
        .fi-bs-globe:before {
    content: "\f615";
    }
        .fi-bs-goal-net:before {
    content: "\f616";
    }
        .fi-bs-golf-ball:before {
    content: "\f617";
    }
        .fi-bs-golf-club:before {
    content: "\f618";
    }
        .fi-bs-golf:before {
    content: "\f619";
    }
        .fi-bs-government-flag:before {
    content: "\f61a";
    }
        .fi-bs-government-user:before {
    content: "\f61b";
    }
        .fi-bs-graduation-cap:before {
    content: "\f61c";
    }
        .fi-bs-gramophone:before {
    content: "\f61d";
    }
        .fi-bs-grape:before {
    content: "\f61e";
    }
        .fi-bs-graphic-style:before {
    content: "\f61f";
    }
        .fi-bs-graphic-tablet:before {
    content: "\f620";
    }
        .fi-bs-grate-droplet:before {
    content: "\f621";
    }
        .fi-bs-grate:before {
    content: "\f622";
    }
        .fi-bs-grid-alt:before {
    content: "\f623";
    }
        .fi-bs-grid-dividers:before {
    content: "\f624";
    }
        .fi-bs-grid:before {
    content: "\f625";
    }
        .fi-bs-grill-hot-alt:before {
    content: "\f626";
    }
        .fi-bs-grill:before {
    content: "\f627";
    }
        .fi-bs-grimace:before {
    content: "\f628";
    }
        .fi-bs-grin-alt:before {
    content: "\f629";
    }
        .fi-bs-grin-beam-sweat:before {
    content: "\f62a";
    }
        .fi-bs-grin-beam:before {
    content: "\f62b";
    }
        .fi-bs-grin-hearts:before {
    content: "\f62c";
    }
        .fi-bs-grin-squint-tears:before {
    content: "\f62d";
    }
        .fi-bs-grin-squint:before {
    content: "\f62e";
    }
        .fi-bs-grin-stars:before {
    content: "\f62f";
    }
        .fi-bs-grin-tears:before {
    content: "\f630";
    }
        .fi-bs-grin-tongue-squint:before {
    content: "\f631";
    }
        .fi-bs-grin-tongue-wink:before {
    content: "\f632";
    }
        .fi-bs-grin-tongue:before {
    content: "\f633";
    }
        .fi-bs-grin-wink:before {
    content: "\f634";
    }
        .fi-bs-grin:before {
    content: "\f635";
    }
        .fi-bs-grip-dots-vertical:before {
    content: "\f636";
    }
        .fi-bs-grip-dots:before {
    content: "\f637";
    }
        .fi-bs-grip-horizontal:before {
    content: "\f638";
    }
        .fi-bs-grip-lines-vertical:before {
    content: "\f639";
    }
        .fi-bs-grip-lines:before {
    content: "\f63a";
    }
        .fi-bs-grip-vertical:before {
    content: "\f63b";
    }
        .fi-bs-guarani-sign:before {
    content: "\f63c";
    }
        .fi-bs-guide:before {
    content: "\f63d";
    }
        .fi-bs-guitar-electric:before {
    content: "\f63e";
    }
        .fi-bs-guitar:before {
    content: "\f63f";
    }
        .fi-bs-guitars:before {
    content: "\f640";
    }
        .fi-bs-gun-squirt:before {
    content: "\f641";
    }
        .fi-bs-gym:before {
    content: "\f642";
    }
        .fi-bs-h-square:before {
    content: "\f643";
    }
        .fi-bs-h:before {
    content: "\f644";
    }
        .fi-bs-h1:before {
    content: "\f645";
    }
        .fi-bs-h2:before {
    content: "\f646";
    }
        .fi-bs-h3:before {
    content: "\f647";
    }
        .fi-bs-h4:before {
    content: "\f648";
    }
        .fi-bs-hamburger-soda:before {
    content: "\f649";
    }
        .fi-bs-hamburger:before {
    content: "\f64a";
    }
        .fi-bs-hammer-crash:before {
    content: "\f64b";
    }
        .fi-bs-hammer-war:before {
    content: "\f64c";
    }
        .fi-bs-hammer:before {
    content: "\f64d";
    }
        .fi-bs-hand-back-fist:before {
    content: "\f64e";
    }
        .fi-bs-hand-back-point-down:before {
    content: "\f64f";
    }
        .fi-bs-hand-back-point-left:before {
    content: "\f650";
    }
        .fi-bs-hand-back-point-ribbon:before {
    content: "\f651";
    }
        .fi-bs-hand-back-point-right:before {
    content: "\f652";
    }
        .fi-bs-hand-dots:before {
    content: "\f653";
    }
        .fi-bs-hand-fingers-crossed:before {
    content: "\f654";
    }
        .fi-bs-hand-fist:before {
    content: "\f655";
    }
        .fi-bs-hand-heart:before {
    content: "\f656";
    }
        .fi-bs-hand-holding-box:before {
    content: "\f657";
    }
        .fi-bs-hand-holding-droplet:before {
    content: "\f658";
    }
        .fi-bs-hand-holding-heart:before {
    content: "\f659";
    }
        .fi-bs-hand-holding-magic:before {
    content: "\f65a";
    }
        .fi-bs-hand-holding-medical:before {
    content: "\f65b";
    }
        .fi-bs-hand-holding-seedling:before {
    content: "\f65c";
    }
        .fi-bs-hand-holding-skull:before {
    content: "\f65d";
    }
        .fi-bs-hand-holding-usd:before {
    content: "\f65e";
    }
        .fi-bs-hand-holding-water:before {
    content: "\f65f";
    }
        .fi-bs-hand-horns:before {
    content: "\f660";
    }
        .fi-bs-hand-lizard:before {
    content: "\f661";
    }
        .fi-bs-hand-love:before {
    content: "\f662";
    }
        .fi-bs-hand-middle-finger:before {
    content: "\f663";
    }
        .fi-bs-hand-paper:before {
    content: "\f664";
    }
        .fi-bs-hand-peace:before {
    content: "\f665";
    }
        .fi-bs-hand-point-ribbon:before {
    content: "\f666";
    }
        .fi-bs-hand-scissors:before {
    content: "\f667";
    }
        .fi-bs-hand-sparkles:before {
    content: "\f668";
    }
        .fi-bs-hand-spock:before {
    content: "\f669";
    }
        .fi-bs-hand-wave:before {
    content: "\f66a";
    }
        .fi-bs-hand:before {
    content: "\f66b";
    }
        .fi-bs-hands-bubbles:before {
    content: "\f66c";
    }
        .fi-bs-hands-clapping:before {
    content: "\f66d";
    }
        .fi-bs-hands-heart:before {
    content: "\f66e";
    }
        .fi-bs-hands-holding-diamond:before {
    content: "\f66f";
    }
        .fi-bs-hands-holding:before {
    content: "\f670";
    }
        .fi-bs-hands-usd:before {
    content: "\f671";
    }
        .fi-bs-handshake-angle:before {
    content: "\f672";
    }
        .fi-bs-handshake-simple-slash:before {
    content: "\f673";
    }
        .fi-bs-handshake:before {
    content: "\f674";
    }
        .fi-bs-happy:before {
    content: "\f675";
    }
        .fi-bs-hard-hat:before {
    content: "\f676";
    }
        .fi-bs-hastag:before {
    content: "\f677";
    }
        .fi-bs-hat-birthday:before {
    content: "\f678";
    }
        .fi-bs-hat-chef:before {
    content: "\f679";
    }
        .fi-bs-hat-cowboy-side:before {
    content: "\f67a";
    }
        .fi-bs-hat-cowboy:before {
    content: "\f67b";
    }
        .fi-bs-hat-santa:before {
    content: "\f67c";
    }
        .fi-bs-hat-winter:before {
    content: "\f67d";
    }
        .fi-bs-hat-witch:before {
    content: "\f67e";
    }
        .fi-bs-hat-wizard:before {
    content: "\f67f";
    }
        .fi-bs-hdd:before {
    content: "\f680";
    }
        .fi-bs-head-side-brain:before {
    content: "\f681";
    }
        .fi-bs-head-side-cough-slash:before {
    content: "\f682";
    }
        .fi-bs-head-side-cough:before {
    content: "\f683";
    }
        .fi-bs-head-side-headphones:before {
    content: "\f684";
    }
        .fi-bs-head-side-heart:before {
    content: "\f685";
    }
        .fi-bs-head-side-mask:before {
    content: "\f686";
    }
        .fi-bs-head-side-medical:before {
    content: "\f687";
    }
        .fi-bs-head-side-thinking:before {
    content: "\f688";
    }
        .fi-bs-head-side-virus:before {
    content: "\f689";
    }
        .fi-bs-head-side:before {
    content: "\f68a";
    }
        .fi-bs-head-vr:before {
    content: "\f68b";
    }
        .fi-bs-heading:before {
    content: "\f68c";
    }
        .fi-bs-headphones:before {
    content: "\f68d";
    }
        .fi-bs-headset:before {
    content: "\f68e";
    }
        .fi-bs-heart-arrow:before {
    content: "\f68f";
    }
        .fi-bs-heart-crack:before {
    content: "\f690";
    }
        .fi-bs-heart-half-stroke:before {
    content: "\f691";
    }
        .fi-bs-heart-half:before {
    content: "\f692";
    }
        .fi-bs-heart-rate:before {
    content: "\f693";
    }
        .fi-bs-heart:before {
    content: "\f694";
    }
        .fi-bs-heat:before {
    content: "\f695";
    }
        .fi-bs-helicopter-side:before {
    content: "\f696";
    }
        .fi-bs-helmet-battle:before {
    content: "\f697";
    }
        .fi-bs-hexagon-check:before {
    content: "\f698";
    }
        .fi-bs-hexagon-exclamation:before {
    content: "\f699";
    }
        .fi-bs-hexagon:before {
    content: "\f69a";
    }
        .fi-bs-high-definition:before {
    content: "\f69b";
    }
        .fi-bs-highlighter-line:before {
    content: "\f69c";
    }
        .fi-bs-highlighter:before {
    content: "\f69d";
    }
        .fi-bs-hiking:before {
    content: "\f69e";
    }
        .fi-bs-hippo:before {
    content: "\f69f";
    }
        .fi-bs-hockey-mask:before {
    content: "\f6a0";
    }
        .fi-bs-hockey-puck:before {
    content: "\f6a1";
    }
        .fi-bs-hockey-stick-puck:before {
    content: "\f6a2";
    }
        .fi-bs-hockey-sticks:before {
    content: "\f6a3";
    }
        .fi-bs-holly-berry:before {
    content: "\f6a4";
    }
        .fi-bs-home-heart:before {
    content: "\f6a5";
    }
        .fi-bs-home-location-alt:before {
    content: "\f6a6";
    }
        .fi-bs-home-location:before {
    content: "\f6a7";
    }
        .fi-bs-home:before {
    content: "\f6a8";
    }
        .fi-bs-honey-pot:before {
    content: "\f6a9";
    }
        .fi-bs-hood-cloak:before {
    content: "\f6aa";
    }
        .fi-bs-horizontal-rule:before {
    content: "\f6ab";
    }
        .fi-bs-horse-head:before {
    content: "\f6ac";
    }
        .fi-bs-horse-saddle:before {
    content: "\f6ad";
    }
        .fi-bs-horse:before {
    content: "\f6ae";
    }
        .fi-bs-hose-reel:before {
    content: "\f6af";
    }
        .fi-bs-hose:before {
    content: "\f6b0";
    }
        .fi-bs-hospital-symbol:before {
    content: "\f6b1";
    }
        .fi-bs-hospital-user:before {
    content: "\f6b2";
    }
        .fi-bs-hospital:before {
    content: "\f6b3";
    }
        .fi-bs-hospitals:before {
    content: "\f6b4";
    }
        .fi-bs-hot-tub:before {
    content: "\f6b5";
    }
        .fi-bs-hotdog:before {
    content: "\f6b6";
    }
        .fi-bs-hotel:before {
    content: "\f6b7";
    }
        .fi-bs-hourglass-end:before {
    content: "\f6b8";
    }
        .fi-bs-hourglass-start:before {
    content: "\f6b9";
    }
        .fi-bs-hourglass:before {
    content: "\f6ba";
    }
        .fi-bs-house-blank:before {
    content: "\f6bb";
    }
        .fi-bs-house-building:before {
    content: "\f6bc";
    }
        .fi-bs-house-chimney-blank:before {
    content: "\f6bd";
    }
        .fi-bs-house-chimney-crack:before {
    content: "\f6be";
    }
        .fi-bs-house-chimney-heart:before {
    content: "\f6bf";
    }
        .fi-bs-house-chimney-medical:before {
    content: "\f6c0";
    }
        .fi-bs-house-chimney-user:before {
    content: "\f6c1";
    }
        .fi-bs-house-chimney-window:before {
    content: "\f6c2";
    }
        .fi-bs-house-chimney:before {
    content: "\f6c3";
    }
        .fi-bs-house-crack:before {
    content: "\f6c4";
    }
        .fi-bs-house-day:before {
    content: "\f6c5";
    }
        .fi-bs-house-flood:before {
    content: "\f6c6";
    }
        .fi-bs-house-laptop:before {
    content: "\f6c7";
    }
        .fi-bs-house-leave:before {
    content: "\f6c8";
    }
        .fi-bs-house-medical:before {
    content: "\f6c9";
    }
        .fi-bs-house-night:before {
    content: "\f6ca";
    }
        .fi-bs-house-return:before {
    content: "\f6cb";
    }
        .fi-bs-house-signal:before {
    content: "\f6cc";
    }
        .fi-bs-house-tree:before {
    content: "\f6cd";
    }
        .fi-bs-house-tsunami:before {
    content: "\f6ce";
    }
        .fi-bs-house-turret:before {
    content: "\f6cf";
    }
        .fi-bs-house-user:before {
    content: "\f6d0";
    }
        .fi-bs-house-window:before {
    content: "\f6d1";
    }
        .fi-bs-hr-group:before {
    content: "\f6d2";
    }
        .fi-bs-hr-person:before {
    content: "\f6d3";
    }
        .fi-bs-hr:before {
    content: "\f6d4";
    }
        .fi-bs-hryvnia:before {
    content: "\f6d5";
    }
        .fi-bs-humidity:before {
    content: "\f6d6";
    }
        .fi-bs-hundred-points:before {
    content: "\f6d7";
    }
        .fi-bs-hurricane:before {
    content: "\f6d8";
    }
        .fi-bs-i:before {
    content: "\f6d9";
    }
        .fi-bs-ice-cream:before {
    content: "\f6da";
    }
        .fi-bs-ice-skate:before {
    content: "\f6db";
    }
        .fi-bs-icicles:before {
    content: "\f6dc";
    }
        .fi-bs-icon-star:before {
    content: "\f6dd";
    }
        .fi-bs-id-badge:before {
    content: "\f6de";
    }
        .fi-bs-id-card-clip-alt:before {
    content: "\f6df";
    }
        .fi-bs-igloo:before {
    content: "\f6e0";
    }
        .fi-bs-image-slash:before {
    content: "\f6e1";
    }
        .fi-bs-images-user:before {
    content: "\f6e2";
    }
        .fi-bs-images:before {
    content: "\f6e3";
    }
        .fi-bs-inbox-in:before {
    content: "\f6e4";
    }
        .fi-bs-inbox-out:before {
    content: "\f6e5";
    }
        .fi-bs-inbox:before {
    content: "\f6e6";
    }
        .fi-bs-inboxes:before {
    content: "\f6e7";
    }
        .fi-bs-incognito:before {
    content: "\f6e8";
    }
        .fi-bs-indent:before {
    content: "\f6e9";
    }
        .fi-bs-indian-rupee-sign:before {
    content: "\f6ea";
    }
        .fi-bs-industry-alt:before {
    content: "\f6eb";
    }
        .fi-bs-industry-windows:before {
    content: "\f6ec";
    }
        .fi-bs-infinity:before {
    content: "\f6ed";
    }
        .fi-bs-info:before {
    content: "\f6ee";
    }
        .fi-bs-information:before {
    content: "\f6ef";
    }
        .fi-bs-inhaler:before {
    content: "\f6f0";
    }
        .fi-bs-input-numeric:before {
    content: "\f6f1";
    }
        .fi-bs-input-pipe:before {
    content: "\f6f2";
    }
        .fi-bs-input-text:before {
    content: "\f6f3";
    }
        .fi-bs-interactive:before {
    content: "\f6f4";
    }
        .fi-bs-interlining:before {
    content: "\f6f5";
    }
        .fi-bs-interrogation:before {
    content: "\f6f6";
    }
        .fi-bs-inventory-alt:before {
    content: "\f6f7";
    }
        .fi-bs-invest:before {
    content: "\f6f8";
    }
        .fi-bs-investment:before {
    content: "\f6f9";
    }
        .fi-bs-invite-alt:before {
    content: "\f6fa";
    }
        .fi-bs-invite:before {
    content: "\f6fb";
    }
        .fi-bs-island-tropical:before {
    content: "\f6fc";
    }
        .fi-bs-it-alt:before {
    content: "\f6fd";
    }
        .fi-bs-it-computer:before {
    content: "\f6fe";
    }
        .fi-bs-it:before {
    content: "\f6ff";
    }
        .fi-bs-italian-lira-sign:before {
    content: "\f700";
    }
        .fi-bs-italic:before {
    content: "\f701";
    }
        .fi-bs-j:before {
    content: "\f702";
    }
        .fi-bs-jam:before {
    content: "\f703";
    }
        .fi-bs-jar-alt:before {
    content: "\f704";
    }
        .fi-bs-jar-wheat:before {
    content: "\f705";
    }
        .fi-bs-joint:before {
    content: "\f706";
    }
        .fi-bs-journal-alt:before {
    content: "\f707";
    }
        .fi-bs-journal:before {
    content: "\f708";
    }
        .fi-bs-journey:before {
    content: "\f709";
    }
        .fi-bs-joystick:before {
    content: "\f70a";
    }
        .fi-bs-jpg:before {
    content: "\f70b";
    }
        .fi-bs-jug-alt:before {
    content: "\f70c";
    }
        .fi-bs-jug-bottle:before {
    content: "\f70d";
    }
        .fi-bs-jug:before {
    content: "\f70e";
    }
        .fi-bs-k:before {
    content: "\f70f";
    }
        .fi-bs-kazoo:before {
    content: "\f710";
    }
        .fi-bs-kerning:before {
    content: "\f711";
    }
        .fi-bs-key-skeleton-left-right:before {
    content: "\f712";
    }
        .fi-bs-key:before {
    content: "\f713";
    }
        .fi-bs-keyboard-brightness-low:before {
    content: "\f714";
    }
        .fi-bs-keyboard-brightness:before {
    content: "\f715";
    }
        .fi-bs-keyboard-down:before {
    content: "\f716";
    }
        .fi-bs-keyboard-left:before {
    content: "\f717";
    }
        .fi-bs-keyboard:before {
    content: "\f718";
    }
        .fi-bs-keynote:before {
    content: "\f719";
    }
        .fi-bs-kidneys:before {
    content: "\f71a";
    }
        .fi-bs-kip-sign:before {
    content: "\f71b";
    }
        .fi-bs-kiss-beam:before {
    content: "\f71c";
    }
        .fi-bs-kiss-wink-heart:before {
    content: "\f71d";
    }
        .fi-bs-kiss:before {
    content: "\f71e";
    }
        .fi-bs-kite:before {
    content: "\f71f";
    }
        .fi-bs-kiwi-bird:before {
    content: "\f720";
    }
        .fi-bs-kiwi-fruit:before {
    content: "\f721";
    }
        .fi-bs-knife-kitchen:before {
    content: "\f722";
    }
        .fi-bs-knife:before {
    content: "\f723";
    }
        .fi-bs-l:before {
    content: "\f724";
    }
        .fi-bs-label:before {
    content: "\f725";
    }
        .fi-bs-lacrosse-stick-ball:before {
    content: "\f726";
    }
        .fi-bs-lacrosse-stick:before {
    content: "\f727";
    }
        .fi-bs-lamp-desk:before {
    content: "\f728";
    }
        .fi-bs-lamp-floor:before {
    content: "\f729";
    }
        .fi-bs-lamp-street:before {
    content: "\f72a";
    }
        .fi-bs-lamp:before {
    content: "\f72b";
    }
        .fi-bs-land-layer-location:before {
    content: "\f72c";
    }
        .fi-bs-land-layers:before {
    content: "\f72d";
    }
        .fi-bs-land-location:before {
    content: "\f72e";
    }
        .fi-bs-landmark-alt:before {
    content: "\f72f";
    }
        .fi-bs-language:before {
    content: "\f730";
    }
        .fi-bs-laptop-arrow-down:before {
    content: "\f731";
    }
        .fi-bs-laptop-code:before {
    content: "\f732";
    }
        .fi-bs-laptop-medical:before {
    content: "\f733";
    }
        .fi-bs-laptop-mobile:before {
    content: "\f734";
    }
        .fi-bs-laptop-slash:before {
    content: "\f735";
    }
        .fi-bs-laptop:before {
    content: "\f736";
    }
        .fi-bs-lari-sign:before {
    content: "\f737";
    }
        .fi-bs-lasso-sparkles:before {
    content: "\f738";
    }
        .fi-bs-lasso:before {
    content: "\f739";
    }
        .fi-bs-laugh-beam:before {
    content: "\f73a";
    }
        .fi-bs-laugh-squint:before {
    content: "\f73b";
    }
        .fi-bs-laugh-wink:before {
    content: "\f73c";
    }
        .fi-bs-laugh:before {
    content: "\f73d";
    }
        .fi-bs-layer-minus:before {
    content: "\f73e";
    }
        .fi-bs-layer-plus:before {
    content: "\f73f";
    }
        .fi-bs-layers:before {
    content: "\f740";
    }
        .fi-bs-layout-fluid:before {
    content: "\f741";
    }
        .fi-bs-leader-alt:before {
    content: "\f742";
    }
        .fi-bs-leader:before {
    content: "\f743";
    }
        .fi-bs-leadership-alt:before {
    content: "\f744";
    }
        .fi-bs-leadership:before {
    content: "\f745";
    }
        .fi-bs-leaf-heart:before {
    content: "\f746";
    }
        .fi-bs-leaf-maple:before {
    content: "\f747";
    }
        .fi-bs-leaf-oak:before {
    content: "\f748";
    }
        .fi-bs-leaf:before {
    content: "\f749";
    }
        .fi-bs-leafy-green:before {
    content: "\f74a";
    }
        .fi-bs-leave:before {
    content: "\f74b";
    }
        .fi-bs-left:before {
    content: "\f74c";
    }
        .fi-bs-legal:before {
    content: "\f74d";
    }
        .fi-bs-lemon:before {
    content: "\f74e";
    }
        .fi-bs-letter-case:before {
    content: "\f74f";
    }
        .fi-bs-lettuce:before {
    content: "\f750";
    }
        .fi-bs-level-down-alt:before {
    content: "\f751";
    }
        .fi-bs-level-down:before {
    content: "\f752";
    }
        .fi-bs-level-up-alt:before {
    content: "\f753";
    }
        .fi-bs-level-up:before {
    content: "\f754";
    }
        .fi-bs-license:before {
    content: "\f755";
    }
        .fi-bs-life-ring:before {
    content: "\f756";
    }
        .fi-bs-light-ceiling:before {
    content: "\f757";
    }
        .fi-bs-light-emergency-on:before {
    content: "\f758";
    }
        .fi-bs-light-emergency:before {
    content: "\f759";
    }
        .fi-bs-light-switch-off:before {
    content: "\f75a";
    }
        .fi-bs-light-switch-on:before {
    content: "\f75b";
    }
        .fi-bs-light-switch:before {
    content: "\f75c";
    }
        .fi-bs-lightbulb-dollar:before {
    content: "\f75d";
    }
        .fi-bs-lightbulb-exclamation:before {
    content: "\f75e";
    }
        .fi-bs-lightbulb-on:before {
    content: "\f75f";
    }
        .fi-bs-lightbulb-question:before {
    content: "\f760";
    }
        .fi-bs-lightbulb-setting:before {
    content: "\f761";
    }
        .fi-bs-lightbulb-slash:before {
    content: "\f762";
    }
        .fi-bs-lights-holiday:before {
    content: "\f763";
    }
        .fi-bs-line-width:before {
    content: "\f764";
    }
        .fi-bs-link-alt:before {
    content: "\f765";
    }
        .fi-bs-link-horizontal-slash:before {
    content: "\f766";
    }
        .fi-bs-link-horizontal:before {
    content: "\f767";
    }
        .fi-bs-link-slash-alt:before {
    content: "\f768";
    }
        .fi-bs-link-slash:before {
    content: "\f769";
    }
        .fi-bs-link:before {
    content: "\f76a";
    }
        .fi-bs-lips:before {
    content: "\f76b";
    }
        .fi-bs-lipstick:before {
    content: "\f76c";
    }
        .fi-bs-lira-sign:before {
    content: "\f76d";
    }
        .fi-bs-list-check:before {
    content: "\f76e";
    }
        .fi-bs-list-dropdown:before {
    content: "\f76f";
    }
        .fi-bs-list-music:before {
    content: "\f770";
    }
        .fi-bs-list-timeline:before {
    content: "\f771";
    }
        .fi-bs-list:before {
    content: "\f772";
    }
        .fi-bs-litecoin-sign:before {
    content: "\f773";
    }
        .fi-bs-live-alt:before {
    content: "\f774";
    }
        .fi-bs-live:before {
    content: "\f775";
    }
        .fi-bs-loading:before {
    content: "\f776";
    }
        .fi-bs-loan:before {
    content: "\f777";
    }
        .fi-bs-lobster:before {
    content: "\f778";
    }
        .fi-bs-location-alt:before {
    content: "\f779";
    }
        .fi-bs-location-arrow:before {
    content: "\f77a";
    }
        .fi-bs-location-crosshairs-slash:before {
    content: "\f77b";
    }
        .fi-bs-location-crosshairs:before {
    content: "\f77c";
    }
        .fi-bs-location-dot-slash:before {
    content: "\f77d";
    }
        .fi-bs-location-exclamation:before {
    content: "\f77e";
    }
        .fi-bs-lock-alt:before {
    content: "\f77f";
    }
        .fi-bs-lock-open-alt:before {
    content: "\f780";
    }
        .fi-bs-lock:before {
    content: "\f781";
    }
        .fi-bs-locust:before {
    content: "\f782";
    }
        .fi-bs-loveseat:before {
    content: "\f783";
    }
        .fi-bs-low-vision:before {
    content: "\f784";
    }
        .fi-bs-luchador:before {
    content: "\f785";
    }
        .fi-bs-luggage-cart:before {
    content: "\f786";
    }
        .fi-bs-luggage-rolling:before {
    content: "\f787";
    }
        .fi-bs-lungs-virus:before {
    content: "\f788";
    }
        .fi-bs-lungs:before {
    content: "\f789";
    }
        .fi-bs-m:before {
    content: "\f78a";
    }
        .fi-bs-mace:before {
    content: "\f78b";
    }
        .fi-bs-magic-wand:before {
    content: "\f78c";
    }
        .fi-bs-magnet-user:before {
    content: "\f78d";
    }
        .fi-bs-magnet:before {
    content: "\f78e";
    }
        .fi-bs-mailbox:before {
    content: "\f78f";
    }
        .fi-bs-makeup-brush:before {
    content: "\f790";
    }
        .fi-bs-man-head:before {
    content: "\f791";
    }
        .fi-bs-manat-sign:before {
    content: "\f792";
    }
        .fi-bs-mandolin:before {
    content: "\f793";
    }
        .fi-bs-mango:before {
    content: "\f794";
    }
        .fi-bs-manhole:before {
    content: "\f795";
    }
        .fi-bs-map-marker-check:before {
    content: "\f796";
    }
        .fi-bs-map-marker-cross:before {
    content: "\f797";
    }
        .fi-bs-map-marker-edit:before {
    content: "\f798";
    }
        .fi-bs-map-marker-home:before {
    content: "\f799";
    }
        .fi-bs-map-marker-minus:before {
    content: "\f79a";
    }
        .fi-bs-map-marker-plus:before {
    content: "\f79b";
    }
        .fi-bs-map-marker-question:before {
    content: "\f79c";
    }
        .fi-bs-map-marker-slash:before {
    content: "\f79d";
    }
        .fi-bs-map-marker-smile:before {
    content: "\f79e";
    }
        .fi-bs-map-marker:before {
    content: "\f79f";
    }
        .fi-bs-map-pin:before {
    content: "\f7a0";
    }
        .fi-bs-map:before {
    content: "\f7a1";
    }
        .fi-bs-marker-time:before {
    content: "\f7a2";
    }
        .fi-bs-marker:before {
    content: "\f7a3";
    }
        .fi-bs-mars-double:before {
    content: "\f7a4";
    }
        .fi-bs-mars-stroke-right:before {
    content: "\f7a5";
    }
        .fi-bs-mars-stroke-up:before {
    content: "\f7a6";
    }
        .fi-bs-mars:before {
    content: "\f7a7";
    }
        .fi-bs-martini-glass-citrus:before {
    content: "\f7a8";
    }
        .fi-bs-martini-glass-empty:before {
    content: "\f7a9";
    }
        .fi-bs-mask-carnival:before {
    content: "\f7aa";
    }
        .fi-bs-mask-face:before {
    content: "\f7ab";
    }
        .fi-bs-mask-snorkel:before {
    content: "\f7ac";
    }
        .fi-bs-massage:before {
    content: "\f7ad";
    }
        .fi-bs-match-fire:before {
    content: "\f7ae";
    }
        .fi-bs-mattress-pillow:before {
    content: "\f7af";
    }
        .fi-bs-meat:before {
    content: "\f7b0";
    }
        .fi-bs-medal:before {
    content: "\f7b1";
    }
        .fi-bs-medical-star:before {
    content: "\f7b2";
    }
        .fi-bs-medicine:before {
    content: "\f7b3";
    }
        .fi-bs-meeting-alt:before {
    content: "\f7b4";
    }
        .fi-bs-meeting:before {
    content: "\f7b5";
    }
        .fi-bs-megaphone:before {
    content: "\f7b6";
    }
        .fi-bs-meh-blank:before {
    content: "\f7b7";
    }
        .fi-bs-meh-rolling-eyes:before {
    content: "\f7b8";
    }
        .fi-bs-meh:before {
    content: "\f7b9";
    }
        .fi-bs-melon-alt:before {
    content: "\f7ba";
    }
        .fi-bs-melon:before {
    content: "\f7bb";
    }
        .fi-bs-memo-circle-check:before {
    content: "\f7bc";
    }
        .fi-bs-memo-pad:before {
    content: "\f7bd";
    }
        .fi-bs-memo:before {
    content: "\f7be";
    }
        .fi-bs-memory:before {
    content: "\f7bf";
    }
        .fi-bs-menu-burger:before {
    content: "\f7c0";
    }
        .fi-bs-menu-dots-vertical:before {
    content: "\f7c1";
    }
        .fi-bs-menu-dots:before {
    content: "\f7c2";
    }
        .fi-bs-mercury:before {
    content: "\f7c3";
    }
        .fi-bs-message-arrow-down:before {
    content: "\f7c4";
    }
        .fi-bs-message-arrow-up-right:before {
    content: "\f7c5";
    }
        .fi-bs-message-arrow-up:before {
    content: "\f7c6";
    }
        .fi-bs-message-bot:before {
    content: "\f7c7";
    }
        .fi-bs-message-code:before {
    content: "\f7c8";
    }
        .fi-bs-message-dollar:before {
    content: "\f7c9";
    }
        .fi-bs-message-image:before {
    content: "\f7ca";
    }
        .fi-bs-message-question:before {
    content: "\f7cb";
    }
        .fi-bs-message-quote:before {
    content: "\f7cc";
    }
        .fi-bs-message-slash:before {
    content: "\f7cd";
    }
        .fi-bs-message-sms:before {
    content: "\f7ce";
    }
        .fi-bs-message-text:before {
    content: "\f7cf";
    }
        .fi-bs-message-xmark:before {
    content: "\f7d0";
    }
        .fi-bs-messages-dollar:before {
    content: "\f7d1";
    }
        .fi-bs-messages-question:before {
    content: "\f7d2";
    }
        .fi-bs-messages:before {
    content: "\f7d3";
    }
        .fi-bs-meteor:before {
    content: "\f7d4";
    }
        .fi-bs-meter-bolt:before {
    content: "\f7d5";
    }
        .fi-bs-meter-droplet:before {
    content: "\f7d6";
    }
        .fi-bs-meter-fire:before {
    content: "\f7d7";
    }
        .fi-bs-meter:before {
    content: "\f7d8";
    }
        .fi-bs-microchip-ai:before {
    content: "\f7d9";
    }
        .fi-bs-microchip:before {
    content: "\f7da";
    }
        .fi-bs-microphone-alt:before {
    content: "\f7db";
    }
        .fi-bs-microphone-slash:before {
    content: "\f7dc";
    }
        .fi-bs-microphone:before {
    content: "\f7dd";
    }
        .fi-bs-microscope:before {
    content: "\f7de";
    }
        .fi-bs-microwave:before {
    content: "\f7df";
    }
        .fi-bs-mill-sign:before {
    content: "\f7e0";
    }
        .fi-bs-mind-share:before {
    content: "\f7e1";
    }
        .fi-bs-minus-circle:before {
    content: "\f7e2";
    }
        .fi-bs-minus-hexagon:before {
    content: "\f7e3";
    }
        .fi-bs-minus-small:before {
    content: "\f7e4";
    }
        .fi-bs-minus:before {
    content: "\f7e5";
    }
        .fi-bs-mistletoe:before {
    content: "\f7e6";
    }
        .fi-bs-mobile-button:before {
    content: "\f7e7";
    }
        .fi-bs-mobile-notch:before {
    content: "\f7e8";
    }
        .fi-bs-mobile:before {
    content: "\f7e9";
    }
        .fi-bs-mockup:before {
    content: "\f7ea";
    }
        .fi-bs-mode-alt:before {
    content: "\f7eb";
    }
        .fi-bs-mode-landscape:before {
    content: "\f7ec";
    }
        .fi-bs-mode-portrait:before {
    content: "\f7ed";
    }
        .fi-bs-mode:before {
    content: "\f7ee";
    }
        .fi-bs-money-bill-simple:before {
    content: "\f7ef";
    }
        .fi-bs-money-bill-wave-alt:before {
    content: "\f7f0";
    }
        .fi-bs-money-bill-wave:before {
    content: "\f7f1";
    }
        .fi-bs-money-bills-simple:before {
    content: "\f7f2";
    }
        .fi-bs-money-bills:before {
    content: "\f7f3";
    }
        .fi-bs-money-check-edit-alt:before {
    content: "\f7f4";
    }
        .fi-bs-money-check-edit:before {
    content: "\f7f5";
    }
        .fi-bs-money-check:before {
    content: "\f7f6";
    }
        .fi-bs-money-from-bracket:before {
    content: "\f7f7";
    }
        .fi-bs-money-simple-from-bracket:before {
    content: "\f7f8";
    }
        .fi-bs-money:before {
    content: "\f7f9";
    }
        .fi-bs-monkey:before {
    content: "\f7fa";
    }
        .fi-bs-monument:before {
    content: "\f7fb";
    }
        .fi-bs-moon-stars:before {
    content: "\f7fc";
    }
        .fi-bs-moon:before {
    content: "\f7fd";
    }
        .fi-bs-moped:before {
    content: "\f7fe";
    }
        .fi-bs-mortar-pestle:before {
    content: "\f7ff";
    }
        .fi-bs-mosquito-net:before {
    content: "\f800";
    }
        .fi-bs-mosquito:before {
    content: "\f801";
    }
        .fi-bs-motorcycle:before {
    content: "\f802";
    }
        .fi-bs-mound:before {
    content: "\f803";
    }
        .fi-bs-mountain-city:before {
    content: "\f804";
    }
        .fi-bs-mountain:before {
    content: "\f805";
    }
        .fi-bs-mountains:before {
    content: "\f806";
    }
        .fi-bs-mouse:before {
    content: "\f807";
    }
        .fi-bs-move-to-folder-2:before {
    content: "\f808";
    }
        .fi-bs-move-to-folder:before {
    content: "\f809";
    }
        .fi-bs-mp3-player:before {
    content: "\f80a";
    }
        .fi-bs-mug-alt:before {
    content: "\f80b";
    }
        .fi-bs-mug-hot-alt:before {
    content: "\f80c";
    }
        .fi-bs-mug-hot:before {
    content: "\f80d";
    }
        .fi-bs-mug-marshmallows:before {
    content: "\f80e";
    }
        .fi-bs-mug-tea-saucer:before {
    content: "\f80f";
    }
        .fi-bs-mug-tea:before {
    content: "\f810";
    }
        .fi-bs-mug:before {
    content: "\f811";
    }
        .fi-bs-mushroom-alt:before {
    content: "\f812";
    }
        .fi-bs-mushroom:before {
    content: "\f813";
    }
        .fi-bs-music-alt:before {
    content: "\f814";
    }
        .fi-bs-music-file:before {
    content: "\f815";
    }
        .fi-bs-music-note-slash:before {
    content: "\f816";
    }
        .fi-bs-music-note:before {
    content: "\f817";
    }
        .fi-bs-music-slash:before {
    content: "\f818";
    }
        .fi-bs-music:before {
    content: "\f819";
    }
        .fi-bs-n:before {
    content: "\f81a";
    }
        .fi-bs-naira-sign:before {
    content: "\f81b";
    }
        .fi-bs-narwhal:before {
    content: "\f81c";
    }
        .fi-bs-navigation:before {
    content: "\f81d";
    }
        .fi-bs-nesting-dolls:before {
    content: "\f81e";
    }
        .fi-bs-network-cloud:before {
    content: "\f81f";
    }
        .fi-bs-network:before {
    content: "\f820";
    }
        .fi-bs-neuter:before {
    content: "\f821";
    }
        .fi-bs-newspaper-open:before {
    content: "\f822";
    }
        .fi-bs-newspaper:before {
    content: "\f823";
    }
        .fi-bs-nfc-lock:before {
    content: "\f824";
    }
        .fi-bs-nfc-magnifying-glass:before {
    content: "\f825";
    }
        .fi-bs-nfc-pen:before {
    content: "\f826";
    }
        .fi-bs-nfc-slash:before {
    content: "\f827";
    }
        .fi-bs-nfc-trash:before {
    content: "\f828";
    }
        .fi-bs-nfc:before {
    content: "\f829";
    }
        .fi-bs-no-people:before {
    content: "\f82a";
    }
        .fi-bs-noodles:before {
    content: "\f82b";
    }
        .fi-bs-notdef:before {
    content: "\f82c";
    }
        .fi-bs-note-medical:before {
    content: "\f82d";
    }
        .fi-bs-note-sticky:before {
    content: "\f82e";
    }
        .fi-bs-note:before {
    content: "\f82f";
    }
        .fi-bs-notebook-alt:before {
    content: "\f830";
    }
        .fi-bs-notebook:before {
    content: "\f831";
    }
        .fi-bs-notes-medical:before {
    content: "\f832";
    }
        .fi-bs-notes:before {
    content: "\f833";
    }
        .fi-bs-o:before {
    content: "\f834";
    }
        .fi-bs-object-exclude:before {
    content: "\f835";
    }
        .fi-bs-object-group:before {
    content: "\f836";
    }
        .fi-bs-object-intersect:before {
    content: "\f837";
    }
        .fi-bs-object-subtract:before {
    content: "\f838";
    }
        .fi-bs-object-ungroup:before {
    content: "\f839";
    }
        .fi-bs-object-union:before {
    content: "\f83a";
    }
        .fi-bs-objects-column:before {
    content: "\f83b";
    }
        .fi-bs-octagon:before {
    content: "\f83c";
    }
        .fi-bs-oil-can:before {
    content: "\f83d";
    }
        .fi-bs-oil-temp:before {
    content: "\f83e";
    }
        .fi-bs-olive-oil:before {
    content: "\f83f";
    }
        .fi-bs-olive:before {
    content: "\f840";
    }
        .fi-bs-olives:before {
    content: "\f841";
    }
        .fi-bs-onion:before {
    content: "\f842";
    }
        .fi-bs-opacity:before {
    content: "\f843";
    }
        .fi-bs-operation:before {
    content: "\f844";
    }
        .fi-bs-ornament:before {
    content: "\f845";
    }
        .fi-bs-otter:before {
    content: "\f846";
    }
        .fi-bs-outdent:before {
    content: "\f847";
    }
        .fi-bs-oven:before {
    content: "\f848";
    }
        .fi-bs-overline:before {
    content: "\f849";
    }
        .fi-bs-overview:before {
    content: "\f84a";
    }
        .fi-bs-p:before {
    content: "\f84b";
    }
        .fi-bs-package:before {
    content: "\f84c";
    }
        .fi-bs-page-break:before {
    content: "\f84d";
    }
        .fi-bs-pager:before {
    content: "\f84e";
    }
        .fi-bs-paint-brush:before {
    content: "\f84f";
    }
        .fi-bs-paint-roller:before {
    content: "\f850";
    }
        .fi-bs-paintbrush-pencil:before {
    content: "\f851";
    }
        .fi-bs-palette:before {
    content: "\f852";
    }
        .fi-bs-pallet-alt:before {
    content: "\f853";
    }
        .fi-bs-pallet:before {
    content: "\f854";
    }
        .fi-bs-pan-food:before {
    content: "\f855";
    }
        .fi-bs-pan-frying:before {
    content: "\f856";
    }
        .fi-bs-pan:before {
    content: "\f857";
    }
        .fi-bs-pancakes:before {
    content: "\f858";
    }
        .fi-bs-panorama:before {
    content: "\f859";
    }
        .fi-bs-paper-plane-top:before {
    content: "\f85a";
    }
        .fi-bs-paper-plane:before {
    content: "\f85b";
    }
        .fi-bs-paperclip-vertical:before {
    content: "\f85c";
    }
        .fi-bs-parachute-box:before {
    content: "\f85d";
    }
        .fi-bs-paragraph-left:before {
    content: "\f85e";
    }
        .fi-bs-paragraph:before {
    content: "\f85f";
    }
        .fi-bs-parking-circle-slash:before {
    content: "\f860";
    }
        .fi-bs-parking-circle:before {
    content: "\f861";
    }
        .fi-bs-parking-slash:before {
    content: "\f862";
    }
        .fi-bs-parking:before {
    content: "\f863";
    }
        .fi-bs-party-bell:before {
    content: "\f864";
    }
        .fi-bs-party-horn:before {
    content: "\f865";
    }
        .fi-bs-passport:before {
    content: "\f866";
    }
        .fi-bs-password:before {
    content: "\f867";
    }
        .fi-bs-paste:before {
    content: "\f868";
    }
        .fi-bs-pattern:before {
    content: "\f869";
    }
        .fi-bs-pause-circle:before {
    content: "\f86a";
    }
        .fi-bs-pause:before {
    content: "\f86b";
    }
        .fi-bs-paw-claws:before {
    content: "\f86c";
    }
        .fi-bs-paw:before {
    content: "\f86d";
    }
        .fi-bs-peace:before {
    content: "\f86e";
    }
        .fi-bs-peach:before {
    content: "\f86f";
    }
        .fi-bs-peanut:before {
    content: "\f870";
    }
        .fi-bs-peanuts:before {
    content: "\f871";
    }
        .fi-bs-peapod:before {
    content: "\f872";
    }
        .fi-bs-pear:before {
    content: "\f873";
    }
        .fi-bs-pedestal:before {
    content: "\f874";
    }
        .fi-bs-pen-circle:before {
    content: "\f875";
    }
        .fi-bs-pen-clip-slash:before {
    content: "\f876";
    }
        .fi-bs-pen-clip:before {
    content: "\f877";
    }
        .fi-bs-pen-fancy-slash:before {
    content: "\f878";
    }
        .fi-bs-pen-fancy:before {
    content: "\f879";
    }
        .fi-bs-pen-field:before {
    content: "\f87a";
    }
        .fi-bs-pen-nib-slash:before {
    content: "\f87b";
    }
        .fi-bs-pen-nib:before {
    content: "\f87c";
    }
        .fi-bs-pen-slash:before {
    content: "\f87d";
    }
        .fi-bs-pen-square:before {
    content: "\f87e";
    }
        .fi-bs-pen-swirl:before {
    content: "\f87f";
    }
        .fi-bs-pencil-paintbrush:before {
    content: "\f880";
    }
        .fi-bs-pencil-ruler:before {
    content: "\f881";
    }
        .fi-bs-pencil-slash:before {
    content: "\f882";
    }
        .fi-bs-pencil:before {
    content: "\f883";
    }
        .fi-bs-pennant:before {
    content: "\f884";
    }
        .fi-bs-people-arrows-left-right:before {
    content: "\f885";
    }
        .fi-bs-people-carry-box:before {
    content: "\f886";
    }
        .fi-bs-people-dress:before {
    content: "\f887";
    }
        .fi-bs-people-pants:before {
    content: "\f888";
    }
        .fi-bs-people-poll:before {
    content: "\f889";
    }
        .fi-bs-people:before {
    content: "\f88a";
    }
        .fi-bs-pepper-alt:before {
    content: "\f88b";
    }
        .fi-bs-pepper-hot:before {
    content: "\f88c";
    }
        .fi-bs-pepper:before {
    content: "\f88d";
    }
        .fi-bs-percentage:before {
    content: "\f88e";
    }
        .fi-bs-person-carry-box:before {
    content: "\f88f";
    }
        .fi-bs-person-circle-check:before {
    content: "\f890";
    }
        .fi-bs-person-circle-exclamation:before {
    content: "\f891";
    }
        .fi-bs-person-circle-minus:before {
    content: "\f892";
    }
        .fi-bs-person-circle-plus:before {
    content: "\f893";
    }
        .fi-bs-person-circle-question:before {
    content: "\f894";
    }
        .fi-bs-person-circle-xmark:before {
    content: "\f895";
    }
        .fi-bs-person-dolly-empty:before {
    content: "\f896";
    }
        .fi-bs-person-dolly:before {
    content: "\f897";
    }
        .fi-bs-person-dress-simple:before {
    content: "\f898";
    }
        .fi-bs-person-dress:before {
    content: "\f899";
    }
        .fi-bs-person-praying:before {
    content: "\f89a";
    }
        .fi-bs-person-pregnant:before {
    content: "\f89b";
    }
        .fi-bs-person-seat-reclined:before {
    content: "\f89c";
    }
        .fi-bs-person-seat:before {
    content: "\f89d";
    }
        .fi-bs-person-sign:before {
    content: "\f89e";
    }
        .fi-bs-person-simple:before {
    content: "\f89f";
    }
        .fi-bs-person-walking-with-cane:before {
    content: "\f8a0";
    }
        .fi-bs-peseta-sign:before {
    content: "\f8a1";
    }
        .fi-bs-peso-sign:before {
    content: "\f8a2";
    }
        .fi-bs-pharmacy:before {
    content: "\f8a3";
    }
        .fi-bs-phone-call:before {
    content: "\f8a4";
    }
        .fi-bs-phone-cross:before {
    content: "\f8a5";
    }
        .fi-bs-phone-flip:before {
    content: "\f8a6";
    }
        .fi-bs-phone-office:before {
    content: "\f8a7";
    }
        .fi-bs-phone-pause:before {
    content: "\f8a8";
    }
        .fi-bs-phone-plus:before {
    content: "\f8a9";
    }
        .fi-bs-phone-rotary:before {
    content: "\f8aa";
    }
        .fi-bs-phone-slash:before {
    content: "\f8ab";
    }
        .fi-bs-photo-film-music:before {
    content: "\f8ac";
    }
        .fi-bs-photo-video:before {
    content: "\f8ad";
    }
        .fi-bs-physics:before {
    content: "\f8ae";
    }
        .fi-bs-Pi:before {
    content: "\f8af";
    }
        .fi-bs-piano-keyboard:before {
    content: "\f8b0";
    }
        .fi-bs-piano:before {
    content: "\f8b1";
    }
        .fi-bs-pickaxe:before {
    content: "\f8b2";
    }
        .fi-bs-picnic:before {
    content: "\f8b3";
    }
        .fi-bs-picpeople-filled:before {
    content: "\f8b4";
    }
        .fi-bs-picpeople:before {
    content: "\f8b5";
    }
        .fi-bs-picture:before {
    content: "\f8b6";
    }
        .fi-bs-pie:before {
    content: "\f8b7";
    }
        .fi-bs-pig-face:before {
    content: "\f8b8";
    }
        .fi-bs-pig:before {
    content: "\f8b9";
    }
        .fi-bs-piggy-bank:before {
    content: "\f8ba";
    }
        .fi-bs-pills:before {
    content: "\f8bb";
    }
        .fi-bs-pinata:before {
    content: "\f8bc";
    }
        .fi-bs-pineapple-alt:before {
    content: "\f8bd";
    }
        .fi-bs-pineapple:before {
    content: "\f8be";
    }
        .fi-bs-ping-pong:before {
    content: "\f8bf";
    }
        .fi-bs-pipe-smoking:before {
    content: "\f8c0";
    }
        .fi-bs-pizza-slice:before {
    content: "\f8c1";
    }
        .fi-bs-plane-alt:before {
    content: "\f8c2";
    }
        .fi-bs-plane-arrival:before {
    content: "\f8c3";
    }
        .fi-bs-plane-departure:before {
    content: "\f8c4";
    }
        .fi-bs-plane-prop:before {
    content: "\f8c5";
    }
        .fi-bs-plane-slash:before {
    content: "\f8c6";
    }
        .fi-bs-plane-tail:before {
    content: "\f8c7";
    }
        .fi-bs-plane:before {
    content: "\f8c8";
    }
        .fi-bs-planet-moon:before {
    content: "\f8c9";
    }
        .fi-bs-planet-ringed:before {
    content: "\f8ca";
    }
        .fi-bs-plant-wilt:before {
    content: "\f8cb";
    }
        .fi-bs-plate-wheat:before {
    content: "\f8cc";
    }
        .fi-bs-plate:before {
    content: "\f8cd";
    }
        .fi-bs-play-alt:before {
    content: "\f8ce";
    }
        .fi-bs-play-circle:before {
    content: "\f8cf";
    }
        .fi-bs-play-pause:before {
    content: "\f8d0";
    }
        .fi-bs-play:before {
    content: "\f8d1";
    }
        .fi-bs-playing-cards:before {
    content: "\f8d2";
    }
        .fi-bs-plug-alt:before {
    content: "\f8d3";
    }
        .fi-bs-plug-cable:before {
    content: "\f8d4";
    }
        .fi-bs-plug-connection:before {
    content: "\f8d5";
    }
        .fi-bs-plug:before {
    content: "\f8d6";
    }
        .fi-bs-plus-hexagon:before {
    content: "\f8d7";
    }
        .fi-bs-plus-minus:before {
    content: "\f8d8";
    }
        .fi-bs-plus-small:before {
    content: "\f8d9";
    }
        .fi-bs-plus:before {
    content: "\f8da";
    }
        .fi-bs-podcast:before {
    content: "\f8db";
    }
        .fi-bs-podium-star:before {
    content: "\f8dc";
    }
        .fi-bs-podium:before {
    content: "\f8dd";
    }
        .fi-bs-poker-chip:before {
    content: "\f8de";
    }
        .fi-bs-police-box:before {
    content: "\f8df";
    }
        .fi-bs-poll-h:before {
    content: "\f8e0";
    }
        .fi-bs-pompebled:before {
    content: "\f8e1";
    }
        .fi-bs-poo-bolt:before {
    content: "\f8e2";
    }
        .fi-bs-poo:before {
    content: "\f8e3";
    }
        .fi-bs-pool-8-ball:before {
    content: "\f8e4";
    }
        .fi-bs-poop:before {
    content: "\f8e5";
    }
        .fi-bs-popcorn:before {
    content: "\f8e6";
    }
        .fi-bs-popsicle:before {
    content: "\f8e7";
    }
        .fi-bs-portal-enter:before {
    content: "\f8e8";
    }
        .fi-bs-portal-exit:before {
    content: "\f8e9";
    }
        .fi-bs-portrait:before {
    content: "\f8ea";
    }
        .fi-bs-pot:before {
    content: "\f8eb";
    }
        .fi-bs-potato:before {
    content: "\f8ec";
    }
        .fi-bs-pound:before {
    content: "\f8ed";
    }
        .fi-bs-power:before {
    content: "\f8ee";
    }
        .fi-bs-prescription-bottle-alt:before {
    content: "\f8ef";
    }
        .fi-bs-prescription-bottle-pill:before {
    content: "\f8f0";
    }
        .fi-bs-prescription-bottle:before {
    content: "\f8f1";
    }
        .fi-bs-prescription:before {
    content: "\f8f2";
    }
        .fi-bs-presentation:before {
    content: "\f8f3";
    }
        .fi-bs-preview:before {
    content: "\f8f4";
    }
        .fi-bs-print-magnifying-glass:before {
    content: "\f8f5";
    }
        .fi-bs-print-slash:before {
    content: "\f8f6";
    }
        .fi-bs-print:before {
    content: "\f8f7";
    }
        .fi-bs-priority-arrow:before {
    content: "\f8f8";
    }
        .fi-bs-priority-arrows:before {
    content: "\f8f9";
    }
        .fi-bs-priority-importance:before {
    content: "\f8fa";
    }
        .fi-bs-procedures:before {
    content: "\f8fb";
    }
        .fi-bs-process:before {
    content: "\f8fc";
    }
        .fi-bs-projector:before {
    content: "\f8fd";
    }
        .fi-bs-protractor:before {
    content: "\f8fe";
    }
        .fi-bs-pulse:before {
    content: "\f8ff";
    }
        .fi-bs-pump-medical:before {
    content: "\f900";
    }
        .fi-bs-pump:before {
    content: "\f901";
    }
        .fi-bs-pumpkin-alt-2:before {
    content: "\f902";
    }
        .fi-bs-pumpkin-alt:before {
    content: "\f903";
    }
        .fi-bs-pumpkin:before {
    content: "\f904";
    }
        .fi-bs-puzzle-alt:before {
    content: "\f905";
    }
        .fi-bs-puzzle-piece:before {
    content: "\f906";
    }
        .fi-bs-puzzle-pieces:before {
    content: "\f907";
    }
        .fi-bs-pyramid:before {
    content: "\f908";
    }
        .fi-bs-q:before {
    content: "\f909";
    }
        .fi-bs-qr-scan:before {
    content: "\f90a";
    }
        .fi-bs-QR:before {
    content: "\f90b";
    }
        .fi-bs-qrcode:before {
    content: "\f90c";
    }
        .fi-bs-question-square:before {
    content: "\f90d";
    }
        .fi-bs-question:before {
    content: "\f90e";
    }
        .fi-bs-quiz-alt:before {
    content: "\f90f";
    }
        .fi-bs-quiz:before {
    content: "\f910";
    }
        .fi-bs-quote-right:before {
    content: "\f911";
    }
        .fi-bs-r:before {
    content: "\f912";
    }
        .fi-bs-rabbit-fast:before {
    content: "\f913";
    }
        .fi-bs-rabbit:before {
    content: "\f914";
    }
        .fi-bs-racquet:before {
    content: "\f915";
    }
        .fi-bs-radar:before {
    content: "\f916";
    }
        .fi-bs-radiation-alt:before {
    content: "\f917";
    }
        .fi-bs-radiation:before {
    content: "\f918";
    }
        .fi-bs-radio-alt:before {
    content: "\f919";
    }
        .fi-bs-radio:before {
    content: "\f91a";
    }
        .fi-bs-radish:before {
    content: "\f91b";
    }
        .fi-bs-rainbow:before {
    content: "\f91c";
    }
        .fi-bs-raindrops:before {
    content: "\f91d";
    }
        .fi-bs-ram:before {
    content: "\f91e";
    }
        .fi-bs-ramp-loading:before {
    content: "\f91f";
    }
        .fi-bs-rank:before {
    content: "\f920";
    }
        .fi-bs-ranking-podium:before {
    content: "\f921";
    }
        .fi-bs-ranking-star:before {
    content: "\f922";
    }
        .fi-bs-ranking-stars:before {
    content: "\f923";
    }
        .fi-bs-raygun:before {
    content: "\f924";
    }
        .fi-bs-react:before {
    content: "\f925";
    }
        .fi-bs-rec:before {
    content: "\f926";
    }
        .fi-bs-receipt:before {
    content: "\f927";
    }
        .fi-bs-record-vinyl:before {
    content: "\f928";
    }
        .fi-bs-rectabgle-vertical:before {
    content: "\f929";
    }
        .fi-bs-rectangle-barcode:before {
    content: "\f92a";
    }
        .fi-bs-rectangle-code:before {
    content: "\f92b";
    }
        .fi-bs-rectangle-history-circle-plus:before {
    content: "\f92c";
    }
        .fi-bs-rectangle-horizontal:before {
    content: "\f92d";
    }
        .fi-bs-rectangle-list:before {
    content: "\f92e";
    }
        .fi-bs-rectangle-panoramic:before {
    content: "\f92f";
    }
        .fi-bs-rectangle-pro:before {
    content: "\f930";
    }
        .fi-bs-rectangle-vertical-history:before {
    content: "\f931";
    }
        .fi-bs-rectangle-vertical:before {
    content: "\f932";
    }
        .fi-bs-rectangle-xmark:before {
    content: "\f933";
    }
        .fi-bs-rectangles-mixed:before {
    content: "\f934";
    }
        .fi-bs-recycle:before {
    content: "\f935";
    }
        .fi-bs-redo-alt:before {
    content: "\f936";
    }
        .fi-bs-redo:before {
    content: "\f937";
    }
        .fi-bs-reel:before {
    content: "\f938";
    }
        .fi-bs-refer-arrow:before {
    content: "\f939";
    }
        .fi-bs-refer:before {
    content: "\f93a";
    }
        .fi-bs-reflect-horizontal:before {
    content: "\f93b";
    }
        .fi-bs-reflect-vertical:before {
    content: "\f93c";
    }
        .fi-bs-reflect:before {
    content: "\f93d";
    }
        .fi-bs-refresh:before {
    content: "\f93e";
    }
        .fi-bs-refrigerator:before {
    content: "\f93f";
    }
        .fi-bs-refund-alt:before {
    content: "\f940";
    }
        .fi-bs-refund:before {
    content: "\f941";
    }
        .fi-bs-registered:before {
    content: "\f942";
    }
        .fi-bs-registration-paper:before {
    content: "\f943";
    }
        .fi-bs-remove-folder:before {
    content: "\f944";
    }
        .fi-bs-remove-user:before {
    content: "\f945";
    }
        .fi-bs-rent-signal:before {
    content: "\f946";
    }
        .fi-bs-rent:before {
    content: "\f947";
    }
        .fi-bs-replace:before {
    content: "\f948";
    }
        .fi-bs-reply-all:before {
    content: "\f949";
    }
        .fi-bs-republican:before {
    content: "\f94a";
    }
        .fi-bs-resize:before {
    content: "\f94b";
    }
        .fi-bs-resources:before {
    content: "\f94c";
    }
        .fi-bs-restaurant:before {
    content: "\f94d";
    }
        .fi-bs-restroom-simple:before {
    content: "\f94e";
    }
        .fi-bs-revenue-alt:before {
    content: "\f94f";
    }
        .fi-bs-Revenue:before {
    content: "\f950";
    }
        .fi-bs-review:before {
    content: "\f951";
    }
        .fi-bs-rewind:before {
    content: "\f952";
    }
        .fi-bs-rhombus:before {
    content: "\f953";
    }
        .fi-bs-ribbon:before {
    content: "\f954";
    }
        .fi-bs-right:before {
    content: "\f955";
    }
        .fi-bs-ring-diamond:before {
    content: "\f956";
    }
        .fi-bs-ring:before {
    content: "\f957";
    }
        .fi-bs-rings-wedding:before {
    content: "\f958";
    }
        .fi-bs-risk-alt:before {
    content: "\f959";
    }
        .fi-bs-risk:before {
    content: "\f95a";
    }
        .fi-bs-road:before {
    content: "\f95b";
    }
        .fi-bs-robot:before {
    content: "\f95c";
    }
        .fi-bs-rocket-lunch:before {
    content: "\f95d";
    }
        .fi-bs-rocket:before {
    content: "\f95e";
    }
        .fi-bs-roller-coaster:before {
    content: "\f95f";
    }
        .fi-bs-room-service:before {
    content: "\f960";
    }
        .fi-bs-rotate-exclamation:before {
    content: "\f961";
    }
        .fi-bs-rotate-left:before {
    content: "\f962";
    }
        .fi-bs-rotate-right:before {
    content: "\f963";
    }
        .fi-bs-route-highway:before {
    content: "\f964";
    }
        .fi-bs-route-interstate:before {
    content: "\f965";
    }
        .fi-bs-route:before {
    content: "\f966";
    }
        .fi-bs-router:before {
    content: "\f967";
    }
        .fi-bs-rss-alt:before {
    content: "\f968";
    }
        .fi-bs-rss:before {
    content: "\f969";
    }
        .fi-bs-ruble-sign:before {
    content: "\f96a";
    }
        .fi-bs-rugby-helmet:before {
    content: "\f96b";
    }
        .fi-bs-rugby:before {
    content: "\f96c";
    }
        .fi-bs-ruler-combined:before {
    content: "\f96d";
    }
        .fi-bs-ruler-horizontal:before {
    content: "\f96e";
    }
        .fi-bs-ruler-triangle:before {
    content: "\f96f";
    }
        .fi-bs-ruler-vertical:before {
    content: "\f970";
    }
        .fi-bs-running:before {
    content: "\f971";
    }
        .fi-bs-rupee-sign:before {
    content: "\f972";
    }
        .fi-bs-rupiah-sign:before {
    content: "\f973";
    }
        .fi-bs-rv:before {
    content: "\f974";
    }
        .fi-bs-s:before {
    content: "\f975";
    }
        .fi-bs-sack-dollar:before {
    content: "\f976";
    }
        .fi-bs-sack:before {
    content: "\f977";
    }
        .fi-bs-sad-cry:before {
    content: "\f978";
    }
        .fi-bs-sad-tear:before {
    content: "\f979";
    }
        .fi-bs-sad:before {
    content: "\f97a";
    }
        .fi-bs-safe-box:before {
    content: "\f97b";
    }
        .fi-bs-sailboat:before {
    content: "\f97c";
    }
        .fi-bs-salad:before {
    content: "\f97d";
    }
        .fi-bs-salt-pepper:before {
    content: "\f97e";
    }
        .fi-bs-salt-shaker:before {
    content: "\f97f";
    }
        .fi-bs-sandwich-alt:before {
    content: "\f980";
    }
        .fi-bs-sandwich:before {
    content: "\f981";
    }
        .fi-bs-satellite-dish:before {
    content: "\f982";
    }
        .fi-bs-satellite:before {
    content: "\f983";
    }
        .fi-bs-sauce:before {
    content: "\f984";
    }
        .fi-bs-sausage:before {
    content: "\f985";
    }
        .fi-bs-sax-hot:before {
    content: "\f986";
    }
        .fi-bs-saxophone:before {
    content: "\f987";
    }
        .fi-bs-scale:before {
    content: "\f988";
    }
        .fi-bs-scalpel-path:before {
    content: "\f989";
    }
        .fi-bs-scalpel:before {
    content: "\f98a";
    }
        .fi-bs-scanner-gun:before {
    content: "\f98b";
    }
        .fi-bs-scanner-image:before {
    content: "\f98c";
    }
        .fi-bs-scanner-keyboard:before {
    content: "\f98d";
    }
        .fi-bs-scanner-touchscreen:before {
    content: "\f98e";
    }
        .fi-bs-scarecrow:before {
    content: "\f98f";
    }
        .fi-bs-scarf:before {
    content: "\f990";
    }
        .fi-bs-school-bus:before {
    content: "\f991";
    }
        .fi-bs-school:before {
    content: "\f992";
    }
        .fi-bs-scissors:before {
    content: "\f993";
    }
        .fi-bs-screen:before {
    content: "\f994";
    }
        .fi-bs-screencast:before {
    content: "\f995";
    }
        .fi-bs-screwdriver:before {
    content: "\f996";
    }
        .fi-bs-scribble:before {
    content: "\f997";
    }
        .fi-bs-scroll-old:before {
    content: "\f998";
    }
        .fi-bs-scroll-torah:before {
    content: "\f999";
    }
        .fi-bs-scroll:before {
    content: "\f99a";
    }
        .fi-bs-scrubber:before {
    content: "\f99b";
    }
        .fi-bs-scythe:before {
    content: "\f99c";
    }
        .fi-bs-sd-card:before {
    content: "\f99d";
    }
        .fi-bs-sd-cards:before {
    content: "\f99e";
    }
        .fi-bs-seal-exclamation:before {
    content: "\f99f";
    }
        .fi-bs-seal-question:before {
    content: "\f9a0";
    }
        .fi-bs-search-alt:before {
    content: "\f9a1";
    }
        .fi-bs-search-dollar:before {
    content: "\f9a2";
    }
        .fi-bs-search-heart:before {
    content: "\f9a3";
    }
        .fi-bs-search-location:before {
    content: "\f9a4";
    }
        .fi-bs-search:before {
    content: "\f9a5";
    }
        .fi-bs-seat-airline:before {
    content: "\f9a6";
    }
        .fi-bs-second-award:before {
    content: "\f9a7";
    }
        .fi-bs-second-laurel:before {
    content: "\f9a8";
    }
        .fi-bs-second-medal:before {
    content: "\f9a9";
    }
        .fi-bs-second:before {
    content: "\f9aa";
    }
        .fi-bs-seedling:before {
    content: "\f9ab";
    }
        .fi-bs-selection:before {
    content: "\f9ac";
    }
        .fi-bs-send-back:before {
    content: "\f9ad";
    }
        .fi-bs-send-backward:before {
    content: "\f9ae";
    }
        .fi-bs-sensor-alert:before {
    content: "\f9af";
    }
        .fi-bs-sensor-fire:before {
    content: "\f9b0";
    }
        .fi-bs-sensor-on:before {
    content: "\f9b1";
    }
        .fi-bs-sensor-smoke:before {
    content: "\f9b2";
    }
        .fi-bs-sensor:before {
    content: "\f9b3";
    }
        .fi-bs-settings-sliders:before {
    content: "\f9b4";
    }
        .fi-bs-settings:before {
    content: "\f9b5";
    }
        .fi-bs-share-alt-square:before {
    content: "\f9b6";
    }
        .fi-bs-share-square:before {
    content: "\f9b7";
    }
        .fi-bs-share:before {
    content: "\f9b8";
    }
        .fi-bs-sheep:before {
    content: "\f9b9";
    }
        .fi-bs-shekel-sign:before {
    content: "\f9ba";
    }
        .fi-bs-shelves:before {
    content: "\f9bb";
    }
        .fi-bs-shield-alt:before {
    content: "\f9bc";
    }
        .fi-bs-shield-check:before {
    content: "\f9bd";
    }
        .fi-bs-shield-cross:before {
    content: "\f9be";
    }
        .fi-bs-shield-exclamation:before {
    content: "\f9bf";
    }
        .fi-bs-shield-interrogation:before {
    content: "\f9c0";
    }
        .fi-bs-shield-keyhole:before {
    content: "\f9c1";
    }
        .fi-bs-shield-minus:before {
    content: "\f9c2";
    }
        .fi-bs-shield-plus:before {
    content: "\f9c3";
    }
        .fi-bs-shield-slash:before {
    content: "\f9c4";
    }
        .fi-bs-shield-virus:before {
    content: "\f9c5";
    }
        .fi-bs-shield-xmark:before {
    content: "\f9c6";
    }
        .fi-bs-shield:before {
    content: "\f9c7";
    }
        .fi-bs-ship-side:before {
    content: "\f9c8";
    }
        .fi-bs-ship:before {
    content: "\f9c9";
    }
        .fi-bs-shipping-fast:before {
    content: "\f9ca";
    }
        .fi-bs-shipping-timed:before {
    content: "\f9cb";
    }
        .fi-bs-shirt-long-sleeve:before {
    content: "\f9cc";
    }
        .fi-bs-shirt-running:before {
    content: "\f9cd";
    }
        .fi-bs-shirt-tank-top:before {
    content: "\f9ce";
    }
        .fi-bs-shish-kebab:before {
    content: "\f9cf";
    }
        .fi-bs-shoe-prints:before {
    content: "\f9d0";
    }
        .fi-bs-shop-lock:before {
    content: "\f9d1";
    }
        .fi-bs-shop-slash:before {
    content: "\f9d2";
    }
        .fi-bs-shop:before {
    content: "\f9d3";
    }
        .fi-bs-shopping-bag-add:before {
    content: "\f9d4";
    }
        .fi-bs-shopping-bag:before {
    content: "\f9d5";
    }
        .fi-bs-shopping-basket:before {
    content: "\f9d6";
    }
        .fi-bs-shopping-cart-add:before {
    content: "\f9d7";
    }
        .fi-bs-shopping-cart-check:before {
    content: "\f9d8";
    }
        .fi-bs-shopping-cart:before {
    content: "\f9d9";
    }
        .fi-bs-shovel-snow:before {
    content: "\f9da";
    }
        .fi-bs-shovel:before {
    content: "\f9db";
    }
        .fi-bs-shower-down:before {
    content: "\f9dc";
    }
        .fi-bs-shower:before {
    content: "\f9dd";
    }
        .fi-bs-shredder:before {
    content: "\f9de";
    }
        .fi-bs-shrimp:before {
    content: "\f9df";
    }
        .fi-bs-shuffle:before {
    content: "\f9e0";
    }
        .fi-bs-shuttle-van:before {
    content: "\f9e1";
    }
        .fi-bs-shuttlecock:before {
    content: "\f9e2";
    }
        .fi-bs-Sickle:before {
    content: "\f9e3";
    }
        .fi-bs-sidebar-flip:before {
    content: "\f9e4";
    }
        .fi-bs-sidebar:before {
    content: "\f9e5";
    }
        .fi-bs-sigma:before {
    content: "\f9e6";
    }
        .fi-bs-sign-hanging:before {
    content: "\f9e7";
    }
        .fi-bs-sign-in-alt:before {
    content: "\f9e8";
    }
        .fi-bs-sign-out-alt:before {
    content: "\f9e9";
    }
        .fi-bs-sign-up:before {
    content: "\f9ea";
    }
        .fi-bs-signal-alt-1:before {
    content: "\f9eb";
    }
        .fi-bs-signal-alt-2:before {
    content: "\f9ec";
    }
        .fi-bs-signal-alt-slash:before {
    content: "\f9ed";
    }
        .fi-bs-signal-alt:before {
    content: "\f9ee";
    }
        .fi-bs-signal-bars-fair:before {
    content: "\f9ef";
    }
        .fi-bs-signal-bars-good:before {
    content: "\f9f0";
    }
        .fi-bs-signal-bars-weak:before {
    content: "\f9f1";
    }
        .fi-bs-signal-stream-slash:before {
    content: "\f9f2";
    }
        .fi-bs-signal-stream:before {
    content: "\f9f3";
    }
        .fi-bs-signature-lock:before {
    content: "\f9f4";
    }
        .fi-bs-signature-slash:before {
    content: "\f9f5";
    }
        .fi-bs-signature:before {
    content: "\f9f6";
    }
        .fi-bs-sim-card:before {
    content: "\f9f7";
    }
        .fi-bs-sim-cards:before {
    content: "\f9f8";
    }
        .fi-bs-sink:before {
    content: "\f9f9";
    }
        .fi-bs-siren-on:before {
    content: "\f9fa";
    }
        .fi-bs-Siren:before {
    content: "\f9fb";
    }
        .fi-bs-site-alt:before {
    content: "\f9fc";
    }
        .fi-bs-site-browser:before {
    content: "\f9fd";
    }
        .fi-bs-site:before {
    content: "\f9fe";
    }
        .fi-bs-sitemap:before {
    content: "\f9ff";
    }
        .fi-bs-skateboard:before {
    content: "\fa00";
    }
        .fi-bs-skating:before {
    content: "\fa01";
    }
        .fi-bs-skeleton:before {
    content: "\fa02";
    }
        .fi-bs-skewer:before {
    content: "\fa03";
    }
        .fi-bs-ski-boot-ski:before {
    content: "\fa04";
    }
        .fi-bs-ski-jump:before {
    content: "\fa05";
    }
        .fi-bs-ski-lift:before {
    content: "\fa06";
    }
        .fi-bs-skiing-nordic:before {
    content: "\fa07";
    }
        .fi-bs-skiing:before {
    content: "\fa08";
    }
        .fi-bs-skull-cow:before {
    content: "\fa09";
    }
        .fi-bs-skull-crossbones:before {
    content: "\fa0a";
    }
        .fi-bs-skull:before {
    content: "\fa0b";
    }
        .fi-bs-slash:before {
    content: "\fa0c";
    }
        .fi-bs-sledding:before {
    content: "\fa0d";
    }
        .fi-bs-sleigh:before {
    content: "\fa0e";
    }
        .fi-bs-sliders-h-square:before {
    content: "\fa0f";
    }
        .fi-bs-sliders-v-square:before {
    content: "\fa10";
    }
        .fi-bs-sliders-v:before {
    content: "\fa11";
    }
        .fi-bs-smartphone:before {
    content: "\fa12";
    }
        .fi-bs-smile-beam:before {
    content: "\fa13";
    }
        .fi-bs-smile-plus:before {
    content: "\fa14";
    }
        .fi-bs-smile-wink:before {
    content: "\fa15";
    }
        .fi-bs-smiley-comment-alt:before {
    content: "\fa16";
    }
        .fi-bs-smog:before {
    content: "\fa17";
    }
        .fi-bs-smoke:before {
    content: "\fa18";
    }
        .fi-bs-smoking-ban:before {
    content: "\fa19";
    }
        .fi-bs-smoking:before {
    content: "\fa1a";
    }
        .fi-bs-snake:before {
    content: "\fa1b";
    }
        .fi-bs-snooze:before {
    content: "\fa1c";
    }
        .fi-bs-snow-blowing:before {
    content: "\fa1d";
    }
        .fi-bs-snowboarding:before {
    content: "\fa1e";
    }
        .fi-bs-snowflake-droplets:before {
    content: "\fa1f";
    }
        .fi-bs-snowflake:before {
    content: "\fa20";
    }
        .fi-bs-snowflakes:before {
    content: "\fa21";
    }
        .fi-bs-snowman-alt:before {
    content: "\fa22";
    }
        .fi-bs-snowman-head:before {
    content: "\fa23";
    }
        .fi-bs-snowmobile:before {
    content: "\fa24";
    }
        .fi-bs-snowplow:before {
    content: "\fa25";
    }
        .fi-bs-soap-alt:before {
    content: "\fa26";
    }
        .fi-bs-soap:before {
    content: "\fa27";
    }
        .fi-bs-social-network:before {
    content: "\fa28";
    }
        .fi-bs-socks:before {
    content: "\fa29";
    }
        .fi-bs-solar-panel:before {
    content: "\fa2a";
    }
        .fi-bs-solar-system:before {
    content: "\fa2b";
    }
        .fi-bs-sort-alpha-down-alt:before {
    content: "\fa2c";
    }
        .fi-bs-sort-alpha-down:before {
    content: "\fa2d";
    }
        .fi-bs-sort-alpha-up-alt:before {
    content: "\fa2e";
    }
        .fi-bs-sort-alpha-up:before {
    content: "\fa2f";
    }
        .fi-bs-sort-alt:before {
    content: "\fa30";
    }
        .fi-bs-sort-amount-down-alt:before {
    content: "\fa31";
    }
        .fi-bs-sort-amount-down:before {
    content: "\fa32";
    }
        .fi-bs-sort-amount-up-alt:before {
    content: "\fa33";
    }
        .fi-bs-sort-amount-up:before {
    content: "\fa34";
    }
        .fi-bs-sort-circle-down:before {
    content: "\fa35";
    }
        .fi-bs-sort-circle-up:before {
    content: "\fa36";
    }
        .fi-bs-sort-circle:before {
    content: "\fa37";
    }
        .fi-bs-sort-down:before {
    content: "\fa38";
    }
        .fi-bs-sort-numeric-down-alt:before {
    content: "\fa39";
    }
        .fi-bs-sort-numeric-down:before {
    content: "\fa3a";
    }
        .fi-bs-sort-shapes-down:before {
    content: "\fa3b";
    }
        .fi-bs-sort-shapes-up:before {
    content: "\fa3c";
    }
        .fi-bs-sort-size-down:before {
    content: "\fa3d";
    }
        .fi-bs-sort-size-up:before {
    content: "\fa3e";
    }
        .fi-bs-sort:before {
    content: "\fa3f";
    }
        .fi-bs-soup:before {
    content: "\fa40";
    }
        .fi-bs-source-data:before {
    content: "\fa41";
    }
        .fi-bs-spa:before {
    content: "\fa42";
    }
        .fi-bs-space-shuttle:before {
    content: "\fa43";
    }
        .fi-bs-space-station-moon-alt:before {
    content: "\fa44";
    }
        .fi-bs-space-station-moon:before {
    content: "\fa45";
    }
        .fi-bs-spade:before {
    content: "\fa46";
    }
        .fi-bs-spaghetti-monster-flying:before {
    content: "\fa47";
    }
        .fi-bs-sparkles:before {
    content: "\fa48";
    }
        .fi-bs-speaker:before {
    content: "\fa49";
    }
        .fi-bs-speakers:before {
    content: "\fa4a";
    }
        .fi-bs-sphere:before {
    content: "\fa4b";
    }
        .fi-bs-spider-black-widow:before {
    content: "\fa4c";
    }
        .fi-bs-spider-web:before {
    content: "\fa4d";
    }
        .fi-bs-spider:before {
    content: "\fa4e";
    }
        .fi-bs-spinner:before {
    content: "\fa4f";
    }
        .fi-bs-split:before {
    content: "\fa50";
    }
        .fi-bs-splotch:before {
    content: "\fa51";
    }
        .fi-bs-spoon:before {
    content: "\fa52";
    }
        .fi-bs-spray-can-sparkles:before {
    content: "\fa53";
    }
        .fi-bs-spray-can:before {
    content: "\fa54";
    }
        .fi-bs-sprinkler:before {
    content: "\fa55";
    }
        .fi-bs-square-0:before {
    content: "\fa56";
    }
        .fi-bs-square-1:before {
    content: "\fa57";
    }
        .fi-bs-square-2:before {
    content: "\fa58";
    }
        .fi-bs-square-3:before {
    content: "\fa59";
    }
        .fi-bs-square-4:before {
    content: "\fa5a";
    }
        .fi-bs-square-5:before {
    content: "\fa5b";
    }
        .fi-bs-square-6:before {
    content: "\fa5c";
    }
        .fi-bs-square-7:before {
    content: "\fa5d";
    }
        .fi-bs-square-8:before {
    content: "\fa5e";
    }
        .fi-bs-square-9:before {
    content: "\fa5f";
    }
        .fi-bs-square-a:before {
    content: "\fa60";
    }
        .fi-bs-square-b:before {
    content: "\fa61";
    }
        .fi-bs-square-bolt:before {
    content: "\fa62";
    }
        .fi-bs-square-c:before {
    content: "\fa63";
    }
        .fi-bs-square-code:before {
    content: "\fa64";
    }
        .fi-bs-square-d:before {
    content: "\fa65";
    }
        .fi-bs-square-dashed:before {
    content: "\fa66";
    }
        .fi-bs-square-e:before {
    content: "\fa67";
    }
        .fi-bs-square-ellipsis-vertical:before {
    content: "\fa68";
    }
        .fi-bs-square-ellipsis:before {
    content: "\fa69";
    }
        .fi-bs-square-exclamation:before {
    content: "\fa6a";
    }
        .fi-bs-square-f:before {
    content: "\fa6b";
    }
        .fi-bs-square-g:before {
    content: "\fa6c";
    }
        .fi-bs-square-h:before {
    content: "\fa6d";
    }
        .fi-bs-square-heart:before {
    content: "\fa6e";
    }
        .fi-bs-square-i:before {
    content: "\fa6f";
    }
        .fi-bs-square-info:before {
    content: "\fa70";
    }
        .fi-bs-square-j:before {
    content: "\fa71";
    }
        .fi-bs-square-k:before {
    content: "\fa72";
    }
        .fi-bs-square-kanban:before {
    content: "\fa73";
    }
        .fi-bs-square-l:before {
    content: "\fa74";
    }
        .fi-bs-square-m:before {
    content: "\fa75";
    }
        .fi-bs-square-minus:before {
    content: "\fa76";
    }
        .fi-bs-square-n:before {
    content: "\fa77";
    }
        .fi-bs-square-o:before {
    content: "\fa78";
    }
        .fi-bs-square-p:before {
    content: "\fa79";
    }
        .fi-bs-square-phone-hangup:before {
    content: "\fa7a";
    }
        .fi-bs-square-plus:before {
    content: "\fa7b";
    }
        .fi-bs-square-poll-horizontal:before {
    content: "\fa7c";
    }
        .fi-bs-square-poll-vertical:before {
    content: "\fa7d";
    }
        .fi-bs-square-q:before {
    content: "\fa7e";
    }
        .fi-bs-square-quote:before {
    content: "\fa7f";
    }
        .fi-bs-square-r:before {
    content: "\fa80";
    }
        .fi-bs-square-root:before {
    content: "\fa81";
    }
        .fi-bs-square-s:before {
    content: "\fa82";
    }
        .fi-bs-square-small:before {
    content: "\fa83";
    }
        .fi-bs-square-star:before {
    content: "\fa84";
    }
        .fi-bs-square-t:before {
    content: "\fa85";
    }
        .fi-bs-square-terminal:before {
    content: "\fa86";
    }
        .fi-bs-square-u:before {
    content: "\fa87";
    }
        .fi-bs-square-up-right:before {
    content: "\fa88";
    }
        .fi-bs-square-v:before {
    content: "\fa89";
    }
        .fi-bs-square-w:before {
    content: "\fa8a";
    }
        .fi-bs-square-x:before {
    content: "\fa8b";
    }
        .fi-bs-square-y:before {
    content: "\fa8c";
    }
        .fi-bs-square-z:before {
    content: "\fa8d";
    }
        .fi-bs-square:before {
    content: "\fa8e";
    }
        .fi-bs-squid:before {
    content: "\fa8f";
    }
        .fi-bs-squircle:before {
    content: "\fa90";
    }
        .fi-bs-squirrel:before {
    content: "\fa91";
    }
        .fi-bs-staff:before {
    content: "\fa92";
    }
        .fi-bs-stairs:before {
    content: "\fa93";
    }
        .fi-bs-stamp:before {
    content: "\fa94";
    }
        .fi-bs-standard-definition:before {
    content: "\fa95";
    }
        .fi-bs-star-and-crescent:before {
    content: "\fa96";
    }
        .fi-bs-star-christmas:before {
    content: "\fa97";
    }
        .fi-bs-star-comment-alt:before {
    content: "\fa98";
    }
        .fi-bs-star-exclamation:before {
    content: "\fa99";
    }
        .fi-bs-star-octogram:before {
    content: "\fa9a";
    }
        .fi-bs-star-of-david:before {
    content: "\fa9b";
    }
        .fi-bs-star-sharp-half-stroke:before {
    content: "\fa9c";
    }
        .fi-bs-star-sharp-half:before {
    content: "\fa9d";
    }
        .fi-bs-star-shooting:before {
    content: "\fa9e";
    }
        .fi-bs-star:before {
    content: "\fa9f";
    }
        .fi-bs-starfighter:before {
    content: "\faa0";
    }
        .fi-bs-stars:before {
    content: "\faa1";
    }
        .fi-bs-state-country:before {
    content: "\faa2";
    }
        .fi-bs-stats:before {
    content: "\faa3";
    }
        .fi-bs-steak:before {
    content: "\faa4";
    }
        .fi-bs-steering-wheel:before {
    content: "\faa5";
    }
        .fi-bs-step-backward:before {
    content: "\faa6";
    }
        .fi-bs-step-forward:before {
    content: "\faa7";
    }
        .fi-bs-sterling-sign:before {
    content: "\faa8";
    }
        .fi-bs-stethoscope:before {
    content: "\faa9";
    }
        .fi-bs-sticker:before {
    content: "\faaa";
    }
        .fi-bs-stocking:before {
    content: "\faab";
    }
        .fi-bs-stomach:before {
    content: "\faac";
    }
        .fi-bs-stop-circle:before {
    content: "\faad";
    }
        .fi-bs-stop:before {
    content: "\faae";
    }
        .fi-bs-stopwatch:before {
    content: "\faaf";
    }
        .fi-bs-store-alt:before {
    content: "\fab0";
    }
        .fi-bs-store-lock:before {
    content: "\fab1";
    }
        .fi-bs-store-slash:before {
    content: "\fab2";
    }
        .fi-bs-strawberry:before {
    content: "\fab3";
    }
        .fi-bs-street-view:before {
    content: "\fab4";
    }
        .fi-bs-stretcher:before {
    content: "\fab5";
    }
        .fi-bs-strikethrough:before {
    content: "\fab6";
    }
        .fi-bs-stroopwafel:before {
    content: "\fab7";
    }
        .fi-bs-subscript:before {
    content: "\fab8";
    }
        .fi-bs-subscription-alt:before {
    content: "\fab9";
    }
        .fi-bs-subscription:before {
    content: "\faba";
    }
        .fi-bs-subtitles:before {
    content: "\fabb";
    }
        .fi-bs-subway:before {
    content: "\fabc";
    }
        .fi-bs-suitcase-alt:before {
    content: "\fabd";
    }
        .fi-bs-summer:before {
    content: "\fabe";
    }
        .fi-bs-sun-dust:before {
    content: "\fabf";
    }
        .fi-bs-sun-plant-wilt:before {
    content: "\fac0";
    }
        .fi-bs-sun:before {
    content: "\fac1";
    }
        .fi-bs-sunglasses:before {
    content: "\fac2";
    }
        .fi-bs-sunrise-alt:before {
    content: "\fac3";
    }
        .fi-bs-sunrise:before {
    content: "\fac4";
    }
        .fi-bs-sunset:before {
    content: "\fac5";
    }
        .fi-bs-superscript:before {
    content: "\fac6";
    }
        .fi-bs-surfing:before {
    content: "\fac7";
    }
        .fi-bs-surprise:before {
    content: "\fac8";
    }
        .fi-bs-sushi-alt:before {
    content: "\fac9";
    }
        .fi-bs-sushi-roll:before {
    content: "\faca";
    }
        .fi-bs-sushi:before {
    content: "\facb";
    }
        .fi-bs-swatchbook:before {
    content: "\facc";
    }
        .fi-bs-swimmer:before {
    content: "\facd";
    }
        .fi-bs-swimming-pool:before {
    content: "\face";
    }
        .fi-bs-swipe-down:before {
    content: "\facf";
    }
        .fi-bs-swipe-left:before {
    content: "\fad0";
    }
        .fi-bs-swipe-right:before {
    content: "\fad1";
    }
        .fi-bs-swipe-up:before {
    content: "\fad2";
    }
        .fi-bs-sword:before {
    content: "\fad3";
    }
        .fi-bs-symbol:before {
    content: "\fad4";
    }
        .fi-bs-symbols:before {
    content: "\fad5";
    }
        .fi-bs-syringe:before {
    content: "\fad6";
    }
        .fi-bs-t:before {
    content: "\fad7";
    }
        .fi-bs-tab-folder:before {
    content: "\fad8";
    }
        .fi-bs-table-columns:before {
    content: "\fad9";
    }
        .fi-bs-table-layout:before {
    content: "\fada";
    }
        .fi-bs-table-list:before {
    content: "\fadb";
    }
        .fi-bs-table-picnic:before {
    content: "\fadc";
    }
        .fi-bs-table-pivot:before {
    content: "\fadd";
    }
        .fi-bs-table-rows:before {
    content: "\fade";
    }
        .fi-bs-table-tree:before {
    content: "\fadf";
    }
        .fi-bs-table:before {
    content: "\fae0";
    }
        .fi-bs-tablet-android-alt:before {
    content: "\fae1";
    }
        .fi-bs-tablet-android:before {
    content: "\fae2";
    }
        .fi-bs-tablet-rugged:before {
    content: "\fae3";
    }
        .fi-bs-tablet:before {
    content: "\fae4";
    }
        .fi-bs-tachometer-alt-average:before {
    content: "\fae5";
    }
        .fi-bs-tachometer-alt-fastest:before {
    content: "\fae6";
    }
        .fi-bs-tachometer-alt-slow:before {
    content: "\fae7";
    }
        .fi-bs-tachometer-alt-slowest:before {
    content: "\fae8";
    }
        .fi-bs-tachometer-average:before {
    content: "\fae9";
    }
        .fi-bs-tachometer-fast:before {
    content: "\faea";
    }
        .fi-bs-tachometer-fastest:before {
    content: "\faeb";
    }
        .fi-bs-tachometer-slow:before {
    content: "\faec";
    }
        .fi-bs-tachometer-slowest:before {
    content: "\faed";
    }
        .fi-bs-tachometer:before {
    content: "\faee";
    }
        .fi-bs-taco:before {
    content: "\faef";
    }
        .fi-bs-tags:before {
    content: "\faf0";
    }
        .fi-bs-tally-1:before {
    content: "\faf1";
    }
        .fi-bs-tally-2:before {
    content: "\faf2";
    }
        .fi-bs-tally-3:before {
    content: "\faf3";
    }
        .fi-bs-tally-4:before {
    content: "\faf4";
    }
        .fi-bs-tally:before {
    content: "\faf5";
    }
        .fi-bs-tamale:before {
    content: "\faf6";
    }
        .fi-bs-tank-water:before {
    content: "\faf7";
    }
        .fi-bs-tap:before {
    content: "\faf8";
    }
        .fi-bs-tape:before {
    content: "\faf9";
    }
        .fi-bs-target:before {
    content: "\fafa";
    }
        .fi-bs-tax-alt:before {
    content: "\fafb";
    }
        .fi-bs-tax:before {
    content: "\fafc";
    }
        .fi-bs-taxi-bus:before {
    content: "\fafd";
    }
        .fi-bs-taxi:before {
    content: "\fafe";
    }
        .fi-bs-team-check-alt:before {
    content: "\faff";
    }
        .fi-bs-team-check:before {
    content: "\fb00";
    }
        .fi-bs-teddy-bear:before {
    content: "\fb01";
    }
        .fi-bs-teeth-open:before {
    content: "\fb02";
    }
        .fi-bs-telescope:before {
    content: "\fb03";
    }
        .fi-bs-temperature-down:before {
    content: "\fb04";
    }
        .fi-bs-temperature-frigid:before {
    content: "\fb05";
    }
        .fi-bs-temperature-high:before {
    content: "\fb06";
    }
        .fi-bs-temperature-list:before {
    content: "\fb07";
    }
        .fi-bs-temperature-low:before {
    content: "\fb08";
    }
        .fi-bs-temperature-up:before {
    content: "\fb09";
    }
        .fi-bs-template-alt:before {
    content: "\fb0a";
    }
        .fi-bs-template:before {
    content: "\fb0b";
    }
        .fi-bs-tenge:before {
    content: "\fb0c";
    }
        .fi-bs-tennis:before {
    content: "\fb0d";
    }
        .fi-bs-tent-arrow-down-to-line:before {
    content: "\fb0e";
    }
        .fi-bs-tent-arrow-left-right:before {
    content: "\fb0f";
    }
        .fi-bs-tent-arrow-turn-left:before {
    content: "\fb10";
    }
        .fi-bs-tent-arrows-down:before {
    content: "\fb11";
    }
        .fi-bs-tents:before {
    content: "\fb12";
    }
        .fi-bs-terminal:before {
    content: "\fb13";
    }
        .fi-bs-terrace:before {
    content: "\fb14";
    }
        .fi-bs-test-tube:before {
    content: "\fb15";
    }
        .fi-bs-test:before {
    content: "\fb16";
    }
        .fi-bs-text-box-dots:before {
    content: "\fb17";
    }
        .fi-bs-text-box-edit:before {
    content: "\fb18";
    }
        .fi-bs-text-box:before {
    content: "\fb19";
    }
        .fi-bs-text-check:before {
    content: "\fb1a";
    }
        .fi-bs-text-height:before {
    content: "\fb1b";
    }
        .fi-bs-text-shadow:before {
    content: "\fb1c";
    }
        .fi-bs-text-size:before {
    content: "\fb1d";
    }
        .fi-bs-text-slash:before {
    content: "\fb1e";
    }
        .fi-bs-text-width:before {
    content: "\fb1f";
    }
        .fi-bs-text:before {
    content: "\fb20";
    }
        .fi-bs-theater-masks:before {
    content: "\fb21";
    }
        .fi-bs-thermometer-alt:before {
    content: "\fb22";
    }
        .fi-bs-thermometer-empty:before {
    content: "\fb23";
    }
        .fi-bs-thermometer-full:before {
    content: "\fb24";
    }
        .fi-bs-thermometer-half:before {
    content: "\fb25";
    }
        .fi-bs-thermometer-quarter:before {
    content: "\fb26";
    }
        .fi-bs-thermometer-three-quarters:before {
    content: "\fb27";
    }
        .fi-bs-theta:before {
    content: "\fb28";
    }
        .fi-bs-third-award:before {
    content: "\fb29";
    }
        .fi-bs-third-laurel:before {
    content: "\fb2a";
    }
        .fi-bs-third-medal:before {
    content: "\fb2b";
    }
        .fi-bs-third:before {
    content: "\fb2c";
    }
        .fi-bs-thought-bubble:before {
    content: "\fb2d";
    }
        .fi-bs-thumbtack:before {
    content: "\fb2e";
    }
        .fi-bs-thunderstorm-moon:before {
    content: "\fb2f";
    }
        .fi-bs-thunderstorm-sun:before {
    content: "\fb30";
    }
        .fi-bs-thunderstorm:before {
    content: "\fb31";
    }
        .fi-bs-ticket-airline:before {
    content: "\fb32";
    }
        .fi-bs-ticket-alt:before {
    content: "\fb33";
    }
        .fi-bs-ticket:before {
    content: "\fb34";
    }
        .fi-bs-tickets-airline:before {
    content: "\fb35";
    }
        .fi-bs-tilde:before {
    content: "\fb36";
    }
        .fi-bs-time-add:before {
    content: "\fb37";
    }
        .fi-bs-time-check:before {
    content: "\fb38";
    }
        .fi-bs-time-delete:before {
    content: "\fb39";
    }
        .fi-bs-time-fast:before {
    content: "\fb3a";
    }
        .fi-bs-time-forward-sixty:before {
    content: "\fb3b";
    }
        .fi-bs-time-forward-ten:before {
    content: "\fb3c";
    }
        .fi-bs-time-forward:before {
    content: "\fb3d";
    }
        .fi-bs-time-half-past:before {
    content: "\fb3e";
    }
        .fi-bs-time-oclock:before {
    content: "\fb3f";
    }
        .fi-bs-time-past:before {
    content: "\fb40";
    }
        .fi-bs-time-quarter-past:before {
    content: "\fb41";
    }
        .fi-bs-time-quarter-to:before {
    content: "\fb42";
    }
        .fi-bs-time-twenty-four:before {
    content: "\fb43";
    }
        .fi-bs-times-hexagon:before {
    content: "\fb44";
    }
        .fi-bs-tint-slash:before {
    content: "\fb45";
    }
        .fi-bs-tire-flat:before {
    content: "\fb46";
    }
        .fi-bs-tire-pressure-warning:before {
    content: "\fb47";
    }
        .fi-bs-tire-rugged:before {
    content: "\fb48";
    }
        .fi-bs-tire:before {
    content: "\fb49";
    }
        .fi-bs-tired:before {
    content: "\fb4a";
    }
        .fi-bs-to-do-alt:before {
    content: "\fb4b";
    }
        .fi-bs-to-do:before {
    content: "\fb4c";
    }
        .fi-bs-toggle-off:before {
    content: "\fb4d";
    }
        .fi-bs-toggle-on:before {
    content: "\fb4e";
    }
        .fi-bs-toilet-paper-blank-under:before {
    content: "\fb4f";
    }
        .fi-bs-toilet-paper-blank:before {
    content: "\fb50";
    }
        .fi-bs-toilet-paper-slash:before {
    content: "\fb51";
    }
        .fi-bs-toilet-paper-under-slash:before {
    content: "\fb52";
    }
        .fi-bs-toilet-paper-under:before {
    content: "\fb53";
    }
        .fi-bs-toilet:before {
    content: "\fb54";
    }
        .fi-bs-tomato:before {
    content: "\fb55";
    }
        .fi-bs-tombstone-alt:before {
    content: "\fb56";
    }
        .fi-bs-tombstone:before {
    content: "\fb57";
    }
        .fi-bs-tool-box:before {
    content: "\fb58";
    }
        .fi-bs-tool-crop:before {
    content: "\fb59";
    }
        .fi-bs-tool-marquee:before {
    content: "\fb5a";
    }
        .fi-bs-tools:before {
    content: "\fb5b";
    }
        .fi-bs-tooth:before {
    content: "\fb5c";
    }
        .fi-bs-toothbrush:before {
    content: "\fb5d";
    }
        .fi-bs-tornado:before {
    content: "\fb5e";
    }
        .fi-bs-total:before {
    content: "\fb5f";
    }
        .fi-bs-tour-guide-people:before {
    content: "\fb60";
    }
        .fi-bs-tour-virtual:before {
    content: "\fb61";
    }
        .fi-bs-tower-control:before {
    content: "\fb62";
    }
        .fi-bs-track:before {
    content: "\fb63";
    }
        .fi-bs-tractor:before {
    content: "\fb64";
    }
        .fi-bs-trademark:before {
    content: "\fb65";
    }
        .fi-bs-traffic-cone:before {
    content: "\fb66";
    }
        .fi-bs-traffic-light-go:before {
    content: "\fb67";
    }
        .fi-bs-traffic-light-slow:before {
    content: "\fb68";
    }
        .fi-bs-traffic-light-stop:before {
    content: "\fb69";
    }
        .fi-bs-traffic-light:before {
    content: "\fb6a";
    }
        .fi-bs-trailer:before {
    content: "\fb6b";
    }
        .fi-bs-train-journey:before {
    content: "\fb6c";
    }
        .fi-bs-train-side:before {
    content: "\fb6d";
    }
        .fi-bs-train-station-building:before {
    content: "\fb6e";
    }
        .fi-bs-train-station:before {
    content: "\fb6f";
    }
        .fi-bs-train-subway-tunnel:before {
    content: "\fb70";
    }
        .fi-bs-train-tram:before {
    content: "\fb71";
    }
        .fi-bs-train:before {
    content: "\fb72";
    }
        .fi-bs-tram:before {
    content: "\fb73";
    }
        .fi-bs-transform:before {
    content: "\fb74";
    }
        .fi-bs-transformer-bolt:before {
    content: "\fb75";
    }
        .fi-bs-transgender:before {
    content: "\fb76";
    }
        .fi-bs-transporter-1:before {
    content: "\fb77";
    }
        .fi-bs-transporter-2:before {
    content: "\fb78";
    }
        .fi-bs-transporter-3:before {
    content: "\fb79";
    }
        .fi-bs-transporter-4:before {
    content: "\fb7a";
    }
        .fi-bs-transporter-5:before {
    content: "\fb7b";
    }
        .fi-bs-transporter-6:before {
    content: "\fb7c";
    }
        .fi-bs-transporter-7:before {
    content: "\fb7d";
    }
        .fi-bs-transporter-empty:before {
    content: "\fb7e";
    }
        .fi-bs-transporter:before {
    content: "\fb7f";
    }
        .fi-bs-trash-can-check:before {
    content: "\fb80";
    }
        .fi-bs-trash-can-clock:before {
    content: "\fb81";
    }
        .fi-bs-trash-can-list:before {
    content: "\fb82";
    }
        .fi-bs-trash-can-plus:before {
    content: "\fb83";
    }
        .fi-bs-trash-can-slash:before {
    content: "\fb84";
    }
        .fi-bs-trash-check:before {
    content: "\fb85";
    }
        .fi-bs-trash-clock:before {
    content: "\fb86";
    }
        .fi-bs-trash-list:before {
    content: "\fb87";
    }
        .fi-bs-trash-plus:before {
    content: "\fb88";
    }
        .fi-bs-trash-restore-alt:before {
    content: "\fb89";
    }
        .fi-bs-trash-restore:before {
    content: "\fb8a";
    }
        .fi-bs-trash-slash:before {
    content: "\fb8b";
    }
        .fi-bs-trash-undo-alt:before {
    content: "\fb8c";
    }
        .fi-bs-trash-undo:before {
    content: "\fb8d";
    }
        .fi-bs-trash-xmark:before {
    content: "\fb8e";
    }
        .fi-bs-trash:before {
    content: "\fb8f";
    }
        .fi-bs-treasure-chest:before {
    content: "\fb90";
    }
        .fi-bs-treatment:before {
    content: "\fb91";
    }
        .fi-bs-tree-alt:before {
    content: "\fb92";
    }
        .fi-bs-tree-christmas:before {
    content: "\fb93";
    }
        .fi-bs-tree-deciduous:before {
    content: "\fb94";
    }
        .fi-bs-tree:before {
    content: "\fb95";
    }
        .fi-bs-trees-alt:before {
    content: "\fb96";
    }
        .fi-bs-trees:before {
    content: "\fb97";
    }
        .fi-bs-triangle-music:before {
    content: "\fb98";
    }
        .fi-bs-triangle-person-digging:before {
    content: "\fb99";
    }
        .fi-bs-triangle-warning:before {
    content: "\fb9a";
    }
        .fi-bs-triangle:before {
    content: "\fb9b";
    }
        .fi-bs-trillium:before {
    content: "\fb9c";
    }
        .fi-bs-trophy-star:before {
    content: "\fb9d";
    }
        .fi-bs-trophy:before {
    content: "\fb9e";
    }
        .fi-bs-truck-bolt:before {
    content: "\fb9f";
    }
        .fi-bs-truck-container-empty:before {
    content: "\fba0";
    }
        .fi-bs-truck-container:before {
    content: "\fba1";
    }
        .fi-bs-truck-couch:before {
    content: "\fba2";
    }
        .fi-bs-truck-flatbed:before {
    content: "\fba3";
    }
        .fi-bs-truck-front:before {
    content: "\fba4";
    }
        .fi-bs-truck-loading:before {
    content: "\fba5";
    }
        .fi-bs-truck-medical:before {
    content: "\fba6";
    }
        .fi-bs-truck-monster:before {
    content: "\fba7";
    }
        .fi-bs-truck-moving:before {
    content: "\fba8";
    }
        .fi-bs-truck-pickup:before {
    content: "\fba9";
    }
        .fi-bs-truck-plow:before {
    content: "\fbaa";
    }
        .fi-bs-truck-ramp:before {
    content: "\fbab";
    }
        .fi-bs-truck-side:before {
    content: "\fbac";
    }
        .fi-bs-truck-tow:before {
    content: "\fbad";
    }
        .fi-bs-trumpet:before {
    content: "\fbae";
    }
        .fi-bs-tshirt:before {
    content: "\fbaf";
    }
        .fi-bs-tty-answer:before {
    content: "\fbb0";
    }
        .fi-bs-tty:before {
    content: "\fbb1";
    }
        .fi-bs-tubes:before {
    content: "\fbb2";
    }
        .fi-bs-tugrik-sign:before {
    content: "\fbb3";
    }
        .fi-bs-turkey:before {
    content: "\fbb4";
    }
        .fi-bs-turntable:before {
    content: "\fbb5";
    }
        .fi-bs-turtle:before {
    content: "\fbb6";
    }
        .fi-bs-tv-music:before {
    content: "\fbb7";
    }
        .fi-bs-tv-retro:before {
    content: "\fbb8";
    }
        .fi-bs-typewriter:before {
    content: "\fbb9";
    }
        .fi-bs-u:before {
    content: "\fbba";
    }
        .fi-bs-ufo-beam:before {
    content: "\fbbb";
    }
        .fi-bs-ufo:before {
    content: "\fbbc";
    }
        .fi-bs-umbrella-beach:before {
    content: "\fbbd";
    }
        .fi-bs-umbrella:before {
    content: "\fbbe";
    }
        .fi-bs-underline:before {
    content: "\fbbf";
    }
        .fi-bs-undo-alt:before {
    content: "\fbc0";
    }
        .fi-bs-undo:before {
    content: "\fbc1";
    }
        .fi-bs-unicorn:before {
    content: "\fbc2";
    }
        .fi-bs-uniform-martial-arts:before {
    content: "\fbc3";
    }
        .fi-bs-universal-access:before {
    content: "\fbc4";
    }
        .fi-bs-unlock:before {
    content: "\fbc5";
    }
        .fi-bs-up-left:before {
    content: "\fbc6";
    }
        .fi-bs-up-right-from-square:before {
    content: "\fbc7";
    }
        .fi-bs-up-right:before {
    content: "\fbc8";
    }
        .fi-bs-up:before {
    content: "\fbc9";
    }
        .fi-bs-upload:before {
    content: "\fbca";
    }
        .fi-bs-url:before {
    content: "\fbcb";
    }
        .fi-bs-usb-pendrive:before {
    content: "\fbcc";
    }
        .fi-bs-usd-circle:before {
    content: "\fbcd";
    }
        .fi-bs-usd-square:before {
    content: "\fbce";
    }
        .fi-bs-user-add:before {
    content: "\fbcf";
    }
        .fi-bs-user-alien:before {
    content: "\fbd0";
    }
        .fi-bs-user-astronaut:before {
    content: "\fbd1";
    }
        .fi-bs-user-check:before {
    content: "\fbd2";
    }
        .fi-bs-user-chef:before {
    content: "\fbd3";
    }
        .fi-bs-user-cowboy:before {
    content: "\fbd4";
    }
        .fi-bs-user-crown:before {
    content: "\fbd5";
    }
        .fi-bs-user-gear:before {
    content: "\fbd6";
    }
        .fi-bs-user-headset:before {
    content: "\fbd7";
    }
        .fi-bs-user-helmet-safety:before {
    content: "\fbd8";
    }
        .fi-bs-user-injured:before {
    content: "\fbd9";
    }
        .fi-bs-user-interface-ui:before {
    content: "\fbda";
    }
        .fi-bs-user-lock:before {
    content: "\fbdb";
    }
        .fi-bs-user-md-chat:before {
    content: "\fbdc";
    }
        .fi-bs-user-md:before {
    content: "\fbdd";
    }
        .fi-bs-user-minus:before {
    content: "\fbde";
    }
        .fi-bs-user-music:before {
    content: "\fbdf";
    }
        .fi-bs-user-ninja:before {
    content: "\fbe0";
    }
        .fi-bs-user-nurse:before {
    content: "\fbe1";
    }
        .fi-bs-user-pen:before {
    content: "\fbe2";
    }
        .fi-bs-user-pilot-tie:before {
    content: "\fbe3";
    }
        .fi-bs-user-pilot:before {
    content: "\fbe4";
    }
        .fi-bs-user-police:before {
    content: "\fbe5";
    }
        .fi-bs-user-robot-xmarks:before {
    content: "\fbe6";
    }
        .fi-bs-user-robot:before {
    content: "\fbe7";
    }
        .fi-bs-user-shield:before {
    content: "\fbe8";
    }
        .fi-bs-user-slash:before {
    content: "\fbe9";
    }
        .fi-bs-user-tag:before {
    content: "\fbea";
    }
        .fi-bs-user-time:before {
    content: "\fbeb";
    }
        .fi-bs-user-unlock:before {
    content: "\fbec";
    }
        .fi-bs-user-visor:before {
    content: "\fbed";
    }
        .fi-bs-user-xmark:before {
    content: "\fbee";
    }
        .fi-bs-user:before {
    content: "\fbef";
    }
        .fi-bs-users-alt:before {
    content: "\fbf0";
    }
        .fi-bs-users-gear:before {
    content: "\fbf1";
    }
        .fi-bs-users-medical:before {
    content: "\fbf2";
    }
        .fi-bs-users-slash:before {
    content: "\fbf3";
    }
        .fi-bs-users:before {
    content: "\fbf4";
    }
        .fi-bs-utensils:before {
    content: "\fbf5";
    }
        .fi-bs-utility-pole-double:before {
    content: "\fbf6";
    }
        .fi-bs-utility-pole:before {
    content: "\fbf7";
    }
        .fi-bs-v:before {
    content: "\fbf8";
    }
        .fi-bs-vacuum-robot:before {
    content: "\fbf9";
    }
        .fi-bs-vacuum:before {
    content: "\fbfa";
    }
        .fi-bs-value-absolute:before {
    content: "\fbfb";
    }
        .fi-bs-vault:before {
    content: "\fbfc";
    }
        .fi-bs-vector-alt:before {
    content: "\fbfd";
    }
        .fi-bs-vector-circle:before {
    content: "\fbfe";
    }
        .fi-bs-vector-polygon:before {
    content: "\fbff";
    }
        .fi-bs-vector:before {
    content: "\fc00";
    }
        .fi-bs-venus-double:before {
    content: "\fc01";
    }
        .fi-bs-venus-mars:before {
    content: "\fc02";
    }
        .fi-bs-venus:before {
    content: "\fc03";
    }
        .fi-bs-vest-patches:before {
    content: "\fc04";
    }
        .fi-bs-vest:before {
    content: "\fc05";
    }
        .fi-bs-video-arrow-down-left:before {
    content: "\fc06";
    }
        .fi-bs-video-arrow-up-right:before {
    content: "\fc07";
    }
        .fi-bs-video-camera-alt:before {
    content: "\fc08";
    }
        .fi-bs-video-camera:before {
    content: "\fc09";
    }
        .fi-bs-video-plus:before {
    content: "\fc0a";
    }
        .fi-bs-video-slash:before {
    content: "\fc0b";
    }
        .fi-bs-videoconference:before {
    content: "\fc0c";
    }
        .fi-bs-virus-slash:before {
    content: "\fc0d";
    }
        .fi-bs-virus:before {
    content: "\fc0e";
    }
        .fi-bs-viruses:before {
    content: "\fc0f";
    }
        .fi-bs-voicemail:before {
    content: "\fc10";
    }
        .fi-bs-volcano:before {
    content: "\fc11";
    }
        .fi-bs-volleyball:before {
    content: "\fc12";
    }
        .fi-bs-volume-down:before {
    content: "\fc13";
    }
        .fi-bs-volume-mute:before {
    content: "\fc14";
    }
        .fi-bs-volume-off:before {
    content: "\fc15";
    }
        .fi-bs-volume-slash:before {
    content: "\fc16";
    }
        .fi-bs-volume:before {
    content: "\fc17";
    }
        .fi-bs-vote-nay:before {
    content: "\fc18";
    }
        .fi-bs-vote-yea:before {
    content: "\fc19";
    }
        .fi-bs-vr-cardboard:before {
    content: "\fc1a";
    }
        .fi-bs-w:before {
    content: "\fc1b";
    }
        .fi-bs-waffle:before {
    content: "\fc1c";
    }
        .fi-bs-wagon-covered:before {
    content: "\fc1d";
    }
        .fi-bs-walker:before {
    content: "\fc1e";
    }
        .fi-bs-walkie-talkie:before {
    content: "\fc1f";
    }
        .fi-bs-walking:before {
    content: "\fc20";
    }
        .fi-bs-wallet:before {
    content: "\fc21";
    }
        .fi-bs-warehouse-alt:before {
    content: "\fc22";
    }
        .fi-bs-washer:before {
    content: "\fc23";
    }
        .fi-bs-watch-calculator:before {
    content: "\fc24";
    }
        .fi-bs-watch-fitness:before {
    content: "\fc25";
    }
        .fi-bs-watch-smart:before {
    content: "\fc26";
    }
        .fi-bs-watch:before {
    content: "\fc27";
    }
        .fi-bs-water-bottle:before {
    content: "\fc28";
    }
        .fi-bs-water-ladder:before {
    content: "\fc29";
    }
        .fi-bs-water-lower:before {
    content: "\fc2a";
    }
        .fi-bs-water-rise:before {
    content: "\fc2b";
    }
        .fi-bs-water:before {
    content: "\fc2c";
    }
        .fi-bs-watermelon:before {
    content: "\fc2d";
    }
        .fi-bs-wave-sine:before {
    content: "\fc2e";
    }
        .fi-bs-wave-square:before {
    content: "\fc2f";
    }
        .fi-bs-wave-triangle:before {
    content: "\fc30";
    }
        .fi-bs-waveform-path:before {
    content: "\fc31";
    }
        .fi-bs-waveform:before {
    content: "\fc32";
    }
        .fi-bs-webcam-slash:before {
    content: "\fc33";
    }
        .fi-bs-webcam:before {
    content: "\fc34";
    }
        .fi-bs-whale:before {
    content: "\fc35";
    }
        .fi-bs-wheat-awn-circle-exclamation:before {
    content: "\fc36";
    }
        .fi-bs-wheat-awn-slash:before {
    content: "\fc37";
    }
        .fi-bs-wheat-awn:before {
    content: "\fc38";
    }
        .fi-bs-wheat-slash:before {
    content: "\fc39";
    }
        .fi-bs-wheat:before {
    content: "\fc3a";
    }
        .fi-bs-wheelchair-move:before {
    content: "\fc3b";
    }
        .fi-bs-wheelchair:before {
    content: "\fc3c";
    }
        .fi-bs-whistle:before {
    content: "\fc3d";
    }
        .fi-bs-wifi-1:before {
    content: "\fc3e";
    }
        .fi-bs-wifi-2:before {
    content: "\fc3f";
    }
        .fi-bs-wifi-alt:before {
    content: "\fc40";
    }
        .fi-bs-wifi-exclamation:before {
    content: "\fc41";
    }
        .fi-bs-wifi-slash:before {
    content: "\fc42";
    }
        .fi-bs-wifi:before {
    content: "\fc43";
    }
        .fi-bs-wind-turbine:before {
    content: "\fc44";
    }
        .fi-bs-wind-warning:before {
    content: "\fc45";
    }
        .fi-bs-wind:before {
    content: "\fc46";
    }
        .fi-bs-window-alt:before {
    content: "\fc47";
    }
        .fi-bs-window-frame-open:before {
    content: "\fc48";
    }
        .fi-bs-window-frame:before {
    content: "\fc49";
    }
        .fi-bs-window-maximize:before {
    content: "\fc4a";
    }
        .fi-bs-window-minimize:before {
    content: "\fc4b";
    }
        .fi-bs-window-restore:before {
    content: "\fc4c";
    }
        .fi-bs-windsock:before {
    content: "\fc4d";
    }
        .fi-bs-wine-bottle:before {
    content: "\fc4e";
    }
        .fi-bs-wine-glass-crack:before {
    content: "\fc4f";
    }
        .fi-bs-wine-glass-empty:before {
    content: "\fc50";
    }
        .fi-bs-wishlist-heart:before {
    content: "\fc51";
    }
        .fi-bs-wishlist-star:before {
    content: "\fc52";
    }
        .fi-bs-woman-head:before {
    content: "\fc53";
    }
        .fi-bs-won-sign:before {
    content: "\fc54";
    }
        .fi-bs-workflow-alt:before {
    content: "\fc55";
    }
        .fi-bs-workflow-setting-alt:before {
    content: "\fc56";
    }
        .fi-bs-workflow-setting:before {
    content: "\fc57";
    }
        .fi-bs-workflow:before {
    content: "\fc58";
    }
        .fi-bs-world:before {
    content: "\fc59";
    }
        .fi-bs-worm:before {
    content: "\fc5a";
    }
        .fi-bs-wreath:before {
    content: "\fc5b";
    }
        .fi-bs-wrench-alt:before {
    content: "\fc5c";
    }
        .fi-bs-wrench-simple:before {
    content: "\fc5d";
    }
        .fi-bs-x-ray:before {
    content: "\fc5e";
    }
        .fi-bs-x:before {
    content: "\fc5f";
    }
        .fi-bs-y:before {
    content: "\fc60";
    }
        .fi-bs-yen:before {
    content: "\fc61";
    }
        .fi-bs-yin-yang:before {
    content: "\fc62";
    }
        .fi-bs-z:before {
    content: "\fc63";
    }
        .fi-bs-zoom-in:before {
    content: "\fc64";
    }
        .fi-bs-zoom-out:before {
    content: "\fc65";
    }

