@charset "UTF-8";
.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, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

:root {
  --td-light:#fff;
  --td-widget-background:#fff;
  --td-font-color:#000;
  --td-timepicker-font-size:1.2em;
  --td-active-bg:#0d6efd;
  --td-range-bg:#01419e;
  --td-active-color:#fff;
  --td-active-border-color:#fff;
  --td-border-radius:999px;
  --td-btn-hover-bg:#e9ecef;
  --td-disabled-color:#6c757d;
  --td-alternate-color:rgba(0,0,0,.38);
  --td-secondary-border-color:#ccc;
  --td-secondary-border-color-rgba:rgba(0,0,0,.2);
  --td-primary-border-color:#fff;
  --td-text-shadow:0 -1px 0 rgba(0,0,0,.25);
  --td-dow-color:rgba(0,0,0,.5);
  --td-dark:#1b1b1b;
  --td-dark-widget-background:#1b1b1b;
  --td-dark-font-color:#e3e3e3;
  --td-dark-active-bg:#4db2ff;
  --td-dark-range-bg:#0071c7;
  --td-dark-active-color:#fff;
  --td-dark-active-border-color:#1b1b1b;
  --td-dark-btn-hover-bg:#232627;
  --td-dark-disabled-color:#6c757d;
  --td-dark-alternate-color:hsla(36,10%,90%,.38);
  --td-dark-secondary-border-color:#ccc;
  --td-dark-secondary-border-color-rgba:hsla(36,10%,90%,.2);
  --td-dark-primary-border-color:#1b1b1b;
  --td-dark-text-shadow:0 -1px 0 hsla(36,10%,90%,.25);
  --td-dark-dow-color:hsla(36,10%,90%,.5);
  --td-widget-z-index:9999;
}

.tempus-dominus-widget [data-action]:after, .visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.tempus-dominus-widget {
  border-radius: 4px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  display: none;
  list-style: none;
  padding: 4px;
  width: 19rem;
  z-index: var(--td-widget-z-index);
}

.tempus-dominus-widget :focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  outline: 0;
}

.tempus-dominus-widget.calendarWeeks {
  width: 21rem;
}

.tempus-dominus-widget.calendarWeeks .date-container-days {
  grid-auto-columns: 12.5%;
  grid-template-areas: "a a a a a a a a";
}

.tempus-dominus-widget [data-action] {
  cursor: pointer;
}

.tempus-dominus-widget [data-action]:after {
  content: attr(title);
}

.tempus-dominus-widget [data-action].disabled, .tempus-dominus-widget [data-action].disabled:hover {
  background: none;
  cursor: not-allowed;
}

.tempus-dominus-widget .arrow {
  display: none;
}

.tempus-dominus-widget.show {
  display: block;
}

.tempus-dominus-widget.show.date-container {
  min-height: 315px;
}

.tempus-dominus-widget.show.time-container {
  min-height: 217px;
}

.tempus-dominus-widget .td-collapse:not(.show) {
  display: none;
}

.tempus-dominus-widget .td-collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (min-width: 576px) {
  .tempus-dominus-widget.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .tempus-dominus-widget.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .tempus-dominus-widget.timepicker-sbs {
    width: 38em;
  }
}
.tempus-dominus-widget.timepicker-sbs .td-row {
  display: flex;
}

.tempus-dominus-widget.timepicker-sbs .td-row .td-half {
  flex: 0 0 auto;
  width: 50%;
}

.tempus-dominus-widget div[data-action]:active {
  box-shadow: none;
}

.tempus-dominus-widget .timepicker-hour, .tempus-dominus-widget .timepicker-minute, .tempus-dominus-widget .timepicker-second {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  width: 54px;
}

.tempus-dominus-widget button[data-action] {
  padding: 6px;
}

.tempus-dominus-widget .toggleMeridiem {
  height: 38px;
  text-align: center;
}

.tempus-dominus-widget .calendar-header {
  display: grid;
  font-weight: 700;
  grid-template-areas: "a a a";
  margin-bottom: 10px;
}

.tempus-dominus-widget .calendar-header .next {
  padding-right: 10px;
  text-align: right;
}

.tempus-dominus-widget .calendar-header .previous {
  padding-left: 10px;
  text-align: left;
}

.tempus-dominus-widget .calendar-header .picker-switch {
  text-align: center;
}

.tempus-dominus-widget .toolbar {
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 40px;
}

.tempus-dominus-widget .toolbar div {
  align-items: center;
  border-radius: var(--td-border-radius);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.tempus-dominus-widget .date-container-days {
  display: grid;
  grid-auto-columns: 14.2857142857%;
  grid-auto-rows: 40px;
  grid-template-areas: "a a a a a a a";
}

.tempus-dominus-widget .date-container-days .range-in {
  background-color: var(--td-range-bg) !important;
  border: none;
  border-radius: 0 !important;
  box-shadow: -5px 0 0 var(--td-range-bg), 5px 0 0 var(--td-range-bg);
}

.tempus-dominus-widget .date-container-days .range-end {
  border-radius: 0 50px 50px 0 !important;
}

.tempus-dominus-widget .date-container-days .range-start {
  border-radius: 50px 0 0 50px !important;
}

.tempus-dominus-widget .date-container-days .dow {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tempus-dominus-widget .date-container-days .cw {
  align-items: center;
  cursor: default;
  display: flex;
  font-size: 0.8em;
  height: 90%;
  justify-content: center;
  line-height: 20px;
  width: 90%;
}

.tempus-dominus-widget .date-container-decades, .tempus-dominus-widget .date-container-months, .tempus-dominus-widget .date-container-years {
  display: grid;
  grid-auto-rows: calc(2.71429rem - 1.14286px);
  grid-template-areas: "a a a";
}

.tempus-dominus-widget .time-container-hour, .tempus-dominus-widget .time-container-minute, .tempus-dominus-widget .time-container-second {
  display: grid;
  grid-auto-rows: calc(2.71429rem - 1.14286px);
  grid-template-areas: "a a a a";
}

.tempus-dominus-widget .time-container-clock {
  display: grid;
  grid-auto-rows: calc(2.71429rem - 1.14286px);
}

.tempus-dominus-widget .time-container-clock .no-highlight {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  width: 90%;
}

.tempus-dominus-widget .date-container-days div:not(.no-highlight), .tempus-dominus-widget .date-container-decades div:not(.no-highlight), .tempus-dominus-widget .date-container-months div:not(.no-highlight), .tempus-dominus-widget .date-container-years div:not(.no-highlight), .tempus-dominus-widget .time-container-clock div:not(.no-highlight), .tempus-dominus-widget .time-container-hour div:not(.no-highlight), .tempus-dominus-widget .time-container-minute div:not(.no-highlight), .tempus-dominus-widget .time-container-second div:not(.no-highlight) {
  align-items: center;
  border-radius: var(--td-border-radius);
  box-sizing: border-box;
  display: flex;
  height: 90%;
  justify-content: center;
  width: 90%;
}

.tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-days div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-decades div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-months div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled, .tempus-dominus-widget .date-container-years div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).disabled:hover, .tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled, .tempus-dominus-widget .time-container-second div:not(.no-highlight).disabled:hover {
  background: none;
  cursor: not-allowed;
}

.tempus-dominus-widget .date-container-days div:not(.no-highlight).today, .tempus-dominus-widget .date-container-decades div:not(.no-highlight).today, .tempus-dominus-widget .date-container-months div:not(.no-highlight).today, .tempus-dominus-widget .date-container-years div:not(.no-highlight).today, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).today, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).today, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).today, .tempus-dominus-widget .time-container-second div:not(.no-highlight).today {
  position: relative;
}

.tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before {
  border: solid transparent;
  border-width: 0 0 7px 7px;
  bottom: 6px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 6px;
}

.tempus-dominus-widget .time-container {
  margin-bottom: 0.5rem;
}

.tempus-dominus-widget button {
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds], .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod], .tempus-dominus-widget.tempus-dominus-widget-readonly table td.day, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.second {
  cursor: default;
  pointer-events: none;
}

.tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementHours]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementMinutes]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=decrementSeconds]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementHours]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementMinutes]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=incrementSeconds]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showHours]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showMinutes]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=showSeconds]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td [data-action=togglePeriod]:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.day:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.hour:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.minute:hover, .tempus-dominus-widget.tempus-dominus-widget-readonly table td.second:hover {
  background: none;
}

.tempus-dominus-widget.light {
  background-color: var(--td-widget-background);
  color: var(--td-font-color);
}

.tempus-dominus-widget.light [data-action].disabled, .tempus-dominus-widget.light [data-action].disabled:hover {
  color: var(--td-disabled-color);
}

.tempus-dominus-widget.light .toolbar div:hover {
  background: var(--td-btn-hover-bg);
}

.tempus-dominus-widget.light .date-container-days .dow {
  color: var(--td-dow-color);
}

.tempus-dominus-widget.light .date-container-days .cw {
  color: var(--td-alternate-color);
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover {
  background: var(--td-btn-hover-bg);
}

.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active {
  background-color: var(--td-active-bg);
  color: var(--td-active-color);
  text-shadow: var(--td-text-shadow);
}

.tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-decades div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-months div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .date-container-years div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-clock div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-hour div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-minute div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days .time-container-second div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-decades .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old {
  color: var(--td-active-color);
}

.tempus-dominus-widget.light .date-container-days div.range-end:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-days div.range-in:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-days div.range-start:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before {
  border-bottom-color: var(--td-active-border-color);
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old {
  color: var(--td-alternate-color);
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover {
  color: var(--td-disabled-color);
}

.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: var(--td-active-bg);
  border-top-color: var(--td-secondary-border-color-rgba);
}

.tempus-dominus-widget.light button {
  background-color: var(--td-active-bg);
  border-color: var(--td-active-bg);
  color: var(--td-active-color);
}

.tempus-dominus-widget.dark {
  background-color: var(--td-dark-widget-background);
  color: var(--td-dark-font-color);
}

.tempus-dominus-widget.dark [data-action].disabled, .tempus-dominus-widget.dark [data-action].disabled:hover {
  color: var(--td-dark-disabled-color);
}

.tempus-dominus-widget.dark .toolbar div:hover {
  background: var(--td-dark-btn-hover-bg);
}

.tempus-dominus-widget.dark .date-container-days .dow {
  color: var(--td-dark-dow-color);
}

.tempus-dominus-widget.dark .date-container-days .range-in {
  background-color: var(--td-dark-range-bg) !important;
  box-shadow: -5px 0 0 var(--td-dark-range-bg), 5px 0 0 var(--td-dark-range-bg);
}

.tempus-dominus-widget.dark .date-container-days .cw {
  color: var(--td-dark-alternate-color);
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover {
  background: var(--td-dark-btn-hover-bg);
}

.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight), .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active {
  background-color: var(--td-dark-active-bg);
  color: var(--td-dark-active-color);
  text-shadow: var(--td-dark-text-shadow);
}

.tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-decades div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-months div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .date-container-years div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-clock div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-hour div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-minute div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days .time-container-second div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-end:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-in:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second .date-container-days div.range-start:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old {
  color: var(--td-dark-active-color);
}

.tempus-dominus-widget.dark .date-container-days div.range-end:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-days div.range-in:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-days div.range-start:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before {
  border-bottom-color: var(--td-dark-active-border-color);
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old {
  color: var(--td-dark-alternate-color);
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover {
  color: var(--td-dark-disabled-color);
}

.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: var(--td-dark-active-bg);
  border-top-color: var(--td-dark-secondary-border-color-rgba);
}

.tempus-dominus-widget.dark button {
  background-color: var(--td-dark-active-bg);
  border-color: var(--td-dark-active-bg);
  color: var(--td-dark-active-color);
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**
 * FormValidation (https://formvalidation.io)
 * The best validation library for JavaScript
 * (c) 2013 - 2023 Nguyen Huu Phuoc <me@phuoc.ng>
 */
.fv-sr-only {
  display: none;
}

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

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

.fv-plugins-icon {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.fv-plugins-icon--enabled {
  visibility: visible;
}

.fv-plugins-icon--disabled {
  visibility: hidden;
}

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

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

.fv-plugins-tooltip {
  max-width: 256px;
  position: absolute;
  text-align: center;
  z-index: 10000;
}

.fv-plugins-tooltip .fv-plugins-tooltip__content {
  background: #000;
  border-radius: 3px;
  color: #eee;
  padding: 8px;
  position: relative;
}

.fv-plugins-tooltip .fv-plugins-tooltip__content:before {
  border: 8px solid transparent;
  content: "";
  position: absolute;
}

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

.fv-plugins-tooltip--top-left {
  transform: translateY(-8px);
}

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

.fv-plugins-tooltip--top {
  transform: translateY(-8px);
}

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

.fv-plugins-tooltip--top-right {
  transform: translateY(-8px);
}

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

.fv-plugins-tooltip--right {
  transform: translateX(8px);
}

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

.fv-plugins-tooltip--bottom-right {
  transform: translateY(8px);
}

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

.fv-plugins-tooltip--bottom {
  transform: translateY(8px);
}

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

.fv-plugins-tooltip--bottom-left {
  transform: translateY(8px);
}

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

.fv-plugins-tooltip--left {
  transform: translateX(-8px);
}

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

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

.fv-plugins-bootstrap {
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
  /* Remove the icons generated by Bootstrap 4.2+ */
}

.fv-plugins-bootstrap .fv-help-block {
  color: #dc3545;
  font-size: 80%;
  margin-top: 0.25rem;
}

.fv-plugins-bootstrap .is-invalid ~ .form-check-label,
.fv-plugins-bootstrap .is-valid ~ .form-check-label {
  color: inherit;
}

.fv-plugins-bootstrap .has-danger .fv-plugins-icon {
  color: #dc3545;
}

.fv-plugins-bootstrap .has-success .fv-plugins-icon {
  color: #28a745;
}

.fv-plugins-bootstrap .fv-plugins-icon {
  height: 38px;
  line-height: 38px;
  width: 38px;
}

.fv-plugins-bootstrap .input-group ~ .fv-plugins-icon {
  z-index: 3;
}

.fv-plugins-bootstrap .form-group.row .fv-plugins-icon {
  right: 15px;
}

.fv-plugins-bootstrap .form-group.row .fv-plugins-icon-check {
  top: -7px; /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon {
  top: 32px;
}

.fv-plugins-bootstrap:not(.form-inline) label ~ .fv-plugins-icon-check {
  top: 25px;
}

.fv-plugins-bootstrap:not(.form-inline) label.sr-only ~ .fv-plugins-icon-check {
  top: -7px;
}

.fv-plugins-bootstrap.form-inline .form-group {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: auto;
}

.fv-plugins-bootstrap .form-control.is-valid,
.fv-plugins-bootstrap .form-control.is-invalid {
  background-image: none;
}

.fv-plugins-bootstrap3 .help-block {
  margin-bottom: 0;
}

.fv-plugins-bootstrap3 .input-group ~ .form-control-feedback {
  z-index: 4;
}

.fv-plugins-bootstrap3.form-inline .form-group {
  vertical-align: top;
}

.fv-plugins-bootstrap5 {
  /* Support floating label */
  /* For horizontal form */
  /* Stacked form */
  /* Inline form */
}

.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-invalid .fv-plugins-icon {
  color: #dc3545;
}

.fv-plugins-bootstrap5 .fv-plugins-bootstrap5-row-valid .fv-plugins-icon {
  color: #198754;
}

.fv-plugins-bootstrap5 .fv-plugins-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 38px;
  width: 38px;
}

.fv-plugins-bootstrap5 .input-group ~ .fv-plugins-icon {
  z-index: 3;
}

.fv-plugins-bootstrap5 .fv-plugins-icon-input-group {
  right: -38px;
}

.fv-plugins-bootstrap5 .form-floating .fv-plugins-icon {
  height: 58px;
}

.fv-plugins-bootstrap5 .row .fv-plugins-icon {
  right: 12px;
}

.fv-plugins-bootstrap5 .row .fv-plugins-icon-check {
  top: -7px; /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon {
  top: 32px;
}

.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label ~ .fv-plugins-icon-check {
  top: 25px;
}

.fv-plugins-bootstrap5:not(.fv-plugins-bootstrap5-form-inline) label.sr-only ~ .fv-plugins-icon-check {
  top: -7px;
}

.fv-plugins-bootstrap5.fv-plugins-bootstrap5-form-inline .fv-plugins-icon {
  right: calc(var(--bs-gutter-x, 1.5rem) / 2);
}

.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-valid,
.fv-plugins-bootstrap5 .form-select.fv-plugins-icon-input.is-invalid,
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-valid,
.fv-plugins-bootstrap5 .form-control.fv-plugins-icon-input.is-invalid {
  background-image: none;
}

.fv-plugins-bulma {
  /* Support add ons inside field */
}

.fv-plugins-bulma .field.has-addons {
  flex-wrap: wrap;
}

.fv-plugins-bulma .field.has-addons::after {
  content: "";
  width: 100%;
}

.fv-plugins-bulma .field.has-addons .fv-plugins-message-container {
  order: 1;
}

.fv-plugins-bulma .icon.fv-plugins-icon-check {
  top: -4px;
}

.fv-plugins-bulma .fv-has-error .select select,
.fv-plugins-bulma .fv-has-error .input,
.fv-plugins-bulma .fv-has-error .textarea {
  border: 1px solid #ff3860; /* Same as .input.is-danger */
}

.fv-plugins-bulma .fv-has-success .select select,
.fv-plugins-bulma .fv-has-success .input,
.fv-plugins-bulma .fv-has-success .textarea {
  border: 1px solid #23d160; /* Same as .input.is-success */
}

.fv-plugins-foundation {
  /* Stacked form */
}

.fv-plugins-foundation .fv-plugins-icon {
  height: 39px;
  line-height: 39px;
  right: 0;
  width: 39px; /* Same as height of input */
}

.fv-plugins-foundation .grid-padding-x .fv-plugins-icon {
  right: 15px;
}

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

.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon,
.fv-plugins-foundation [type=checkbox] ~ .fv-plugins-icon {
  top: -7px; /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-foundation.fv-stacked-form .fv-plugins-message-container {
  width: 100%;
}

.fv-plugins-foundation.fv-stacked-form label .fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=checkbox] ~ .fv-plugins-icon,
.fv-plugins-foundation.fv-stacked-form fieldset [type=radio] ~ .fv-plugins-icon {
  top: 25px; /* Same as height of label */
}

.fv-plugins-foundation .form-error {
  display: block;
}

.fv-plugins-foundation .fv-row__success .fv-plugins-icon {
  color: #3adb76; /* Same as .success */
}

.fv-plugins-foundation .fv-row__error label,
.fv-plugins-foundation .fv-row__error fieldset legend,
.fv-plugins-foundation .fv-row__error .fv-plugins-icon {
  color: #cc4b37; /* Same as .is-invalid-label and .form-error */
}

.fv-plugins-materialize .fv-plugins-icon {
  height: 42px; /* Same as height of input */
  line-height: 42px;
  width: 42px;
}

.fv-plugins-materialize .fv-plugins-icon-check {
  top: -10px;
}

.fv-plugins-materialize .fv-invalid-row .helper-text,
.fv-plugins-materialize .fv-invalid-row .fv-plugins-icon {
  color: #f44336;
}

.fv-plugins-materialize .fv-valid-row .helper-text,
.fv-plugins-materialize .fv-valid-row .fv-plugins-icon {
  color: #4caf50;
}

.fv-plugins-milligram .fv-plugins-icon {
  height: 38px; /* Same as height of input */
  line-height: 38px;
  width: 38px;
}

.fv-plugins-milligram .column {
  position: relative;
}

.fv-plugins-milligram .column .fv-plugins-icon {
  right: 10px;
}

.fv-plugins-milligram .fv-plugins-icon-check {
  top: -6px;
}

.fv-plugins-milligram .fv-plugins-message-container {
  margin-bottom: 15px;
}

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon {
  top: 30px;
}

.fv-plugins-milligram.fv-stacked-form .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-milligram .fv-invalid-row .fv-help-block,
.fv-plugins-milligram .fv-invalid-row .fv-plugins-icon {
  color: red;
}

.fv-plugins-milligram .fv-valid-row .fv-help-block,
.fv-plugins-milligram .fv-valid-row .fv-plugins-icon {
  color: green;
}

.fv-plugins-mini .fv-plugins-icon {
  height: 42px; /* Same as height of input */
  line-height: 42px;
  width: 42px;
  top: 4px; /* Same as input's margin top */
}

.fv-plugins-mini .fv-plugins-icon-check {
  top: -8px;
}

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon {
  top: 28px;
}

.fv-plugins-mini.fv-stacked-form .fv-plugins-icon-check {
  top: 20px;
}

.fv-plugins-mini .fv-plugins-message-container {
  margin: calc(var(--universal-margin) / 2);
}

.fv-plugins-mini .fv-invalid-row .fv-help-block,
.fv-plugins-mini .fv-invalid-row .fv-plugins-icon {
  color: var(--input-invalid-color);
}

.fv-plugins-mini .fv-valid-row .fv-help-block,
.fv-plugins-mini .fv-valid-row .fv-plugins-icon {
  color: #308732; /* Same as tertiary color */
}

.fv-plugins-mui .fv-plugins-icon {
  height: 32px; /* Same as height of input */
  line-height: 32px;
  width: 32px;
  top: 15px;
  right: 4px;
}

.fv-plugins-mui .fv-plugins-icon-check {
  top: -6px;
  right: -10px;
}

.fv-plugins-mui .fv-plugins-message-container {
  margin: 8px 0;
}

.fv-plugins-mui .fv-invalid-row .fv-help-block,
.fv-plugins-mui .fv-invalid-row .fv-plugins-icon {
  color: #f44336;
}

.fv-plugins-mui .fv-valid-row .fv-help-block,
.fv-plugins-mui .fv-valid-row .fv-plugins-icon {
  color: #4caf50;
}

.fv-plugins-pure {
  /* Horizontal form */
  /* Stacked form */
}

.fv-plugins-pure .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px; /* Height of Pure input */
}

.fv-plugins-pure .fv-has-error label,
.fv-plugins-pure .fv-has-error .fv-help-block,
.fv-plugins-pure .fv-has-error .fv-plugins-icon {
  color: #ca3c3c; /* Same as .button-error */
}

.fv-plugins-pure .fv-has-success label,
.fv-plugins-pure .fv-has-success .fv-help-block,
.fv-plugins-pure .fv-has-success .fv-plugins-icon {
  color: #1cb841; /* Same as .button-success */
}

.fv-plugins-pure.pure-form-aligned .fv-help-block {
  margin-top: 5px;
  margin-left: 180px;
}

.fv-plugins-pure.pure-form-aligned .fv-plugins-icon-check {
  top: -9px; /* labelHeight/2 - iconHeight/2 */
}

.fv-plugins-pure.pure-form-stacked .pure-control-group {
  margin-bottom: 8px;
}

.fv-plugins-pure.pure-form-stacked .fv-plugins-icon {
  top: 22px; /* Same as height of label */
}

.fv-plugins-pure.pure-form-stacked .fv-plugins-icon-check {
  top: 13px;
}

.fv-plugins-pure.pure-form-stacked .fv-sr-only ~ .fv-plugins-icon {
  top: -9px;
}

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

.fv-plugins-semantic .fv-plugins-icon-check {
  right: 7px;
}

.fv-plugins-shoelace .input-group {
  margin-bottom: 0;
}

.fv-plugins-shoelace .fv-plugins-icon {
  height: 32px;
  line-height: 32px; /* Same as height of input */
  width: 32px;
  top: 28px; /* Same as height of label */
}

.fv-plugins-shoelace .row .fv-plugins-icon {
  right: 16px;
  top: 0;
}

.fv-plugins-shoelace .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-shoelace .fv-sr-only ~ .fv-plugins-icon,
.fv-plugins-shoelace .fv-sr-only ~ div .fv-plugins-icon {
  top: -4px;
}

.fv-plugins-shoelace .input-valid .fv-help-block,
.fv-plugins-shoelace .input-valid .fv-plugins-icon {
  color: #2ecc40;
}

.fv-plugins-shoelace .input-invalid .fv-help-block,
.fv-plugins-shoelace .input-invalid .fv-plugins-icon {
  color: #ff4136;
}

.fv-plugins-spectre .input-group .fv-plugins-icon {
  z-index: 2;
}

.fv-plugins-spectre .form-group .fv-plugins-icon-check {
  right: 6px;
  top: 10px;
}

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

.fv-plugins-tachyons .fv-plugins-icon {
  height: 36px;
  line-height: 36px;
  width: 36px;
}

.fv-plugins-tachyons .fv-plugins-icon-check {
  top: -7px;
}

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon {
  top: 34px;
}

.fv-plugins-tachyons.fv-stacked-form .fv-plugins-icon-check {
  top: 24px;
}

.fv-plugins-turret .fv-plugins-icon {
  height: 40px; /* Same as height of input */
  line-height: 40px;
  width: 40px;
}

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon {
  top: 29px;
}

.fv-plugins-turret.fv-stacked-form .fv-plugins-icon-check {
  top: 17px;
}

.fv-plugins-turret .fv-invalid-row .form-message,
.fv-plugins-turret .fv-invalid-row .fv-plugins-icon {
  color: #c00; /* Same as .form-message.error */
}

.fv-plugins-turret .fv-valid-row .form-message,
.fv-plugins-turret .fv-valid-row .fv-plugins-icon {
  color: #00b300; /* Same as .form-message.success */
}

.fv-plugins-uikit {
  /* Horizontal form */
  /* Stacked form */
}

.fv-plugins-uikit .fv-plugins-icon {
  height: 40px; /* Height of UIKit input */
  line-height: 40px;
  top: 25px; /* Height of UIKit label */
  width: 40px;
}

.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon {
  top: 0;
}

.fv-plugins-uikit.uk-form-horizontal .fv-plugins-icon-check {
  top: -11px; /* checkboxLabelHeight/2 - iconHeight/2 = 18/2 - 40/2 */
}

.fv-plugins-uikit.uk-form-stacked .fv-plugins-icon-check {
  top: 15px; /* labelHeight + labelMarginBottom + checkboxLabelHeight/2 - iconHeight/2 = 21 + 5 + 18/2 - 40/2 */
}

.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon {
  top: 0;
}

.fv-plugins-uikit.uk-form-stacked .fv-no-label .fv-plugins-icon-check {
  top: -11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.daterangepicker th.month {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

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

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
}

@supports (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}

.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}

.ql-editor ol {
  padding-left: 1.5em;
}

.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}

.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}

.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "•";
}

.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "☑";
}

.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "☐";
}

@supports (counter-set: none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}

.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}

@supports (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set: none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
  text-align: left;
}

.ql-editor table {
  table-layout: fixed;
  width: 100%;
}

.ql-editor table td {
  outline: none;
}

.ql-editor .ql-code-block-container {
  font-family: monospace;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor .ql-ui {
  position: absolute;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code, .ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-code-block-container {
  position: relative;
}

.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}


:root {
  --tagify-dd-color-primary:rgb(53,149,246);
  --tagify-dd-text-color:black;
  --tagify-dd-bg-color:white;
  --tagify-dd-item-pad:.3em .5em;
  --tagify-dd-max-height:300px;
}

.tagify {
  --tags-disabled-bg:#F1F1F1;
  --tags-border-color:#DDD;
  --tags-hover-border-color:#CCC;
  --tags-focus-border-color:#3595f6;
  --tag-border-radius:3px;
  --tag-bg:#E5E5E5;
  --tag-hover:#D3E2E2;
  --tag-text-color:black;
  --tag-text-color--edit:black;
  --tag-pad:0.3em 0.5em;
  --tag-inset-shadow-size:1.2em;
  --tag-invalid-color:#D39494;
  --tag-invalid-bg:rgba(211, 148, 148, 0.5);
  --tag--min-width:1ch;
  --tag--max-width:100%;
  --tag-hide-transition:0.3s;
  --tag-remove-bg:rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color:black;
  --tag-remove-btn-bg:none;
  --tag-remove-btn-bg--hover:#c77777;
  --input-color:inherit;
  --placeholder-color:rgba(0, 0, 0, 0.4);
  --placeholder-color-focus:rgba(0, 0, 0, 0.25);
  --loader-size:.8em;
  --readonly-striped:1;
  display: inline-flex;
  align-items: flex-start;
  align-content: baseline;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:has([contenteditable=true]) {
  cursor: text;
}

.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color:var(--tags-hover-border-color);
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}

.tagify[disabled].tagify--empty > .tagify__input::before {
  position: relative;
}

.tagify[disabled].tagify--select, .tagify[readonly].tagify--select {
  pointer-events: none;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty), .tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) {
  cursor: default;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) > .tagify__input, .tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag > div, .tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag > div {
  padding: var(--tag-pad);
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag > div::before, .tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[disabled] .tagify__tag__removeBtn, .tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify--loading .tagify__input > br:last-child {
  display: none;
}

.tagify--loading .tagify__input::before {
  content: none;
}

.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}

.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

.tagify + input, .tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  max-width: var(--tag--max-width);
  margin-inline: 5px 0;
  margin-block: 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
}

.tagify__tag > div {
  display: flex;
  flex: 1;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}

.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}

.tagify__tag > div > [contenteditable] {
  display: block;
  outline: 0;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

.tagify__tag > div > :only-child {
  width: 100%;
}

.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset:-2.5px;
  --tag-bg:var(--tag-hover);
}

.tagify__tag--loading {
  pointer-events: none;
}

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag--loading::after {
  --loader-size:.4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}

.tagify__tag--flash div::before {
  animation: none;
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}

.tagify__tag--hide > div > * {
  white-space: nowrap;
}

.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg:var(--tag-invalid-bg);
  transition: 0.2s;
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}

.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-inline: auto 4.6666666667px;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}

.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}

.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
  overflow: hidden;
}

.tagify__input:focus {
  outline: 0;
}

.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  width: 100%;
  height: 100%;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}

.tagify__input .tagify__tag {
  margin: 0 1px;
}

.tagify--mix {
  display: block;
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

.tagify--mix .tagify__input::after {
  content: none;
}

.tagify--select {
  cursor: default;
}

.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}

.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.tagify--select[aria-expanded=true] .tagify__tag__removeBtn {
  pointer-events: none;
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

.tagify--select .tagify__tag {
  flex: 1;
  max-width: none;
  margin-inline-end: 2em;
  margin-block: 0;
  padding-block: 5px;
  cursor: text;
}

.tagify--select .tagify__tag div::before {
  display: none;
}

.tagify--select .tagify__tag + .tagify__input {
  display: none;
}

.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}

.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

.tagify--focus {
  --tags-border-color:var(--tags-focus-border-color);
  transition: 0s;
}

.tagify--invalid {
  --tags-border-color:#D39494;
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(-1px);
  border-top: 1px solid var(--tagify-dd-color-primary);
  overflow: hidden;
}

.tagify__dropdown[dir=rtl] {
  transform: translate(-100%, -1px);
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

.tagify__dropdown__wrapper {
  scroll-behavior: auto;
  max-height: var(--tagify-dd-max-height);
  overflow: hidden;
  overflow-x: hidden;
  color: var(--tagify-dd-text-color);
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.3s cubic-bezier(0.5, 0, 0.3, 1), transform 0.15s;
  animation: dd-wrapper-show 0s 0.3s forwards;
}

@keyframes dd-wrapper-show {
  to {
    overflow-y: auto;
  }
}
.tagify__dropdown__header:empty {
  display: none;
}

.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}

.tagify__dropdown__footer:empty {
  display: none;
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}

.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  white-space: pre-wrap;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%;
  line-height: normal;
  position: relative;
}

.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

.tagify__dropdown__item:active {
  filter: brightness(105%);
}

.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}

.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

.tagify__dropdown__item--selected::before {
  content: "✓";
  font-family: monospace;
  position: absolute;
  inset-inline-start: 6px;
  text-indent: 0;
  line-height: 1.1;
}

.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item {
  text-indent: 1em;
}

.toastr-title {
  font-weight: bold;
}

.toastr-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toastr-message a,
.toastr-message label {
  color: #FFFFFF;
}

.toastr-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toastr-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toastr-close-button:hover,
.toastr-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toastr-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toastr-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toastr-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toastr-top-center-nav-margin {
  top: 65px;
  right: 0;
  width: 100%;
}

.toastr-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toastr-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toastr-top-full-width-nav-margin {
  top: 65px;
  right: 0;
  width: 100%;
}

.toastr-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toastr-top-left {
  top: 12px;
  left: 12px;
}

.toastr-top-left-nav-margin {
  top: 65px;
  left: 12px;
}

.toastr-top-right {
  top: 12px;
  right: 12px;
}

.toastr-top-right-nav-margin {
  top: 65px;
  right: 12px;
}

.toastr-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toastr-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toastr-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

#toastr-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toastr-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toastr-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toastr-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toastr-container > .toastr-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toastr-container > .toastr-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toastr-container > .toastr-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toastr-container > .toastr-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toastr-container.toastr-top-center-nav-margin > div,
#toastr-container.toastr-top-center > div,
#toastr-container.toastr-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toastr-container.toastr-top-full-width-nav-margin > div,
#toastr-container.toastr-top-full-width > div,
#toastr-container.toastr-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toastr {
  background-color: #030303;
}

.toastr-success {
  background-color: #51A351;
}

.toastr-error {
  background-color: #BD362F;
}

.toastr-info {
  background-color: #2F96B4;
}

.toastr-warning {
  background-color: #F89406;
}

.toastr-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toastr-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toastr-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toastr-container .toastr-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toastr-container .rtl .toastr-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toastr-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toastr-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toastr-container .toastr-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toastr-container .rtl .toastr-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toastr-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toastr-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
@keyframes opaque {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes resizeanim {
  0%, to {
    opacity: 0;
  }
}
.apexcharts-canvas {
  position: relative;
  direction: ltr !important;
  user-select: none;
}

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

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

.apexcharts-inner {
  position: relative;
}

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

rect.legend-mouseover-inactive,
.legend-mouseover-inactive rect,
.legend-mouseover-inactive path,
.legend-mouseover-inactive circle,
.legend-mouseover-inactive line,
.legend-mouseover-inactive text.apexcharts-yaxis-title-text,
.legend-mouseover-inactive text.apexcharts-yaxis-label {
  transition: 0.15s ease all;
  opacity: 0.2;
}

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

.apexcharts-series-collapsed {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.apexcharts-tooltip-marker {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-right: 4px;
  text-align: center;
  vertical-align: middle;
  color: inherit;
}

.apexcharts-tooltip-marker::before {
  content: "";
  display: inline-block;
  width: 100%;
  text-align: center;
  color: currentcolor;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 14px;
  font-weight: 900;
}

.apexcharts-tooltip-marker[shape=circle]::before {
  content: "●";
}

.apexcharts-tooltip-marker[shape=square]::before,
.apexcharts-tooltip-marker[shape=rect]::before {
  content: "■";
  transform: translate(-1px, -2px);
}

.apexcharts-tooltip-marker[shape=line]::before {
  content: "─";
}

.apexcharts-tooltip-marker[shape=diamond]::before {
  content: "◆";
  font-size: 28px;
}

.apexcharts-tooltip-marker[shape=triangle]::before {
  content: "▲";
  font-size: 22px;
}

.apexcharts-tooltip-marker[shape=cross]::before {
  content: "✕";
  font-size: 18px;
}

.apexcharts-tooltip-marker[shape=plus]::before {
  content: "✕";
  transform: rotate(45deg) translate(-1px, -1px);
  font-size: 18px;
}

.apexcharts-tooltip-marker[shape=star]::before {
  content: "★";
  font-size: 18px;
}

.apexcharts-tooltip-marker[shape=sparkle]::before {
  content: "✦";
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.apexcharts-yaxistooltip-hidden {
  display: none;
}

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

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

.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

.apexcharts-selection-rect {
  cursor: move;
}

.svg_select_shape {
  stroke-width: 1;
  stroke-dasharray: 10 10;
  stroke: black;
  stroke-opacity: 0.1;
  pointer-events: none;
  fill: none;
}

.svg_select_handle {
  stroke-width: 3;
  stroke: black;
  fill: none;
}

.svg_select_handle_r {
  cursor: e-resize;
}

.svg_select_handle_l {
  cursor: w-resize;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}
.apexcharts-canvas .apexcharts-element-hidden,
.apexcharts-datalabel.apexcharts-element-hidden,
.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: 0.25s ease all;
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-datalabels,
.apexcharts-pie-label {
  cursor: default;
  pointer-events: none;
}

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

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

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

.apexcharts-tooltip-active .apexcharts-marker {
  transition: 0.15s ease all;
}

.apexcharts-radar-series .apexcharts-yaxis {
  pointer-events: none;
}

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

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

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

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

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

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

.apexcharts-rangebar-goals-markers {
  pointer-events: none;
}

.apexcharts-disable-transitions * {
  transition: none !important;
}

:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.1s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-timer-progress-bar-background: rgba(0, 0, 0, 0.3);
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075);
}

[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix(
    in srgb,
    var(--swal2-dark-theme-black),
    var(--swal2-dark-theme-white) 10%
  );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
  --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
}

@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix(
      in srgb,
      var(--swal2-dark-theme-black),
      var(--swal2-dark-theme-white) 10%
    );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
    --swal2-timer-progress-bar-background: rgba(255, 255, 255, 0.7);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 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: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}

div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}

div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}

div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}

div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}

div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}

div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}

div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}

div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}

div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}

div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}

div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}

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

div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
}

div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}

div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: 0.4;
}

div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}

div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: var(--swal2-timer-progress-bar-background);
}

div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}

div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  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: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: transparent;
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}

div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: transparent;
  color: #f27474;
}

div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}

div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  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;
  cursor: initial;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}

div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}

div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}

div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}

div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}

div:where(.swal2-container) .swal2-range input {
  width: 80%;
}

div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}

div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}

div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}

div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

div:where(.swal2-container) .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;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}

div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  zoom: var(--swal2-icon-zoom);
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}

div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}

@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}

@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}

@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}

div:where(.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;
}

div:where(.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;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: var(--swal2-show-animation);
}

.swal2-hide {
  animation: var(--swal2-hide-animation);
}

.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;
}

.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;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}

.swal2-toast > * {
  grid-column: 2;
}

.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}

.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}

.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-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}

.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@font-face {
  font-family: "keenicons-duotone";
  src: url("fonts/keenicons/keenicons-duotone.eot?eut7fk");
  src: url("fonts/keenicons/keenicons-duotone.eot?eut7fk#iefix") format("embedded-opentype"), url("fonts/keenicons/keenicons-duotone.ttf?eut7fk") format("truetype"), url("fonts/keenicons/keenicons-duotone.woff?eut7fk") format("woff"), url("fonts/keenicons/keenicons-duotone.svg?eut7fk#keenicons-duotone") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ki-duotone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "keenicons-duotone" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  display: inline-flex;
  direction: ltr;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1 .path1:before {
  content: "\e900";
  opacity: 0.3;
}

.ki-abstract-1 .path2:before {
  content: "\e901";
  position: absolute;
  left: 0;
}

.ki-abstract-2 .path1:before {
  content: "\e902";
  opacity: 0.3;
}

.ki-abstract-2 .path2:before {
  content: "\e903";
  position: absolute;
  left: 0;
}

.ki-abstract-3 .path1:before {
  content: "\e904";
  opacity: 0.3;
}

.ki-abstract-3 .path2:before {
  content: "\e905";
  position: absolute;
  left: 0;
}

.ki-abstract-4 .path1:before {
  content: "\e906";
  opacity: 0.3;
}

.ki-abstract-4 .path2:before {
  content: "\e907";
  position: absolute;
  left: 0;
}

.ki-abstract-5 .path1:before {
  content: "\e908";
  opacity: 0.3;
}

.ki-abstract-5 .path2:before {
  content: "\e909";
  position: absolute;
  left: 0;
}

.ki-abstract-6:before {
  content: "\e90a";
}

.ki-abstract-7 .path1:before {
  content: "\e90b";
  opacity: 0.3;
}

.ki-abstract-7 .path2:before {
  content: "\e90c";
  position: absolute;
  left: 0;
}

.ki-abstract-8 .path1:before {
  content: "\e90d";
  opacity: 0.3;
}

.ki-abstract-8 .path2:before {
  content: "\e90e";
  position: absolute;
  left: 0;
}

.ki-abstract-9 .path1:before {
  content: "\e90f";
  opacity: 0.3;
}

.ki-abstract-9 .path2:before {
  content: "\e910";
  position: absolute;
  left: 0;
}

.ki-abstract-10 .path1:before {
  content: "\e911";
  opacity: 0.3;
}

.ki-abstract-10 .path2:before {
  content: "\e912";
  position: absolute;
  left: 0;
}

.ki-abstract-11 .path1:before {
  content: "\e913";
  opacity: 0.3;
}

.ki-abstract-11 .path2:before {
  content: "\e914";
  position: absolute;
  left: 0;
}

.ki-abstract-12 .path1:before {
  content: "\e915";
  opacity: 0.3;
}

.ki-abstract-12 .path2:before {
  content: "\e916";
  position: absolute;
  left: 0;
}

.ki-abstract-13 .path1:before {
  content: "\e917";
  opacity: 0.3;
}

.ki-abstract-13 .path2:before {
  content: "\e918";
  position: absolute;
  left: 0;
}

.ki-abstract-14 .path1:before {
  content: "\e919";
}

.ki-abstract-14 .path2:before {
  content: "\e91a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-15 .path1:before {
  content: "\e91b";
  opacity: 0.3;
}

.ki-abstract-15 .path2:before {
  content: "\e91c";
  position: absolute;
  left: 0;
}

.ki-abstract-16 .path1:before {
  content: "\e91d";
  opacity: 0.3;
}

.ki-abstract-16 .path2:before {
  content: "\e91e";
  position: absolute;
  left: 0;
}

.ki-abstract-17 .path1:before {
  content: "\e91f";
}

.ki-abstract-17 .path2:before {
  content: "\e920";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-18 .path1:before {
  content: "\e921";
}

.ki-abstract-18 .path2:before {
  content: "\e922";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-19 .path1:before {
  content: "\e923";
}

.ki-abstract-19 .path2:before {
  content: "\e924";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-20 .path1:before {
  content: "\e925";
}

.ki-abstract-20 .path2:before {
  content: "\e926";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-21 .path1:before {
  content: "\e927";
  opacity: 0.3;
}

.ki-abstract-21 .path2:before {
  content: "\e928";
  position: absolute;
  left: 0;
}

.ki-abstract-22 .path1:before {
  content: "\e929";
  opacity: 0.3;
}

.ki-abstract-22 .path2:before {
  content: "\e92a";
  position: absolute;
  left: 0;
}

.ki-abstract-23 .path1:before {
  content: "\e92b";
  opacity: 0.3;
}

.ki-abstract-23 .path2:before {
  content: "\e92c";
  position: absolute;
  left: 0;
}

.ki-abstract-24 .path1:before {
  content: "\e92d";
}

.ki-abstract-24 .path2:before {
  content: "\e92e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-25 .path1:before {
  content: "\e92f";
  opacity: 0.3;
}

.ki-abstract-25 .path2:before {
  content: "\e930";
  position: absolute;
  left: 0;
}

.ki-abstract-26 .path1:before {
  content: "\e931";
  opacity: 0.3;
}

.ki-abstract-26 .path2:before {
  content: "\e932";
  position: absolute;
  left: 0;
}

.ki-abstract-27 .path1:before {
  content: "\e933";
}

.ki-abstract-27 .path2:before {
  content: "\e934";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-28 .path1:before {
  content: "\e935";
}

.ki-abstract-28 .path2:before {
  content: "\e936";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-29 .path1:before {
  content: "\e937";
}

.ki-abstract-29 .path2:before {
  content: "\e938";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-30 .path1:before {
  content: "\e939";
}

.ki-abstract-30 .path2:before {
  content: "\e93a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-31 .path1:before {
  content: "\e93b";
}

.ki-abstract-31 .path2:before {
  content: "\e93c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-32 .path1:before {
  content: "\e93d";
}

.ki-abstract-32 .path2:before {
  content: "\e93e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-33 .path1:before {
  content: "\e93f";
  opacity: 0.3;
}

.ki-abstract-33 .path2:before {
  content: "\e940";
  position: absolute;
  left: 0;
}

.ki-abstract-34 .path1:before {
  content: "\e941";
  opacity: 0.3;
}

.ki-abstract-34 .path2:before {
  content: "\e942";
  position: absolute;
  left: 0;
}

.ki-abstract-35 .path1:before {
  content: "\e943";
}

.ki-abstract-35 .path2:before {
  content: "\e944";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-36 .path1:before {
  content: "\e945";
}

.ki-abstract-36 .path2:before {
  content: "\e946";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-37 .path1:before {
  content: "\e947";
  opacity: 0.3;
}

.ki-abstract-37 .path2:before {
  content: "\e948";
  position: absolute;
  left: 0;
}

.ki-abstract-38 .path1:before {
  content: "\e949";
}

.ki-abstract-38 .path2:before {
  content: "\e94a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-39 .path1:before {
  content: "\e94b";
  opacity: 0.3;
}

.ki-abstract-39 .path2:before {
  content: "\e94c";
  position: absolute;
  left: 0;
}

.ki-abstract-40 .path1:before {
  content: "\e94d";
}

.ki-abstract-40 .path2:before {
  content: "\e94e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-41 .path1:before {
  content: "\e94f";
}

.ki-abstract-41 .path2:before {
  content: "\e950";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-42 .path1:before {
  content: "\e951";
  opacity: 0.3;
}

.ki-abstract-42 .path2:before {
  content: "\e952";
  position: absolute;
  left: 0;
}

.ki-abstract-43 .path1:before {
  content: "\e953";
  opacity: 0.3;
}

.ki-abstract-43 .path2:before {
  content: "\e954";
  position: absolute;
  left: 0;
}

.ki-abstract-44 .path1:before {
  content: "\e955";
}

.ki-abstract-44 .path2:before {
  content: "\e956";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-45 .path1:before {
  content: "\e957";
}

.ki-abstract-45 .path2:before {
  content: "\e958";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-46 .path1:before {
  content: "\e959";
  opacity: 0.3;
}

.ki-abstract-46 .path2:before {
  content: "\e95a";
  position: absolute;
  left: 0;
}

.ki-abstract-47 .path1:before {
  content: "\e95b";
  opacity: 0.3;
}

.ki-abstract-47 .path2:before {
  content: "\e95c";
  position: absolute;
  left: 0;
}

.ki-abstract-48 .path1:before {
  content: "\e95d";
  opacity: 0.3;
}

.ki-abstract-48 .path2:before {
  content: "\e95e";
  position: absolute;
  left: 0;
}

.ki-abstract-48 .path3:before {
  content: "\e95f";
  position: absolute;
  left: 0;
}

.ki-abstract-49 .path1:before {
  content: "\e960";
  opacity: 0.3;
}

.ki-abstract-49 .path2:before {
  content: "\e961";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-abstract-49 .path3:before {
  content: "\e962";
  position: absolute;
  left: 0;
}

.ki-abstract .path1:before {
  content: "\e963";
  opacity: 0.3;
}

.ki-abstract .path2:before {
  content: "\e964";
  position: absolute;
  left: 0;
}

.ki-add-files .path1:before {
  content: "\e965";
}

.ki-add-files .path2:before {
  content: "\e966";
  position: absolute;
  left: 0;
}

.ki-add-files .path3:before {
  content: "\e967";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-add-folder .path1:before {
  content: "\e968";
  opacity: 0.3;
}

.ki-add-folder .path2:before {
  content: "\e969";
  position: absolute;
  left: 0;
}

.ki-add-item .path1:before {
  content: "\e96a";
  opacity: 0.3;
}

.ki-add-item .path2:before {
  content: "\e96b";
  position: absolute;
  left: 0;
}

.ki-add-item .path3:before {
  content: "\e96c";
  position: absolute;
  left: 0;
}

.ki-add-notepad .path1:before {
  content: "\e96d";
  opacity: 0.3;
}

.ki-add-notepad .path2:before {
  content: "\e96e";
  position: absolute;
  left: 0;
}

.ki-add-notepad .path3:before {
  content: "\e96f";
  position: absolute;
  left: 0;
}

.ki-add-notepad .path4:before {
  content: "\e970";
  position: absolute;
  left: 0;
}

.ki-address-book .path1:before {
  content: "\e971";
}

.ki-address-book .path2:before {
  content: "\e972";
  position: absolute;
  left: 0;
}

.ki-address-book .path3:before {
  content: "\e973";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-airplane-square .path1:before {
  content: "\e974";
  opacity: 0.3;
}

.ki-airplane-square .path2:before {
  content: "\e975";
  position: absolute;
  left: 0;
}

.ki-airplane .path1:before {
  content: "\e976";
  opacity: 0.3;
}

.ki-airplane .path2:before {
  content: "\e977";
  position: absolute;
  left: 0;
}

.ki-airpod .path1:before {
  content: "\e978";
  opacity: 0.3;
}

.ki-airpod .path2:before {
  content: "\e979";
  position: absolute;
  left: 0;
}

.ki-airpod .path3:before {
  content: "\e97a";
  position: absolute;
  left: 0;
}

.ki-android .path1:before {
  content: "\e97b";
  opacity: 0.3;
}

.ki-android .path2:before {
  content: "\e97c";
  position: absolute;
  left: 0;
}

.ki-android .path3:before {
  content: "\e97d";
  position: absolute;
  left: 0;
}

.ki-android .path4:before {
  content: "\e97e";
  position: absolute;
  left: 0;
}

.ki-android .path5:before {
  content: "\e97f";
  position: absolute;
  left: 0;
}

.ki-android .path6:before {
  content: "\e980";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-angular .path1:before {
  content: "\e981";
  opacity: 0.3;
}

.ki-angular .path2:before {
  content: "\e982";
  position: absolute;
  left: 0;
}

.ki-angular .path3:before {
  content: "\e983";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-apple .path1:before {
  content: "\e984";
}

.ki-apple .path2:before {
  content: "\e985";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-archive-tick .path1:before {
  content: "\e986";
  opacity: 0.3;
}

.ki-archive-tick .path2:before {
  content: "\e987";
  position: absolute;
  left: 0;
}

.ki-archive .path1:before {
  content: "\e988";
  opacity: 0.3;
}

.ki-archive .path2:before {
  content: "\e989";
  position: absolute;
  left: 0;
}

.ki-archive .path3:before {
  content: "\e98a";
  position: absolute;
  left: 0;
}

.ki-arrow-circle-left .path1:before {
  content: "\e98b";
  opacity: 0.3;
}

.ki-arrow-circle-left .path2:before {
  content: "\e98c";
  position: absolute;
  left: 0;
}

.ki-arrow-circle-right .path1:before {
  content: "\e98d";
  opacity: 0.3;
}

.ki-arrow-circle-right .path2:before {
  content: "\e98e";
  position: absolute;
  left: 0;
}

.ki-arrow-diagonal .path1:before {
  content: "\e98f";
  opacity: 0.3;
}

.ki-arrow-diagonal .path2:before {
  content: "\e990";
  position: absolute;
  left: 0;
}

.ki-arrow-diagonal .path3:before {
  content: "\e991";
  position: absolute;
  left: 0;
}

.ki-arrow-down-left .path1:before {
  content: "\e992";
}

.ki-arrow-down-left .path2:before {
  content: "\e993";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-down-refraction .path1:before {
  content: "\e994";
  opacity: 0.3;
}

.ki-arrow-down-refraction .path2:before {
  content: "\e995";
  position: absolute;
  left: 0;
}

.ki-arrow-down-right .path1:before {
  content: "\e996";
}

.ki-arrow-down-right .path2:before {
  content: "\e997";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-down .path1:before {
  content: "\e998";
}

.ki-arrow-down .path2:before {
  content: "\e999";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-left .path1:before {
  content: "\e99a";
}

.ki-arrow-left .path2:before {
  content: "\e99b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-mix .path1:before {
  content: "\e99c";
}

.ki-arrow-mix .path2:before {
  content: "\e99d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-right-left .path1:before {
  content: "\e99e";
  opacity: 0.3;
}

.ki-arrow-right-left .path2:before {
  content: "\e99f";
  position: absolute;
  left: 0;
}

.ki-arrow-right .path1:before {
  content: "\e9a0";
}

.ki-arrow-right .path2:before {
  content: "\e9a1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-two-diagonals .path1:before {
  content: "\e9a2";
  opacity: 0.3;
}

.ki-arrow-two-diagonals .path2:before {
  content: "\e9a3";
  position: absolute;
  left: 0;
}

.ki-arrow-two-diagonals .path3:before {
  content: "\e9a4";
  position: absolute;
  left: 0;
}

.ki-arrow-two-diagonals .path4:before {
  content: "\e9a5";
  position: absolute;
  left: 0;
}

.ki-arrow-two-diagonals .path5:before {
  content: "\e9a6";
  position: absolute;
  left: 0;
}

.ki-arrow-up-down .path1:before {
  content: "\e9a7";
  opacity: 0.3;
}

.ki-arrow-up-down .path2:before {
  content: "\e9a8";
  position: absolute;
  left: 0;
}

.ki-arrow-up-left .path1:before {
  content: "\e9a9";
}

.ki-arrow-up-left .path2:before {
  content: "\e9aa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-up-refraction .path1:before {
  content: "\e9ab";
  opacity: 0.3;
}

.ki-arrow-up-refraction .path2:before {
  content: "\e9ac";
  position: absolute;
  left: 0;
}

.ki-arrow-up-right .path1:before {
  content: "\e9ad";
}

.ki-arrow-up-right .path2:before {
  content: "\e9ae";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-up .path1:before {
  content: "\e9af";
}

.ki-arrow-up .path2:before {
  content: "\e9b0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrow-zigzag .path1:before {
  content: "\e9b1";
}

.ki-arrow-zigzag .path2:before {
  content: "\e9b2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-arrows-circle .path1:before {
  content: "\e9b3";
  opacity: 0.3;
}

.ki-arrows-circle .path2:before {
  content: "\e9b4";
  position: absolute;
  left: 0;
}

.ki-arrows-loop .path1:before {
  content: "\e9b5";
  opacity: 0.3;
}

.ki-arrows-loop .path2:before {
  content: "\e9b6";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path1:before {
  content: "\e9b7";
  opacity: 0.3;
}

.ki-artificial-intelligence .path2:before {
  content: "\e9b8";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path3:before {
  content: "\e9b9";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path4:before {
  content: "\e9ba";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path5:before {
  content: "\e9bb";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path6:before {
  content: "\e9bc";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path7:before {
  content: "\e9bd";
  position: absolute;
  left: 0;
}

.ki-artificial-intelligence .path8:before {
  content: "\e9be";
  position: absolute;
  left: 0;
}

.ki-auto-brightness .path1:before {
  content: "\e9bf";
  opacity: 0.3;
}

.ki-auto-brightness .path2:before {
  content: "\e9c0";
  position: absolute;
  left: 0;
}

.ki-auto-brightness .path3:before {
  content: "\e9c1";
  position: absolute;
  left: 0;
}

.ki-avalanche .path1:before {
  content: "\e9c2";
  opacity: 0.3;
}

.ki-avalanche .path2:before {
  content: "\e9c3";
  position: absolute;
  left: 0;
}

.ki-award .path1:before {
  content: "\e9c4";
  opacity: 0.3;
}

.ki-award .path2:before {
  content: "\e9c5";
  position: absolute;
  left: 0;
}

.ki-award .path3:before {
  content: "\e9c6";
  position: absolute;
  left: 0;
}

.ki-badge .path1:before {
  content: "\e9c7";
  opacity: 0.3;
}

.ki-badge .path2:before {
  content: "\e9c8";
  position: absolute;
  left: 0;
}

.ki-badge .path3:before {
  content: "\e9c9";
  position: absolute;
  left: 0;
}

.ki-badge .path4:before {
  content: "\e9ca";
  position: absolute;
  left: 0;
}

.ki-badge .path5:before {
  content: "\e9cb";
  position: absolute;
  left: 0;
}

.ki-bandage .path1:before {
  content: "\e9cc";
  opacity: 0.3;
}

.ki-bandage .path2:before {
  content: "\e9cd";
  position: absolute;
  left: 0;
}

.ki-bank .path1:before {
  content: "\e9ce";
  opacity: 0.3;
}

.ki-bank .path2:before {
  content: "\e9cf";
  position: absolute;
  left: 0;
}

.ki-barcode .path1:before {
  content: "\e9d0";
}

.ki-barcode .path2:before {
  content: "\e9d1";
  position: absolute;
  left: 0;
}

.ki-barcode .path3:before {
  content: "\e9d2";
  position: absolute;
  left: 0;
}

.ki-barcode .path4:before {
  content: "\e9d3";
  position: absolute;
  left: 0;
}

.ki-barcode .path5:before {
  content: "\e9d4";
  position: absolute;
  left: 0;
}

.ki-barcode .path6:before {
  content: "\e9d5";
  position: absolute;
  left: 0;
}

.ki-barcode .path7:before {
  content: "\e9d6";
  position: absolute;
  left: 0;
}

.ki-barcode .path8:before {
  content: "\e9d7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-basket-ok .path1:before {
  content: "\e9d8";
  opacity: 0.3;
}

.ki-basket-ok .path2:before {
  content: "\e9d9";
  position: absolute;
  left: 0;
}

.ki-basket-ok .path3:before {
  content: "\e9da";
  position: absolute;
  left: 0;
}

.ki-basket-ok .path4:before {
  content: "\e9db";
  position: absolute;
  left: 0;
}

.ki-basket .path1:before {
  content: "\e9dc";
  opacity: 0.3;
}

.ki-basket .path2:before {
  content: "\e9dd";
  position: absolute;
  left: 0;
}

.ki-basket .path3:before {
  content: "\e9de";
  position: absolute;
  left: 0;
}

.ki-basket .path4:before {
  content: "\e9df";
  position: absolute;
  left: 0;
}

.ki-behance .path1:before {
  content: "\e9e0";
}

.ki-behance .path2:before {
  content: "\e9e1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-bill .path1:before {
  content: "\e9e2";
  opacity: 0.3;
}

.ki-bill .path2:before {
  content: "\e9e3";
  position: absolute;
  left: 0;
}

.ki-bill .path3:before {
  content: "\e9e4";
  position: absolute;
  left: 0;
}

.ki-bill .path4:before {
  content: "\e9e5";
  position: absolute;
  left: 0;
}

.ki-bill .path5:before {
  content: "\e9e6";
  position: absolute;
  left: 0;
}

.ki-bill .path6:before {
  content: "\e9e7";
  position: absolute;
  left: 0;
}

.ki-binance-usd .path1:before {
  content: "\e9e8";
}

.ki-binance-usd .path2:before {
  content: "\e9e9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-binance-usd .path3:before {
  content: "\e9ea";
  position: absolute;
  left: 0;
}

.ki-binance-usd .path4:before {
  content: "\e9eb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-binance .path1:before {
  content: "\e9ec";
  opacity: 0.3;
}

.ki-binance .path2:before {
  content: "\e9ed";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-binance .path3:before {
  content: "\e9ee";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-binance .path4:before {
  content: "\e9ef";
  position: absolute;
  left: 0;
}

.ki-binance .path5:before {
  content: "\e9f0";
  position: absolute;
  left: 0;
}

.ki-bitcoin .path1:before {
  content: "\e9f1";
  opacity: 0.3;
}

.ki-bitcoin .path2:before {
  content: "\e9f2";
  position: absolute;
  left: 0;
}

.ki-black-down:before {
  content: "\e9f3";
}

.ki-black-left-line .path1:before {
  content: "\e9f4";
}

.ki-black-left-line .path2:before {
  content: "\e9f5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-black-left:before {
  content: "\e9f6";
}

.ki-black-right-line .path1:before {
  content: "\e9f7";
}

.ki-black-right-line .path2:before {
  content: "\e9f8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-black-right:before {
  content: "\e9f9";
}

.ki-black-up:before {
  content: "\e9fa";
}

.ki-bluetooth .path1:before {
  content: "\e9fb";
}

.ki-bluetooth .path2:before {
  content: "\e9fc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-book-open .path1:before {
  content: "\e9fd";
  opacity: 0.3;
}

.ki-book-open .path2:before {
  content: "\e9fe";
  position: absolute;
  left: 0;
}

.ki-book-open .path3:before {
  content: "\e9ff";
  position: absolute;
  left: 0;
}

.ki-book-open .path4:before {
  content: "\ea00";
  position: absolute;
  left: 0;
}

.ki-book-square .path1:before {
  content: "\ea01";
  opacity: 0.3;
}

.ki-book-square .path2:before {
  content: "\ea02";
  position: absolute;
  left: 0;
}

.ki-book-square .path3:before {
  content: "\ea03";
  position: absolute;
  left: 0;
}

.ki-book .path1:before {
  content: "\ea04";
  opacity: 0.3;
}

.ki-book .path2:before {
  content: "\ea05";
  position: absolute;
  left: 0;
}

.ki-book .path3:before {
  content: "\ea06";
  position: absolute;
  left: 0;
}

.ki-book .path4:before {
  content: "\ea07";
  position: absolute;
  left: 0;
}

.ki-bookmark-2 .path1:before {
  content: "\ea08";
  opacity: 0.3;
}

.ki-bookmark-2 .path2:before {
  content: "\ea09";
  position: absolute;
  left: 0;
}

.ki-bookmark .path1:before {
  content: "\ea0a";
  opacity: 0.3;
}

.ki-bookmark .path2:before {
  content: "\ea0b";
  position: absolute;
  left: 0;
}

.ki-bootstrap .path1:before {
  content: "\ea0c";
  opacity: 0.3;
}

.ki-bootstrap .path2:before {
  content: "\ea0d";
  position: absolute;
  left: 0;
}

.ki-bootstrap .path3:before {
  content: "\ea0e";
  position: absolute;
  left: 0;
}

.ki-briefcase .path1:before {
  content: "\ea0f";
  opacity: 0.3;
}

.ki-briefcase .path2:before {
  content: "\ea10";
  position: absolute;
  left: 0;
}

.ki-brifecase-cros .path1:before {
  content: "\ea11";
  opacity: 0.3;
}

.ki-brifecase-cros .path2:before {
  content: "\ea12";
  position: absolute;
  left: 0;
}

.ki-brifecase-cros .path3:before {
  content: "\ea13";
  position: absolute;
  left: 0;
}

.ki-brifecase-tick .path1:before {
  content: "\ea14";
  opacity: 0.3;
}

.ki-brifecase-tick .path2:before {
  content: "\ea15";
  position: absolute;
  left: 0;
}

.ki-brifecase-tick .path3:before {
  content: "\ea16";
  position: absolute;
  left: 0;
}

.ki-brifecase-timer .path1:before {
  content: "\ea17";
  opacity: 0.3;
}

.ki-brifecase-timer .path2:before {
  content: "\ea18";
  position: absolute;
  left: 0;
}

.ki-brifecase-timer .path3:before {
  content: "\ea19";
  position: absolute;
  left: 0;
}

.ki-brush .path1:before {
  content: "\ea1a";
  opacity: 0.3;
}

.ki-brush .path2:before {
  content: "\ea1b";
  position: absolute;
  left: 0;
}

.ki-bucket-square .path1:before {
  content: "\ea1c";
  opacity: 0.3;
}

.ki-bucket-square .path2:before {
  content: "\ea1d";
  position: absolute;
  left: 0;
}

.ki-bucket-square .path3:before {
  content: "\ea1e";
  position: absolute;
  left: 0;
}

.ki-bucket .path1:before {
  content: "\ea1f";
  opacity: 0.3;
}

.ki-bucket .path2:before {
  content: "\ea20";
  position: absolute;
  left: 0;
}

.ki-bucket .path3:before {
  content: "\ea21";
  position: absolute;
  left: 0;
}

.ki-bucket .path4:before {
  content: "\ea22";
  position: absolute;
  left: 0;
}

.ki-burger-menu-1 .path1:before {
  content: "\ea23";
  opacity: 0.3;
}

.ki-burger-menu-1 .path2:before {
  content: "\ea24";
  position: absolute;
  left: 0;
}

.ki-burger-menu-1 .path3:before {
  content: "\ea25";
  position: absolute;
  left: 0;
}

.ki-burger-menu-1 .path4:before {
  content: "\ea26";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path1:before {
  content: "\ea27";
  opacity: 0.3;
}

.ki-burger-menu-2 .path2:before {
  content: "\ea28";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path3:before {
  content: "\ea29";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path4:before {
  content: "\ea2a";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path5:before {
  content: "\ea2b";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path6:before {
  content: "\ea2c";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path7:before {
  content: "\ea2d";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path8:before {
  content: "\ea2e";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path9:before {
  content: "\ea2f";
  position: absolute;
  left: 0;
}

.ki-burger-menu-2 .path10:before {
  content: "\ea30";
  position: absolute;
  left: 0;
}

.ki-burger-menu-3 .path1:before {
  content: "\ea31";
  opacity: 0.3;
}

.ki-burger-menu-3 .path2:before {
  content: "\ea32";
  position: absolute;
  left: 0;
}

.ki-burger-menu-3 .path3:before {
  content: "\ea33";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-burger-menu-3 .path4:before {
  content: "\ea34";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-burger-menu-3 .path5:before {
  content: "\ea35";
  position: absolute;
  left: 0;
}

.ki-burger-menu-3 .path6:before {
  content: "\ea36";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-burger-menu-3 .path7:before {
  content: "\ea37";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-burger-menu-3 .path8:before {
  content: "\ea38";
  position: absolute;
  left: 0;
}

.ki-burger-menu-3 .path9:before {
  content: "\ea39";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-burger-menu-4:before {
  content: "\ea3a";
}

.ki-burger-menu-5:before {
  content: "\ea3b";
}

.ki-burger-menu-6:before {
  content: "\ea3c";
}

.ki-burger-menu .path1:before {
  content: "\ea3d";
  opacity: 0.3;
}

.ki-burger-menu .path2:before {
  content: "\ea3e";
  position: absolute;
  left: 0;
}

.ki-burger-menu .path3:before {
  content: "\ea3f";
  position: absolute;
  left: 0;
}

.ki-burger-menu .path4:before {
  content: "\ea40";
  position: absolute;
  left: 0;
}

.ki-bus .path1:before {
  content: "\ea41";
  opacity: 0.3;
}

.ki-bus .path2:before {
  content: "\ea42";
  position: absolute;
  left: 0;
}

.ki-bus .path3:before {
  content: "\ea43";
  position: absolute;
  left: 0;
}

.ki-bus .path4:before {
  content: "\ea44";
  position: absolute;
  left: 0;
}

.ki-bus .path5:before {
  content: "\ea45";
  position: absolute;
  left: 0;
}

.ki-calculator .path1:before {
  content: "\ea46";
  opacity: 0.3;
}

.ki-calculator .path2:before {
  content: "\ea47";
  position: absolute;
  left: 0;
}

.ki-calculator .path3:before {
  content: "\ea48";
  position: absolute;
  left: 0;
}

.ki-calculator .path4:before {
  content: "\ea49";
  position: absolute;
  left: 0;
}

.ki-calculator .path5:before {
  content: "\ea4a";
  position: absolute;
  left: 0;
}

.ki-calculator .path6:before {
  content: "\ea4b";
  position: absolute;
  left: 0;
}

.ki-calendar-2 .path1:before {
  content: "\ea4c";
  opacity: 0.3;
}

.ki-calendar-2 .path2:before {
  content: "\ea4d";
  position: absolute;
  left: 0;
}

.ki-calendar-2 .path3:before {
  content: "\ea4e";
  position: absolute;
  left: 0;
}

.ki-calendar-2 .path4:before {
  content: "\ea4f";
  position: absolute;
  left: 0;
}

.ki-calendar-2 .path5:before {
  content: "\ea50";
  position: absolute;
  left: 0;
}

.ki-calendar-8 .path1:before {
  content: "\ea51";
  opacity: 0.3;
}

.ki-calendar-8 .path2:before {
  content: "\ea52";
  position: absolute;
  left: 0;
}

.ki-calendar-8 .path3:before {
  content: "\ea53";
  position: absolute;
  left: 0;
}

.ki-calendar-8 .path4:before {
  content: "\ea54";
  position: absolute;
  left: 0;
}

.ki-calendar-8 .path5:before {
  content: "\ea55";
  position: absolute;
  left: 0;
}

.ki-calendar-8 .path6:before {
  content: "\ea56";
  position: absolute;
  left: 0;
}

.ki-calendar-add .path1:before {
  content: "\ea57";
  opacity: 0.3;
}

.ki-calendar-add .path2:before {
  content: "\ea58";
  position: absolute;
  left: 0;
}

.ki-calendar-add .path3:before {
  content: "\ea59";
  position: absolute;
  left: 0;
}

.ki-calendar-add .path4:before {
  content: "\ea5a";
  position: absolute;
  left: 0;
}

.ki-calendar-add .path5:before {
  content: "\ea5b";
  position: absolute;
  left: 0;
}

.ki-calendar-add .path6:before {
  content: "\ea5c";
  position: absolute;
  left: 0;
}

.ki-calendar-edit .path1:before {
  content: "\ea5d";
  opacity: 0.3;
}

.ki-calendar-edit .path2:before {
  content: "\ea5e";
  position: absolute;
  left: 0;
}

.ki-calendar-edit .path3:before {
  content: "\ea5f";
  position: absolute;
  left: 0;
}

.ki-calendar-remove .path1:before {
  content: "\ea60";
  opacity: 0.3;
}

.ki-calendar-remove .path2:before {
  content: "\ea61";
  position: absolute;
  left: 0;
}

.ki-calendar-remove .path3:before {
  content: "\ea62";
  position: absolute;
  left: 0;
}

.ki-calendar-remove .path4:before {
  content: "\ea63";
  position: absolute;
  left: 0;
}

.ki-calendar-remove .path5:before {
  content: "\ea64";
  position: absolute;
  left: 0;
}

.ki-calendar-remove .path6:before {
  content: "\ea65";
  position: absolute;
  left: 0;
}

.ki-calendar-search .path1:before {
  content: "\ea66";
  opacity: 0.3;
}

.ki-calendar-search .path2:before {
  content: "\ea67";
  position: absolute;
  left: 0;
}

.ki-calendar-search .path3:before {
  content: "\ea68";
  position: absolute;
  left: 0;
}

.ki-calendar-search .path4:before {
  content: "\ea69";
  position: absolute;
  left: 0;
}

.ki-calendar-tick .path1:before {
  content: "\ea6a";
  opacity: 0.3;
}

.ki-calendar-tick .path2:before {
  content: "\ea6b";
  position: absolute;
  left: 0;
}

.ki-calendar-tick .path3:before {
  content: "\ea6c";
  position: absolute;
  left: 0;
}

.ki-calendar-tick .path4:before {
  content: "\ea6d";
  position: absolute;
  left: 0;
}

.ki-calendar-tick .path5:before {
  content: "\ea6e";
  position: absolute;
  left: 0;
}

.ki-calendar-tick .path6:before {
  content: "\ea6f";
  position: absolute;
  left: 0;
}

.ki-calendar .path1:before {
  content: "\ea70";
  opacity: 0.3;
}

.ki-calendar .path2:before {
  content: "\ea71";
  position: absolute;
  left: 0;
}

.ki-call .path1:before {
  content: "\ea72";
  opacity: 0.3;
}

.ki-call .path2:before {
  content: "\ea73";
  position: absolute;
  left: 0;
}

.ki-call .path3:before {
  content: "\ea74";
  position: absolute;
  left: 0;
}

.ki-call .path4:before {
  content: "\ea75";
  position: absolute;
  left: 0;
}

.ki-call .path5:before {
  content: "\ea76";
  position: absolute;
  left: 0;
}

.ki-call .path6:before {
  content: "\ea77";
  position: absolute;
  left: 0;
}

.ki-call .path7:before {
  content: "\ea78";
  position: absolute;
  left: 0;
}

.ki-call .path8:before {
  content: "\ea79";
  position: absolute;
  left: 0;
}

.ki-capsule .path1:before {
  content: "\ea7a";
  opacity: 0.3;
}

.ki-capsule .path2:before {
  content: "\ea7b";
  position: absolute;
  left: 0;
}

.ki-car-2 .path1:before {
  content: "\ea7c";
}

.ki-car-2 .path2:before {
  content: "\ea7d";
  position: absolute;
  left: 0;
}

.ki-car-2 .path3:before {
  content: "\ea7e";
  position: absolute;
  left: 0;
}

.ki-car-2 .path4:before {
  content: "\ea7f";
  position: absolute;
  left: 0;
}

.ki-car-2 .path5:before {
  content: "\ea80";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-car-2 .path6:before {
  content: "\ea81";
  position: absolute;
  left: 0;
}

.ki-car-3 .path1:before {
  content: "\ea82";
}

.ki-car-3 .path2:before {
  content: "\ea83";
  position: absolute;
  left: 0;
}

.ki-car-3 .path3:before {
  content: "\ea84";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-car .path1:before {
  content: "\ea85";
  opacity: 0.3;
}

.ki-car .path2:before {
  content: "\ea86";
  position: absolute;
  left: 0;
}

.ki-car .path3:before {
  content: "\ea87";
  position: absolute;
  left: 0;
}

.ki-car .path4:before {
  content: "\ea88";
  position: absolute;
  left: 0;
}

.ki-car .path5:before {
  content: "\ea89";
  position: absolute;
  left: 0;
}

.ki-category .path1:before {
  content: "\ea8a";
}

.ki-category .path2:before {
  content: "\ea8b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-category .path3:before {
  content: "\ea8c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-category .path4:before {
  content: "\ea8d";
  position: absolute;
  left: 0;
}

.ki-cd .path1:before {
  content: "\ea8e";
}

.ki-cd .path2:before {
  content: "\ea8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-celsius .path1:before {
  content: "\ea90";
}

.ki-celsius .path2:before {
  content: "\ea91";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-line-down-2 .path1:before {
  content: "\ea92";
  opacity: 0.3;
}

.ki-chart-line-down-2 .path2:before {
  content: "\ea93";
  position: absolute;
  left: 0;
}

.ki-chart-line-down-2 .path3:before {
  content: "\ea94";
  position: absolute;
  left: 0;
}

.ki-chart-line-down .path1:before {
  content: "\ea95";
  opacity: 0.3;
}

.ki-chart-line-down .path2:before {
  content: "\ea96";
  position: absolute;
  left: 0;
}

.ki-chart-line-star .path1:before {
  content: "\ea97";
}

.ki-chart-line-star .path2:before {
  content: "\ea98";
  position: absolute;
  left: 0;
}

.ki-chart-line-star .path3:before {
  content: "\ea99";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-line-up-2 .path1:before {
  content: "\ea9a";
}

.ki-chart-line-up-2 .path2:before {
  content: "\ea9b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-line-up .path1:before {
  content: "\ea9c";
}

.ki-chart-line-up .path2:before {
  content: "\ea9d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-line .path1:before {
  content: "\ea9e";
  opacity: 0.3;
}

.ki-chart-line .path2:before {
  content: "\ea9f";
  position: absolute;
  left: 0;
}

.ki-chart-pie-3 .path1:before {
  content: "\eaa0";
}

.ki-chart-pie-3 .path2:before {
  content: "\eaa1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-pie-3 .path3:before {
  content: "\eaa2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-pie-4 .path1:before {
  content: "\eaa3";
}

.ki-chart-pie-4 .path2:before {
  content: "\eaa4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-pie-4 .path3:before {
  content: "\eaa5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-pie-simple .path1:before {
  content: "\eaa6";
}

.ki-chart-pie-simple .path2:before {
  content: "\eaa7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-pie-too .path1:before {
  content: "\eaa8";
  opacity: 0.3;
}

.ki-chart-pie-too .path2:before {
  content: "\eaa9";
  position: absolute;
  left: 0;
}

.ki-chart-simple-2 .path1:before {
  content: "\eaaa";
  opacity: 0.3;
}

.ki-chart-simple-2 .path2:before {
  content: "\eaab";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-simple-2 .path3:before {
  content: "\eaac";
  position: absolute;
  left: 0;
}

.ki-chart-simple-2 .path4:before {
  content: "\eaad";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-simple-3 .path1:before {
  content: "\eaae";
  opacity: 0.3;
}

.ki-chart-simple-3 .path2:before {
  content: "\eaaf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-simple-3 .path3:before {
  content: "\eab0";
  position: absolute;
  left: 0;
}

.ki-chart-simple-3 .path4:before {
  content: "\eab1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-simple .path1:before {
  content: "\eab2";
  opacity: 0.3;
}

.ki-chart-simple .path2:before {
  content: "\eab3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart-simple .path3:before {
  content: "\eab4";
  position: absolute;
  left: 0;
}

.ki-chart-simple .path4:before {
  content: "\eab5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-chart .path1:before {
  content: "\eab6";
}

.ki-chart .path2:before {
  content: "\eab7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-check-circle .path1:before {
  content: "\eab8";
  opacity: 0.3;
}

.ki-check-circle .path2:before {
  content: "\eab9";
  position: absolute;
  left: 0;
}

.ki-check-square .path1:before {
  content: "\eaba";
  opacity: 0.3;
}

.ki-check-square .path2:before {
  content: "\eabb";
  position: absolute;
  left: 0;
}

.ki-check:before {
  content: "\eabc";
}

.ki-cheque .path1:before {
  content: "\eabd";
}

.ki-cheque .path2:before {
  content: "\eabe";
  position: absolute;
  left: 0;
}

.ki-cheque .path3:before {
  content: "\eabf";
  position: absolute;
  left: 0;
}

.ki-cheque .path4:before {
  content: "\eac0";
  position: absolute;
  left: 0;
}

.ki-cheque .path5:before {
  content: "\eac1";
  position: absolute;
  left: 0;
}

.ki-cheque .path6:before {
  content: "\eac2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-cheque .path7:before {
  content: "\eac3";
  position: absolute;
  left: 0;
}

.ki-chrome .path1:before {
  content: "\eac4";
  opacity: 0.3;
}

.ki-chrome .path2:before {
  content: "\eac5";
  position: absolute;
  left: 0;
}

.ki-classmates .path1:before {
  content: "\eac6";
}

.ki-classmates .path2:before {
  content: "\eac7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-click .path1:before {
  content: "\eac8";
}

.ki-click .path2:before {
  content: "\eac9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-click .path3:before {
  content: "\eaca";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-click .path4:before {
  content: "\eacb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-click .path5:before {
  content: "\eacc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-clipboard .path1:before {
  content: "\eacd";
  opacity: 0.3;
}

.ki-clipboard .path2:before {
  content: "\eace";
  position: absolute;
  left: 0;
}

.ki-clipboard .path3:before {
  content: "\eacf";
  position: absolute;
  left: 0;
}

.ki-cloud-add .path1:before {
  content: "\ead0";
}

.ki-cloud-add .path2:before {
  content: "\ead1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-cloud-change .path1:before {
  content: "\ead2";
}

.ki-cloud-change .path2:before {
  content: "\ead3";
  position: absolute;
  left: 0;
}

.ki-cloud-change .path3:before {
  content: "\ead4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-cloud-download .path1:before {
  content: "\ead5";
  opacity: 0.3;
}

.ki-cloud-download .path2:before {
  content: "\ead6";
  position: absolute;
  left: 0;
}

.ki-cloud:before {
  content: "\ead7";
}

.ki-code .path1:before {
  content: "\ead8";
  opacity: 0.3;
}

.ki-code .path2:before {
  content: "\ead9";
  position: absolute;
  left: 0;
}

.ki-code .path3:before {
  content: "\eada";
  position: absolute;
  left: 0;
}

.ki-code .path4:before {
  content: "\eadb";
  position: absolute;
  left: 0;
}

.ki-coffee .path1:before {
  content: "\eadc";
  opacity: 0.3;
}

.ki-coffee .path2:before {
  content: "\eadd";
  position: absolute;
  left: 0;
}

.ki-coffee .path3:before {
  content: "\eade";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-coffee .path4:before {
  content: "\eadf";
  position: absolute;
  left: 0;
}

.ki-coffee .path5:before {
  content: "\eae0";
  position: absolute;
  left: 0;
}

.ki-coffee .path6:before {
  content: "\eae1";
  position: absolute;
  left: 0;
}

.ki-color-swatch .path1:before {
  content: "\eae2";
  opacity: 0.3;
}

.ki-color-swatch .path2:before {
  content: "\eae3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path3:before {
  content: "\eae4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path4:before {
  content: "\eae5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path5:before {
  content: "\eae6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path6:before {
  content: "\eae7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path7:before {
  content: "\eae8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path8:before {
  content: "\eae9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path9:before {
  content: "\eaea";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path10:before {
  content: "\eaeb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path11:before {
  content: "\eaec";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path12:before {
  content: "\eaed";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path13:before {
  content: "\eaee";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path14:before {
  content: "\eaef";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path15:before {
  content: "\eaf0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path16:before {
  content: "\eaf1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path17:before {
  content: "\eaf2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path18:before {
  content: "\eaf3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path19:before {
  content: "\eaf4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path20:before {
  content: "\eaf5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-color-swatch .path21:before {
  content: "\eaf6";
  position: absolute;
  left: 0;
}

.ki-colors-square .path1:before {
  content: "\eaf7";
  opacity: 0.3;
}

.ki-colors-square .path2:before {
  content: "\eaf8";
  position: absolute;
  left: 0;
}

.ki-colors-square .path3:before {
  content: "\eaf9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-colors-square .path4:before {
  content: "\eafa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-compass .path1:before {
  content: "\eafb";
}

.ki-compass .path2:before {
  content: "\eafc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-copy-success .path1:before {
  content: "\eafd";
}

.ki-copy-success .path2:before {
  content: "\eafe";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-copy:before {
  content: "\eaff";
}

.ki-courier-express .path1:before {
  content: "\eb00";
}

.ki-courier-express .path2:before {
  content: "\eb01";
  position: absolute;
  left: 0;
}

.ki-courier-express .path3:before {
  content: "\eb02";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-courier-express .path4:before {
  content: "\eb03";
  position: absolute;
  left: 0;
}

.ki-courier-express .path5:before {
  content: "\eb04";
  position: absolute;
  left: 0;
}

.ki-courier-express .path6:before {
  content: "\eb05";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-courier-express .path7:before {
  content: "\eb06";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-courier .path1:before {
  content: "\eb07";
}

.ki-courier .path2:before {
  content: "\eb08";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-courier .path3:before {
  content: "\eb09";
  position: absolute;
  left: 0;
}

.ki-credit-cart .path1:before {
  content: "\eb0a";
  opacity: 0.3;
}

.ki-credit-cart .path2:before {
  content: "\eb0b";
  position: absolute;
  left: 0;
}

.ki-cross-circle .path1:before {
  content: "\eb0c";
  opacity: 0.3;
}

.ki-cross-circle .path2:before {
  content: "\eb0d";
  position: absolute;
  left: 0;
}

.ki-cross-square .path1:before {
  content: "\eb0e";
  opacity: 0.3;
}

.ki-cross-square .path2:before {
  content: "\eb0f";
  position: absolute;
  left: 0;
}

.ki-cross .path1:before {
  content: "\eb10";
}

.ki-cross .path2:before {
  content: "\eb11";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-crown-2 .path1:before {
  content: "\eb12";
  opacity: 0.3;
}

.ki-crown-2 .path2:before {
  content: "\eb13";
  position: absolute;
  left: 0;
}

.ki-crown-2 .path3:before {
  content: "\eb14";
  position: absolute;
  left: 0;
}

.ki-crown .path1:before {
  content: "\eb15";
  opacity: 0.3;
}

.ki-crown .path2:before {
  content: "\eb16";
  position: absolute;
  left: 0;
}

.ki-css .path1:before {
  content: "\eb17";
  opacity: 0.3;
}

.ki-css .path2:before {
  content: "\eb18";
  position: absolute;
  left: 0;
}

.ki-cube-2 .path1:before {
  content: "\eb19";
  opacity: 0.3;
}

.ki-cube-2 .path2:before {
  content: "\eb1a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-cube-2 .path3:before {
  content: "\eb1b";
  position: absolute;
  left: 0;
}

.ki-cube-3 .path1:before {
  content: "\eb1c";
  opacity: 0.3;
}

.ki-cube-3 .path2:before {
  content: "\eb1d";
  position: absolute;
  left: 0;
}

.ki-cup .path1:before {
  content: "\eb1e";
  opacity: 0.3;
}

.ki-cup .path2:before {
  content: "\eb1f";
  position: absolute;
  left: 0;
}

.ki-dash .path1:before {
  content: "\eb20";
  opacity: 0.3;
}

.ki-dash .path2:before {
  content: "\eb21";
  position: absolute;
  left: 0;
}

.ki-data .path1:before {
  content: "\eb22";
}

.ki-data .path2:before {
  content: "\eb23";
  position: absolute;
  left: 0;
}

.ki-data .path3:before {
  content: "\eb24";
  position: absolute;
  left: 0;
}

.ki-data .path4:before {
  content: "\eb25";
  position: absolute;
  left: 0;
}

.ki-data .path5:before {
  content: "\eb26";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delete-files .path1:before {
  content: "\eb27";
}

.ki-delete-files .path2:before {
  content: "\eb28";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delete-folder .path1:before {
  content: "\eb29";
  opacity: 0.3;
}

.ki-delete-folder .path2:before {
  content: "\eb2a";
  position: absolute;
  left: 0;
}

.ki-delivery-2 .path1:before {
  content: "\eb2b";
  opacity: 0.3;
}

.ki-delivery-2 .path2:before {
  content: "\eb2c";
  position: absolute;
  left: 0;
}

.ki-delivery-2 .path3:before {
  content: "\eb2d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delivery-2 .path4:before {
  content: "\eb2e";
  position: absolute;
  left: 0;
}

.ki-delivery-2 .path5:before {
  content: "\eb2f";
  position: absolute;
  left: 0;
}

.ki-delivery-2 .path6:before {
  content: "\eb30";
  position: absolute;
  left: 0;
}

.ki-delivery-2 .path7:before {
  content: "\eb31";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delivery-2 .path8:before {
  content: "\eb32";
  position: absolute;
  left: 0;
}

.ki-delivery-2 .path9:before {
  content: "\eb33";
  position: absolute;
  left: 0;
}

.ki-delivery-3 .path1:before {
  content: "\eb34";
  opacity: 0.3;
}

.ki-delivery-3 .path2:before {
  content: "\eb35";
  position: absolute;
  left: 0;
}

.ki-delivery-3 .path3:before {
  content: "\eb36";
  position: absolute;
  left: 0;
}

.ki-delivery-24 .path1:before {
  content: "\eb37";
}

.ki-delivery-24 .path2:before {
  content: "\eb38";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delivery-24 .path3:before {
  content: "\eb39";
  position: absolute;
  left: 0;
}

.ki-delivery-24 .path4:before {
  content: "\eb3a";
  position: absolute;
  left: 0;
}

.ki-delivery-door .path1:before {
  content: "\eb3b";
  opacity: 0.3;
}

.ki-delivery-door .path2:before {
  content: "\eb3c";
  position: absolute;
  left: 0;
}

.ki-delivery-door .path3:before {
  content: "\eb3d";
  position: absolute;
  left: 0;
}

.ki-delivery-door .path4:before {
  content: "\eb3e";
  position: absolute;
  left: 0;
}

.ki-delivery-geolocation .path1:before {
  content: "\eb3f";
}

.ki-delivery-geolocation .path2:before {
  content: "\eb40";
  position: absolute;
  left: 0;
}

.ki-delivery-geolocation .path3:before {
  content: "\eb41";
  position: absolute;
  left: 0;
}

.ki-delivery-geolocation .path4:before {
  content: "\eb42";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delivery-geolocation .path5:before {
  content: "\eb43";
  position: absolute;
  left: 0;
}

.ki-delivery-time .path1:before {
  content: "\eb44";
}

.ki-delivery-time .path2:before {
  content: "\eb45";
  position: absolute;
  left: 0;
}

.ki-delivery-time .path3:before {
  content: "\eb46";
  position: absolute;
  left: 0;
}

.ki-delivery-time .path4:before {
  content: "\eb47";
  position: absolute;
  left: 0;
}

.ki-delivery-time .path5:before {
  content: "\eb48";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delivery .path1:before {
  content: "\eb49";
}

.ki-delivery .path2:before {
  content: "\eb4a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-delivery .path3:before {
  content: "\eb4b";
  position: absolute;
  left: 0;
}

.ki-delivery .path4:before {
  content: "\eb4c";
  position: absolute;
  left: 0;
}

.ki-delivery .path5:before {
  content: "\eb4d";
  position: absolute;
  left: 0;
}

.ki-design-2 .path1:before {
  content: "\eb4e";
  opacity: 0.3;
}

.ki-design-2 .path2:before {
  content: "\eb4f";
  position: absolute;
  left: 0;
}

.ki-design-frame .path1:before {
  content: "\eb50";
  opacity: 0.3;
}

.ki-design-frame .path2:before {
  content: "\eb51";
  position: absolute;
  left: 0;
}

.ki-design-mask .path1:before {
  content: "\eb52";
  opacity: 0.3;
}

.ki-design-mask .path2:before {
  content: "\eb53";
  position: absolute;
  left: 0;
}

.ki-design .path1:before {
  content: "\eb54";
  opacity: 0.3;
}

.ki-design .path2:before {
  content: "\eb55";
  position: absolute;
  left: 0;
}

.ki-devices-2 .path1:before {
  content: "\eb56";
  opacity: 0.3;
}

.ki-devices-2 .path2:before {
  content: "\eb57";
  position: absolute;
  left: 0;
}

.ki-devices-2 .path3:before {
  content: "\eb58";
  position: absolute;
  left: 0;
}

.ki-devices .path1:before {
  content: "\eb59";
  opacity: 0.3;
}

.ki-devices .path2:before {
  content: "\eb5a";
  position: absolute;
  left: 0;
}

.ki-devices .path3:before {
  content: "\eb5b";
  position: absolute;
  left: 0;
}

.ki-devices .path4:before {
  content: "\eb5c";
  position: absolute;
  left: 0;
}

.ki-devices .path5:before {
  content: "\eb5d";
  position: absolute;
  left: 0;
}

.ki-diamonds .path1:before {
  content: "\eb5e";
}

.ki-diamonds .path2:before {
  content: "\eb5f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-directbox-default .path1:before {
  content: "\eb60";
}

.ki-directbox-default .path2:before {
  content: "\eb61";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-directbox-default .path3:before {
  content: "\eb62";
  position: absolute;
  left: 0;
}

.ki-directbox-default .path4:before {
  content: "\eb63";
  position: absolute;
  left: 0;
}

.ki-disconnect .path1:before {
  content: "\eb64";
}

.ki-disconnect .path2:before {
  content: "\eb65";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-disconnect .path3:before {
  content: "\eb66";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-disconnect .path4:before {
  content: "\eb67";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-disconnect .path5:before {
  content: "\eb68";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-discount .path1:before {
  content: "\eb69";
  opacity: 0.3;
}

.ki-discount .path2:before {
  content: "\eb6a";
  position: absolute;
  left: 0;
}

.ki-disk .path1:before {
  content: "\eb6b";
  opacity: 0.3;
}

.ki-disk .path2:before {
  content: "\eb6c";
  position: absolute;
  left: 0;
}

.ki-dislike .path1:before {
  content: "\eb6d";
}

.ki-dislike .path2:before {
  content: "\eb6e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dj:before {
  content: "\eb6f";
}

.ki-document .path1:before {
  content: "\eb70";
  opacity: 0.3;
}

.ki-document .path2:before {
  content: "\eb71";
  position: absolute;
  left: 0;
}

.ki-dollar .path1:before {
  content: "\eb72";
  opacity: 0.3;
}

.ki-dollar .path2:before {
  content: "\eb73";
  position: absolute;
  left: 0;
}

.ki-dollar .path3:before {
  content: "\eb74";
  position: absolute;
  left: 0;
}

.ki-dots-circle-vertical .path1:before {
  content: "\eb75";
  opacity: 0.3;
}

.ki-dots-circle-vertical .path2:before {
  content: "\eb76";
  position: absolute;
  left: 0;
}

.ki-dots-circle-vertical .path3:before {
  content: "\eb77";
  position: absolute;
  left: 0;
}

.ki-dots-circle-vertical .path4:before {
  content: "\eb78";
  position: absolute;
  left: 0;
}

.ki-dots-circle .path1:before {
  content: "\eb79";
  opacity: 0.3;
}

.ki-dots-circle .path2:before {
  content: "\eb7a";
  position: absolute;
  left: 0;
}

.ki-dots-circle .path3:before {
  content: "\eb7b";
  position: absolute;
  left: 0;
}

.ki-dots-circle .path4:before {
  content: "\eb7c";
  position: absolute;
  left: 0;
}

.ki-dots-horizontal .path1:before {
  content: "\eb7d";
}

.ki-dots-horizontal .path2:before {
  content: "\eb7e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dots-horizontal .path3:before {
  content: "\eb7f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dots-square-vertical .path1:before {
  content: "\eb80";
  opacity: 0.3;
}

.ki-dots-square-vertical .path2:before {
  content: "\eb81";
  position: absolute;
  left: 0;
}

.ki-dots-square-vertical .path3:before {
  content: "\eb82";
  position: absolute;
  left: 0;
}

.ki-dots-square-vertical .path4:before {
  content: "\eb83";
  position: absolute;
  left: 0;
}

.ki-dots-square .path1:before {
  content: "\eb84";
  opacity: 0.3;
}

.ki-dots-square .path2:before {
  content: "\eb85";
  position: absolute;
  left: 0;
}

.ki-dots-square .path3:before {
  content: "\eb86";
  position: absolute;
  left: 0;
}

.ki-dots-square .path4:before {
  content: "\eb87";
  position: absolute;
  left: 0;
}

.ki-dots-vertical .path1:before {
  content: "\eb88";
}

.ki-dots-vertical .path2:before {
  content: "\eb89";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dots-vertical .path3:before {
  content: "\eb8a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-double-check-circle .path1:before {
  content: "\eb8b";
  opacity: 0.3;
}

.ki-double-check-circle .path2:before {
  content: "\eb8c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-double-check-circle .path3:before {
  content: "\eb8d";
  position: absolute;
  left: 0;
}

.ki-double-check .path1:before {
  content: "\eb8e";
}

.ki-double-check .path2:before {
  content: "\eb8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-double-down .path1:before {
  content: "\eb90";
}

.ki-double-down .path2:before {
  content: "\eb91";
  position: absolute;
  left: 0;
}

.ki-double-down .path3:before {
  content: "\eb92";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-double-left-arrow .path1:before {
  content: "\eb93";
  opacity: 0.3;
}

.ki-double-left-arrow .path2:before {
  content: "\eb94";
  position: absolute;
  left: 0;
}

.ki-double-left .path1:before {
  content: "\eb95";
}

.ki-double-left .path2:before {
  content: "\eb96";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-double-right-arrow .path1:before {
  content: "\eb97";
  opacity: 0.3;
}

.ki-double-right-arrow .path2:before {
  content: "\eb98";
  position: absolute;
  left: 0;
}

.ki-double-right .path1:before {
  content: "\eb99";
}

.ki-double-right .path2:before {
  content: "\eb9a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-double-up .path1:before {
  content: "\eb9b";
}

.ki-double-up .path2:before {
  content: "\eb9c";
  position: absolute;
  left: 0;
}

.ki-double-up .path3:before {
  content: "\eb9d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-down-square .path1:before {
  content: "\eb9e";
  opacity: 0.3;
}

.ki-down-square .path2:before {
  content: "\eb9f";
  position: absolute;
  left: 0;
}

.ki-down:before {
  content: "\eba0";
}

.ki-dribbble .path1:before {
  content: "\eba1";
}

.ki-dribbble .path2:before {
  content: "\eba2";
  position: absolute;
  left: 0;
}

.ki-dribbble .path3:before {
  content: "\eba3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dribbble .path4:before {
  content: "\eba4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dribbble .path5:before {
  content: "\eba5";
  position: absolute;
  left: 0;
}

.ki-dribbble .path6:before {
  content: "\eba6";
  position: absolute;
  left: 0;
}

.ki-drop .path1:before {
  content: "\eba7";
}

.ki-drop .path2:before {
  content: "\eba8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-dropbox .path1:before {
  content: "\eba9";
  opacity: 0.4;
}

.ki-dropbox .path2:before {
  content: "\ebaa";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.ki-dropbox .path3:before {
  content: "\ebab";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.ki-dropbox .path4:before {
  content: "\ebac";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.ki-dropbox .path5:before {
  content: "\ebad";
  position: absolute;
  left: 0;
}

.ki-educare .path1:before {
  content: "\ebae";
  opacity: 0.3;
}

.ki-educare .path2:before {
  content: "\ebaf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-educare .path3:before {
  content: "\ebb0";
  position: absolute;
  left: 0;
}

.ki-educare .path4:before {
  content: "\ebb1";
  position: absolute;
  left: 0;
}

.ki-electricity .path1:before {
  content: "\ebb2";
}

.ki-electricity .path2:before {
  content: "\ebb3";
  position: absolute;
  left: 0;
}

.ki-electricity .path3:before {
  content: "\ebb4";
  position: absolute;
  left: 0;
}

.ki-electricity .path4:before {
  content: "\ebb5";
  position: absolute;
  left: 0;
}

.ki-electricity .path5:before {
  content: "\ebb6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-electricity .path6:before {
  content: "\ebb7";
  position: absolute;
  left: 0;
}

.ki-electricity .path7:before {
  content: "\ebb8";
  position: absolute;
  left: 0;
}

.ki-electricity .path8:before {
  content: "\ebb9";
  position: absolute;
  left: 0;
}

.ki-electricity .path9:before {
  content: "\ebba";
  position: absolute;
  left: 0;
}

.ki-electricity .path10:before {
  content: "\ebbb";
  position: absolute;
  left: 0;
}

.ki-electronic-clock .path1:before {
  content: "\ebbc";
  opacity: 0.3;
}

.ki-electronic-clock .path2:before {
  content: "\ebbd";
  position: absolute;
  left: 0;
}

.ki-electronic-clock .path3:before {
  content: "\ebbe";
  position: absolute;
  left: 0;
}

.ki-electronic-clock .path4:before {
  content: "\ebbf";
  position: absolute;
  left: 0;
}

.ki-element-1 .path1:before {
  content: "\ebc0";
}

.ki-element-1 .path2:before {
  content: "\ebc1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-1 .path3:before {
  content: "\ebc2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-1 .path4:before {
  content: "\ebc3";
  position: absolute;
  left: 0;
}

.ki-element-2 .path1:before {
  content: "\ebc4";
}

.ki-element-2 .path2:before {
  content: "\ebc5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-3 .path1:before {
  content: "\ebc6";
  opacity: 0.3;
}

.ki-element-3 .path2:before {
  content: "\ebc7";
  position: absolute;
  left: 0;
}

.ki-element-4 .path1:before {
  content: "\ebc8";
}

.ki-element-4 .path2:before {
  content: "\ebc9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-5 .path1:before {
  content: "\ebca";
}

.ki-element-5 .path2:before {
  content: "\ebcb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-6 .path1:before {
  content: "\ebcc";
  opacity: 0.3;
}

.ki-element-6 .path2:before {
  content: "\ebcd";
  position: absolute;
  left: 0;
}

.ki-element-7 .path1:before {
  content: "\ebce";
}

.ki-element-7 .path2:before {
  content: "\ebcf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-8 .path1:before {
  content: "\ebd0";
  opacity: 0.3;
}

.ki-element-8 .path2:before {
  content: "\ebd1";
  position: absolute;
  left: 0;
}

.ki-element-9 .path1:before {
  content: "\ebd2";
  opacity: 0.3;
}

.ki-element-9 .path2:before {
  content: "\ebd3";
  position: absolute;
  left: 0;
}

.ki-element-10 .path1:before {
  content: "\ebd4";
}

.ki-element-10 .path2:before {
  content: "\ebd5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-10 .path3:before {
  content: "\ebd6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-11 .path1:before {
  content: "\ebd7";
}

.ki-element-11 .path2:before {
  content: "\ebd8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-11 .path3:before {
  content: "\ebd9";
  position: absolute;
  left: 0;
}

.ki-element-11 .path4:before {
  content: "\ebda";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-12 .path1:before {
  content: "\ebdb";
  opacity: 0.3;
}

.ki-element-12 .path2:before {
  content: "\ebdc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-12 .path3:before {
  content: "\ebdd";
  position: absolute;
  left: 0;
}

.ki-element-equal .path1:before {
  content: "\ebde";
}

.ki-element-equal .path2:before {
  content: "\ebdf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-equal .path3:before {
  content: "\ebe0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-equal .path4:before {
  content: "\ebe1";
  position: absolute;
  left: 0;
}

.ki-element-equal .path5:before {
  content: "\ebe2";
  position: absolute;
  left: 0;
}

.ki-element-plus .path1:before {
  content: "\ebe3";
}

.ki-element-plus .path2:before {
  content: "\ebe4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-plus .path3:before {
  content: "\ebe5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-element-plus .path4:before {
  content: "\ebe6";
  position: absolute;
  left: 0;
}

.ki-element-plus .path5:before {
  content: "\ebe7";
  position: absolute;
  left: 0;
}

.ki-emoji-happy .path1:before {
  content: "\ebe8";
  opacity: 0.3;
}

.ki-emoji-happy .path2:before {
  content: "\ebe9";
  position: absolute;
  left: 0;
}

.ki-emoji-happy .path3:before {
  content: "\ebea";
  position: absolute;
  left: 0;
}

.ki-emoji-happy .path4:before {
  content: "\ebeb";
  position: absolute;
  left: 0;
}

.ki-enjin-coin .path1:before {
  content: "\ebec";
}

.ki-enjin-coin .path2:before {
  content: "\ebed";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-entrance-left .path1:before {
  content: "\ebee";
}

.ki-entrance-left .path2:before {
  content: "\ebef";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-entrance-right .path1:before {
  content: "\ebf0";
  opacity: 0.3;
}

.ki-entrance-right .path2:before {
  content: "\ebf1";
  position: absolute;
  left: 0;
}

.ki-eraser .path1:before {
  content: "\ebf2";
  opacity: 0.3;
}

.ki-eraser .path2:before {
  content: "\ebf3";
  position: absolute;
  left: 0;
}

.ki-eraser .path3:before {
  content: "\ebf4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-euro .path1:before {
  content: "\ebf5";
  opacity: 0.3;
}

.ki-euro .path2:before {
  content: "\ebf6";
  position: absolute;
  left: 0;
}

.ki-euro .path3:before {
  content: "\ebf7";
  position: absolute;
  left: 0;
}

.ki-exit-down .path1:before {
  content: "\ebf8";
  opacity: 0.3;
}

.ki-exit-down .path2:before {
  content: "\ebf9";
  position: absolute;
  left: 0;
}

.ki-exit-left .path1:before {
  content: "\ebfa";
  opacity: 0.3;
}

.ki-exit-left .path2:before {
  content: "\ebfb";
  position: absolute;
  left: 0;
}

.ki-exit-right-corner .path1:before {
  content: "\ebfc";
  opacity: 0.3;
}

.ki-exit-right-corner .path2:before {
  content: "\ebfd";
  position: absolute;
  left: 0;
}

.ki-exit-right .path1:before {
  content: "\ebfe";
  opacity: 0.3;
}

.ki-exit-right .path2:before {
  content: "\ebff";
  position: absolute;
  left: 0;
}

.ki-exit-up .path1:before {
  content: "\ec00";
  opacity: 0.3;
}

.ki-exit-up .path2:before {
  content: "\ec01";
  position: absolute;
  left: 0;
}

.ki-external-drive .path1:before {
  content: "\ec02";
}

.ki-external-drive .path2:before {
  content: "\ec03";
  position: absolute;
  left: 0;
}

.ki-external-drive .path3:before {
  content: "\ec04";
  position: absolute;
  left: 0;
}

.ki-external-drive .path4:before {
  content: "\ec05";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-external-drive .path5:before {
  content: "\ec06";
  position: absolute;
  left: 0;
}

.ki-eye-slash .path1:before {
  content: "\ec07";
}

.ki-eye-slash .path2:before {
  content: "\ec08";
  position: absolute;
  left: 0;
}

.ki-eye-slash .path3:before {
  content: "\ec09";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-eye-slash .path4:before {
  content: "\ec0a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-eye .path1:before {
  content: "\ec0b";
}

.ki-eye .path2:before {
  content: "\ec0c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-eye .path3:before {
  content: "\ec0d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-facebook .path1:before {
  content: "\ec0e";
  opacity: 0.3;
}

.ki-facebook .path2:before {
  content: "\ec0f";
  position: absolute;
  left: 0;
}

.ki-faceid .path1:before {
  content: "\ec10";
  opacity: 0.3;
}

.ki-faceid .path2:before {
  content: "\ec11";
  position: absolute;
  left: 0;
}

.ki-faceid .path3:before {
  content: "\ec12";
  position: absolute;
  left: 0;
}

.ki-faceid .path4:before {
  content: "\ec13";
  position: absolute;
  left: 0;
}

.ki-faceid .path5:before {
  content: "\ec14";
  position: absolute;
  left: 0;
}

.ki-faceid .path6:before {
  content: "\ec15";
  position: absolute;
  left: 0;
}

.ki-fasten .path1:before {
  content: "\ec16";
  opacity: 0.3;
}

.ki-fasten .path2:before {
  content: "\ec17";
  position: absolute;
  left: 0;
}

.ki-fat-rows .path1:before {
  content: "\ec18";
}

.ki-fat-rows .path2:before {
  content: "\ec19";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-feather .path1:before {
  content: "\ec1a";
  opacity: 0.3;
}

.ki-feather .path2:before {
  content: "\ec1b";
  position: absolute;
  left: 0;
}

.ki-figma .path1:before {
  content: "\ec1c";
  opacity: 0.4;
}

.ki-figma .path2:before {
  content: "\ec1d";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.ki-figma .path3:before {
  content: "\ec1e";
  position: absolute;
  left: 0;
}

.ki-figma .path4:before {
  content: "\ec1f";
  position: absolute;
  left: 0;
}

.ki-figma .path5:before {
  content: "\ec20";
  position: absolute;
  left: 0;
}

.ki-file-added .path1:before {
  content: "\ec21";
}

.ki-file-added .path2:before {
  content: "\ec22";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-file-deleted .path1:before {
  content: "\ec23";
}

.ki-file-deleted .path2:before {
  content: "\ec24";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-file-down .path1:before {
  content: "\ec25";
  opacity: 0.3;
}

.ki-file-down .path2:before {
  content: "\ec26";
  position: absolute;
  left: 0;
}

.ki-file-left .path1:before {
  content: "\ec27";
  opacity: 0.3;
}

.ki-file-left .path2:before {
  content: "\ec28";
  position: absolute;
  left: 0;
}

.ki-file-right .path1:before {
  content: "\ec29";
  opacity: 0.3;
}

.ki-file-right .path2:before {
  content: "\ec2a";
  position: absolute;
  left: 0;
}

.ki-file-sheet .path1:before {
  content: "\ec2b";
}

.ki-file-sheet .path2:before {
  content: "\ec2c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-file-up .path1:before {
  content: "\ec2d";
  opacity: 0.3;
}

.ki-file-up .path2:before {
  content: "\ec2e";
  position: absolute;
  left: 0;
}

.ki-file .path1:before {
  content: "\ec2f";
}

.ki-file .path2:before {
  content: "\ec30";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-files-tablet .path1:before {
  content: "\ec31";
}

.ki-files-tablet .path2:before {
  content: "\ec32";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-filter-edit .path1:before {
  content: "\ec33";
  opacity: 0.3;
}

.ki-filter-edit .path2:before {
  content: "\ec34";
  position: absolute;
  left: 0;
}

.ki-filter-search .path1:before {
  content: "\ec35";
  opacity: 0.3;
}

.ki-filter-search .path2:before {
  content: "\ec36";
  position: absolute;
  left: 0;
}

.ki-filter-search .path3:before {
  content: "\ec37";
  position: absolute;
  left: 0;
}

.ki-filter-square .path1:before {
  content: "\ec38";
}

.ki-filter-square .path2:before {
  content: "\ec39";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-filter-tablet .path1:before {
  content: "\ec3a";
  opacity: 0.3;
}

.ki-filter-tablet .path2:before {
  content: "\ec3b";
  position: absolute;
  left: 0;
}

.ki-filter-tick .path1:before {
  content: "\ec3c";
  opacity: 0.3;
}

.ki-filter-tick .path2:before {
  content: "\ec3d";
  position: absolute;
  left: 0;
}

.ki-filter .path1:before {
  content: "\ec3e";
}

.ki-filter .path2:before {
  content: "\ec3f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-finance-calculator .path1:before {
  content: "\ec40";
  opacity: 0.3;
}

.ki-finance-calculator .path2:before {
  content: "\ec41";
  position: absolute;
  left: 0;
}

.ki-finance-calculator .path3:before {
  content: "\ec42";
  position: absolute;
  left: 0;
}

.ki-finance-calculator .path4:before {
  content: "\ec43";
  position: absolute;
  left: 0;
}

.ki-finance-calculator .path5:before {
  content: "\ec44";
  position: absolute;
  left: 0;
}

.ki-finance-calculator .path6:before {
  content: "\ec45";
  position: absolute;
  left: 0;
}

.ki-finance-calculator .path7:before {
  content: "\ec46";
  position: absolute;
  left: 0;
}

.ki-financial-schedule .path1:before {
  content: "\ec47";
  opacity: 0.3;
}

.ki-financial-schedule .path2:before {
  content: "\ec48";
  position: absolute;
  left: 0;
}

.ki-financial-schedule .path3:before {
  content: "\ec49";
  position: absolute;
  left: 0;
}

.ki-financial-schedule .path4:before {
  content: "\ec4a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-fingerprint-scanning .path1:before {
  content: "\ec4b";
}

.ki-fingerprint-scanning .path2:before {
  content: "\ec4c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-fingerprint-scanning .path3:before {
  content: "\ec4d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-fingerprint-scanning .path4:before {
  content: "\ec4e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-fingerprint-scanning .path5:before {
  content: "\ec4f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-flag .path1:before {
  content: "\ec50";
  opacity: 0.3;
}

.ki-flag .path2:before {
  content: "\ec51";
  position: absolute;
  left: 0;
}

.ki-flash-circle .path1:before {
  content: "\ec52";
  opacity: 0.3;
}

.ki-flash-circle .path2:before {
  content: "\ec53";
  position: absolute;
  left: 0;
}

.ki-flask .path1:before {
  content: "\ec54";
  opacity: 0.3;
}

.ki-flask .path2:before {
  content: "\ec55";
  position: absolute;
  left: 0;
}

.ki-focus .path1:before {
  content: "\ec56";
  opacity: 0.3;
}

.ki-focus .path2:before {
  content: "\ec57";
  position: absolute;
  left: 0;
}

.ki-folder-added .path1:before {
  content: "\ec58";
  opacity: 0.3;
}

.ki-folder-added .path2:before {
  content: "\ec59";
  position: absolute;
  left: 0;
}

.ki-folder-down .path1:before {
  content: "\ec5a";
  opacity: 0.3;
}

.ki-folder-down .path2:before {
  content: "\ec5b";
  position: absolute;
  left: 0;
}

.ki-folder-up .path1:before {
  content: "\ec5c";
  opacity: 0.3;
}

.ki-folder-up .path2:before {
  content: "\ec5d";
  position: absolute;
  left: 0;
}

.ki-folder .path1:before {
  content: "\ec5e";
  opacity: 0.3;
}

.ki-folder .path2:before {
  content: "\ec5f";
  position: absolute;
  left: 0;
}

.ki-frame .path1:before {
  content: "\ec60";
}

.ki-frame .path2:before {
  content: "\ec61";
  position: absolute;
  left: 0;
}

.ki-frame .path3:before {
  content: "\ec62";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-frame .path4:before {
  content: "\ec63";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-gear .path1:before {
  content: "\ec64";
  opacity: 0.3;
}

.ki-gear .path2:before {
  content: "\ec65";
  position: absolute;
  left: 0;
}

.ki-general-mouse .path1:before {
  content: "\ec66";
  opacity: 0.3;
}

.ki-general-mouse .path2:before {
  content: "\ec67";
  position: absolute;
  left: 0;
}

.ki-geolocation-home .path1:before {
  content: "\ec68";
  opacity: 0.3;
}

.ki-geolocation-home .path2:before {
  content: "\ec69";
  position: absolute;
  left: 0;
}

.ki-geolocation .path1:before {
  content: "\ec6a";
  opacity: 0.3;
}

.ki-geolocation .path2:before {
  content: "\ec6b";
  position: absolute;
  left: 0;
}

.ki-ghost .path1:before {
  content: "\ec6c";
}

.ki-ghost .path2:before {
  content: "\ec6d";
  position: absolute;
  left: 0;
}

.ki-ghost .path3:before {
  content: "\ec6e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-gift .path1:before {
  content: "\ec6f";
  opacity: 0.3;
}

.ki-gift .path2:before {
  content: "\ec70";
  position: absolute;
  left: 0;
}

.ki-gift .path3:before {
  content: "\ec71";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-gift .path4:before {
  content: "\ec72";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-github .path1:before {
  content: "\ec73";
  opacity: 0.3;
}

.ki-github .path2:before {
  content: "\ec74";
  position: absolute;
  left: 0;
}

.ki-glass .path1:before {
  content: "\ec75";
}

.ki-glass .path2:before {
  content: "\ec76";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-glass .path3:before {
  content: "\ec77";
  position: absolute;
  left: 0;
}

.ki-google-play .path1:before {
  content: "\ec78";
  opacity: 0.3;
}

.ki-google-play .path2:before {
  content: "\ec79";
  position: absolute;
  left: 0;
}

.ki-google .path1:before {
  content: "\ec7a";
  opacity: 0.3;
}

.ki-google .path2:before {
  content: "\ec7b";
  position: absolute;
  left: 0;
}

.ki-graph-2 .path1:before {
  content: "\ec7c";
  opacity: 0.3;
}

.ki-graph-2 .path2:before {
  content: "\ec7d";
  position: absolute;
  left: 0;
}

.ki-graph-2 .path3:before {
  content: "\ec7e";
  position: absolute;
  left: 0;
}

.ki-graph-3 .path1:before {
  content: "\ec7f";
  opacity: 0.3;
}

.ki-graph-3 .path2:before {
  content: "\ec80";
  position: absolute;
  left: 0;
}

.ki-graph-4 .path1:before {
  content: "\ec81";
}

.ki-graph-4 .path2:before {
  content: "\ec82";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-graph-up .path1:before {
  content: "\ec83";
  opacity: 0.3;
}

.ki-graph-up .path2:before {
  content: "\ec84";
  position: absolute;
  left: 0;
}

.ki-graph-up .path3:before {
  content: "\ec85";
  position: absolute;
  left: 0;
}

.ki-graph-up .path4:before {
  content: "\ec86";
  position: absolute;
  left: 0;
}

.ki-graph-up .path5:before {
  content: "\ec87";
  position: absolute;
  left: 0;
}

.ki-graph-up .path6:before {
  content: "\ec88";
  position: absolute;
  left: 0;
}

.ki-graph .path1:before {
  content: "\ec89";
  opacity: 0.3;
}

.ki-graph .path2:before {
  content: "\ec8a";
  position: absolute;
  left: 0;
}

.ki-graph .path3:before {
  content: "\ec8b";
  position: absolute;
  left: 0;
}

.ki-graph .path4:before {
  content: "\ec8c";
  position: absolute;
  left: 0;
}

.ki-grid-2 .path1:before {
  content: "\ec8d";
  opacity: 0.3;
}

.ki-grid-2 .path2:before {
  content: "\ec8e";
  position: absolute;
  left: 0;
}

.ki-grid-frame .path1:before {
  content: "\ec8f";
}

.ki-grid-frame .path2:before {
  content: "\ec90";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-grid-frame .path3:before {
  content: "\ec91";
  position: absolute;
  left: 0;
}

.ki-grid .path1:before {
  content: "\ec92";
  opacity: 0.3;
}

.ki-grid .path2:before {
  content: "\ec93";
  position: absolute;
  left: 0;
}

.ki-handcart:before {
  content: "\ec94";
}

.ki-happy-emoji .path1:before {
  content: "\ec95";
  opacity: 0.3;
}

.ki-happy-emoji .path2:before {
  content: "\ec96";
  position: absolute;
  left: 0;
}

.ki-heart-circle .path1:before {
  content: "\ec97";
  opacity: 0.3;
}

.ki-heart-circle .path2:before {
  content: "\ec98";
  position: absolute;
  left: 0;
}

.ki-heart .path1:before {
  content: "\ec99";
  opacity: 0.3;
}

.ki-heart .path2:before {
  content: "\ec9a";
  position: absolute;
  left: 0;
}

.ki-home-1 .path1:before {
  content: "\ec9b";
  opacity: 0.3;
}

.ki-home-1 .path2:before {
  content: "\ec9c";
  position: absolute;
  left: 0;
}

.ki-home-2 .path1:before {
  content: "\ec9d";
  opacity: 0.3;
}

.ki-home-2 .path2:before {
  content: "\ec9e";
  position: absolute;
  left: 0;
}

.ki-home-3 .path1:before {
  content: "\ec9f";
  opacity: 0.3;
}

.ki-home-3 .path2:before {
  content: "\eca0";
  position: absolute;
  left: 0;
}

.ki-home:before {
  content: "\eca1";
}

.ki-html .path1:before {
  content: "\eca2";
  opacity: 0.3;
}

.ki-html .path2:before {
  content: "\eca3";
  position: absolute;
  left: 0;
}

.ki-icon .path1:before {
  content: "\eca4";
  opacity: 0.3;
}

.ki-icon .path2:before {
  content: "\eca5";
  position: absolute;
  left: 0;
}

.ki-icon .path3:before {
  content: "\eca6";
  position: absolute;
  left: 0;
}

.ki-illustrator .path1:before {
  content: "\eca7";
  opacity: 0.3;
}

.ki-illustrator .path2:before {
  content: "\eca8";
  position: absolute;
  left: 0;
}

.ki-illustrator .path3:before {
  content: "\eca9";
  position: absolute;
  left: 0;
}

.ki-illustrator .path4:before {
  content: "\ecaa";
  position: absolute;
  left: 0;
}

.ki-information-2 .path1:before {
  content: "\ecab";
  opacity: 0.3;
}

.ki-information-2 .path2:before {
  content: "\ecac";
  position: absolute;
  left: 0;
}

.ki-information-2 .path3:before {
  content: "\ecad";
  position: absolute;
  left: 0;
}

.ki-information-3 .path1:before {
  content: "\ecae";
  opacity: 0.3;
}

.ki-information-3 .path2:before {
  content: "\ecaf";
  position: absolute;
  left: 0;
}

.ki-information-3 .path3:before {
  content: "\ecb0";
  position: absolute;
  left: 0;
}

.ki-information-4 .path1:before {
  content: "\ecb1";
  opacity: 0.3;
}

.ki-information-4 .path2:before {
  content: "\ecb2";
  position: absolute;
  left: 0;
}

.ki-information-4 .path3:before {
  content: "\ecb3";
  position: absolute;
  left: 0;
}

.ki-information-5 .path1:before {
  content: "\ecb4";
  opacity: 0.3;
}

.ki-information-5 .path2:before {
  content: "\ecb5";
  position: absolute;
  left: 0;
}

.ki-information-5 .path3:before {
  content: "\ecb6";
  position: absolute;
  left: 0;
}

.ki-information .path1:before {
  content: "\ecb7";
  opacity: 0.3;
}

.ki-information .path2:before {
  content: "\ecb8";
  position: absolute;
  left: 0;
}

.ki-information .path3:before {
  content: "\ecb9";
  position: absolute;
  left: 0;
}

.ki-instagram .path1:before {
  content: "\ecba";
  opacity: 0.3;
}

.ki-instagram .path2:before {
  content: "\ecbb";
  position: absolute;
  left: 0;
}

.ki-joystick .path1:before {
  content: "\ecbc";
}

.ki-joystick .path2:before {
  content: "\ecbd";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-joystick .path3:before {
  content: "\ecbe";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-joystick .path4:before {
  content: "\ecbf";
  position: absolute;
  left: 0;
}

.ki-js-2 .path1:before {
  content: "\ecc0";
}

.ki-js-2 .path2:before {
  content: "\ecc1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-js .path1:before {
  content: "\ecc2";
}

.ki-js .path2:before {
  content: "\ecc3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-kanban .path1:before {
  content: "\ecc4";
}

.ki-kanban .path2:before {
  content: "\ecc5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-key-square .path1:before {
  content: "\ecc6";
  opacity: 0.3;
}

.ki-key-square .path2:before {
  content: "\ecc7";
  position: absolute;
  left: 0;
}

.ki-key .path1:before {
  content: "\ecc8";
  opacity: 0.3;
}

.ki-key .path2:before {
  content: "\ecc9";
  position: absolute;
  left: 0;
}

.ki-keyboard .path1:before {
  content: "\ecca";
}

.ki-keyboard .path2:before {
  content: "\eccb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-laptop .path1:before {
  content: "\eccc";
  opacity: 0.3;
}

.ki-laptop .path2:before {
  content: "\eccd";
  position: absolute;
  left: 0;
}

.ki-laravel .path1:before {
  content: "\ecce";
  opacity: 0.3;
}

.ki-laravel .path2:before {
  content: "\eccf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-laravel .path3:before {
  content: "\ecd0";
  position: absolute;
  left: 0;
}

.ki-laravel .path4:before {
  content: "\ecd1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-laravel .path5:before {
  content: "\ecd2";
  position: absolute;
  left: 0;
}

.ki-laravel .path6:before {
  content: "\ecd3";
  position: absolute;
  left: 0;
}

.ki-laravel .path7:before {
  content: "\ecd4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-left-square .path1:before {
  content: "\ecd5";
  opacity: 0.3;
}

.ki-left-square .path2:before {
  content: "\ecd6";
  position: absolute;
  left: 0;
}

.ki-left:before {
  content: "\ecd7";
}

.ki-like-2 .path1:before {
  content: "\ecd8";
  opacity: 0.3;
}

.ki-like-2 .path2:before {
  content: "\ecd9";
  position: absolute;
  left: 0;
}

.ki-like-folder .path1:before {
  content: "\ecda";
  opacity: 0.3;
}

.ki-like-folder .path2:before {
  content: "\ecdb";
  position: absolute;
  left: 0;
}

.ki-like-shapes .path1:before {
  content: "\ecdc";
  opacity: 0.3;
}

.ki-like-shapes .path2:before {
  content: "\ecdd";
  position: absolute;
  left: 0;
}

.ki-like-tag .path1:before {
  content: "\ecde";
  opacity: 0.3;
}

.ki-like-tag .path2:before {
  content: "\ecdf";
  position: absolute;
  left: 0;
}

.ki-like .path1:before {
  content: "\ece0";
}

.ki-like .path2:before {
  content: "\ece1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-loading .path1:before {
  content: "\ece2";
}

.ki-loading .path2:before {
  content: "\ece3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-lock-2 .path1:before {
  content: "\ece4";
}

.ki-lock-2 .path2:before {
  content: "\ece5";
  position: absolute;
  left: 0;
}

.ki-lock-2 .path3:before {
  content: "\ece6";
  position: absolute;
  left: 0;
}

.ki-lock-2 .path4:before {
  content: "\ece7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-lock-2 .path5:before {
  content: "\ece8";
  position: absolute;
  left: 0;
}

.ki-lock-3 .path1:before {
  content: "\ece9";
  opacity: 0.3;
}

.ki-lock-3 .path2:before {
  content: "\ecea";
  position: absolute;
  left: 0;
}

.ki-lock-3 .path3:before {
  content: "\eceb";
  position: absolute;
  left: 0;
}

.ki-lock .path1:before {
  content: "\ecec";
  opacity: 0.3;
}

.ki-lock .path2:before {
  content: "\eced";
  position: absolute;
  left: 0;
}

.ki-lock .path3:before {
  content: "\ecee";
  position: absolute;
  left: 0;
}

.ki-logistic .path1:before {
  content: "\ecef";
  opacity: 0.3;
}

.ki-logistic .path2:before {
  content: "\ecf0";
  position: absolute;
  left: 0;
}

.ki-logistic .path3:before {
  content: "\ecf1";
  position: absolute;
  left: 0;
}

.ki-logistic .path4:before {
  content: "\ecf2";
  position: absolute;
  left: 0;
}

.ki-logistic .path5:before {
  content: "\ecf3";
  position: absolute;
  left: 0;
}

.ki-logistic .path6:before {
  content: "\ecf4";
  position: absolute;
  left: 0;
}

.ki-logistic .path7:before {
  content: "\ecf5";
  position: absolute;
  left: 0;
}

.ki-lots-shopping .path1:before {
  content: "\ecf6";
  opacity: 0.3;
}

.ki-lots-shopping .path2:before {
  content: "\ecf7";
  position: absolute;
  left: 0;
}

.ki-lots-shopping .path3:before {
  content: "\ecf8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-lots-shopping .path4:before {
  content: "\ecf9";
  position: absolute;
  left: 0;
}

.ki-lots-shopping .path5:before {
  content: "\ecfa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-lots-shopping .path6:before {
  content: "\ecfb";
  position: absolute;
  left: 0;
}

.ki-lots-shopping .path7:before {
  content: "\ecfc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-lots-shopping .path8:before {
  content: "\ecfd";
  position: absolute;
  left: 0;
}

.ki-lovely .path1:before {
  content: "\ecfe";
  opacity: 0.3;
}

.ki-lovely .path2:before {
  content: "\ecff";
  position: absolute;
  left: 0;
}

.ki-lts .path1:before {
  content: "\ed00";
}

.ki-lts .path2:before {
  content: "\ed01";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-magnifier .path1:before {
  content: "\ed02";
  opacity: 0.3;
}

.ki-magnifier .path2:before {
  content: "\ed03";
  position: absolute;
  left: 0;
}

.ki-map .path1:before {
  content: "\ed04";
  opacity: 0.3;
}

.ki-map .path2:before {
  content: "\ed05";
  position: absolute;
  left: 0;
}

.ki-map .path3:before {
  content: "\ed06";
  position: absolute;
  left: 0;
}

.ki-mask .path1:before {
  content: "\ed07";
  opacity: 0.3;
}

.ki-mask .path2:before {
  content: "\ed08";
  position: absolute;
  left: 0;
}

.ki-mask .path3:before {
  content: "\ed09";
  position: absolute;
  left: 0;
}

.ki-maximize .path1:before {
  content: "\ed0a";
  opacity: 0.3;
}

.ki-maximize .path2:before {
  content: "\ed0b";
  position: absolute;
  left: 0;
}

.ki-maximize .path3:before {
  content: "\ed0c";
  position: absolute;
  left: 0;
}

.ki-maximize .path4:before {
  content: "\ed0d";
  position: absolute;
  left: 0;
}

.ki-maximize .path5:before {
  content: "\ed0e";
  position: absolute;
  left: 0;
}

.ki-medal-star .path1:before {
  content: "\ed0f";
}

.ki-medal-star .path2:before {
  content: "\ed10";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-medal-star .path3:before {
  content: "\ed11";
  position: absolute;
  left: 0;
}

.ki-medal-star .path4:before {
  content: "\ed12";
  position: absolute;
  left: 0;
}

.ki-menu .path1:before {
  content: "\ed13";
  opacity: 0.3;
}

.ki-menu .path2:before {
  content: "\ed14";
  position: absolute;
  left: 0;
}

.ki-menu .path3:before {
  content: "\ed15";
  position: absolute;
  left: 0;
}

.ki-menu .path4:before {
  content: "\ed16";
  position: absolute;
  left: 0;
}

.ki-message-add .path1:before {
  content: "\ed17";
  opacity: 0.3;
}

.ki-message-add .path2:before {
  content: "\ed18";
  position: absolute;
  left: 0;
}

.ki-message-add .path3:before {
  content: "\ed19";
  position: absolute;
  left: 0;
}

.ki-message-edit .path1:before {
  content: "\ed1a";
  opacity: 0.3;
}

.ki-message-edit .path2:before {
  content: "\ed1b";
  position: absolute;
  left: 0;
}

.ki-message-minus .path1:before {
  content: "\ed1c";
  opacity: 0.3;
}

.ki-message-minus .path2:before {
  content: "\ed1d";
  position: absolute;
  left: 0;
}

.ki-message-notif .path1:before {
  content: "\ed1e";
}

.ki-message-notif .path2:before {
  content: "\ed1f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-message-notif .path3:before {
  content: "\ed20";
  position: absolute;
  left: 0;
}

.ki-message-notif .path4:before {
  content: "\ed21";
  position: absolute;
  left: 0;
}

.ki-message-notif .path5:before {
  content: "\ed22";
  position: absolute;
  left: 0;
}

.ki-message-programming .path1:before {
  content: "\ed23";
  opacity: 0.3;
}

.ki-message-programming .path2:before {
  content: "\ed24";
  position: absolute;
  left: 0;
}

.ki-message-programming .path3:before {
  content: "\ed25";
  position: absolute;
  left: 0;
}

.ki-message-programming .path4:before {
  content: "\ed26";
  position: absolute;
  left: 0;
}

.ki-message-question .path1:before {
  content: "\ed27";
  opacity: 0.3;
}

.ki-message-question .path2:before {
  content: "\ed28";
  position: absolute;
  left: 0;
}

.ki-message-question .path3:before {
  content: "\ed29";
  position: absolute;
  left: 0;
}

.ki-message-text-2 .path1:before {
  content: "\ed2a";
  opacity: 0.3;
}

.ki-message-text-2 .path2:before {
  content: "\ed2b";
  position: absolute;
  left: 0;
}

.ki-message-text-2 .path3:before {
  content: "\ed2c";
  position: absolute;
  left: 0;
}

.ki-message-text .path1:before {
  content: "\ed2d";
  opacity: 0.3;
}

.ki-message-text .path2:before {
  content: "\ed2e";
  position: absolute;
  left: 0;
}

.ki-message-text .path3:before {
  content: "\ed2f";
  position: absolute;
  left: 0;
}

.ki-messages .path1:before {
  content: "\ed30";
}

.ki-messages .path2:before {
  content: "\ed31";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-messages .path3:before {
  content: "\ed32";
  position: absolute;
  left: 0;
}

.ki-messages .path4:before {
  content: "\ed33";
  position: absolute;
  left: 0;
}

.ki-messages .path5:before {
  content: "\ed34";
  position: absolute;
  left: 0;
}

.ki-microsoft .path1:before {
  content: "\ed35";
  opacity: 0.3;
}

.ki-microsoft .path2:before {
  content: "\ed36";
  position: absolute;
  left: 0;
}

.ki-microsoft .path3:before {
  content: "\ed37";
  position: absolute;
  left: 0;
}

.ki-microsoft .path4:before {
  content: "\ed38";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-milk .path1:before {
  content: "\ed39";
  opacity: 0.3;
}

.ki-milk .path2:before {
  content: "\ed3a";
  position: absolute;
  left: 0;
}

.ki-milk .path3:before {
  content: "\ed3b";
  position: absolute;
  left: 0;
}

.ki-minus-circle .path1:before {
  content: "\ed3c";
  opacity: 0.3;
}

.ki-minus-circle .path2:before {
  content: "\ed3d";
  position: absolute;
  left: 0;
}

.ki-minus-folder .path1:before {
  content: "\ed3e";
  opacity: 0.3;
}

.ki-minus-folder .path2:before {
  content: "\ed3f";
  position: absolute;
  left: 0;
}

.ki-minus-square .path1:before {
  content: "\ed40";
  opacity: 0.3;
}

.ki-minus-square .path2:before {
  content: "\ed41";
  position: absolute;
  left: 0;
}

.ki-minus:before {
  content: "\ed42";
}

.ki-monitor-mobile .path1:before {
  content: "\ed43";
  opacity: 0.3;
}

.ki-monitor-mobile .path2:before {
  content: "\ed44";
  position: absolute;
  left: 0;
}

.ki-moon .path1:before {
  content: "\ed45";
}

.ki-moon .path2:before {
  content: "\ed46";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-more-2 .path1:before {
  content: "\ed47";
  opacity: 0.3;
}

.ki-more-2 .path2:before {
  content: "\ed48";
  position: absolute;
  left: 0;
}

.ki-more-2 .path3:before {
  content: "\ed49";
  position: absolute;
  left: 0;
}

.ki-more-2 .path4:before {
  content: "\ed4a";
  position: absolute;
  left: 0;
}

.ki-mouse-circle .path1:before {
  content: "\ed4b";
}

.ki-mouse-circle .path2:before {
  content: "\ed4c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-mouse-square .path1:before {
  content: "\ed4d";
  opacity: 0.3;
}

.ki-mouse-square .path2:before {
  content: "\ed4e";
  position: absolute;
  left: 0;
}

.ki-mouse .path1:before {
  content: "\ed4f";
  opacity: 0.3;
}

.ki-mouse .path2:before {
  content: "\ed50";
  position: absolute;
  left: 0;
}

.ki-nexo .path1:before {
  content: "\ed51";
  opacity: 0.3;
}

.ki-nexo .path2:before {
  content: "\ed52";
  position: absolute;
  left: 0;
}

.ki-night-day .path1:before {
  content: "\ed53";
}

.ki-night-day .path2:before {
  content: "\ed54";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-night-day .path3:before {
  content: "\ed55";
  position: absolute;
  left: 0;
}

.ki-night-day .path4:before {
  content: "\ed56";
  position: absolute;
  left: 0;
}

.ki-night-day .path5:before {
  content: "\ed57";
  position: absolute;
  left: 0;
}

.ki-night-day .path6:before {
  content: "\ed58";
  position: absolute;
  left: 0;
}

.ki-night-day .path7:before {
  content: "\ed59";
  position: absolute;
  left: 0;
}

.ki-night-day .path8:before {
  content: "\ed5a";
  position: absolute;
  left: 0;
}

.ki-night-day .path9:before {
  content: "\ed5b";
  position: absolute;
  left: 0;
}

.ki-night-day .path10:before {
  content: "\ed5c";
  position: absolute;
  left: 0;
}

.ki-note-2 .path1:before {
  content: "\ed5d";
  opacity: 0.3;
}

.ki-note-2 .path2:before {
  content: "\ed5e";
  position: absolute;
  left: 0;
}

.ki-note-2 .path3:before {
  content: "\ed5f";
  position: absolute;
  left: 0;
}

.ki-note-2 .path4:before {
  content: "\ed60";
  position: absolute;
  left: 0;
}

.ki-note .path1:before {
  content: "\ed61";
  opacity: 0.3;
}

.ki-note .path2:before {
  content: "\ed62";
  position: absolute;
  left: 0;
}

.ki-notepad-bookmark .path1:before {
  content: "\ed63";
}

.ki-notepad-bookmark .path2:before {
  content: "\ed64";
  position: absolute;
  left: 0;
}

.ki-notepad-bookmark .path3:before {
  content: "\ed65";
  position: absolute;
  left: 0;
}

.ki-notepad-bookmark .path4:before {
  content: "\ed66";
  position: absolute;
  left: 0;
}

.ki-notepad-bookmark .path5:before {
  content: "\ed67";
  position: absolute;
  left: 0;
}

.ki-notepad-bookmark .path6:before {
  content: "\ed68";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notepad-edit .path1:before {
  content: "\ed69";
  opacity: 0.3;
}

.ki-notepad-edit .path2:before {
  content: "\ed6a";
  position: absolute;
  left: 0;
}

.ki-notepad .path1:before {
  content: "\ed6b";
}

.ki-notepad .path2:before {
  content: "\ed6c";
  position: absolute;
  left: 0;
}

.ki-notepad .path3:before {
  content: "\ed6d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notepad .path4:before {
  content: "\ed6e";
  position: absolute;
  left: 0;
}

.ki-notepad .path5:before {
  content: "\ed6f";
  position: absolute;
  left: 0;
}

.ki-notification-2 .path1:before {
  content: "\ed70";
}

.ki-notification-2 .path2:before {
  content: "\ed71";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notification-bing .path1:before {
  content: "\ed72";
}

.ki-notification-bing .path2:before {
  content: "\ed73";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notification-bing .path3:before {
  content: "\ed74";
  position: absolute;
  left: 0;
}

.ki-notification-circle .path1:before {
  content: "\ed75";
}

.ki-notification-circle .path2:before {
  content: "\ed76";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notification-favorite .path1:before {
  content: "\ed77";
}

.ki-notification-favorite .path2:before {
  content: "\ed78";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notification-favorite .path3:before {
  content: "\ed79";
  position: absolute;
  left: 0;
}

.ki-notification-on .path1:before {
  content: "\ed7a";
  opacity: 0.3;
}

.ki-notification-on .path2:before {
  content: "\ed7b";
  position: absolute;
  left: 0;
}

.ki-notification-on .path3:before {
  content: "\ed7c";
  position: absolute;
  left: 0;
}

.ki-notification-on .path4:before {
  content: "\ed7d";
  position: absolute;
  left: 0;
}

.ki-notification-on .path5:before {
  content: "\ed7e";
  position: absolute;
  left: 0;
}

.ki-notification-status .path1:before {
  content: "\ed7f";
}

.ki-notification-status .path2:before {
  content: "\ed80";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-notification-status .path3:before {
  content: "\ed81";
  position: absolute;
  left: 0;
}

.ki-notification-status .path4:before {
  content: "\ed82";
  position: absolute;
  left: 0;
}

.ki-notification .path1:before {
  content: "\ed83";
  opacity: 0.3;
}

.ki-notification .path2:before {
  content: "\ed84";
  position: absolute;
  left: 0;
}

.ki-notification .path3:before {
  content: "\ed85";
  position: absolute;
  left: 0;
}

.ki-ocean .path1:before {
  content: "\ed86";
}

.ki-ocean .path2:before {
  content: "\ed87";
  position: absolute;
  left: 0;
}

.ki-ocean .path3:before {
  content: "\ed88";
  position: absolute;
  left: 0;
}

.ki-ocean .path4:before {
  content: "\ed89";
  position: absolute;
  left: 0;
}

.ki-ocean .path5:before {
  content: "\ed8a";
  position: absolute;
  left: 0;
}

.ki-ocean .path6:before {
  content: "\ed8b";
  position: absolute;
  left: 0;
}

.ki-ocean .path7:before {
  content: "\ed8c";
  position: absolute;
  left: 0;
}

.ki-ocean .path8:before {
  content: "\ed8d";
  position: absolute;
  left: 0;
}

.ki-ocean .path9:before {
  content: "\ed8e";
  position: absolute;
  left: 0;
}

.ki-ocean .path10:before {
  content: "\ed8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path11:before {
  content: "\ed90";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path12:before {
  content: "\ed91";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path13:before {
  content: "\ed92";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path14:before {
  content: "\ed93";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path15:before {
  content: "\ed94";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path16:before {
  content: "\ed95";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path17:before {
  content: "\ed96";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path18:before {
  content: "\ed97";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ocean .path19:before {
  content: "\ed98";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-office-bag .path1:before {
  content: "\ed99";
  opacity: 0.3;
}

.ki-office-bag .path2:before {
  content: "\ed9a";
  position: absolute;
  left: 0;
}

.ki-office-bag .path3:before {
  content: "\ed9b";
  position: absolute;
  left: 0;
}

.ki-office-bag .path4:before {
  content: "\ed9c";
  position: absolute;
  left: 0;
}

.ki-package .path1:before {
  content: "\ed9d";
  opacity: 0.3;
}

.ki-package .path2:before {
  content: "\ed9e";
  position: absolute;
  left: 0;
}

.ki-package .path3:before {
  content: "\ed9f";
  position: absolute;
  left: 0;
}

.ki-pails .path1:before {
  content: "\eda0";
  opacity: 0.3;
}

.ki-pails .path2:before {
  content: "\eda1";
  position: absolute;
  left: 0;
}

.ki-pails .path3:before {
  content: "\eda2";
  position: absolute;
  left: 0;
}

.ki-pails .path4:before {
  content: "\eda3";
  position: absolute;
  left: 0;
}

.ki-pails .path5:before {
  content: "\eda4";
  position: absolute;
  left: 0;
}

.ki-pails .path6:before {
  content: "\eda5";
  position: absolute;
  left: 0;
}

.ki-pails .path7:before {
  content: "\eda6";
  position: absolute;
  left: 0;
}

.ki-pails .path8:before {
  content: "\eda7";
  position: absolute;
  left: 0;
}

.ki-pails .path9:before {
  content: "\eda8";
  position: absolute;
  left: 0;
}

.ki-paintbucket .path1:before {
  content: "\eda9";
  opacity: 0.3;
}

.ki-paintbucket .path2:before {
  content: "\edaa";
  position: absolute;
  left: 0;
}

.ki-paintbucket .path3:before {
  content: "\edab";
  position: absolute;
  left: 0;
}

.ki-paper-clip:before {
  content: "\edac";
}

.ki-parcel-tracking .path1:before {
  content: "\edad";
}

.ki-parcel-tracking .path2:before {
  content: "\edae";
  position: absolute;
  left: 0;
}

.ki-parcel-tracking .path3:before {
  content: "\edaf";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-parcel .path1:before {
  content: "\edb0";
  opacity: 0.3;
}

.ki-parcel .path2:before {
  content: "\edb1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-parcel .path3:before {
  content: "\edb2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-parcel .path4:before {
  content: "\edb3";
  position: absolute;
  left: 0;
}

.ki-parcel .path5:before {
  content: "\edb4";
  position: absolute;
  left: 0;
}

.ki-password-check .path1:before {
  content: "\edb5";
}

.ki-password-check .path2:before {
  content: "\edb6";
  position: absolute;
  left: 0;
}

.ki-password-check .path3:before {
  content: "\edb7";
  position: absolute;
  left: 0;
}

.ki-password-check .path4:before {
  content: "\edb8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-password-check .path5:before {
  content: "\edb9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-paypal .path1:before {
  content: "\edba";
}

.ki-paypal .path2:before {
  content: "\edbb";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-pencil .path1:before {
  content: "\edbc";
  opacity: 0.3;
}

.ki-pencil .path2:before {
  content: "\edbd";
  position: absolute;
  left: 0;
}

.ki-people .path1:before {
  content: "\edbe";
}

.ki-people .path2:before {
  content: "\edbf";
  position: absolute;
  left: 0;
}

.ki-people .path3:before {
  content: "\edc0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-people .path4:before {
  content: "\edc1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-people .path5:before {
  content: "\edc2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-percentage .path1:before {
  content: "\edc3";
}

.ki-percentage .path2:before {
  content: "\edc4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-phone .path1:before {
  content: "\edc5";
  opacity: 0.3;
}

.ki-phone .path2:before {
  content: "\edc6";
  position: absolute;
  left: 0;
}

.ki-photoshop .path1:before {
  content: "\edc7";
  opacity: 0.3;
}

.ki-photoshop .path2:before {
  content: "\edc8";
  position: absolute;
  left: 0;
}

.ki-picture .path1:before {
  content: "\edc9";
  opacity: 0.3;
}

.ki-picture .path2:before {
  content: "\edca";
  position: absolute;
  left: 0;
}

.ki-pill:before {
  content: "\edcb";
}

.ki-pin .path1:before {
  content: "\edcc";
  opacity: 0.3;
}

.ki-pin .path2:before {
  content: "\edcd";
  position: absolute;
  left: 0;
}

.ki-plus-circle .path1:before {
  content: "\edce";
  opacity: 0.3;
}

.ki-plus-circle .path2:before {
  content: "\edcf";
  position: absolute;
  left: 0;
}

.ki-plus-square .path1:before {
  content: "\edd0";
  opacity: 0.3;
}

.ki-plus-square .path2:before {
  content: "\edd1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-plus-square .path3:before {
  content: "\edd2";
  position: absolute;
  left: 0;
}

.ki-plus:before {
  content: "\edd3";
}

.ki-pointers .path1:before {
  content: "\edd4";
  opacity: 0.3;
}

.ki-pointers .path2:before {
  content: "\edd5";
  position: absolute;
  left: 0;
}

.ki-pointers .path3:before {
  content: "\edd6";
  position: absolute;
  left: 0;
}

.ki-price-tag .path1:before {
  content: "\edd7";
  opacity: 0.3;
}

.ki-price-tag .path2:before {
  content: "\edd8";
  position: absolute;
  left: 0;
}

.ki-price-tag .path3:before {
  content: "\edd9";
  position: absolute;
  left: 0;
}

.ki-printer .path1:before {
  content: "\edda";
  opacity: 0.3;
}

.ki-printer .path2:before {
  content: "\eddb";
  position: absolute;
  left: 0;
}

.ki-printer .path3:before {
  content: "\eddc";
  position: absolute;
  left: 0;
}

.ki-printer .path4:before {
  content: "\eddd";
  position: absolute;
  left: 0;
}

.ki-printer .path5:before {
  content: "\edde";
  position: absolute;
  left: 0;
}

.ki-profile-circle .path1:before {
  content: "\eddf";
  opacity: 0.3;
}

.ki-profile-circle .path2:before {
  content: "\ede0";
  position: absolute;
  left: 0;
}

.ki-profile-circle .path3:before {
  content: "\ede1";
  position: absolute;
  left: 0;
}

.ki-profile-user .path1:before {
  content: "\ede2";
  opacity: 0.3;
}

.ki-profile-user .path2:before {
  content: "\ede3";
  position: absolute;
  left: 0;
}

.ki-profile-user .path3:before {
  content: "\ede4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-profile-user .path4:before {
  content: "\ede5";
  position: absolute;
  left: 0;
}

.ki-pulse .path1:before {
  content: "\ede6";
  opacity: 0.3;
}

.ki-pulse .path2:before {
  content: "\ede7";
  position: absolute;
  left: 0;
}

.ki-purchase .path1:before {
  content: "\ede8";
  opacity: 0.3;
}

.ki-purchase .path2:before {
  content: "\ede9";
  position: absolute;
  left: 0;
}

.ki-python .path1:before {
  content: "\edea";
  opacity: 0.3;
}

.ki-python .path2:before {
  content: "\edeb";
  position: absolute;
  left: 0;
}

.ki-question-2 .path1:before {
  content: "\edec";
  opacity: 0.3;
}

.ki-question-2 .path2:before {
  content: "\eded";
  position: absolute;
  left: 0;
}

.ki-question-2 .path3:before {
  content: "\edee";
  position: absolute;
  left: 0;
}

.ki-question .path1:before {
  content: "\edef";
  opacity: 0.3;
}

.ki-question .path2:before {
  content: "\edf0";
  position: absolute;
  left: 0;
}

.ki-question .path3:before {
  content: "\edf1";
  position: absolute;
  left: 0;
}

.ki-questionnaire-tablet .path1:before {
  content: "\edf2";
  opacity: 0.3;
}

.ki-questionnaire-tablet .path2:before {
  content: "\edf3";
  position: absolute;
  left: 0;
}

.ki-ranking .path1:before {
  content: "\edf4";
  opacity: 0.3;
}

.ki-ranking .path2:before {
  content: "\edf5";
  position: absolute;
  left: 0;
}

.ki-ranking .path3:before {
  content: "\edf6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ranking .path4:before {
  content: "\edf7";
  position: absolute;
  left: 0;
}

.ki-react .path1:before {
  content: "\edf8";
  opacity: 0.3;
}

.ki-react .path2:before {
  content: "\edf9";
  position: absolute;
  left: 0;
}

.ki-receipt-square .path1:before {
  content: "\edfa";
  opacity: 0.3;
}

.ki-receipt-square .path2:before {
  content: "\edfb";
  position: absolute;
  left: 0;
}

.ki-rescue .path1:before {
  content: "\edfc";
  opacity: 0.3;
}

.ki-rescue .path2:before {
  content: "\edfd";
  position: absolute;
  left: 0;
}

.ki-right-left .path1:before {
  content: "\edfe";
}

.ki-right-left .path2:before {
  content: "\edff";
  position: absolute;
  left: 0;
}

.ki-right-left .path3:before {
  content: "\ee00";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-right-square .path1:before {
  content: "\ee01";
  opacity: 0.3;
}

.ki-right-square .path2:before {
  content: "\ee02";
  position: absolute;
  left: 0;
}

.ki-right:before {
  content: "\ee03";
}

.ki-rocket .path1:before {
  content: "\ee04";
  opacity: 0.3;
}

.ki-rocket .path2:before {
  content: "\ee05";
  position: absolute;
  left: 0;
}

.ki-route .path1:before {
  content: "\ee06";
}

.ki-route .path2:before {
  content: "\ee07";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-route .path3:before {
  content: "\ee08";
  position: absolute;
  left: 0;
}

.ki-route .path4:before {
  content: "\ee09";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-router .path1:before {
  content: "\ee0a";
  opacity: 0.3;
}

.ki-router .path2:before {
  content: "\ee0b";
  position: absolute;
  left: 0;
}

.ki-row-horizontal .path1:before {
  content: "\ee0c";
}

.ki-row-horizontal .path2:before {
  content: "\ee0d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-row-vertical .path1:before {
  content: "\ee0e";
}

.ki-row-vertical .path2:before {
  content: "\ee0f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-safe-home .path1:before {
  content: "\ee10";
  opacity: 0.3;
}

.ki-safe-home .path2:before {
  content: "\ee11";
  position: absolute;
  left: 0;
}

.ki-satellite .path1:before {
  content: "\ee12";
  opacity: 0.3;
}

.ki-satellite .path2:before {
  content: "\ee13";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-satellite .path3:before {
  content: "\ee14";
  position: absolute;
  left: 0;
}

.ki-satellite .path4:before {
  content: "\ee15";
  position: absolute;
  left: 0;
}

.ki-satellite .path5:before {
  content: "\ee16";
  position: absolute;
  left: 0;
}

.ki-satellite .path6:before {
  content: "\ee17";
  position: absolute;
  left: 0;
}

.ki-save-2 .path1:before {
  content: "\ee18";
  opacity: 0.3;
}

.ki-save-2 .path2:before {
  content: "\ee19";
  position: absolute;
  left: 0;
}

.ki-save-deposit .path1:before {
  content: "\ee1a";
}

.ki-save-deposit .path2:before {
  content: "\ee1b";
  position: absolute;
  left: 0;
}

.ki-save-deposit .path3:before {
  content: "\ee1c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-save-deposit .path4:before {
  content: "\ee1d";
  position: absolute;
  left: 0;
}

.ki-scan-barcode .path1:before {
  content: "\ee1e";
}

.ki-scan-barcode .path2:before {
  content: "\ee1f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-scan-barcode .path3:before {
  content: "\ee20";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-scan-barcode .path4:before {
  content: "\ee21";
  position: absolute;
  left: 0;
}

.ki-scan-barcode .path5:before {
  content: "\ee22";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-scan-barcode .path6:before {
  content: "\ee23";
  position: absolute;
  left: 0;
}

.ki-scan-barcode .path7:before {
  content: "\ee24";
  position: absolute;
  left: 0;
}

.ki-scan-barcode .path8:before {
  content: "\ee25";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-scooter-2:before {
  content: "\ee26";
}

.ki-scooter .path1:before {
  content: "\ee27";
}

.ki-scooter .path2:before {
  content: "\ee28";
  position: absolute;
  left: 0;
}

.ki-scooter .path3:before {
  content: "\ee29";
  position: absolute;
  left: 0;
}

.ki-scooter .path4:before {
  content: "\ee2a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-scooter .path5:before {
  content: "\ee2b";
  position: absolute;
  left: 0;
}

.ki-scooter .path6:before {
  content: "\ee2c";
  position: absolute;
  left: 0;
}

.ki-scooter .path7:before {
  content: "\ee2d";
  position: absolute;
  left: 0;
}

.ki-screen .path1:before {
  content: "\ee2e";
  opacity: 0.3;
}

.ki-screen .path2:before {
  content: "\ee2f";
  position: absolute;
  left: 0;
}

.ki-screen .path3:before {
  content: "\ee30";
  position: absolute;
  left: 0;
}

.ki-screen .path4:before {
  content: "\ee31";
  position: absolute;
  left: 0;
}

.ki-scroll .path1:before {
  content: "\ee32";
  opacity: 0.3;
}

.ki-scroll .path2:before {
  content: "\ee33";
  position: absolute;
  left: 0;
}

.ki-scroll .path3:before {
  content: "\ee34";
  position: absolute;
  left: 0;
}

.ki-search-list .path1:before {
  content: "\ee35";
  opacity: 0.3;
}

.ki-search-list .path2:before {
  content: "\ee36";
  position: absolute;
  left: 0;
}

.ki-search-list .path3:before {
  content: "\ee37";
  position: absolute;
  left: 0;
}

.ki-security-check .path1:before {
  content: "\ee38";
}

.ki-security-check .path2:before {
  content: "\ee39";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-security-check .path3:before {
  content: "\ee3a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-security-check .path4:before {
  content: "\ee3b";
  position: absolute;
  left: 0;
}

.ki-security-user .path1:before {
  content: "\ee3c";
  opacity: 0.3;
}

.ki-security-user .path2:before {
  content: "\ee3d";
  position: absolute;
  left: 0;
}

.ki-send .path1:before {
  content: "\ee3e";
}

.ki-send .path2:before {
  content: "\ee3f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-setting-2 .path1:before {
  content: "\ee40";
  opacity: 0.3;
}

.ki-setting-2 .path2:before {
  content: "\ee41";
  position: absolute;
  left: 0;
}

.ki-setting-3 .path1:before {
  content: "\ee42";
  opacity: 0.3;
}

.ki-setting-3 .path2:before {
  content: "\ee43";
  position: absolute;
  left: 0;
}

.ki-setting-3 .path3:before {
  content: "\ee44";
  position: absolute;
  left: 0;
}

.ki-setting-3 .path4:before {
  content: "\ee45";
  position: absolute;
  left: 0;
}

.ki-setting-3 .path5:before {
  content: "\ee46";
  position: absolute;
  left: 0;
}

.ki-setting-4:before {
  content: "\ee47";
}

.ki-setting .path1:before {
  content: "\ee48";
  opacity: 0.3;
}

.ki-setting .path2:before {
  content: "\ee49";
  position: absolute;
  left: 0;
}

.ki-share .path1:before {
  content: "\ee4a";
  opacity: 0.3;
}

.ki-share .path2:before {
  content: "\ee4b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-share .path3:before {
  content: "\ee4c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-share .path4:before {
  content: "\ee4d";
  position: absolute;
  left: 0;
}

.ki-share .path5:before {
  content: "\ee4e";
  position: absolute;
  left: 0;
}

.ki-share .path6:before {
  content: "\ee4f";
  position: absolute;
  left: 0;
}

.ki-shield-cross .path1:before {
  content: "\ee50";
  opacity: 0.3;
}

.ki-shield-cross .path2:before {
  content: "\ee51";
  position: absolute;
  left: 0;
}

.ki-shield-cross .path3:before {
  content: "\ee52";
  position: absolute;
  left: 0;
}

.ki-shield-search .path1:before {
  content: "\ee53";
  opacity: 0.3;
}

.ki-shield-search .path2:before {
  content: "\ee54";
  position: absolute;
  left: 0;
}

.ki-shield-search .path3:before {
  content: "\ee55";
  position: absolute;
  left: 0;
}

.ki-shield-slash .path1:before {
  content: "\ee56";
}

.ki-shield-slash .path2:before {
  content: "\ee57";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-shield-slash .path3:before {
  content: "\ee58";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-shield-tick .path1:before {
  content: "\ee59";
  opacity: 0.3;
}

.ki-shield-tick .path2:before {
  content: "\ee5a";
  position: absolute;
  left: 0;
}

.ki-shield .path1:before {
  content: "\ee5b";
  opacity: 0.3;
}

.ki-shield .path2:before {
  content: "\ee5c";
  position: absolute;
  left: 0;
}

.ki-ship .path1:before {
  content: "\ee5d";
  opacity: 0.3;
}

.ki-ship .path2:before {
  content: "\ee5e";
  position: absolute;
  left: 0;
}

.ki-ship .path3:before {
  content: "\ee5f";
  position: absolute;
  left: 0;
}

.ki-shop .path1:before {
  content: "\ee60";
}

.ki-shop .path2:before {
  content: "\ee61";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-shop .path3:before {
  content: "\ee62";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-shop .path4:before {
  content: "\ee63";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-shop .path5:before {
  content: "\ee64";
  position: absolute;
  left: 0;
}

.ki-simcard-2 .path1:before {
  content: "\ee65";
  opacity: 0.3;
}

.ki-simcard-2 .path2:before {
  content: "\ee66";
  position: absolute;
  left: 0;
}

.ki-simcard .path1:before {
  content: "\ee67";
  opacity: 0.3;
}

.ki-simcard .path2:before {
  content: "\ee68";
  position: absolute;
  left: 0;
}

.ki-simcard .path3:before {
  content: "\ee69";
  position: absolute;
  left: 0;
}

.ki-simcard .path4:before {
  content: "\ee6a";
  position: absolute;
  left: 0;
}

.ki-simcard .path5:before {
  content: "\ee6b";
  position: absolute;
  left: 0;
}

.ki-size .path1:before {
  content: "\ee6c";
  opacity: 0.3;
}

.ki-size .path2:before {
  content: "\ee6d";
  position: absolute;
  left: 0;
}

.ki-slack .path1:before {
  content: "\ee6e";
}

.ki-slack .path2:before {
  content: "\ee6f";
  position: absolute;
  left: 0;
}

.ki-slack .path3:before {
  content: "\ee70";
  position: absolute;
  left: 0;
}

.ki-slack .path4:before {
  content: "\ee71";
  position: absolute;
  left: 0;
}

.ki-slack .path5:before {
  content: "\ee72";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-slack .path6:before {
  content: "\ee73";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-slack .path7:before {
  content: "\ee74";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-slack .path8:before {
  content: "\ee75";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-slider-horizontal-2 .path1:before {
  content: "\ee76";
}

.ki-slider-horizontal-2 .path2:before {
  content: "\ee77";
  position: absolute;
  left: 0;
}

.ki-slider-horizontal-2 .path3:before {
  content: "\ee78";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-slider-horizontal .path1:before {
  content: "\ee79";
  opacity: 0.3;
}

.ki-slider-horizontal .path2:before {
  content: "\ee7a";
  position: absolute;
  left: 0;
}

.ki-slider-horizontal .path3:before {
  content: "\ee7b";
  position: absolute;
  left: 0;
}

.ki-slider-vertical-2 .path1:before {
  content: "\ee7c";
  opacity: 0.3;
}

.ki-slider-vertical-2 .path2:before {
  content: "\ee7d";
  position: absolute;
  left: 0;
}

.ki-slider-vertical-2 .path3:before {
  content: "\ee7e";
  position: absolute;
  left: 0;
}

.ki-slider-vertical .path1:before {
  content: "\ee7f";
}

.ki-slider-vertical .path2:before {
  content: "\ee80";
  position: absolute;
  left: 0;
}

.ki-slider-vertical .path3:before {
  content: "\ee81";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-slider .path1:before {
  content: "\ee82";
  opacity: 0.3;
}

.ki-slider .path2:before {
  content: "\ee83";
  position: absolute;
  left: 0;
}

.ki-slider .path3:before {
  content: "\ee84";
  position: absolute;
  left: 0;
}

.ki-slider .path4:before {
  content: "\ee85";
  position: absolute;
  left: 0;
}

.ki-sms .path1:before {
  content: "\ee86";
  opacity: 0.3;
}

.ki-sms .path2:before {
  content: "\ee87";
  position: absolute;
  left: 0;
}

.ki-snapchat .path1:before {
  content: "\ee88";
}

.ki-snapchat .path2:before {
  content: "\ee89";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-social-media .path1:before {
  content: "\ee8a";
}

.ki-social-media .path2:before {
  content: "\ee8b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-soft-2 .path1:before {
  content: "\ee8c";
  opacity: 0.3;
}

.ki-soft-2 .path2:before {
  content: "\ee8d";
  position: absolute;
  left: 0;
}

.ki-soft-3 .path1:before {
  content: "\ee8e";
}

.ki-soft-3 .path2:before {
  content: "\ee8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-soft .path1:before {
  content: "\ee90";
  opacity: 0.3;
}

.ki-soft .path2:before {
  content: "\ee91";
  position: absolute;
  left: 0;
}

.ki-soft .path3:before {
  content: "\ee92";
  position: absolute;
  left: 0;
}

.ki-soft .path4:before {
  content: "\ee93";
  position: absolute;
  left: 0;
}

.ki-soft .path5:before {
  content: "\ee94";
  position: absolute;
  left: 0;
}

.ki-soft .path6:before {
  content: "\ee95";
  position: absolute;
  left: 0;
}

.ki-some-files .path1:before {
  content: "\ee96";
  opacity: 0.3;
}

.ki-some-files .path2:before {
  content: "\ee97";
  position: absolute;
  left: 0;
}

.ki-sort .path1:before {
  content: "\ee98";
  opacity: 0.3;
}

.ki-sort .path2:before {
  content: "\ee99";
  position: absolute;
  left: 0;
}

.ki-sort .path3:before {
  content: "\ee9a";
  position: absolute;
  left: 0;
}

.ki-sort .path4:before {
  content: "\ee9b";
  position: absolute;
  left: 0;
}

.ki-speaker .path1:before {
  content: "\ee9c";
  opacity: 0.3;
}

.ki-speaker .path2:before {
  content: "\ee9d";
  position: absolute;
  left: 0;
}

.ki-speaker .path3:before {
  content: "\ee9e";
  position: absolute;
  left: 0;
}

.ki-spotify .path1:before {
  content: "\ee9f";
}

.ki-spotify .path2:before {
  content: "\eea0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-spring-framework:before {
  content: "\eea1";
}

.ki-square-brackets .path1:before {
  content: "\eea2";
  opacity: 0.3;
}

.ki-square-brackets .path2:before {
  content: "\eea3";
  position: absolute;
  left: 0;
}

.ki-square-brackets .path3:before {
  content: "\eea4";
  position: absolute;
  left: 0;
}

.ki-square-brackets .path4:before {
  content: "\eea5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-star:before {
  content: "\eea6";
}

.ki-status .path1:before {
  content: "\eea7";
  opacity: 0.3;
}

.ki-status .path2:before {
  content: "\eea8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-status .path3:before {
  content: "\eea9";
  position: absolute;
  left: 0;
}

.ki-subtitle .path1:before {
  content: "\eeaa";
  opacity: 0.3;
}

.ki-subtitle .path2:before {
  content: "\eeab";
  position: absolute;
  left: 0;
}

.ki-subtitle .path3:before {
  content: "\eeac";
  position: absolute;
  left: 0;
}

.ki-subtitle .path4:before {
  content: "\eead";
  position: absolute;
  left: 0;
}

.ki-subtitle .path5:before {
  content: "\eeae";
  position: absolute;
  left: 0;
}

.ki-sun .path1:before {
  content: "\eeaf";
}

.ki-sun .path2:before {
  content: "\eeb0";
  position: absolute;
  left: 0;
}

.ki-sun .path3:before {
  content: "\eeb1";
  position: absolute;
  left: 0;
}

.ki-sun .path4:before {
  content: "\eeb2";
  position: absolute;
  left: 0;
}

.ki-sun .path5:before {
  content: "\eeb3";
  position: absolute;
  left: 0;
}

.ki-sun .path6:before {
  content: "\eeb4";
  position: absolute;
  left: 0;
}

.ki-sun .path7:before {
  content: "\eeb5";
  position: absolute;
  left: 0;
}

.ki-sun .path8:before {
  content: "\eeb6";
  position: absolute;
  left: 0;
}

.ki-sun .path9:before {
  content: "\eeb7";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-support-24 .path1:before {
  content: "\eeb8";
  opacity: 0.3;
}

.ki-support-24 .path2:before {
  content: "\eeb9";
  position: absolute;
  left: 0;
}

.ki-support-24 .path3:before {
  content: "\eeba";
  position: absolute;
  left: 0;
}

.ki-switch .path1:before {
  content: "\eebb";
}

.ki-switch .path2:before {
  content: "\eebc";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-syringe .path1:before {
  content: "\eebd";
  opacity: 0.3;
}

.ki-syringe .path2:before {
  content: "\eebe";
  position: absolute;
  left: 0;
}

.ki-syringe .path3:before {
  content: "\eebf";
  position: absolute;
  left: 0;
}

.ki-tablet-book .path1:before {
  content: "\eec0";
  opacity: 0.3;
}

.ki-tablet-book .path2:before {
  content: "\eec1";
  position: absolute;
  left: 0;
}

.ki-tablet-delete .path1:before {
  content: "\eec2";
}

.ki-tablet-delete .path2:before {
  content: "\eec3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-tablet-delete .path3:before {
  content: "\eec4";
  position: absolute;
  left: 0;
}

.ki-tablet-down .path1:before {
  content: "\eec5";
  opacity: 0.3;
}

.ki-tablet-down .path2:before {
  content: "\eec6";
  position: absolute;
  left: 0;
}

.ki-tablet-down .path3:before {
  content: "\eec7";
  position: absolute;
  left: 0;
}

.ki-tablet-ok .path1:before {
  content: "\eec8";
}

.ki-tablet-ok .path2:before {
  content: "\eec9";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-tablet-ok .path3:before {
  content: "\eeca";
  position: absolute;
  left: 0;
}

.ki-tablet-text-down .path1:before {
  content: "\eecb";
}

.ki-tablet-text-down .path2:before {
  content: "\eecc";
  position: absolute;
  left: 0;
}

.ki-tablet-text-down .path3:before {
  content: "\eecd";
  position: absolute;
  left: 0;
}

.ki-tablet-text-down .path4:before {
  content: "\eece";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-tablet-text-up .path1:before {
  content: "\eecf";
}

.ki-tablet-text-up .path2:before {
  content: "\eed0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-tablet-up .path1:before {
  content: "\eed1";
  opacity: 0.3;
}

.ki-tablet-up .path2:before {
  content: "\eed2";
  position: absolute;
  left: 0;
}

.ki-tablet-up .path3:before {
  content: "\eed3";
  position: absolute;
  left: 0;
}

.ki-tablet .path1:before {
  content: "\eed4";
  opacity: 0.3;
}

.ki-tablet .path2:before {
  content: "\eed5";
  position: absolute;
  left: 0;
}

.ki-tablet .path3:before {
  content: "\eed6";
  position: absolute;
  left: 0;
}

.ki-tag-cross .path1:before {
  content: "\eed7";
  opacity: 0.3;
}

.ki-tag-cross .path2:before {
  content: "\eed8";
  position: absolute;
  left: 0;
}

.ki-tag-cross .path3:before {
  content: "\eed9";
  position: absolute;
  left: 0;
}

.ki-tag .path1:before {
  content: "\eeda";
  opacity: 0.3;
}

.ki-tag .path2:before {
  content: "\eedb";
  position: absolute;
  left: 0;
}

.ki-tag .path3:before {
  content: "\eedc";
  position: absolute;
  left: 0;
}

.ki-teacher .path1:before {
  content: "\eedd";
  opacity: 0.3;
}

.ki-teacher .path2:before {
  content: "\eede";
  position: absolute;
  left: 0;
}

.ki-tech-wifi .path1:before {
  content: "\eedf";
  opacity: 0.3;
}

.ki-tech-wifi .path2:before {
  content: "\eee0";
  position: absolute;
  left: 0;
}

.ki-technology-2 .path1:before {
  content: "\eee1";
  opacity: 0.3;
}

.ki-technology-2 .path2:before {
  content: "\eee2";
  position: absolute;
  left: 0;
}

.ki-technology-3 .path1:before {
  content: "\eee3";
}

.ki-technology-3 .path2:before {
  content: "\eee4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology-3 .path3:before {
  content: "\eee5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology-3 .path4:before {
  content: "\eee6";
  position: absolute;
  left: 0;
}

.ki-technology-4 .path1:before {
  content: "\eee7";
}

.ki-technology-4 .path2:before {
  content: "\eee8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology-4 .path3:before {
  content: "\eee9";
  position: absolute;
  left: 0;
}

.ki-technology-4 .path4:before {
  content: "\eeea";
  position: absolute;
  left: 0;
}

.ki-technology-4 .path5:before {
  content: "\eeeb";
  position: absolute;
  left: 0;
}

.ki-technology-4 .path6:before {
  content: "\eeec";
  position: absolute;
  left: 0;
}

.ki-technology-4 .path7:before {
  content: "\eeed";
  position: absolute;
  left: 0;
}

.ki-technology .path1:before {
  content: "\eeee";
}

.ki-technology .path2:before {
  content: "\eeef";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path3:before {
  content: "\eef0";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path4:before {
  content: "\eef1";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path5:before {
  content: "\eef2";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path6:before {
  content: "\eef3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path7:before {
  content: "\eef4";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path8:before {
  content: "\eef5";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-technology .path9:before {
  content: "\eef6";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-telephone-geolocation .path1:before {
  content: "\eef7";
}

.ki-telephone-geolocation .path2:before {
  content: "\eef8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-telephone-geolocation .path3:before {
  content: "\eef9";
  position: absolute;
  left: 0;
}

.ki-test-tubes .path1:before {
  content: "\eefa";
  opacity: 0.3;
}

.ki-test-tubes .path2:before {
  content: "\eefb";
  position: absolute;
  left: 0;
}

.ki-text-align-center .path1:before {
  content: "\eefc";
}

.ki-text-align-center .path2:before {
  content: "\eefd";
  position: absolute;
  left: 0;
}

.ki-text-align-center .path3:before {
  content: "\eefe";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-center .path4:before {
  content: "\eeff";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-justify-center .path1:before {
  content: "\ef00";
}

.ki-text-align-justify-center .path2:before {
  content: "\ef01";
  position: absolute;
  left: 0;
}

.ki-text-align-justify-center .path3:before {
  content: "\ef02";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-justify-center .path4:before {
  content: "\ef03";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-left .path1:before {
  content: "\ef04";
}

.ki-text-align-left .path2:before {
  content: "\ef05";
  position: absolute;
  left: 0;
}

.ki-text-align-left .path3:before {
  content: "\ef06";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-left .path4:before {
  content: "\ef07";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-right .path1:before {
  content: "\ef08";
}

.ki-text-align-right .path2:before {
  content: "\ef09";
  position: absolute;
  left: 0;
}

.ki-text-align-right .path3:before {
  content: "\ef0a";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-align-right .path4:before {
  content: "\ef0b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-bold .path1:before {
  content: "\ef0c";
  opacity: 0.3;
}

.ki-text-bold .path2:before {
  content: "\ef0d";
  position: absolute;
  left: 0;
}

.ki-text-bold .path3:before {
  content: "\ef0e";
  position: absolute;
  left: 0;
}

.ki-text-circle .path1:before {
  content: "\ef0f";
}

.ki-text-circle .path2:before {
  content: "\ef10";
  position: absolute;
  left: 0;
}

.ki-text-circle .path3:before {
  content: "\ef11";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-circle .path4:before {
  content: "\ef12";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-circle .path5:before {
  content: "\ef13";
  position: absolute;
  left: 0;
}

.ki-text-circle .path6:before {
  content: "\ef14";
  position: absolute;
  left: 0;
}

.ki-text-italic .path1:before {
  content: "\ef15";
  opacity: 0.3;
}

.ki-text-italic .path2:before {
  content: "\ef16";
  position: absolute;
  left: 0;
}

.ki-text-italic .path3:before {
  content: "\ef17";
  position: absolute;
  left: 0;
}

.ki-text-italic .path4:before {
  content: "\ef18";
  position: absolute;
  left: 0;
}

.ki-text-number .path1:before {
  content: "\ef19";
}

.ki-text-number .path2:before {
  content: "\ef1a";
  position: absolute;
  left: 0;
}

.ki-text-number .path3:before {
  content: "\ef1b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-number .path4:before {
  content: "\ef1c";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-number .path5:before {
  content: "\ef1d";
  position: absolute;
  left: 0;
}

.ki-text-number .path6:before {
  content: "\ef1e";
  position: absolute;
  left: 0;
}

.ki-text-strikethrough .path1:before {
  content: "\ef1f";
  opacity: 0.3;
}

.ki-text-strikethrough .path2:before {
  content: "\ef20";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-text-strikethrough .path3:before {
  content: "\ef21";
  position: absolute;
  left: 0;
}

.ki-text-underline .path1:before {
  content: "\ef22";
  opacity: 0.3;
}

.ki-text-underline .path2:before {
  content: "\ef23";
  position: absolute;
  left: 0;
}

.ki-text-underline .path3:before {
  content: "\ef24";
  position: absolute;
  left: 0;
}

.ki-text:before {
  content: "\ef25";
}

.ki-thermometer .path1:before {
  content: "\ef26";
  opacity: 0.3;
}

.ki-thermometer .path2:before {
  content: "\ef27";
  position: absolute;
  left: 0;
}

.ki-theta .path1:before {
  content: "\ef28";
}

.ki-theta .path2:before {
  content: "\ef29";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-tiktok .path1:before {
  content: "\ef2a";
  opacity: 0.3;
}

.ki-tiktok .path2:before {
  content: "\ef2b";
  position: absolute;
  left: 0;
}

.ki-time .path1:before {
  content: "\ef2c";
  opacity: 0.3;
}

.ki-time .path2:before {
  content: "\ef2d";
  position: absolute;
  left: 0;
}

.ki-timer .path1:before {
  content: "\ef2e";
  opacity: 0.3;
}

.ki-timer .path2:before {
  content: "\ef2f";
  position: absolute;
  left: 0;
}

.ki-timer .path3:before {
  content: "\ef30";
  position: absolute;
  left: 0;
}

.ki-to-left:before {
  content: "\ef31";
}

.ki-to-right:before {
  content: "\ef32";
}

.ki-toggle-off-circle .path1:before {
  content: "\ef33";
  opacity: 0.3;
}

.ki-toggle-off-circle .path2:before {
  content: "\ef34";
  position: absolute;
  left: 0;
}

.ki-toggle-off .path1:before {
  content: "\ef35";
  opacity: 0.3;
}

.ki-toggle-off .path2:before {
  content: "\ef36";
  position: absolute;
  left: 0;
}

.ki-toggle-on-circle .path1:before {
  content: "\ef37";
  opacity: 0.3;
}

.ki-toggle-on-circle .path2:before {
  content: "\ef38";
  position: absolute;
  left: 0;
}

.ki-toggle-on .path1:before {
  content: "\ef39";
  opacity: 0.3;
}

.ki-toggle-on .path2:before {
  content: "\ef3a";
  position: absolute;
  left: 0;
}

.ki-trailer .path1:before {
  content: "\ef3b";
}

.ki-trailer .path2:before {
  content: "\ef3c";
  position: absolute;
  left: 0;
}

.ki-trailer .path3:before {
  content: "\ef3d";
  position: absolute;
  left: 0;
}

.ki-trailer .path4:before {
  content: "\ef3e";
  position: absolute;
  left: 0;
}

.ki-trailer .path5:before {
  content: "\ef3f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-trash-square .path1:before {
  content: "\ef40";
  opacity: 0.3;
}

.ki-trash-square .path2:before {
  content: "\ef41";
  position: absolute;
  left: 0;
}

.ki-trash-square .path3:before {
  content: "\ef42";
  position: absolute;
  left: 0;
}

.ki-trash-square .path4:before {
  content: "\ef43";
  position: absolute;
  left: 0;
}

.ki-trash .path1:before {
  content: "\ef44";
  opacity: 0.3;
}

.ki-trash .path2:before {
  content: "\ef45";
  position: absolute;
  left: 0;
}

.ki-trash .path3:before {
  content: "\ef46";
  position: absolute;
  left: 0;
}

.ki-trash .path4:before {
  content: "\ef47";
  position: absolute;
  left: 0;
}

.ki-trash .path5:before {
  content: "\ef48";
  position: absolute;
  left: 0;
}

.ki-tree .path1:before {
  content: "\ef49";
  opacity: 0.3;
}

.ki-tree .path2:before {
  content: "\ef4a";
  position: absolute;
  left: 0;
}

.ki-tree .path3:before {
  content: "\ef4b";
  position: absolute;
  left: 0;
}

.ki-trello .path1:before {
  content: "\ef4c";
  opacity: 0.3;
}

.ki-trello .path2:before {
  content: "\ef4d";
  position: absolute;
  left: 0;
}

.ki-trello .path3:before {
  content: "\ef4e";
  position: absolute;
  left: 0;
}

.ki-triangle .path1:before {
  content: "\ef4f";
}

.ki-triangle .path2:before {
  content: "\ef50";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-triangle .path3:before {
  content: "\ef51";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-truck .path1:before {
  content: "\ef52";
}

.ki-truck .path2:before {
  content: "\ef53";
  position: absolute;
  left: 0;
}

.ki-truck .path3:before {
  content: "\ef54";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-truck .path4:before {
  content: "\ef55";
  position: absolute;
  left: 0;
}

.ki-truck .path5:before {
  content: "\ef56";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-ts .path1:before {
  content: "\ef57";
  opacity: 0.3;
}

.ki-ts .path2:before {
  content: "\ef58";
  position: absolute;
  left: 0;
}

.ki-ts .path3:before {
  content: "\ef59";
  position: absolute;
  left: 0;
}

.ki-twitch .path1:before {
  content: "\ef5a";
  opacity: 0.3;
}

.ki-twitch .path2:before {
  content: "\ef5b";
  position: absolute;
  left: 0;
}

.ki-twitch .path3:before {
  content: "\ef5c";
  position: absolute;
  left: 0;
}

.ki-twitter .path1:before {
  content: "\ef5d";
  opacity: 0.3;
}

.ki-twitter .path2:before {
  content: "\ef5e";
  position: absolute;
  left: 0;
}

.ki-two-credit-cart .path1:before {
  content: "\ef5f";
}

.ki-two-credit-cart .path2:before {
  content: "\ef60";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-two-credit-cart .path3:before {
  content: "\ef61";
  position: absolute;
  left: 0;
}

.ki-two-credit-cart .path4:before {
  content: "\ef62";
  position: absolute;
  left: 0;
}

.ki-two-credit-cart .path5:before {
  content: "\ef63";
  position: absolute;
  left: 0;
}

.ki-underlining .path1:before {
  content: "\ef64";
  opacity: 0.3;
}

.ki-underlining .path2:before {
  content: "\ef65";
  position: absolute;
  left: 0;
}

.ki-underlining .path3:before {
  content: "\ef66";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-up-down .path1:before {
  content: "\ef67";
  opacity: 0.3;
}

.ki-up-down .path2:before {
  content: "\ef68";
  position: absolute;
  left: 0;
}

.ki-up-down .path3:before {
  content: "\ef69";
  position: absolute;
  left: 0;
}

.ki-up-square .path1:before {
  content: "\ef6a";
  opacity: 0.3;
}

.ki-up-square .path2:before {
  content: "\ef6b";
  position: absolute;
  left: 0;
}

.ki-up:before {
  content: "\ef6c";
}

.ki-update-file .path1:before {
  content: "\ef6d";
  opacity: 0.3;
}

.ki-update-file .path2:before {
  content: "\ef6e";
  position: absolute;
  left: 0;
}

.ki-update-file .path3:before {
  content: "\ef6f";
  position: absolute;
  left: 0;
}

.ki-update-file .path4:before {
  content: "\ef70";
  position: absolute;
  left: 0;
}

.ki-update-folder .path1:before {
  content: "\ef71";
  opacity: 0.3;
}

.ki-update-folder .path2:before {
  content: "\ef72";
  position: absolute;
  left: 0;
}

.ki-user-edit .path1:before {
  content: "\ef73";
}

.ki-user-edit .path2:before {
  content: "\ef74";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-user-edit .path3:before {
  content: "\ef75";
  position: absolute;
  left: 0;
}

.ki-user-square .path1:before {
  content: "\ef76";
  opacity: 0.3;
}

.ki-user-square .path2:before {
  content: "\ef77";
  position: absolute;
  left: 0;
}

.ki-user-square .path3:before {
  content: "\ef78";
  position: absolute;
  left: 0;
}

.ki-user-tick .path1:before {
  content: "\ef79";
}

.ki-user-tick .path2:before {
  content: "\ef7a";
  position: absolute;
  left: 0;
}

.ki-user-tick .path3:before {
  content: "\ef7b";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-user .path1:before {
  content: "\ef7c";
  opacity: 0.3;
}

.ki-user .path2:before {
  content: "\ef7d";
  position: absolute;
  left: 0;
}

.ki-verify .path1:before {
  content: "\ef7e";
  opacity: 0.3;
}

.ki-verify .path2:before {
  content: "\ef7f";
  position: absolute;
  left: 0;
}

.ki-vibe .path1:before {
  content: "\ef80";
}

.ki-vibe .path2:before {
  content: "\ef81";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-virus .path1:before {
  content: "\ef82";
  opacity: 0.3;
}

.ki-virus .path2:before {
  content: "\ef83";
  position: absolute;
  left: 0;
}

.ki-virus .path3:before {
  content: "\ef84";
  position: absolute;
  left: 0;
}

.ki-vue .path1:before {
  content: "\ef85";
  opacity: 0.3;
}

.ki-vue .path2:before {
  content: "\ef86";
  position: absolute;
  left: 0;
}

.ki-vuesax .path1:before {
  content: "\ef87";
}

.ki-vuesax .path2:before {
  content: "\ef88";
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.ki-vuesax .path3:before {
  content: "\ef89";
  position: absolute;
  left: 0;
}

.ki-wallet .path1:before {
  content: "\ef8a";
  opacity: 0.3;
}

.ki-wallet .path2:before {
  content: "\ef8b";
  position: absolute;
  left: 0;
}

.ki-wallet .path3:before {
  content: "\ef8c";
  position: absolute;
  left: 0;
}

.ki-wallet .path4:before {
  content: "\ef8d";
  position: absolute;
  left: 0;
}

.ki-wanchain .path1:before {
  content: "\ef8e";
}

.ki-wanchain .path2:before {
  content: "\ef8f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-watch .path1:before {
  content: "\ef90";
  opacity: 0.3;
}

.ki-watch .path2:before {
  content: "\ef91";
  position: absolute;
  left: 0;
}

.ki-whatsapp .path1:before {
  content: "\ef92";
  opacity: 0.4;
}

.ki-whatsapp .path2:before {
  content: "\ef93";
  position: absolute;
  left: 0;
}

.ki-wifi-home .path1:before {
  content: "\ef94";
  opacity: 0.3;
}

.ki-wifi-home .path2:before {
  content: "\ef95";
  position: absolute;
  left: 0;
}

.ki-wifi-home .path3:before {
  content: "\ef96";
  position: absolute;
  left: 0;
}

.ki-wifi-home .path4:before {
  content: "\ef97";
  position: absolute;
  left: 0;
}

.ki-wifi-square .path1:before {
  content: "\ef98";
  opacity: 0.3;
}

.ki-wifi-square .path2:before {
  content: "\ef99";
  position: absolute;
  left: 0;
}

.ki-wifi-square .path3:before {
  content: "\ef9a";
  position: absolute;
  left: 0;
}

.ki-wifi-square .path4:before {
  content: "\ef9b";
  position: absolute;
  left: 0;
}

.ki-wifi .path1:before {
  content: "\ef9c";
}

.ki-wifi .path2:before {
  content: "\ef9d";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-wifi .path3:before {
  content: "\ef9e";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-wifi .path4:before {
  content: "\ef9f";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-wrench .path1:before {
  content: "\efa0";
  opacity: 0.3;
}

.ki-wrench .path2:before {
  content: "\efa1";
  position: absolute;
  left: 0;
}

.ki-xaomi .path1:before {
  content: "\efa2";
}

.ki-xaomi .path2:before {
  content: "\efa3";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-xd .path1:before {
  content: "\efa4";
  opacity: 0.3;
}

.ki-xd .path2:before {
  content: "\efa5";
  position: absolute;
  left: 0;
}

.ki-xd .path3:before {
  content: "\efa6";
  position: absolute;
  left: 0;
}

.ki-xmr .path1:before {
  content: "\efa7";
}

.ki-xmr .path2:before {
  content: "\efa8";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-yii .path1:before {
  content: "\efa9";
  opacity: 0.3;
}

.ki-yii .path2:before {
  content: "\efaa";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-yii .path3:before {
  content: "\efab";
  position: absolute;
  left: 0;
}

.ki-youtube .path1:before {
  content: "\efac";
}

.ki-youtube .path2:before {
  content: "\efad";
  position: absolute;
  left: 0;
  opacity: 0.3;
}

.ki-duotone i {
  font-style: normal;
}

@font-face {
  font-family: "keenicons-outline";
  src: url("fonts/keenicons/keenicons-outline.eot?fzo4bm");
  src: url("fonts/keenicons/keenicons-outline.eot?fzo4bm#iefix") format("embedded-opentype"), url("fonts/keenicons/keenicons-outline.ttf?fzo4bm") format("truetype"), url("fonts/keenicons/keenicons-outline.woff?fzo4bm") format("woff"), url("fonts/keenicons/keenicons-outline.svg?fzo4bm#keenicons-outline") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ki-outline {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "keenicons-outline" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1.ki-outline:before {
  content: "\e900";
}

.ki-abstract-2.ki-outline:before {
  content: "\e901";
}

.ki-abstract-3.ki-outline:before {
  content: "\e902";
}

.ki-abstract-4.ki-outline:before {
  content: "\e903";
}

.ki-abstract-5.ki-outline:before {
  content: "\e904";
}

.ki-abstract-6.ki-outline:before {
  content: "\e905";
}

.ki-abstract-7.ki-outline:before {
  content: "\e906";
}

.ki-abstract-8.ki-outline:before {
  content: "\e907";
}

.ki-abstract-9.ki-outline:before {
  content: "\e908";
}

.ki-abstract-10.ki-outline:before {
  content: "\e909";
}

.ki-abstract-11.ki-outline:before {
  content: "\e90a";
}

.ki-abstract-12.ki-outline:before {
  content: "\e90b";
}

.ki-abstract-13.ki-outline:before {
  content: "\e90c";
}

.ki-abstract-14.ki-outline:before {
  content: "\e90d";
}

.ki-abstract-15.ki-outline:before {
  content: "\e90e";
}

.ki-abstract-16.ki-outline:before {
  content: "\e90f";
}

.ki-abstract-17.ki-outline:before {
  content: "\e910";
}

.ki-abstract-18.ki-outline:before {
  content: "\e911";
}

.ki-abstract-19.ki-outline:before {
  content: "\e912";
}

.ki-abstract-20.ki-outline:before {
  content: "\e913";
}

.ki-abstract-21.ki-outline:before {
  content: "\e914";
}

.ki-abstract-22.ki-outline:before {
  content: "\e915";
}

.ki-abstract-23.ki-outline:before {
  content: "\e916";
}

.ki-abstract-24.ki-outline:before {
  content: "\e917";
}

.ki-abstract-25.ki-outline:before {
  content: "\e918";
}

.ki-abstract-26.ki-outline:before {
  content: "\e919";
}

.ki-abstract-27.ki-outline:before {
  content: "\e91a";
}

.ki-abstract-28.ki-outline:before {
  content: "\e91b";
}

.ki-abstract-29.ki-outline:before {
  content: "\e91c";
}

.ki-abstract-30.ki-outline:before {
  content: "\e91d";
}

.ki-abstract-31.ki-outline:before {
  content: "\e91e";
}

.ki-abstract-32.ki-outline:before {
  content: "\e91f";
}

.ki-abstract-33.ki-outline:before {
  content: "\e920";
}

.ki-abstract-34.ki-outline:before {
  content: "\e921";
}

.ki-abstract-35.ki-outline:before {
  content: "\e922";
}

.ki-abstract-36.ki-outline:before {
  content: "\e923";
}

.ki-abstract-37.ki-outline:before {
  content: "\e924";
}

.ki-abstract-38.ki-outline:before {
  content: "\e925";
}

.ki-abstract-39.ki-outline:before {
  content: "\e926";
}

.ki-abstract-40.ki-outline:before {
  content: "\e927";
}

.ki-abstract-41.ki-outline:before {
  content: "\e928";
}

.ki-abstract-42.ki-outline:before {
  content: "\e929";
}

.ki-abstract-43.ki-outline:before {
  content: "\e92a";
}

.ki-abstract-44.ki-outline:before {
  content: "\e92b";
}

.ki-abstract-45.ki-outline:before {
  content: "\e92c";
}

.ki-abstract-46.ki-outline:before {
  content: "\e92d";
}

.ki-abstract-47.ki-outline:before {
  content: "\e92e";
}

.ki-abstract-48.ki-outline:before {
  content: "\e92f";
}

.ki-abstract-49.ki-outline:before {
  content: "\e930";
}

.ki-abstract.ki-outline:before {
  content: "\e931";
}

.ki-add-files.ki-outline:before {
  content: "\e932";
}

.ki-add-folder.ki-outline:before {
  content: "\e933";
}

.ki-add-item.ki-outline:before {
  content: "\e934";
}

.ki-add-notepad.ki-outline:before {
  content: "\e935";
}

.ki-address-book.ki-outline:before {
  content: "\e936";
}

.ki-airplane-square.ki-outline:before {
  content: "\e937";
}

.ki-airplane.ki-outline:before {
  content: "\e938";
}

.ki-airpod.ki-outline:before {
  content: "\e939";
}

.ki-android.ki-outline:before {
  content: "\e93a";
}

.ki-angular.ki-outline:before {
  content: "\e93b";
}

.ki-apple.ki-outline:before {
  content: "\e93c";
}

.ki-archive-tick.ki-outline:before {
  content: "\e93d";
}

.ki-archive.ki-outline:before {
  content: "\e93e";
}

.ki-arrow-circle-left.ki-outline:before {
  content: "\e93f";
}

.ki-arrow-circle-right.ki-outline:before {
  content: "\e940";
}

.ki-arrow-diagonal.ki-outline:before {
  content: "\e941";
}

.ki-arrow-down-left.ki-outline:before {
  content: "\e942";
}

.ki-arrow-down-refraction.ki-outline:before {
  content: "\e943";
}

.ki-arrow-down-right.ki-outline:before {
  content: "\e944";
}

.ki-arrow-down.ki-outline:before {
  content: "\e945";
}

.ki-arrow-left.ki-outline:before {
  content: "\e946";
}

.ki-arrow-mix.ki-outline:before {
  content: "\e947";
}

.ki-arrow-right-left.ki-outline:before {
  content: "\e948";
}

.ki-arrow-right.ki-outline:before {
  content: "\e949";
}

.ki-arrow-two-diagonals.ki-outline:before {
  content: "\e94a";
}

.ki-arrow-up-down.ki-outline:before {
  content: "\e94b";
}

.ki-arrow-up-left.ki-outline:before {
  content: "\e94c";
}

.ki-arrow-up-refraction.ki-outline:before {
  content: "\e94d";
}

.ki-arrow-up-right.ki-outline:before {
  content: "\e94e";
}

.ki-arrow-up.ki-outline:before {
  content: "\e94f";
}

.ki-arrow-zigzag.ki-outline:before {
  content: "\e950";
}

.ki-arrows-circle.ki-outline:before {
  content: "\e951";
}

.ki-arrows-loop.ki-outline:before {
  content: "\e952";
}

.ki-artificial-intelligence.ki-outline:before {
  content: "\e953";
}

.ki-auto-brightness.ki-outline:before {
  content: "\e954";
}

.ki-avalanche.ki-outline:before {
  content: "\e955";
}

.ki-award.ki-outline:before {
  content: "\e956";
}

.ki-badge.ki-outline:before {
  content: "\e957";
}

.ki-bandage.ki-outline:before {
  content: "\e958";
}

.ki-bank.ki-outline:before {
  content: "\e959";
}

.ki-barcode.ki-outline:before {
  content: "\e95a";
}

.ki-basket-ok.ki-outline:before {
  content: "\e95b";
}

.ki-basket.ki-outline:before {
  content: "\e95c";
}

.ki-behance.ki-outline:before {
  content: "\e95d";
}

.ki-bill.ki-outline:before {
  content: "\e95e";
}

.ki-binance-usd.ki-outline:before {
  content: "\e95f";
}

.ki-binance.ki-outline:before {
  content: "\e960";
}

.ki-bitcoin.ki-outline:before {
  content: "\e961";
}

.ki-black-down.ki-outline:before {
  content: "\e962";
}

.ki-black-left-line.ki-outline:before {
  content: "\e963";
}

.ki-black-left.ki-outline:before {
  content: "\e964";
}

.ki-black-right-line.ki-outline:before {
  content: "\e965";
}

.ki-black-right.ki-outline:before {
  content: "\e966";
}

.ki-black-up.ki-outline:before {
  content: "\e967";
}

.ki-bluetooth.ki-outline:before {
  content: "\e968";
}

.ki-book-open.ki-outline:before {
  content: "\e969";
}

.ki-book-square.ki-outline:before {
  content: "\e96a";
}

.ki-book.ki-outline:before {
  content: "\e96b";
}

.ki-bookmark-2.ki-outline:before {
  content: "\e96c";
}

.ki-bookmark.ki-outline:before {
  content: "\e96d";
}

.ki-bootstrap.ki-outline:before {
  content: "\e96e";
}

.ki-briefcase.ki-outline:before {
  content: "\e96f";
}

.ki-brifecase-cros.ki-outline:before {
  content: "\e970";
}

.ki-brifecase-tick.ki-outline:before {
  content: "\e971";
}

.ki-brifecase-timer.ki-outline:before {
  content: "\e972";
}

.ki-brush.ki-outline:before {
  content: "\e973";
}

.ki-bucket-square.ki-outline:before {
  content: "\e974";
}

.ki-bucket.ki-outline:before {
  content: "\e975";
}

.ki-burger-menu-1.ki-outline:before {
  content: "\e976";
}

.ki-burger-menu-2.ki-outline:before {
  content: "\e977";
}

.ki-burger-menu-3.ki-outline:before {
  content: "\e978";
}

.ki-burger-menu-4.ki-outline:before {
  content: "\e979";
}

.ki-burger-menu-5.ki-outline:before {
  content: "\e97a";
}

.ki-burger-menu-6.ki-outline:before {
  content: "\e97b";
}

.ki-burger-menu.ki-outline:before {
  content: "\e97c";
}

.ki-bus.ki-outline:before {
  content: "\e97d";
}

.ki-calculator.ki-outline:before {
  content: "\e97e";
}

.ki-calendar-2.ki-outline:before {
  content: "\e97f";
}

.ki-calendar-8.ki-outline:before {
  content: "\e980";
}

.ki-calendar-add.ki-outline:before {
  content: "\e981";
}

.ki-calendar-edit.ki-outline:before {
  content: "\e982";
}

.ki-calendar-remove.ki-outline:before {
  content: "\e983";
}

.ki-calendar-search.ki-outline:before {
  content: "\e984";
}

.ki-calendar-tick.ki-outline:before {
  content: "\e985";
}

.ki-calendar.ki-outline:before {
  content: "\e986";
}

.ki-call.ki-outline:before {
  content: "\e987";
}

.ki-capsule.ki-outline:before {
  content: "\e988";
}

.ki-car-2.ki-outline:before {
  content: "\e989";
}

.ki-car-3.ki-outline:before {
  content: "\e98a";
}

.ki-car.ki-outline:before {
  content: "\e98b";
}

.ki-category.ki-outline:before {
  content: "\e98c";
}

.ki-cd.ki-outline:before {
  content: "\e98d";
}

.ki-celsius.ki-outline:before {
  content: "\e98e";
}

.ki-chart-line-down-2.ki-outline:before {
  content: "\e98f";
}

.ki-chart-line-down.ki-outline:before {
  content: "\e990";
}

.ki-chart-line-star.ki-outline:before {
  content: "\e991";
}

.ki-chart-line-up-2.ki-outline:before {
  content: "\e992";
}

.ki-chart-line-up.ki-outline:before {
  content: "\e993";
}

.ki-chart-line.ki-outline:before {
  content: "\e994";
}

.ki-chart-pie-3.ki-outline:before {
  content: "\e995";
}

.ki-chart-pie-4.ki-outline:before {
  content: "\e996";
}

.ki-chart-pie-simple.ki-outline:before {
  content: "\e997";
}

.ki-chart-pie-too.ki-outline:before {
  content: "\e998";
}

.ki-chart-simple-2.ki-outline:before {
  content: "\e999";
}

.ki-chart-simple-3.ki-outline:before {
  content: "\e99a";
}

.ki-chart-simple.ki-outline:before {
  content: "\e99b";
}

.ki-chart.ki-outline:before {
  content: "\e99c";
}

.ki-check-circle.ki-outline:before {
  content: "\e99d";
}

.ki-check-square.ki-outline:before {
  content: "\e99e";
}

.ki-check.ki-outline:before {
  content: "\e99f";
}

.ki-cheque.ki-outline:before {
  content: "\e9a0";
}

.ki-chrome.ki-outline:before {
  content: "\e9a1";
}

.ki-classmates.ki-outline:before {
  content: "\e9a2";
}

.ki-click.ki-outline:before {
  content: "\e9a3";
}

.ki-clipboard.ki-outline:before {
  content: "\e9a4";
}

.ki-cloud-add.ki-outline:before {
  content: "\e9a5";
}

.ki-cloud-change.ki-outline:before {
  content: "\e9a6";
}

.ki-cloud-download.ki-outline:before {
  content: "\e9a7";
}

.ki-cloud.ki-outline:before {
  content: "\e9a8";
}

.ki-code.ki-outline:before {
  content: "\e9a9";
}

.ki-coffee.ki-outline:before {
  content: "\e9aa";
}

.ki-color-swatch.ki-outline:before {
  content: "\e9ab";
}

.ki-colors-square.ki-outline:before {
  content: "\e9ac";
}

.ki-compass.ki-outline:before {
  content: "\e9ad";
}

.ki-copy-success.ki-outline:before {
  content: "\e9ae";
}

.ki-copy.ki-outline:before {
  content: "\e9af";
}

.ki-courier-express.ki-outline:before {
  content: "\e9b0";
}

.ki-courier.ki-outline:before {
  content: "\e9b1";
}

.ki-credit-cart.ki-outline:before {
  content: "\e9b2";
}

.ki-cross-circle.ki-outline:before {
  content: "\e9b3";
}

.ki-cross-square.ki-outline:before {
  content: "\e9b4";
}

.ki-cross.ki-outline:before {
  content: "\e9b5";
}

.ki-crown-2.ki-outline:before {
  content: "\e9b6";
}

.ki-crown.ki-outline:before {
  content: "\e9b7";
}

.ki-css.ki-outline:before {
  content: "\e9b8";
}

.ki-cube-2.ki-outline:before {
  content: "\e9b9";
}

.ki-cube-3.ki-outline:before {
  content: "\e9ba";
}

.ki-cup.ki-outline:before {
  content: "\e9bb";
}

.ki-dash.ki-outline:before {
  content: "\e9bc";
}

.ki-data.ki-outline:before {
  content: "\e9bd";
}

.ki-delete-files.ki-outline:before {
  content: "\e9be";
}

.ki-delete-folder.ki-outline:before {
  content: "\e9bf";
}

.ki-delivery-2.ki-outline:before {
  content: "\e9c0";
}

.ki-delivery-3.ki-outline:before {
  content: "\e9c1";
}

.ki-delivery-24.ki-outline:before {
  content: "\e9c2";
}

.ki-delivery-door.ki-outline:before {
  content: "\e9c3";
}

.ki-delivery-geolocation.ki-outline:before {
  content: "\e9c4";
}

.ki-delivery-time.ki-outline:before {
  content: "\e9c5";
}

.ki-delivery.ki-outline:before {
  content: "\e9c6";
}

.ki-design-2.ki-outline:before {
  content: "\e9c7";
}

.ki-design-frame.ki-outline:before {
  content: "\e9c8";
}

.ki-design-mask.ki-outline:before {
  content: "\e9c9";
}

.ki-design.ki-outline:before {
  content: "\e9ca";
}

.ki-devices-2.ki-outline:before {
  content: "\e9cb";
}

.ki-devices.ki-outline:before {
  content: "\e9cc";
}

.ki-diamonds.ki-outline:before {
  content: "\e9cd";
}

.ki-directbox-default.ki-outline:before {
  content: "\e9ce";
}

.ki-disconnect.ki-outline:before {
  content: "\e9cf";
}

.ki-discount.ki-outline:before {
  content: "\e9d0";
}

.ki-disk.ki-outline:before {
  content: "\e9d1";
}

.ki-dislike.ki-outline:before {
  content: "\e9d2";
}

.ki-dj.ki-outline:before {
  content: "\e9d3";
}

.ki-document.ki-outline:before {
  content: "\e9d4";
}

.ki-dollar.ki-outline:before {
  content: "\e9d5";
}

.ki-dots-circle-vertical.ki-outline:before {
  content: "\e9d6";
}

.ki-dots-circle.ki-outline:before {
  content: "\e9d7";
}

.ki-dots-horizontal.ki-outline:before {
  content: "\e9d8";
}

.ki-dots-square-vertical.ki-outline:before {
  content: "\e9d9";
}

.ki-dots-square.ki-outline:before {
  content: "\e9da";
}

.ki-dots-vertical.ki-outline:before {
  content: "\e9db";
}

.ki-double-check-circle.ki-outline:before {
  content: "\e9dc";
}

.ki-double-check.ki-outline:before {
  content: "\e9dd";
}

.ki-double-down.ki-outline:before {
  content: "\e9de";
}

.ki-double-left-arrow.ki-outline:before {
  content: "\e9df";
}

.ki-double-left.ki-outline:before {
  content: "\e9e0";
}

.ki-double-right-arrow.ki-outline:before {
  content: "\e9e1";
}

.ki-double-right.ki-outline:before {
  content: "\e9e2";
}

.ki-double-up.ki-outline:before {
  content: "\e9e3";
}

.ki-down-square.ki-outline:before {
  content: "\e9e4";
}

.ki-down.ki-outline:before {
  content: "\e9e5";
}

.ki-dribbble.ki-outline:before {
  content: "\e9e6";
}

.ki-drop.ki-outline:before {
  content: "\e9e7";
}

.ki-dropbox.ki-outline:before {
  content: "\e9e8";
}

.ki-educare.ki-outline:before {
  content: "\e9e9";
}

.ki-electricity.ki-outline:before {
  content: "\e9ea";
}

.ki-electronic-clock.ki-outline:before {
  content: "\e9eb";
}

.ki-element-1.ki-outline:before {
  content: "\e9ec";
}

.ki-element-2.ki-outline:before {
  content: "\e9ed";
}

.ki-element-3.ki-outline:before {
  content: "\e9ee";
}

.ki-element-4.ki-outline:before {
  content: "\e9ef";
}

.ki-element-5.ki-outline:before {
  content: "\e9f0";
}

.ki-element-6.ki-outline:before {
  content: "\e9f1";
}

.ki-element-7.ki-outline:before {
  content: "\e9f2";
}

.ki-element-8.ki-outline:before {
  content: "\e9f3";
}

.ki-element-9.ki-outline:before {
  content: "\e9f4";
}

.ki-element-10.ki-outline:before {
  content: "\e9f5";
}

.ki-element-11.ki-outline:before {
  content: "\e9f6";
}

.ki-element-12.ki-outline:before {
  content: "\e9f7";
}

.ki-element-equal.ki-outline:before {
  content: "\e9f8";
}

.ki-element-plus.ki-outline:before {
  content: "\e9f9";
}

.ki-emoji-happy.ki-outline:before {
  content: "\e9fa";
}

.ki-enjin-coin.ki-outline:before {
  content: "\e9fb";
}

.ki-entrance-left.ki-outline:before {
  content: "\e9fc";
}

.ki-entrance-right.ki-outline:before {
  content: "\e9fd";
}

.ki-eraser.ki-outline:before {
  content: "\e9fe";
}

.ki-euro.ki-outline:before {
  content: "\e9ff";
}

.ki-exit-down.ki-outline:before {
  content: "\ea00";
}

.ki-exit-left.ki-outline:before {
  content: "\ea01";
}

.ki-exit-right-corner.ki-outline:before {
  content: "\ea02";
}

.ki-exit-right.ki-outline:before {
  content: "\ea03";
}

.ki-exit-up.ki-outline:before {
  content: "\ea04";
}

.ki-external-drive.ki-outline:before {
  content: "\ea05";
}

.ki-eye-slash.ki-outline:before {
  content: "\ea06";
}

.ki-eye.ki-outline:before {
  content: "\ea07";
}

.ki-facebook.ki-outline:before {
  content: "\ea08";
}

.ki-faceid.ki-outline:before {
  content: "\ea09";
}

.ki-fasten.ki-outline:before {
  content: "\ea0a";
}

.ki-fat-rows.ki-outline:before {
  content: "\ea0b";
}

.ki-feather.ki-outline:before {
  content: "\ea0c";
}

.ki-figma.ki-outline:before {
  content: "\ea0d";
}

.ki-file-added.ki-outline:before {
  content: "\ea0e";
}

.ki-file-deleted.ki-outline:before {
  content: "\ea0f";
}

.ki-file-down.ki-outline:before {
  content: "\ea10";
}

.ki-file-left.ki-outline:before {
  content: "\ea11";
}

.ki-file-right.ki-outline:before {
  content: "\ea12";
}

.ki-file-sheet.ki-outline:before {
  content: "\ea13";
}

.ki-file-up.ki-outline:before {
  content: "\ea14";
}

.ki-file.ki-outline:before {
  content: "\ea15";
}

.ki-files-tablet.ki-outline:before {
  content: "\ea16";
}

.ki-filter-edit.ki-outline:before {
  content: "\ea17";
}

.ki-filter-search.ki-outline:before {
  content: "\ea18";
}

.ki-filter-square.ki-outline:before {
  content: "\ea19";
}

.ki-filter-tablet.ki-outline:before {
  content: "\ea1a";
}

.ki-filter-tick.ki-outline:before {
  content: "\ea1b";
}

.ki-filter.ki-outline:before {
  content: "\ea1c";
}

.ki-finance-calculator.ki-outline:before {
  content: "\ea1d";
}

.ki-financial-schedule.ki-outline:before {
  content: "\ea1e";
}

.ki-fingerprint-scanning.ki-outline:before {
  content: "\ea1f";
}

.ki-flag.ki-outline:before {
  content: "\ea20";
}

.ki-flash-circle.ki-outline:before {
  content: "\ea21";
}

.ki-flask.ki-outline:before {
  content: "\ea22";
}

.ki-focus.ki-outline:before {
  content: "\ea23";
}

.ki-folder-added.ki-outline:before {
  content: "\ea24";
}

.ki-folder-down.ki-outline:before {
  content: "\ea25";
}

.ki-folder-up.ki-outline:before {
  content: "\ea26";
}

.ki-folder.ki-outline:before {
  content: "\ea27";
}

.ki-frame.ki-outline:before {
  content: "\ea28";
}

.ki-gear.ki-outline:before {
  content: "\ea29";
}

.ki-general-mouse.ki-outline:before {
  content: "\ea2a";
}

.ki-geolocation-home.ki-outline:before {
  content: "\ea2b";
}

.ki-geolocation.ki-outline:before {
  content: "\ea2c";
}

.ki-ghost.ki-outline:before {
  content: "\ea2d";
}

.ki-gift.ki-outline:before {
  content: "\ea2e";
}

.ki-github.ki-outline:before {
  content: "\ea2f";
}

.ki-glass.ki-outline:before {
  content: "\ea30";
}

.ki-google-play.ki-outline:before {
  content: "\ea31";
}

.ki-google.ki-outline:before {
  content: "\ea32";
}

.ki-graph-2.ki-outline:before {
  content: "\ea33";
}

.ki-graph-3.ki-outline:before {
  content: "\ea34";
}

.ki-graph-4.ki-outline:before {
  content: "\ea35";
}

.ki-graph-up.ki-outline:before {
  content: "\ea36";
}

.ki-graph.ki-outline:before {
  content: "\ea37";
}

.ki-grid-2.ki-outline:before {
  content: "\ea38";
}

.ki-grid-frame.ki-outline:before {
  content: "\ea39";
}

.ki-grid.ki-outline:before {
  content: "\ea3a";
}

.ki-handcart.ki-outline:before {
  content: "\ea3b";
}

.ki-happy-emoji.ki-outline:before {
  content: "\ea3c";
}

.ki-heart-circle.ki-outline:before {
  content: "\ea3d";
}

.ki-heart.ki-outline:before {
  content: "\ea3e";
}

.ki-home-1.ki-outline:before {
  content: "\ea3f";
}

.ki-home-2.ki-outline:before {
  content: "\ea40";
}

.ki-home-3.ki-outline:before {
  content: "\ea41";
}

.ki-home.ki-outline:before {
  content: "\ea42";
}

.ki-html.ki-outline:before {
  content: "\ea43";
}

.ki-icon.ki-outline:before {
  content: "\ea44";
}

.ki-illustrator.ki-outline:before {
  content: "\ea45";
}

.ki-information-2.ki-outline:before {
  content: "\ea46";
}

.ki-information-3.ki-outline:before {
  content: "\ea47";
}

.ki-information-4.ki-outline:before {
  content: "\ea48";
}

.ki-information-5.ki-outline:before {
  content: "\ea49";
}

.ki-information.ki-outline:before {
  content: "\ea4a";
}

.ki-instagram.ki-outline:before {
  content: "\ea4b";
}

.ki-joystick.ki-outline:before {
  content: "\ea4c";
}

.ki-js-2.ki-outline:before {
  content: "\ea4d";
}

.ki-js.ki-outline:before {
  content: "\ea4e";
}

.ki-kanban.ki-outline:before {
  content: "\ea4f";
}

.ki-key-square.ki-outline:before {
  content: "\ea50";
}

.ki-key.ki-outline:before {
  content: "\ea51";
}

.ki-keyboard.ki-outline:before {
  content: "\ea52";
}

.ki-laptop.ki-outline:before {
  content: "\ea53";
}

.ki-laravel.ki-outline:before {
  content: "\ea54";
}

.ki-left-square.ki-outline:before {
  content: "\ea55";
}

.ki-left.ki-outline:before {
  content: "\ea56";
}

.ki-like-2.ki-outline:before {
  content: "\ea57";
}

.ki-like-folder.ki-outline:before {
  content: "\ea58";
}

.ki-like-shapes.ki-outline:before {
  content: "\ea59";
}

.ki-like-tag.ki-outline:before {
  content: "\ea5a";
}

.ki-like.ki-outline:before {
  content: "\ea5b";
}

.ki-loading.ki-outline:before {
  content: "\ea5c";
}

.ki-lock-2.ki-outline:before {
  content: "\ea5d";
}

.ki-lock-3.ki-outline:before {
  content: "\ea5e";
}

.ki-lock.ki-outline:before {
  content: "\ea5f";
}

.ki-logistic.ki-outline:before {
  content: "\ea60";
}

.ki-lots-shopping.ki-outline:before {
  content: "\ea61";
}

.ki-lovely.ki-outline:before {
  content: "\ea62";
}

.ki-lts.ki-outline:before {
  content: "\ea63";
}

.ki-magnifier.ki-outline:before {
  content: "\ea64";
}

.ki-map.ki-outline:before {
  content: "\ea65";
}

.ki-mask.ki-outline:before {
  content: "\ea66";
}

.ki-maximize.ki-outline:before {
  content: "\ea67";
}

.ki-medal-star.ki-outline:before {
  content: "\ea68";
}

.ki-menu.ki-outline:before {
  content: "\ea69";
}

.ki-message-add.ki-outline:before {
  content: "\ea6a";
}

.ki-message-edit.ki-outline:before {
  content: "\ea6b";
}

.ki-message-minus.ki-outline:before {
  content: "\ea6c";
}

.ki-message-notif.ki-outline:before {
  content: "\ea6d";
}

.ki-message-programming.ki-outline:before {
  content: "\ea6e";
}

.ki-message-question.ki-outline:before {
  content: "\ea6f";
}

.ki-message-text-2.ki-outline:before {
  content: "\ea70";
}

.ki-message-text.ki-outline:before {
  content: "\ea71";
}

.ki-messages.ki-outline:before {
  content: "\ea72";
}

.ki-microsoft.ki-outline:before {
  content: "\ea73";
}

.ki-milk.ki-outline:before {
  content: "\ea74";
}

.ki-minus-circle.ki-outline:before {
  content: "\ea75";
}

.ki-minus-folder.ki-outline:before {
  content: "\ea76";
}

.ki-minus-square.ki-outline:before {
  content: "\ea77";
}

.ki-minus.ki-outline:before {
  content: "\ea78";
}

.ki-monitor-mobile.ki-outline:before {
  content: "\ea79";
}

.ki-moon.ki-outline:before {
  content: "\ea7a";
}

.ki-more-2.ki-outline:before {
  content: "\ea7b";
}

.ki-mouse-circle.ki-outline:before {
  content: "\ea7c";
}

.ki-mouse-square.ki-outline:before {
  content: "\ea7d";
}

.ki-mouse.ki-outline:before {
  content: "\ea7e";
}

.ki-nexo.ki-outline:before {
  content: "\ea7f";
}

.ki-night-day.ki-outline:before {
  content: "\ea80";
}

.ki-note-2.ki-outline:before {
  content: "\ea81";
}

.ki-note.ki-outline:before {
  content: "\ea82";
}

.ki-notepad-bookmark.ki-outline:before {
  content: "\ea83";
}

.ki-notepad-edit.ki-outline:before {
  content: "\ea84";
}

.ki-notepad.ki-outline:before {
  content: "\ea85";
}

.ki-notification-2.ki-outline:before {
  content: "\ea86";
}

.ki-notification-bing.ki-outline:before {
  content: "\ea87";
}

.ki-notification-circle.ki-outline:before {
  content: "\ea88";
}

.ki-notification-favorite.ki-outline:before {
  content: "\ea89";
}

.ki-notification-on.ki-outline:before {
  content: "\ea8a";
}

.ki-notification-status.ki-outline:before {
  content: "\ea8b";
}

.ki-notification.ki-outline:before {
  content: "\ea8c";
}

.ki-ocean.ki-outline:before {
  content: "\ea8d";
}

.ki-office-bag.ki-outline:before {
  content: "\ea8e";
}

.ki-package.ki-outline:before {
  content: "\ea8f";
}

.ki-pails.ki-outline:before {
  content: "\ea90";
}

.ki-paintbucket.ki-outline:before {
  content: "\ea91";
}

.ki-paper-clip.ki-outline:before {
  content: "\ea92";
}

.ki-parcel-tracking.ki-outline:before {
  content: "\ea93";
}

.ki-parcel.ki-outline:before {
  content: "\ea94";
}

.ki-password-check.ki-outline:before {
  content: "\ea95";
}

.ki-paypal.ki-outline:before {
  content: "\ea96";
}

.ki-pencil.ki-outline:before {
  content: "\ea97";
}

.ki-people.ki-outline:before {
  content: "\ea98";
}

.ki-percentage.ki-outline:before {
  content: "\ea99";
}

.ki-phone.ki-outline:before {
  content: "\ea9a";
}

.ki-photoshop.ki-outline:before {
  content: "\ea9b";
}

.ki-picture.ki-outline:before {
  content: "\ea9c";
}

.ki-pill.ki-outline:before {
  content: "\ea9d";
}

.ki-pin.ki-outline:before {
  content: "\ea9e";
}

.ki-plus-circle.ki-outline:before {
  content: "\ea9f";
}

.ki-plus-square.ki-outline:before {
  content: "\eaa0";
}

.ki-plus.ki-outline:before {
  content: "\eaa1";
}

.ki-pointers.ki-outline:before {
  content: "\eaa2";
}

.ki-price-tag.ki-outline:before {
  content: "\eaa3";
}

.ki-printer.ki-outline:before {
  content: "\eaa4";
}

.ki-profile-circle.ki-outline:before {
  content: "\eaa5";
}

.ki-profile-user.ki-outline:before {
  content: "\eaa6";
}

.ki-pulse.ki-outline:before {
  content: "\eaa7";
}

.ki-purchase.ki-outline:before {
  content: "\eaa8";
}

.ki-python.ki-outline:before {
  content: "\eaa9";
}

.ki-question-2.ki-outline:before {
  content: "\eaaa";
}

.ki-question.ki-outline:before {
  content: "\eaab";
}

.ki-questionnaire-tablet.ki-outline:before {
  content: "\eaac";
}

.ki-ranking.ki-outline:before {
  content: "\eaad";
}

.ki-react.ki-outline:before {
  content: "\eaae";
}

.ki-receipt-square.ki-outline:before {
  content: "\eaaf";
}

.ki-rescue.ki-outline:before {
  content: "\eab0";
}

.ki-right-left.ki-outline:before {
  content: "\eab1";
}

.ki-right-square.ki-outline:before {
  content: "\eab2";
}

.ki-right.ki-outline:before {
  content: "\eab3";
}

.ki-rocket.ki-outline:before {
  content: "\eab4";
}

.ki-route.ki-outline:before {
  content: "\eab5";
}

.ki-router.ki-outline:before {
  content: "\eab6";
}

.ki-row-horizontal.ki-outline:before {
  content: "\eab7";
}

.ki-row-vertical.ki-outline:before {
  content: "\eab8";
}

.ki-safe-home.ki-outline:before {
  content: "\eab9";
}

.ki-satellite.ki-outline:before {
  content: "\eaba";
}

.ki-save-2.ki-outline:before {
  content: "\eabb";
}

.ki-save-deposit.ki-outline:before {
  content: "\eabc";
}

.ki-scan-barcode.ki-outline:before {
  content: "\eabd";
}

.ki-scooter-2.ki-outline:before {
  content: "\eabe";
}

.ki-scooter.ki-outline:before {
  content: "\eabf";
}

.ki-screen.ki-outline:before {
  content: "\eac0";
}

.ki-scroll.ki-outline:before {
  content: "\eac1";
}

.ki-search-list.ki-outline:before {
  content: "\eac2";
}

.ki-security-check.ki-outline:before {
  content: "\eac3";
}

.ki-security-user.ki-outline:before {
  content: "\eac4";
}

.ki-send.ki-outline:before {
  content: "\eac5";
}

.ki-setting-2.ki-outline:before {
  content: "\eac6";
}

.ki-setting-3.ki-outline:before {
  content: "\eac7";
}

.ki-setting-4.ki-outline:before {
  content: "\eac8";
}

.ki-setting.ki-outline:before {
  content: "\eac9";
}

.ki-share.ki-outline:before {
  content: "\eaca";
}

.ki-shield-cross.ki-outline:before {
  content: "\eacb";
}

.ki-shield-search.ki-outline:before {
  content: "\eacc";
}

.ki-shield-slash.ki-outline:before {
  content: "\eacd";
}

.ki-shield-tick.ki-outline:before {
  content: "\eace";
}

.ki-shield.ki-outline:before {
  content: "\eacf";
}

.ki-ship.ki-outline:before {
  content: "\ead0";
}

.ki-shop.ki-outline:before {
  content: "\ead1";
}

.ki-simcard-2.ki-outline:before {
  content: "\ead2";
}

.ki-simcard.ki-outline:before {
  content: "\ead3";
}

.ki-size.ki-outline:before {
  content: "\ead4";
}

.ki-slack.ki-outline:before {
  content: "\ead5";
}

.ki-slider-horizontal-2.ki-outline:before {
  content: "\ead6";
}

.ki-slider-horizontal.ki-outline:before {
  content: "\ead7";
}

.ki-slider-vertical-2.ki-outline:before {
  content: "\ead8";
}

.ki-slider-vertical.ki-outline:before {
  content: "\ead9";
}

.ki-slider.ki-outline:before {
  content: "\eada";
}

.ki-sms.ki-outline:before {
  content: "\eadb";
}

.ki-snapchat.ki-outline:before {
  content: "\eadc";
}

.ki-social-media.ki-outline:before {
  content: "\eadd";
}

.ki-soft-2.ki-outline:before {
  content: "\eade";
}

.ki-soft-3.ki-outline:before {
  content: "\eadf";
}

.ki-soft.ki-outline:before {
  content: "\eae0";
}

.ki-some-files.ki-outline:before {
  content: "\eae1";
}

.ki-sort.ki-outline:before {
  content: "\eae2";
}

.ki-speaker.ki-outline:before {
  content: "\eae3";
}

.ki-spotify.ki-outline:before {
  content: "\eae4";
}

.ki-spring-framework.ki-outline:before {
  content: "\eae5";
}

.ki-square-brackets.ki-outline:before {
  content: "\eae6";
}

.ki-star.ki-outline:before {
  content: "\eae7";
}

.ki-status.ki-outline:before {
  content: "\eae8";
}

.ki-subtitle.ki-outline:before {
  content: "\eae9";
}

.ki-sun.ki-outline:before {
  content: "\eaea";
}

.ki-support-24.ki-outline:before {
  content: "\eaeb";
}

.ki-switch.ki-outline:before {
  content: "\eaec";
}

.ki-syringe.ki-outline:before {
  content: "\eaed";
}

.ki-tablet-book.ki-outline:before {
  content: "\eaee";
}

.ki-tablet-delete.ki-outline:before {
  content: "\eaef";
}

.ki-tablet-down.ki-outline:before {
  content: "\eaf0";
}

.ki-tablet-ok.ki-outline:before {
  content: "\eaf1";
}

.ki-tablet-text-down.ki-outline:before {
  content: "\eaf2";
}

.ki-tablet-text-up.ki-outline:before {
  content: "\eaf3";
}

.ki-tablet-up.ki-outline:before {
  content: "\eaf4";
}

.ki-tablet.ki-outline:before {
  content: "\eaf5";
}

.ki-tag-cross.ki-outline:before {
  content: "\eaf6";
}

.ki-tag.ki-outline:before {
  content: "\eaf7";
}

.ki-teacher.ki-outline:before {
  content: "\eaf8";
}

.ki-tech-wifi.ki-outline:before {
  content: "\eaf9";
}

.ki-technology-2.ki-outline:before {
  content: "\eafa";
}

.ki-technology-3.ki-outline:before {
  content: "\eafb";
}

.ki-technology-4.ki-outline:before {
  content: "\eafc";
}

.ki-technology.ki-outline:before {
  content: "\eafd";
}

.ki-telephone-geolocation.ki-outline:before {
  content: "\eafe";
}

.ki-test-tubes.ki-outline:before {
  content: "\eaff";
}

.ki-text-align-center.ki-outline:before {
  content: "\eb00";
}

.ki-text-align-justify-center.ki-outline:before {
  content: "\eb01";
}

.ki-text-align-left.ki-outline:before {
  content: "\eb02";
}

.ki-text-align-right.ki-outline:before {
  content: "\eb03";
}

.ki-text-bold.ki-outline:before {
  content: "\eb04";
}

.ki-text-circle.ki-outline:before {
  content: "\eb05";
}

.ki-text-italic.ki-outline:before {
  content: "\eb06";
}

.ki-text-number.ki-outline:before {
  content: "\eb07";
}

.ki-text-strikethrough.ki-outline:before {
  content: "\eb08";
}

.ki-text-underline.ki-outline:before {
  content: "\eb09";
}

.ki-text.ki-outline:before {
  content: "\eb0a";
}

.ki-thermometer.ki-outline:before {
  content: "\eb0b";
}

.ki-theta.ki-outline:before {
  content: "\eb0c";
}

.ki-tiktok.ki-outline:before {
  content: "\eb0d";
}

.ki-time.ki-outline:before {
  content: "\eb0e";
}

.ki-timer.ki-outline:before {
  content: "\eb0f";
}

.ki-to-left.ki-outline:before {
  content: "\eb10";
}

.ki-to-right.ki-outline:before {
  content: "\eb11";
}

.ki-toggle-off-circle.ki-outline:before {
  content: "\eb12";
}

.ki-toggle-off.ki-outline:before {
  content: "\eb13";
}

.ki-toggle-on-circle.ki-outline:before {
  content: "\eb14";
}

.ki-toggle-on.ki-outline:before {
  content: "\eb15";
}

.ki-trailer.ki-outline:before {
  content: "\eb16";
}

.ki-trash-square.ki-outline:before {
  content: "\eb17";
}

.ki-trash.ki-outline:before {
  content: "\eb18";
}

.ki-tree.ki-outline:before {
  content: "\eb19";
}

.ki-trello.ki-outline:before {
  content: "\eb1a";
}

.ki-triangle.ki-outline:before {
  content: "\eb1b";
}

.ki-truck.ki-outline:before {
  content: "\eb1c";
}

.ki-ts.ki-outline:before {
  content: "\eb1d";
}

.ki-twitch.ki-outline:before {
  content: "\eb1e";
}

.ki-twitter.ki-outline:before {
  content: "\eb1f";
}

.ki-two-credit-cart.ki-outline:before {
  content: "\eb20";
}

.ki-underlining.ki-outline:before {
  content: "\eb21";
}

.ki-up-down.ki-outline:before {
  content: "\eb22";
}

.ki-up-square.ki-outline:before {
  content: "\eb23";
}

.ki-up.ki-outline:before {
  content: "\eb24";
}

.ki-update-file.ki-outline:before {
  content: "\eb25";
}

.ki-update-folder.ki-outline:before {
  content: "\eb26";
}

.ki-user-edit.ki-outline:before {
  content: "\eb27";
}

.ki-user-square.ki-outline:before {
  content: "\eb28";
}

.ki-user-tick.ki-outline:before {
  content: "\eb29";
}

.ki-user.ki-outline:before {
  content: "\eb2a";
}

.ki-verify.ki-outline:before {
  content: "\eb2b";
}

.ki-vibe.ki-outline:before {
  content: "\eb2c";
}

.ki-virus.ki-outline:before {
  content: "\eb2d";
}

.ki-vue.ki-outline:before {
  content: "\eb2e";
}

.ki-vuesax.ki-outline:before {
  content: "\eb2f";
}

.ki-wallet.ki-outline:before {
  content: "\eb30";
}

.ki-wanchain.ki-outline:before {
  content: "\eb31";
}

.ki-watch.ki-outline:before {
  content: "\eb32";
}

.ki-whatsapp.ki-outline:before {
  content: "\eb33";
}

.ki-wifi-home.ki-outline:before {
  content: "\eb34";
}

.ki-wifi-square.ki-outline:before {
  content: "\eb35";
}

.ki-wifi.ki-outline:before {
  content: "\eb36";
}

.ki-wrench.ki-outline:before {
  content: "\eb37";
}

.ki-xaomi.ki-outline:before {
  content: "\eb38";
}

.ki-xd.ki-outline:before {
  content: "\eb39";
}

.ki-xmr.ki-outline:before {
  content: "\eb3a";
}

.ki-yii.ki-outline:before {
  content: "\eb3b";
}

.ki-youtube.ki-outline:before {
  content: "\eb3c";
}

@font-face {
  font-family: "keenicons-solid";
  src: url("fonts/keenicons/keenicons-solid.eot?812fv7");
  src: url("fonts/keenicons/keenicons-solid.eot?812fv7#iefix") format("embedded-opentype"), url("fonts/keenicons/keenicons-solid.ttf?812fv7") format("truetype"), url("fonts/keenicons/keenicons-solid.woff?812fv7") format("woff"), url("fonts/keenicons/keenicons-solid.svg?812fv7#keenicons-solid") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ki-solid {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "keenicons-solid" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ki-abstract-1.ki-solid:before {
  content: "\e900";
}

.ki-abstract-2.ki-solid:before {
  content: "\e901";
}

.ki-abstract-3.ki-solid:before {
  content: "\e902";
}

.ki-abstract-4.ki-solid:before {
  content: "\e903";
}

.ki-abstract-5.ki-solid:before {
  content: "\e904";
}

.ki-abstract-6.ki-solid:before {
  content: "\e905";
}

.ki-abstract-7.ki-solid:before {
  content: "\e906";
}

.ki-abstract-8.ki-solid:before {
  content: "\e907";
}

.ki-abstract-9.ki-solid:before {
  content: "\e908";
}

.ki-abstract-10.ki-solid:before {
  content: "\e909";
}

.ki-abstract-11.ki-solid:before {
  content: "\e90a";
}

.ki-abstract-12.ki-solid:before {
  content: "\e90b";
}

.ki-abstract-13.ki-solid:before {
  content: "\e90c";
}

.ki-abstract-14.ki-solid:before {
  content: "\e90d";
}

.ki-abstract-15.ki-solid:before {
  content: "\e90e";
}

.ki-abstract-16.ki-solid:before {
  content: "\e90f";
}

.ki-abstract-17.ki-solid:before {
  content: "\e910";
}

.ki-abstract-18.ki-solid:before {
  content: "\e911";
}

.ki-abstract-19.ki-solid:before {
  content: "\e912";
}

.ki-abstract-20.ki-solid:before {
  content: "\e913";
}

.ki-abstract-21.ki-solid:before {
  content: "\e914";
}

.ki-abstract-22.ki-solid:before {
  content: "\e915";
}

.ki-abstract-23.ki-solid:before {
  content: "\e916";
}

.ki-abstract-24.ki-solid:before {
  content: "\e917";
}

.ki-abstract-25.ki-solid:before {
  content: "\e918";
}

.ki-abstract-26.ki-solid:before {
  content: "\e919";
}

.ki-abstract-27.ki-solid:before {
  content: "\e91a";
}

.ki-abstract-28.ki-solid:before {
  content: "\e91b";
}

.ki-abstract-29.ki-solid:before {
  content: "\e91c";
}

.ki-abstract-30.ki-solid:before {
  content: "\e91d";
}

.ki-abstract-31.ki-solid:before {
  content: "\e91e";
}

.ki-abstract-32.ki-solid:before {
  content: "\e91f";
}

.ki-abstract-33.ki-solid:before {
  content: "\e920";
}

.ki-abstract-34.ki-solid:before {
  content: "\e921";
}

.ki-abstract-35.ki-solid:before {
  content: "\e922";
}

.ki-abstract-36.ki-solid:before {
  content: "\e923";
}

.ki-abstract-37.ki-solid:before {
  content: "\e924";
}

.ki-abstract-38.ki-solid:before {
  content: "\e925";
}

.ki-abstract-39.ki-solid:before {
  content: "\e926";
}

.ki-abstract-40.ki-solid:before {
  content: "\e927";
}

.ki-abstract-41.ki-solid:before {
  content: "\e928";
}

.ki-abstract-42.ki-solid:before {
  content: "\e929";
}

.ki-abstract-43.ki-solid:before {
  content: "\e92a";
}

.ki-abstract-44.ki-solid:before {
  content: "\e92b";
}

.ki-abstract-45.ki-solid:before {
  content: "\e92c";
}

.ki-abstract-46.ki-solid:before {
  content: "\e92d";
}

.ki-abstract-47.ki-solid:before {
  content: "\e92e";
}

.ki-abstract-48.ki-solid:before {
  content: "\e92f";
}

.ki-abstract-49.ki-solid:before {
  content: "\e930";
}

.ki-abstract.ki-solid:before {
  content: "\e931";
}

.ki-add-files.ki-solid:before {
  content: "\e932";
}

.ki-add-folder.ki-solid:before {
  content: "\e933";
}

.ki-add-item.ki-solid:before {
  content: "\e934";
}

.ki-add-notepad.ki-solid:before {
  content: "\e935";
}

.ki-address-book.ki-solid:before {
  content: "\e936";
}

.ki-airplane-square.ki-solid:before {
  content: "\e937";
}

.ki-airplane.ki-solid:before {
  content: "\e938";
}

.ki-airpod.ki-solid:before {
  content: "\e939";
}

.ki-android.ki-solid:before {
  content: "\e93a";
}

.ki-angular.ki-solid:before {
  content: "\e93b";
}

.ki-apple.ki-solid:before {
  content: "\e93c";
}

.ki-archive-tick.ki-solid:before {
  content: "\e93d";
}

.ki-archive.ki-solid:before {
  content: "\e93e";
}

.ki-arrow-circle-left.ki-solid:before {
  content: "\e93f";
}

.ki-arrow-circle-right.ki-solid:before {
  content: "\e940";
}

.ki-arrow-diagonal.ki-solid:before {
  content: "\e941";
}

.ki-arrow-down-left.ki-solid:before {
  content: "\e942";
}

.ki-arrow-down-refraction.ki-solid:before {
  content: "\e943";
}

.ki-arrow-down-right.ki-solid:before {
  content: "\e944";
}

.ki-arrow-down.ki-solid:before {
  content: "\e945";
}

.ki-arrow-left.ki-solid:before {
  content: "\e946";
}

.ki-arrow-mix.ki-solid:before {
  content: "\e947";
}

.ki-arrow-right-left.ki-solid:before {
  content: "\e948";
}

.ki-arrow-right.ki-solid:before {
  content: "\e949";
}

.ki-arrow-two-diagonals.ki-solid:before {
  content: "\e94a";
}

.ki-arrow-up-down.ki-solid:before {
  content: "\e94b";
}

.ki-arrow-up-left.ki-solid:before {
  content: "\e94c";
}

.ki-arrow-up-refraction.ki-solid:before {
  content: "\e94d";
}

.ki-arrow-up-right.ki-solid:before {
  content: "\e94e";
}

.ki-arrow-up.ki-solid:before {
  content: "\e94f";
}

.ki-arrow-zigzag.ki-solid:before {
  content: "\e950";
}

.ki-arrows-circle.ki-solid:before {
  content: "\e951";
}

.ki-arrows-loop.ki-solid:before {
  content: "\e952";
}

.ki-artificial-intelligence.ki-solid:before {
  content: "\e953";
}

.ki-auto-brightness.ki-solid:before {
  content: "\e954";
}

.ki-avalanche.ki-solid:before {
  content: "\e955";
}

.ki-award.ki-solid:before {
  content: "\e956";
}

.ki-badge.ki-solid:before {
  content: "\e957";
}

.ki-bandage.ki-solid:before {
  content: "\e958";
}

.ki-bank.ki-solid:before {
  content: "\e959";
}

.ki-barcode.ki-solid:before {
  content: "\e95a";
}

.ki-basket-ok.ki-solid:before {
  content: "\e95b";
}

.ki-basket.ki-solid:before {
  content: "\e95c";
}

.ki-behance.ki-solid:before {
  content: "\e95d";
}

.ki-bill.ki-solid:before {
  content: "\e95e";
}

.ki-binance-usd.ki-solid:before {
  content: "\e95f";
}

.ki-binance.ki-solid:before {
  content: "\e960";
}

.ki-bitcoin.ki-solid:before {
  content: "\e961";
}

.ki-black-down.ki-solid:before {
  content: "\e962";
}

.ki-black-left-line.ki-solid:before {
  content: "\e963";
}

.ki-black-left.ki-solid:before {
  content: "\e964";
}

.ki-black-right-line.ki-solid:before {
  content: "\e965";
}

.ki-black-right.ki-solid:before {
  content: "\e966";
}

.ki-black-up.ki-solid:before {
  content: "\e967";
}

.ki-bluetooth.ki-solid:before {
  content: "\e968";
}

.ki-book-open.ki-solid:before {
  content: "\e969";
}

.ki-book-square.ki-solid:before {
  content: "\e96a";
}

.ki-book.ki-solid:before {
  content: "\e96b";
}

.ki-bookmark-2.ki-solid:before {
  content: "\e96c";
}

.ki-bookmark.ki-solid:before {
  content: "\e96d";
}

.ki-bootstrap.ki-solid:before {
  content: "\e96e";
}

.ki-briefcase.ki-solid:before {
  content: "\e96f";
}

.ki-brifecase-cros.ki-solid:before {
  content: "\e970";
}

.ki-brifecase-tick.ki-solid:before {
  content: "\e971";
}

.ki-brifecase-timer.ki-solid:before {
  content: "\e972";
}

.ki-brush.ki-solid:before {
  content: "\e973";
}

.ki-bucket-square.ki-solid:before {
  content: "\e974";
}

.ki-bucket.ki-solid:before {
  content: "\e975";
}

.ki-burger-menu-1.ki-solid:before {
  content: "\e976";
}

.ki-burger-menu-2.ki-solid:before {
  content: "\e977";
}

.ki-burger-menu-3.ki-solid:before {
  content: "\e978";
}

.ki-burger-menu-4.ki-solid:before {
  content: "\e979";
}

.ki-burger-menu-5.ki-solid:before {
  content: "\e97a";
}

.ki-burger-menu-6.ki-solid:before {
  content: "\e97b";
}

.ki-burger-menu.ki-solid:before {
  content: "\e97c";
}

.ki-bus.ki-solid:before {
  content: "\e97d";
}

.ki-calculator.ki-solid:before {
  content: "\e97e";
}

.ki-calendar-2.ki-solid:before {
  content: "\e97f";
}

.ki-calendar-8.ki-solid:before {
  content: "\e980";
}

.ki-calendar-add.ki-solid:before {
  content: "\e981";
}

.ki-calendar-edit.ki-solid:before {
  content: "\e982";
}

.ki-calendar-remove.ki-solid:before {
  content: "\e983";
}

.ki-calendar-search.ki-solid:before {
  content: "\e984";
}

.ki-calendar-tick.ki-solid:before {
  content: "\e985";
}

.ki-calendar.ki-solid:before {
  content: "\e986";
}

.ki-call.ki-solid:before {
  content: "\e987";
}

.ki-capsule.ki-solid:before {
  content: "\e988";
}

.ki-car-2.ki-solid:before {
  content: "\e989";
}

.ki-car-3.ki-solid:before {
  content: "\e98a";
}

.ki-car.ki-solid:before {
  content: "\e98b";
}

.ki-category.ki-solid:before {
  content: "\e98c";
}

.ki-cd.ki-solid:before {
  content: "\e98d";
}

.ki-celsius.ki-solid:before {
  content: "\e98e";
}

.ki-chart-line-down-2.ki-solid:before {
  content: "\e98f";
}

.ki-chart-line-down.ki-solid:before {
  content: "\e990";
}

.ki-chart-line-star.ki-solid:before {
  content: "\e991";
}

.ki-chart-line-up-2.ki-solid:before {
  content: "\e992";
}

.ki-chart-line-up.ki-solid:before {
  content: "\e993";
}

.ki-chart-line.ki-solid:before {
  content: "\e994";
}

.ki-chart-pie-3.ki-solid:before {
  content: "\e995";
}

.ki-chart-pie-4.ki-solid:before {
  content: "\e996";
}

.ki-chart-pie-simple.ki-solid:before {
  content: "\e997";
}

.ki-chart-pie-too.ki-solid:before {
  content: "\e998";
}

.ki-chart-simple-2.ki-solid:before {
  content: "\e999";
}

.ki-chart-simple-3.ki-solid:before {
  content: "\e99a";
}

.ki-chart-simple.ki-solid:before {
  content: "\e99b";
}

.ki-chart.ki-solid:before {
  content: "\e99c";
}

.ki-check-circle.ki-solid:before {
  content: "\e99d";
}

.ki-check-square.ki-solid:before {
  content: "\e99e";
}

.ki-check.ki-solid:before {
  content: "\e99f";
}

.ki-cheque.ki-solid:before {
  content: "\e9a0";
}

.ki-chrome.ki-solid:before {
  content: "\e9a1";
}

.ki-classmates.ki-solid:before {
  content: "\e9a2";
}

.ki-click.ki-solid:before {
  content: "\e9a3";
}

.ki-clipboard.ki-solid:before {
  content: "\e9a4";
}

.ki-cloud-add.ki-solid:before {
  content: "\e9a5";
}

.ki-cloud-change.ki-solid:before {
  content: "\e9a6";
}

.ki-cloud-download.ki-solid:before {
  content: "\e9a7";
}

.ki-cloud.ki-solid:before {
  content: "\e9a8";
}

.ki-code.ki-solid:before {
  content: "\e9a9";
}

.ki-coffee.ki-solid:before {
  content: "\e9aa";
}

.ki-color-swatch.ki-solid:before {
  content: "\e9ab";
}

.ki-colors-square.ki-solid:before {
  content: "\e9ac";
}

.ki-compass.ki-solid:before {
  content: "\e9ad";
}

.ki-copy-success.ki-solid:before {
  content: "\e9ae";
}

.ki-copy.ki-solid:before {
  content: "\e9af";
}

.ki-courier-express.ki-solid:before {
  content: "\e9b0";
}

.ki-courier.ki-solid:before {
  content: "\e9b1";
}

.ki-credit-cart.ki-solid:before {
  content: "\e9b2";
}

.ki-cross-circle.ki-solid:before {
  content: "\e9b3";
}

.ki-cross-square.ki-solid:before {
  content: "\e9b4";
}

.ki-cross.ki-solid:before {
  content: "\e9b5";
}

.ki-crown-2.ki-solid:before {
  content: "\e9b6";
}

.ki-crown.ki-solid:before {
  content: "\e9b7";
}

.ki-css.ki-solid:before {
  content: "\e9b8";
}

.ki-cube-2.ki-solid:before {
  content: "\e9b9";
}

.ki-cube-3.ki-solid:before {
  content: "\e9ba";
}

.ki-cup.ki-solid:before {
  content: "\e9bb";
}

.ki-dash.ki-solid:before {
  content: "\e9bc";
}

.ki-data.ki-solid:before {
  content: "\e9bd";
}

.ki-delete-files.ki-solid:before {
  content: "\e9be";
}

.ki-delete-folder.ki-solid:before {
  content: "\e9bf";
}

.ki-delivery-2.ki-solid:before {
  content: "\e9c0";
}

.ki-delivery-3.ki-solid:before {
  content: "\e9c1";
}

.ki-delivery-24.ki-solid:before {
  content: "\e9c2";
}

.ki-delivery-door.ki-solid:before {
  content: "\e9c3";
}

.ki-delivery-geolocation.ki-solid:before {
  content: "\e9c4";
}

.ki-delivery-time.ki-solid:before {
  content: "\e9c5";
}

.ki-delivery.ki-solid:before {
  content: "\e9c6";
}

.ki-design-2.ki-solid:before {
  content: "\e9c7";
}

.ki-design-frame.ki-solid:before {
  content: "\e9c8";
}

.ki-design-mask.ki-solid:before {
  content: "\e9c9";
}

.ki-design.ki-solid:before {
  content: "\e9ca";
}

.ki-devices-2.ki-solid:before {
  content: "\e9cb";
}

.ki-devices.ki-solid:before {
  content: "\e9cc";
}

.ki-diamonds.ki-solid:before {
  content: "\e9cd";
}

.ki-directbox-default.ki-solid:before {
  content: "\e9ce";
}

.ki-disconnect.ki-solid:before {
  content: "\e9cf";
}

.ki-discount.ki-solid:before {
  content: "\e9d0";
}

.ki-disk.ki-solid:before {
  content: "\e9d1";
}

.ki-dislike.ki-solid:before {
  content: "\e9d2";
}

.ki-dj.ki-solid:before {
  content: "\e9d3";
}

.ki-document.ki-solid:before {
  content: "\e9d4";
}

.ki-dollar.ki-solid:before {
  content: "\e9d5";
}

.ki-dots-circle-vertical.ki-solid:before {
  content: "\e9d6";
}

.ki-dots-circle.ki-solid:before {
  content: "\e9d7";
}

.ki-dots-horizontal.ki-solid:before {
  content: "\e9d8";
}

.ki-dots-square-vertical.ki-solid:before {
  content: "\e9d9";
}

.ki-dots-square.ki-solid:before {
  content: "\e9da";
}

.ki-dots-vertical.ki-solid:before {
  content: "\e9db";
}

.ki-double-check-circle.ki-solid:before {
  content: "\e9dc";
}

.ki-double-check.ki-solid:before {
  content: "\e9dd";
}

.ki-double-down.ki-solid:before {
  content: "\e9de";
}

.ki-double-left-arrow.ki-solid:before {
  content: "\e9df";
}

.ki-double-left.ki-solid:before {
  content: "\e9e0";
}

.ki-double-right-arrow.ki-solid:before {
  content: "\e9e1";
}

.ki-double-right.ki-solid:before {
  content: "\e9e2";
}

.ki-double-up.ki-solid:before {
  content: "\e9e3";
}

.ki-down-square.ki-solid:before {
  content: "\e9e4";
}

.ki-down.ki-solid:before {
  content: "\e9e5";
}

.ki-dribbble.ki-solid:before {
  content: "\e9e6";
}

.ki-drop.ki-solid:before {
  content: "\e9e7";
}

.ki-dropbox.ki-solid:before {
  content: "\e9e8";
}

.ki-educare.ki-solid:before {
  content: "\e9e9";
}

.ki-electricity.ki-solid:before {
  content: "\e9ea";
}

.ki-electronic-clock.ki-solid:before {
  content: "\e9eb";
}

.ki-element-1.ki-solid:before {
  content: "\e9ec";
}

.ki-element-2.ki-solid:before {
  content: "\e9ed";
}

.ki-element-3.ki-solid:before {
  content: "\e9ee";
}

.ki-element-4.ki-solid:before {
  content: "\e9ef";
}

.ki-element-5.ki-solid:before {
  content: "\e9f0";
}

.ki-element-6.ki-solid:before {
  content: "\e9f1";
}

.ki-element-7.ki-solid:before {
  content: "\e9f2";
}

.ki-element-8.ki-solid:before {
  content: "\e9f3";
}

.ki-element-9.ki-solid:before {
  content: "\e9f4";
}

.ki-element-10.ki-solid:before {
  content: "\e9f5";
}

.ki-element-11.ki-solid:before {
  content: "\e9f6";
}

.ki-element-12.ki-solid:before {
  content: "\e9f7";
}

.ki-element-equal.ki-solid:before {
  content: "\e9f8";
}

.ki-element-plus.ki-solid:before {
  content: "\e9f9";
}

.ki-emoji-happy.ki-solid:before {
  content: "\e9fa";
}

.ki-enjin-coin.ki-solid:before {
  content: "\e9fb";
}

.ki-entrance-left.ki-solid:before {
  content: "\e9fc";
}

.ki-entrance-right.ki-solid:before {
  content: "\e9fd";
}

.ki-eraser.ki-solid:before {
  content: "\e9fe";
}

.ki-euro.ki-solid:before {
  content: "\e9ff";
}

.ki-exit-down.ki-solid:before {
  content: "\ea00";
}

.ki-exit-left.ki-solid:before {
  content: "\ea01";
}

.ki-exit-right-corner.ki-solid:before {
  content: "\ea02";
}

.ki-exit-right.ki-solid:before {
  content: "\ea03";
}

.ki-exit-up.ki-solid:before {
  content: "\ea04";
}

.ki-external-drive.ki-solid:before {
  content: "\ea05";
}

.ki-eye-slash.ki-solid:before {
  content: "\ea06";
}

.ki-eye.ki-solid:before {
  content: "\ea07";
}

.ki-facebook.ki-solid:before {
  content: "\ea08";
}

.ki-faceid.ki-solid:before {
  content: "\ea09";
}

.ki-fasten.ki-solid:before {
  content: "\ea0a";
}

.ki-fat-rows.ki-solid:before {
  content: "\ea0b";
}

.ki-feather.ki-solid:before {
  content: "\ea0c";
}

.ki-figma.ki-solid:before {
  content: "\ea0d";
}

.ki-file-added.ki-solid:before {
  content: "\ea0e";
}

.ki-file-deleted.ki-solid:before {
  content: "\ea0f";
}

.ki-file-down.ki-solid:before {
  content: "\ea10";
}

.ki-file-left.ki-solid:before {
  content: "\ea11";
}

.ki-file-right.ki-solid:before {
  content: "\ea12";
}

.ki-file-sheet.ki-solid:before {
  content: "\ea13";
}

.ki-file-up.ki-solid:before {
  content: "\ea14";
}

.ki-file.ki-solid:before {
  content: "\ea15";
}

.ki-files-tablet.ki-solid:before {
  content: "\ea16";
}

.ki-filter-edit.ki-solid:before {
  content: "\ea17";
}

.ki-filter-search.ki-solid:before {
  content: "\ea18";
}

.ki-filter-square.ki-solid:before {
  content: "\ea19";
}

.ki-filter-tablet.ki-solid:before {
  content: "\ea1a";
}

.ki-filter-tick.ki-solid:before {
  content: "\ea1b";
}

.ki-filter.ki-solid:before {
  content: "\ea1c";
}

.ki-finance-calculator.ki-solid:before {
  content: "\ea1d";
}

.ki-financial-schedule.ki-solid:before {
  content: "\ea1e";
}

.ki-fingerprint-scanning.ki-solid:before {
  content: "\ea1f";
}

.ki-flag.ki-solid:before {
  content: "\ea20";
}

.ki-flash-circle.ki-solid:before {
  content: "\ea21";
}

.ki-flask.ki-solid:before {
  content: "\ea22";
}

.ki-focus.ki-solid:before {
  content: "\ea23";
}

.ki-folder-added.ki-solid:before {
  content: "\ea24";
}

.ki-folder-down.ki-solid:before {
  content: "\ea25";
}

.ki-folder-up.ki-solid:before {
  content: "\ea26";
}

.ki-folder.ki-solid:before {
  content: "\ea27";
}

.ki-frame.ki-solid:before {
  content: "\ea28";
}

.ki-gear.ki-solid:before {
  content: "\ea29";
}

.ki-general-mouse.ki-solid:before {
  content: "\ea2a";
}

.ki-geolocation-home.ki-solid:before {
  content: "\ea2b";
}

.ki-geolocation.ki-solid:before {
  content: "\ea2c";
}

.ki-ghost.ki-solid:before {
  content: "\ea2d";
}

.ki-gift.ki-solid:before {
  content: "\ea2e";
}

.ki-github.ki-solid:before {
  content: "\ea2f";
}

.ki-glass.ki-solid:before {
  content: "\ea30";
}

.ki-google-play.ki-solid:before {
  content: "\ea31";
}

.ki-google.ki-solid:before {
  content: "\ea32";
}

.ki-graph-2.ki-solid:before {
  content: "\ea33";
}

.ki-graph-3.ki-solid:before {
  content: "\ea34";
}

.ki-graph-4.ki-solid:before {
  content: "\ea35";
}

.ki-graph-up.ki-solid:before {
  content: "\ea36";
}

.ki-graph.ki-solid:before {
  content: "\ea37";
}

.ki-grid-2.ki-solid:before {
  content: "\ea38";
}

.ki-grid-frame.ki-solid:before {
  content: "\ea39";
}

.ki-grid.ki-solid:before {
  content: "\ea3a";
}

.ki-handcart.ki-solid:before {
  content: "\ea3b";
}

.ki-happy-emoji.ki-solid:before {
  content: "\ea3c";
}

.ki-heart-circle.ki-solid:before {
  content: "\ea3d";
}

.ki-heart.ki-solid:before {
  content: "\ea3e";
}

.ki-home-1.ki-solid:before {
  content: "\ea3f";
}

.ki-home-2.ki-solid:before {
  content: "\ea40";
}

.ki-home-3.ki-solid:before {
  content: "\ea41";
}

.ki-home.ki-solid:before {
  content: "\ea42";
}

.ki-html.ki-solid:before {
  content: "\ea43";
}

.ki-icon.ki-solid:before {
  content: "\ea44";
}

.ki-illustrator.ki-solid:before {
  content: "\ea45";
}

.ki-information-2.ki-solid:before {
  content: "\ea46";
}

.ki-information-3.ki-solid:before {
  content: "\ea47";
}

.ki-information-4.ki-solid:before {
  content: "\ea48";
}

.ki-information-5.ki-solid:before {
  content: "\ea49";
}

.ki-information.ki-solid:before {
  content: "\ea4a";
}

.ki-instagram.ki-solid:before {
  content: "\ea4b";
}

.ki-joystick.ki-solid:before {
  content: "\ea4c";
}

.ki-js-2.ki-solid:before {
  content: "\ea4d";
}

.ki-js.ki-solid:before {
  content: "\ea4e";
}

.ki-kanban.ki-solid:before {
  content: "\ea4f";
}

.ki-key-square.ki-solid:before {
  content: "\ea50";
}

.ki-key.ki-solid:before {
  content: "\ea51";
}

.ki-keyboard.ki-solid:before {
  content: "\ea52";
}

.ki-laptop.ki-solid:before {
  content: "\ea53";
}

.ki-laravel.ki-solid:before {
  content: "\ea54";
}

.ki-left-square.ki-solid:before {
  content: "\ea55";
}

.ki-left.ki-solid:before {
  content: "\ea56";
}

.ki-like-2.ki-solid:before {
  content: "\ea57";
}

.ki-like-folder.ki-solid:before {
  content: "\ea58";
}

.ki-like-shapes.ki-solid:before {
  content: "\ea59";
}

.ki-like-tag.ki-solid:before {
  content: "\ea5a";
}

.ki-like.ki-solid:before {
  content: "\ea5b";
}

.ki-loading.ki-solid:before {
  content: "\ea5c";
}

.ki-lock-2.ki-solid:before {
  content: "\ea5d";
}

.ki-lock-3.ki-solid:before {
  content: "\ea5e";
}

.ki-lock.ki-solid:before {
  content: "\ea5f";
}

.ki-logistic.ki-solid:before {
  content: "\ea60";
}

.ki-lots-shopping.ki-solid:before {
  content: "\ea61";
}

.ki-lovely.ki-solid:before {
  content: "\ea62";
}

.ki-lts.ki-solid:before {
  content: "\ea63";
}

.ki-magnifier.ki-solid:before {
  content: "\ea64";
}

.ki-map.ki-solid:before {
  content: "\ea65";
}

.ki-mask.ki-solid:before {
  content: "\ea66";
}

.ki-maximize.ki-solid:before {
  content: "\ea67";
}

.ki-medal-star.ki-solid:before {
  content: "\ea68";
}

.ki-menu.ki-solid:before {
  content: "\ea69";
}

.ki-message-add.ki-solid:before {
  content: "\ea6a";
}

.ki-message-edit.ki-solid:before {
  content: "\ea6b";
}

.ki-message-minus.ki-solid:before {
  content: "\ea6c";
}

.ki-message-notif.ki-solid:before {
  content: "\ea6d";
}

.ki-message-programming.ki-solid:before {
  content: "\ea6e";
}

.ki-message-question.ki-solid:before {
  content: "\ea6f";
}

.ki-message-text-2.ki-solid:before {
  content: "\ea70";
}

.ki-message-text.ki-solid:before {
  content: "\ea71";
}

.ki-messages.ki-solid:before {
  content: "\ea72";
}

.ki-microsoft.ki-solid:before {
  content: "\ea73";
}

.ki-milk.ki-solid:before {
  content: "\ea74";
}

.ki-minus-circle.ki-solid:before {
  content: "\ea75";
}

.ki-minus-folder.ki-solid:before {
  content: "\ea76";
}

.ki-minus-square.ki-solid:before {
  content: "\ea77";
}

.ki-minus.ki-solid:before {
  content: "\ea78";
}

.ki-monitor-mobile.ki-solid:before {
  content: "\ea79";
}

.ki-moon.ki-solid:before {
  content: "\ea7a";
}

.ki-more-2.ki-solid:before {
  content: "\ea7b";
}

.ki-mouse-circle.ki-solid:before {
  content: "\ea7c";
}

.ki-mouse-square.ki-solid:before {
  content: "\ea7d";
}

.ki-mouse.ki-solid:before {
  content: "\ea7e";
}

.ki-nexo.ki-solid:before {
  content: "\ea7f";
}

.ki-night-day.ki-solid:before {
  content: "\ea80";
}

.ki-note-2.ki-solid:before {
  content: "\ea81";
}

.ki-note.ki-solid:before {
  content: "\ea82";
}

.ki-notepad-bookmark.ki-solid:before {
  content: "\ea83";
}

.ki-notepad-edit.ki-solid:before {
  content: "\ea84";
}

.ki-notepad.ki-solid:before {
  content: "\ea85";
}

.ki-notification-2.ki-solid:before {
  content: "\ea86";
}

.ki-notification-bing.ki-solid:before {
  content: "\ea87";
}

.ki-notification-circle.ki-solid:before {
  content: "\ea88";
}

.ki-notification-favorite.ki-solid:before {
  content: "\ea89";
}

.ki-notification-on.ki-solid:before {
  content: "\ea8a";
}

.ki-notification-status.ki-solid:before {
  content: "\ea8b";
}

.ki-notification.ki-solid:before {
  content: "\ea8c";
}

.ki-ocean.ki-solid:before {
  content: "\ea8d";
}

.ki-office-bag.ki-solid:before {
  content: "\ea8e";
}

.ki-package.ki-solid:before {
  content: "\ea8f";
}

.ki-pails.ki-solid:before {
  content: "\ea90";
}

.ki-paintbucket.ki-solid:before {
  content: "\ea91";
}

.ki-paper-clip.ki-solid:before {
  content: "\ea92";
}

.ki-parcel-tracking.ki-solid:before {
  content: "\ea93";
}

.ki-parcel.ki-solid:before {
  content: "\ea94";
}

.ki-password-check.ki-solid:before {
  content: "\ea95";
}

.ki-paypal.ki-solid:before {
  content: "\ea96";
}

.ki-pencil.ki-solid:before {
  content: "\ea97";
}

.ki-people.ki-solid:before {
  content: "\ea98";
}

.ki-percentage.ki-solid:before {
  content: "\ea99";
}

.ki-phone.ki-solid:before {
  content: "\ea9a";
}

.ki-photoshop.ki-solid:before {
  content: "\ea9b";
}

.ki-picture.ki-solid:before {
  content: "\ea9c";
}

.ki-pill.ki-solid:before {
  content: "\ea9d";
}

.ki-pin.ki-solid:before {
  content: "\ea9e";
}

.ki-plus-circle.ki-solid:before {
  content: "\ea9f";
}

.ki-plus-square.ki-solid:before {
  content: "\eaa0";
}

.ki-plus.ki-solid:before {
  content: "\eaa1";
}

.ki-pointers.ki-solid:before {
  content: "\eaa2";
}

.ki-price-tag.ki-solid:before {
  content: "\eaa3";
}

.ki-printer.ki-solid:before {
  content: "\eaa4";
}

.ki-profile-circle.ki-solid:before {
  content: "\eaa5";
}

.ki-profile-user.ki-solid:before {
  content: "\eaa6";
}

.ki-pulse.ki-solid:before {
  content: "\eaa7";
}

.ki-purchase.ki-solid:before {
  content: "\eaa8";
}

.ki-python.ki-solid:before {
  content: "\eaa9";
}

.ki-question-2.ki-solid:before {
  content: "\eaaa";
}

.ki-question.ki-solid:before {
  content: "\eaab";
}

.ki-questionnaire-tablet.ki-solid:before {
  content: "\eaac";
}

.ki-ranking.ki-solid:before {
  content: "\eaad";
}

.ki-react.ki-solid:before {
  content: "\eaae";
}

.ki-receipt-square.ki-solid:before {
  content: "\eaaf";
}

.ki-rescue.ki-solid:before {
  content: "\eab0";
}

.ki-right-left.ki-solid:before {
  content: "\eab1";
}

.ki-right-square.ki-solid:before {
  content: "\eab2";
}

.ki-right.ki-solid:before {
  content: "\eab3";
}

.ki-rocket.ki-solid:before {
  content: "\eab4";
}

.ki-route.ki-solid:before {
  content: "\eab5";
}

.ki-router.ki-solid:before {
  content: "\eab6";
}

.ki-row-horizontal.ki-solid:before {
  content: "\eab7";
}

.ki-row-vertical.ki-solid:before {
  content: "\eab8";
}

.ki-safe-home.ki-solid:before {
  content: "\eab9";
}

.ki-satellite.ki-solid:before {
  content: "\eaba";
}

.ki-save-2.ki-solid:before {
  content: "\eabb";
}

.ki-save-deposit.ki-solid:before {
  content: "\eabc";
}

.ki-scan-barcode.ki-solid:before {
  content: "\eabd";
}

.ki-scooter-2.ki-solid:before {
  content: "\eabe";
}

.ki-scooter.ki-solid:before {
  content: "\eabf";
}

.ki-screen.ki-solid:before {
  content: "\eac0";
}

.ki-scroll.ki-solid:before {
  content: "\eac1";
}

.ki-search-list.ki-solid:before {
  content: "\eac2";
}

.ki-security-check.ki-solid:before {
  content: "\eac3";
}

.ki-security-user.ki-solid:before {
  content: "\eac4";
}

.ki-send.ki-solid:before {
  content: "\eac5";
}

.ki-setting-2.ki-solid:before {
  content: "\eac6";
}

.ki-setting-3.ki-solid:before {
  content: "\eac7";
}

.ki-setting-4.ki-solid:before {
  content: "\eac8";
}

.ki-setting.ki-solid:before {
  content: "\eac9";
}

.ki-share.ki-solid:before {
  content: "\eaca";
}

.ki-shield-cross.ki-solid:before {
  content: "\eacb";
}

.ki-shield-search.ki-solid:before {
  content: "\eacc";
}

.ki-shield-slash.ki-solid:before {
  content: "\eacd";
}

.ki-shield-tick.ki-solid:before {
  content: "\eace";
}

.ki-shield.ki-solid:before {
  content: "\eacf";
}

.ki-ship.ki-solid:before {
  content: "\ead0";
}

.ki-shop.ki-solid:before {
  content: "\ead1";
}

.ki-simcard-2.ki-solid:before {
  content: "\ead2";
}

.ki-simcard.ki-solid:before {
  content: "\ead3";
}

.ki-size.ki-solid:before {
  content: "\ead4";
}

.ki-slack.ki-solid:before {
  content: "\ead5";
}

.ki-slider-horizontal-2.ki-solid:before {
  content: "\ead6";
}

.ki-slider-horizontal.ki-solid:before {
  content: "\ead7";
}

.ki-slider-vertical-2.ki-solid:before {
  content: "\ead8";
}

.ki-slider-vertical.ki-solid:before {
  content: "\ead9";
}

.ki-slider.ki-solid:before {
  content: "\eada";
}

.ki-sms.ki-solid:before {
  content: "\eadb";
}

.ki-snapchat.ki-solid:before {
  content: "\eadc";
}

.ki-social-media.ki-solid:before {
  content: "\eadd";
}

.ki-soft-2.ki-solid:before {
  content: "\eade";
}

.ki-soft-3.ki-solid:before {
  content: "\eadf";
}

.ki-soft.ki-solid:before {
  content: "\eae0";
}

.ki-some-files.ki-solid:before {
  content: "\eae1";
}

.ki-sort.ki-solid:before {
  content: "\eae2";
}

.ki-speaker.ki-solid:before {
  content: "\eae3";
}

.ki-spotify.ki-solid:before {
  content: "\eae4";
}

.ki-spring-framework.ki-solid:before {
  content: "\eae5";
}

.ki-square-brackets.ki-solid:before {
  content: "\eae6";
}

.ki-star.ki-solid:before {
  content: "\eae7";
}

.ki-status.ki-solid:before {
  content: "\eae8";
}

.ki-subtitle.ki-solid:before {
  content: "\eae9";
}

.ki-sun.ki-solid:before {
  content: "\eaea";
}

.ki-support-24.ki-solid:before {
  content: "\eaeb";
}

.ki-switch.ki-solid:before {
  content: "\eaec";
}

.ki-syringe.ki-solid:before {
  content: "\eaed";
}

.ki-tablet-book.ki-solid:before {
  content: "\eaee";
}

.ki-tablet-delete.ki-solid:before {
  content: "\eaef";
}

.ki-tablet-down.ki-solid:before {
  content: "\eaf0";
}

.ki-tablet-ok.ki-solid:before {
  content: "\eaf1";
}

.ki-tablet-text-down.ki-solid:before {
  content: "\eaf2";
}

.ki-tablet-text-up.ki-solid:before {
  content: "\eaf3";
}

.ki-tablet-up.ki-solid:before {
  content: "\eaf4";
}

.ki-tablet.ki-solid:before {
  content: "\eaf5";
}

.ki-tag-cross.ki-solid:before {
  content: "\eaf6";
}

.ki-tag.ki-solid:before {
  content: "\eaf7";
}

.ki-teacher.ki-solid:before {
  content: "\eaf8";
}

.ki-tech-wifi.ki-solid:before {
  content: "\eaf9";
}

.ki-technology-2.ki-solid:before {
  content: "\eafa";
}

.ki-technology-3.ki-solid:before {
  content: "\eafb";
}

.ki-technology-4.ki-solid:before {
  content: "\eafc";
}

.ki-technology.ki-solid:before {
  content: "\eafd";
}

.ki-telephone-geolocation.ki-solid:before {
  content: "\eafe";
}

.ki-test-tubes.ki-solid:before {
  content: "\eaff";
}

.ki-text-align-center.ki-solid:before {
  content: "\eb00";
}

.ki-text-align-justify-center.ki-solid:before {
  content: "\eb01";
}

.ki-text-align-left.ki-solid:before {
  content: "\eb02";
}

.ki-text-align-right.ki-solid:before {
  content: "\eb03";
}

.ki-text-bold.ki-solid:before {
  content: "\eb04";
}

.ki-text-circle.ki-solid:before {
  content: "\eb05";
}

.ki-text-italic.ki-solid:before {
  content: "\eb06";
}

.ki-text-number.ki-solid:before {
  content: "\eb07";
}

.ki-text-strikethrough.ki-solid:before {
  content: "\eb08";
}

.ki-text-underline.ki-solid:before {
  content: "\eb09";
}

.ki-text.ki-solid:before {
  content: "\eb0a";
}

.ki-thermometer.ki-solid:before {
  content: "\eb0b";
}

.ki-theta.ki-solid:before {
  content: "\eb0c";
}

.ki-tiktok.ki-solid:before {
  content: "\eb0d";
}

.ki-time.ki-solid:before {
  content: "\eb0e";
}

.ki-timer.ki-solid:before {
  content: "\eb0f";
}

.ki-to-left.ki-solid:before {
  content: "\eb10";
}

.ki-to-right.ki-solid:before {
  content: "\eb11";
}

.ki-toggle-off-circle.ki-solid:before {
  content: "\eb12";
}

.ki-toggle-off.ki-solid:before {
  content: "\eb13";
}

.ki-toggle-on-circle.ki-solid:before {
  content: "\eb14";
}

.ki-toggle-on.ki-solid:before {
  content: "\eb15";
}

.ki-trailer.ki-solid:before {
  content: "\eb16";
}

.ki-trash-square.ki-solid:before {
  content: "\eb17";
}

.ki-trash.ki-solid:before {
  content: "\eb18";
}

.ki-tree.ki-solid:before {
  content: "\eb19";
}

.ki-trello.ki-solid:before {
  content: "\eb1a";
}

.ki-triangle.ki-solid:before {
  content: "\eb1b";
}

.ki-truck.ki-solid:before {
  content: "\eb1c";
}

.ki-ts.ki-solid:before {
  content: "\eb1d";
}

.ki-twitch.ki-solid:before {
  content: "\eb1e";
}

.ki-twitter.ki-solid:before {
  content: "\eb1f";
}

.ki-two-credit-cart.ki-solid:before {
  content: "\eb20";
}

.ki-underlining.ki-solid:before {
  content: "\eb21";
}

.ki-up-down.ki-solid:before {
  content: "\eb22";
}

.ki-up-square.ki-solid:before {
  content: "\eb23";
}

.ki-up.ki-solid:before {
  content: "\eb24";
}

.ki-update-file.ki-solid:before {
  content: "\eb25";
}

.ki-update-folder.ki-solid:before {
  content: "\eb26";
}

.ki-user-edit.ki-solid:before {
  content: "\eb27";
}

.ki-user-square.ki-solid:before {
  content: "\eb28";
}

.ki-user-tick.ki-solid:before {
  content: "\eb29";
}

.ki-user.ki-solid:before {
  content: "\eb2a";
}

.ki-verify.ki-solid:before {
  content: "\eb2b";
}

.ki-vibe.ki-solid:before {
  content: "\eb2c";
}

.ki-virus.ki-solid:before {
  content: "\eb2d";
}

.ki-vue.ki-solid:before {
  content: "\eb2e";
}

.ki-vuesax.ki-solid:before {
  content: "\eb2f";
}

.ki-wallet.ki-solid:before {
  content: "\eb30";
}

.ki-wanchain.ki-solid:before {
  content: "\eb31";
}

.ki-watch.ki-solid:before {
  content: "\eb32";
}

.ki-whatsapp.ki-solid:before {
  content: "\eb33";
}

.ki-wifi-home.ki-solid:before {
  content: "\eb34";
}

.ki-wifi-square.ki-solid:before {
  content: "\eb35";
}

.ki-wifi.ki-solid:before {
  content: "\eb36";
}

.ki-wrench.ki-solid:before {
  content: "\eb37";
}

.ki-xaomi.ki-solid:before {
  content: "\eb38";
}

.ki-xd.ki-solid:before {
  content: "\eb39";
}

.ki-xmr.ki-solid:before {
  content: "\eb3a";
}

.ki-yii.ki-solid:before {
  content: "\eb3b";
}

.ki-youtube.ki-solid:before {
  content: "\eb3c";
}

.la,
.las,
.lar,
.lal,
.lad,
.lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.la-ul > li {
  position: relative;
}

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

.la-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

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

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

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

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

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.la-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.la-gamepad:before {
  content: "\f11b";
}

.la-gas-pump:before {
  content: "\f52f";
}

.la-gavel:before {
  content: "\f0e3";
}

.la-gem:before {
  content: "\f3a5";
}

.la-genderless:before {
  content: "\f22d";
}

.la-get-pocket:before {
  content: "\f265";
}

.la-gg:before {
  content: "\f260";
}

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

.la-ghost:before {
  content: "\f6e2";
}

.la-gift:before {
  content: "\f06b";
}

.la-gifts:before {
  content: "\f79c";
}

.la-git:before {
  content: "\f1d3";
}

.la-git-alt:before {
  content: "\f841";
}

.la-git-square:before {
  content: "\f1d2";
}

.la-github:before {
  content: "\f09b";
}

.la-github-alt:before {
  content: "\f113";
}

.la-github-square:before {
  content: "\f092";
}

.la-gitkraken:before {
  content: "\f3a6";
}

.la-gitlab:before {
  content: "\f296";
}

.la-gitter:before {
  content: "\f426";
}

.la-glass-cheers:before {
  content: "\f79f";
}

.la-glass-martini:before {
  content: "\f000";
}

.la-glass-martini-alt:before {
  content: "\f57b";
}

.la-glass-whiskey:before {
  content: "\f7a0";
}

.la-glasses:before {
  content: "\f530";
}

.la-glide:before {
  content: "\f2a5";
}

.la-glide-g:before {
  content: "\f2a6";
}

.la-globe:before {
  content: "\f0ac";
}

.la-globe-africa:before {
  content: "\f57c";
}

.la-globe-americas:before {
  content: "\f57d";
}

.la-globe-asia:before {
  content: "\f57e";
}

.la-globe-europe:before {
  content: "\f7a2";
}

.la-gofore:before {
  content: "\f3a7";
}

.la-golf-ball:before {
  content: "\f450";
}

.la-goodreads:before {
  content: "\f3a8";
}

.la-goodreads-g:before {
  content: "\f3a9";
}

.la-google:before {
  content: "\f1a0";
}

.la-google-drive:before {
  content: "\f3aa";
}

.la-google-play:before {
  content: "\f3ab";
}

.la-google-plus:before {
  content: "\f2b3";
}

.la-google-plus-g:before {
  content: "\f0d5";
}

.la-google-plus-square:before {
  content: "\f0d4";
}

.la-google-wallet:before {
  content: "\f1ee";
}

.la-gopuram:before {
  content: "\f664";
}

.la-graduation-cap:before {
  content: "\f19d";
}

.la-gratipay:before {
  content: "\f184";
}

.la-grav:before {
  content: "\f2d6";
}

.la-greater-than:before {
  content: "\f531";
}

.la-greater-than-equal:before {
  content: "\f532";
}

.la-grimace:before {
  content: "\f57f";
}

.la-grin:before {
  content: "\f580";
}

.la-grin-alt:before {
  content: "\f581";
}

.la-grin-beam:before {
  content: "\f582";
}

.la-grin-beam-sweat:before {
  content: "\f583";
}

.la-grin-hearts:before {
  content: "\f584";
}

.la-grin-squint:before {
  content: "\f585";
}

.la-grin-squint-tears:before {
  content: "\f586";
}

.la-grin-stars:before {
  content: "\f587";
}

.la-grin-tears:before {
  content: "\f588";
}

.la-grin-tongue:before {
  content: "\f589";
}

.la-grin-tongue-squint:before {
  content: "\f58a";
}

.la-grin-tongue-wink:before {
  content: "\f58b";
}

.la-grin-wink:before {
  content: "\f58c";
}

.la-grip-horizontal:before {
  content: "\f58d";
}

.la-grip-lines:before {
  content: "\f7a4";
}

.la-grip-lines-vertical:before {
  content: "\f7a5";
}

.la-grip-vertical:before {
  content: "\f58e";
}

.la-gripfire:before {
  content: "\f3ac";
}

.la-grunt:before {
  content: "\f3ad";
}

.la-guitar:before {
  content: "\f7a6";
}

.la-gulp:before {
  content: "\f3ae";
}

.la-h-square:before {
  content: "\f0fd";
}

.la-hacker-news:before {
  content: "\f1d4";
}

.la-hacker-news-square:before {
  content: "\f3af";
}

.la-hackerrank:before {
  content: "\f5f7";
}

.la-hamburger:before {
  content: "\f805";
}

.la-hammer:before {
  content: "\f6e3";
}

.la-hamsa:before {
  content: "\f665";
}

.la-hand-holding:before {
  content: "\f4bd";
}

.la-hand-holding-heart:before {
  content: "\f4be";
}

.la-hand-holding-usd:before {
  content: "\f4c0";
}

.la-hand-lizard:before {
  content: "\f258";
}

.la-hand-middle-finger:before {
  content: "\f806";
}

.la-hand-paper:before {
  content: "\f256";
}

.la-hand-peace:before {
  content: "\f25b";
}

.la-hand-point-down:before {
  content: "\f0a7";
}

.la-hand-point-left:before {
  content: "\f0a5";
}

.la-hand-point-right:before {
  content: "\f0a4";
}

.la-hand-point-up:before {
  content: "\f0a6";
}

.la-hand-pointer:before {
  content: "\f25a";
}

.la-hand-rock:before {
  content: "\f255";
}

.la-hand-scissors:before {
  content: "\f257";
}

.la-hand-spock:before {
  content: "\f259";
}

.la-hands:before {
  content: "\f4c2";
}

.la-hands-helping:before {
  content: "\f4c4";
}

.la-handshake:before {
  content: "\f2b5";
}

.la-hanukiah:before {
  content: "\f6e6";
}

.la-hard-hat:before {
  content: "\f807";
}

.la-hashtag:before {
  content: "\f292";
}

.la-hat-cowboy:before {
  content: "\f8c0";
}

.la-hat-cowboy-side:before {
  content: "\f8c1";
}

.la-hat-wizard:before {
  content: "\f6e8";
}

.la-haykal:before {
  content: "\f666";
}

.la-hdd:before {
  content: "\f0a0";
}

.la-heading:before {
  content: "\f1dc";
}

.la-headphones:before {
  content: "\f025";
}

.la-headphones-alt:before {
  content: "\f58f";
}

.la-headset:before {
  content: "\f590";
}

.la-heart:before {
  content: "\f004";
}

.la-heart-broken:before {
  content: "\f7a9";
}

.la-heartbeat:before {
  content: "\f21e";
}

.la-helicopter:before {
  content: "\f533";
}

.la-highlighter:before {
  content: "\f591";
}

.la-hiking:before {
  content: "\f6ec";
}

.la-hippo:before {
  content: "\f6ed";
}

.la-hips:before {
  content: "\f452";
}

.la-hire-a-helper:before {
  content: "\f3b0";
}

.la-history:before {
  content: "\f1da";
}

.la-hockey-puck:before {
  content: "\f453";
}

.la-holly-berry:before {
  content: "\f7aa";
}

.la-home:before {
  content: "\f015";
}

.la-hooli:before {
  content: "\f427";
}

.la-hornbill:before {
  content: "\f592";
}

.la-horse:before {
  content: "\f6f0";
}

.la-horse-head:before {
  content: "\f7ab";
}

.la-hospital:before {
  content: "\f0f8";
}

.la-hospital-alt:before {
  content: "\f47d";
}

.la-hospital-symbol:before {
  content: "\f47e";
}

.la-hot-tub:before {
  content: "\f593";
}

.la-hotdog:before {
  content: "\f80f";
}

.la-hotel:before {
  content: "\f594";
}

.la-hotjar:before {
  content: "\f3b1";
}

.la-hourglass:before {
  content: "\f254";
}

.la-hourglass-end:before {
  content: "\f253";
}

.la-hourglass-half:before {
  content: "\f252";
}

.la-hourglass-start:before {
  content: "\f251";
}

.la-house-damage:before {
  content: "\f6f1";
}

.la-houzz:before {
  content: "\f27c";
}

.la-hryvnia:before {
  content: "\f6f2";
}

.la-html5:before {
  content: "\f13b";
}

.la-hubspot:before {
  content: "\f3b2";
}

.la-i-cursor:before {
  content: "\f246";
}

.la-ice-cream:before {
  content: "\f810";
}

.la-icicles:before {
  content: "\f7ad";
}

.la-icons:before {
  content: "\f86d";
}

.la-id-badge:before {
  content: "\f2c1";
}

.la-id-card:before {
  content: "\f2c2";
}

.la-id-card-alt:before {
  content: "\f47f";
}

.la-igloo:before {
  content: "\f7ae";
}

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

.la-images:before {
  content: "\f302";
}

.la-imdb:before {
  content: "\f2d8";
}

.la-inbox:before {
  content: "\f01c";
}

.la-indent:before {
  content: "\f03c";
}

.la-industry:before {
  content: "\f275";
}

.la-infinity:before {
  content: "\f534";
}

.la-info:before {
  content: "\f129";
}

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

.la-instagram:before {
  content: "\f16d";
}

.la-intercom:before {
  content: "\f7af";
}

.la-internet-explorer:before {
  content: "\f26b";
}

.la-invision:before {
  content: "\f7b0";
}

.la-ioxhost:before {
  content: "\f208";
}

.la-italic:before {
  content: "\f033";
}

.la-itch-io:before {
  content: "\f83a";
}

.la-itunes:before {
  content: "\f3b4";
}

.la-itunes-note:before {
  content: "\f3b5";
}

.la-java:before {
  content: "\f4e4";
}

.la-jedi:before {
  content: "\f669";
}

.la-jedi-order:before {
  content: "\f50e";
}

.la-jenkins:before {
  content: "\f3b6";
}

.la-jira:before {
  content: "\f7b1";
}

.la-joget:before {
  content: "\f3b7";
}

.la-joint:before {
  content: "\f595";
}

.la-joomla:before {
  content: "\f1aa";
}

.la-journal-whills:before {
  content: "\f66a";
}

.la-js:before {
  content: "\f3b8";
}

.la-js-square:before {
  content: "\f3b9";
}

.la-jsfiddle:before {
  content: "\f1cc";
}

.la-kaaba:before {
  content: "\f66b";
}

.la-kaggle:before {
  content: "\f5fa";
}

.la-key:before {
  content: "\f084";
}

.la-keybase:before {
  content: "\f4f5";
}

.la-keyboard:before {
  content: "\f11c";
}

.la-keycdn:before {
  content: "\f3ba";
}

.la-khanda:before {
  content: "\f66d";
}

.la-kickstarter:before {
  content: "\f3bb";
}

.la-kickstarter-k:before {
  content: "\f3bc";
}

.la-kiss:before {
  content: "\f596";
}

.la-kiss-beam:before {
  content: "\f597";
}

.la-kiss-wink-heart:before {
  content: "\f598";
}

.la-kiwi-bird:before {
  content: "\f535";
}

.la-korvue:before {
  content: "\f42f";
}

.la-landmark:before {
  content: "\f66f";
}

.la-language:before {
  content: "\f1ab";
}

.la-laptop:before {
  content: "\f109";
}

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

.la-laptop-medical:before {
  content: "\f812";
}

.la-laravel:before {
  content: "\f3bd";
}

.la-lastfm:before {
  content: "\f202";
}

.la-lastfm-square:before {
  content: "\f203";
}

.la-laugh:before {
  content: "\f599";
}

.la-laugh-beam:before {
  content: "\f59a";
}

.la-laugh-squint:before {
  content: "\f59b";
}

.la-laugh-wink:before {
  content: "\f59c";
}

.la-layer-group:before {
  content: "\f5fd";
}

.la-leaf:before {
  content: "\f06c";
}

.la-leanpub:before {
  content: "\f212";
}

.la-lemon:before {
  content: "\f094";
}

.la-less:before {
  content: "\f41d";
}

.la-less-than:before {
  content: "\f536";
}

.la-less-than-equal:before {
  content: "\f537";
}

.la-level-down-alt:before {
  content: "\f3be";
}

.la-level-up-alt:before {
  content: "\f3bf";
}

.la-life-ring:before {
  content: "\f1cd";
}

.la-lightbulb:before {
  content: "\f0eb";
}

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

.la-link:before {
  content: "\f0c1";
}

.la-linkedin:before {
  content: "\f08c";
}

.la-linkedin-in:before {
  content: "\f0e1";
}

.la-linode:before {
  content: "\f2b8";
}

.la-linux:before {
  content: "\f17c";
}

.la-lira-sign:before {
  content: "\f195";
}

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

.la-list-alt:before {
  content: "\f022";
}

.la-list-ol:before {
  content: "\f0cb";
}

.la-list-ul:before {
  content: "\f0ca";
}

.la-location-arrow:before {
  content: "\f124";
}

.la-lock:before {
  content: "\f023";
}

.la-lock-open:before {
  content: "\f3c1";
}

.la-long-arrow-alt-down:before {
  content: "\f309";
}

.la-long-arrow-alt-left:before {
  content: "\f30a";
}

.la-long-arrow-alt-right:before {
  content: "\f30b";
}

.la-long-arrow-alt-up:before {
  content: "\f30c";
}

.la-low-vision:before {
  content: "\f2a8";
}

.la-luggage-cart:before {
  content: "\f59d";
}

.la-lyft:before {
  content: "\f3c3";
}

.la-magento:before {
  content: "\f3c4";
}

.la-magic:before {
  content: "\f0d0";
}

.la-magnet:before {
  content: "\f076";
}

.la-mail-bulk:before {
  content: "\f674";
}

.la-mailchimp:before {
  content: "\f59e";
}

.la-male:before {
  content: "\f183";
}

.la-mandalorian:before {
  content: "\f50f";
}

.la-map:before {
  content: "\f279";
}

.la-map-marked:before {
  content: "\f59f";
}

.la-map-marked-alt:before {
  content: "\f5a0";
}

.la-map-marker:before {
  content: "\f041";
}

.la-map-marker-alt:before {
  content: "\f3c5";
}

.la-map-pin:before {
  content: "\f276";
}

.la-map-signs:before {
  content: "\f277";
}

.la-markdown:before {
  content: "\f60f";
}

.la-marker:before {
  content: "\f5a1";
}

.la-mars:before {
  content: "\f222";
}

.la-mars-double:before {
  content: "\f227";
}

.la-mars-stroke:before {
  content: "\f229";
}

.la-mars-stroke-h:before {
  content: "\f22b";
}

.la-mars-stroke-v:before {
  content: "\f22a";
}

.la-mask:before {
  content: "\f6fa";
}

.la-mastodon:before {
  content: "\f4f6";
}

.la-maxcdn:before {
  content: "\f136";
}

.la-mdb:before {
  content: "\f8ca";
}

.la-medal:before {
  content: "\f5a2";
}

.la-medapps:before {
  content: "\f3c6";
}

.la-medium:before {
  content: "\f23a";
}

.la-medium-m:before {
  content: "\f3c7";
}

.la-medkit:before {
  content: "\f0fa";
}

.la-medrt:before {
  content: "\f3c8";
}

.la-meetup:before {
  content: "\f2e0";
}

.la-megaport:before {
  content: "\f5a3";
}

.la-meh:before {
  content: "\f11a";
}

.la-meh-blank:before {
  content: "\f5a4";
}

.la-meh-rolling-eyes:before {
  content: "\f5a5";
}

.la-memory:before {
  content: "\f538";
}

.la-mendeley:before {
  content: "\f7b3";
}

.la-menorah:before {
  content: "\f676";
}

.la-mercury:before {
  content: "\f223";
}

.la-meteor:before {
  content: "\f753";
}

.la-microchip:before {
  content: "\f2db";
}

.la-microphone:before {
  content: "\f130";
}

.la-microphone-alt:before {
  content: "\f3c9";
}

.la-microphone-alt-slash:before {
  content: "\f539";
}

.la-microphone-slash:before {
  content: "\f131";
}

.la-microscope:before {
  content: "\f610";
}

.la-microsoft:before {
  content: "\f3ca";
}

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

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

.la-minus-square:before {
  content: "\f146";
}

.la-mitten:before {
  content: "\f7b5";
}

.la-mix:before {
  content: "\f3cb";
}

.la-mixcloud:before {
  content: "\f289";
}

.la-mizuni:before {
  content: "\f3cc";
}

.la-mobile:before {
  content: "\f10b";
}

.la-mobile-alt:before {
  content: "\f3cd";
}

.la-modx:before {
  content: "\f285";
}

.la-monero:before {
  content: "\f3d0";
}

.la-money-bill:before {
  content: "\f0d6";
}

.la-money-bill-alt:before {
  content: "\f3d1";
}

.la-money-bill-wave:before {
  content: "\f53a";
}

.la-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.la-money-check-alt:before {
  content: "\f53d";
}

.la-monument:before {
  content: "\f5a6";
}

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

.la-mortar-pestle:before {
  content: "\f5a7";
}

.la-mosque:before {
  content: "\f678";
}

.la-motorcycle:before {
  content: "\f21c";
}

.la-mountain:before {
  content: "\f6fc";
}

.la-mouse:before {
  content: "\f8cc";
}

.la-mouse-pointer:before {
  content: "\f245";
}

.la-mug-hot:before {
  content: "\f7b6";
}

.la-music:before {
  content: "\f001";
}

.la-napster:before {
  content: "\f3d2";
}

.la-neos:before {
  content: "\f612";
}

.la-network-wired:before {
  content: "\f6ff";
}

.la-neuter:before {
  content: "\f22c";
}

.la-newspaper:before {
  content: "\f1ea";
}

.la-nimblr:before {
  content: "\f5a8";
}

.la-node:before {
  content: "\f419";
}

.la-node-js:before {
  content: "\f3d3";
}

.la-not-equal:before {
  content: "\f53e";
}

.la-notes-medical:before {
  content: "\f481";
}

.la-npm:before {
  content: "\f3d4";
}

.la-ns8:before {
  content: "\f3d5";
}

.la-nutritionix:before {
  content: "\f3d6";
}

.la-object-group:before {
  content: "\f247";
}

.la-object-ungroup:before {
  content: "\f248";
}

.la-odnoklassniki:before {
  content: "\f263";
}

.la-odnoklassniki-square:before {
  content: "\f264";
}

.la-oil-can:before {
  content: "\f613";
}

.la-old-republic:before {
  content: "\f510";
}

.la-om:before {
  content: "\f679";
}

.la-opencart:before {
  content: "\f23d";
}

.la-openid:before {
  content: "\f19b";
}

.la-opera:before {
  content: "\f26a";
}

.la-optin-monster:before {
  content: "\f23c";
}

.la-orcid:before {
  content: "\f8d2";
}

.la-osi:before {
  content: "\f41a";
}

.la-otter:before {
  content: "\f700";
}

.la-outdent:before {
  content: "\f03b";
}

.la-page4:before {
  content: "\f3d7";
}

.la-pagelines:before {
  content: "\f18c";
}

.la-pager:before {
  content: "\f815";
}

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

.la-paint-roller:before {
  content: "\f5aa";
}

.la-palette:before {
  content: "\f53f";
}

.la-palfed:before {
  content: "\f3d8";
}

.la-pallet:before {
  content: "\f482";
}

.la-paper-plane:before {
  content: "\f1d8";
}

.la-paperclip:before {
  content: "\f0c6";
}

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

.la-paragraph:before {
  content: "\f1dd";
}

.la-parking:before {
  content: "\f540";
}

.la-passport:before {
  content: "\f5ab";
}

.la-pastafarianism:before {
  content: "\f67b";
}

.la-paste:before {
  content: "\f0ea";
}

.la-patreon:before {
  content: "\f3d9";
}

.la-pause:before {
  content: "\f04c";
}

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

.la-paw:before {
  content: "\f1b0";
}

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

.la-peace:before {
  content: "\f67c";
}

.la-pen:before {
  content: "\f304";
}

.la-pen-alt:before {
  content: "\f305";
}

.la-pen-fancy:before {
  content: "\f5ac";
}

.la-pen-nib:before {
  content: "\f5ad";
}

.la-pen-square:before {
  content: "\f14b";
}

.la-pencil-alt:before {
  content: "\f303";
}

.la-pencil-ruler:before {
  content: "\f5ae";
}

.la-penny-arcade:before {
  content: "\f704";
}

.la-people-carry:before {
  content: "\f4ce";
}

.la-pepper-hot:before {
  content: "\f816";
}

.la-percent:before {
  content: "\f295";
}

.la-percentage:before {
  content: "\f541";
}

.la-periscope:before {
  content: "\f3da";
}

.la-person-booth:before {
  content: "\f756";
}

.la-phabricator:before {
  content: "\f3db";
}

.la-phoenix-framework:before {
  content: "\f3dc";
}

.la-phoenix-squadron:before {
  content: "\f511";
}

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

.la-phone-alt:before {
  content: "\f879";
}

.la-phone-slash:before {
  content: "\f3dd";
}

.la-phone-square:before {
  content: "\f098";
}

.la-phone-square-alt:before {
  content: "\f87b";
}

.la-phone-volume:before {
  content: "\f2a0";
}

.la-photo-video:before {
  content: "\f87c";
}

.la-php:before {
  content: "\f457";
}

.la-pied-piper:before {
  content: "\f2ae";
}

.la-pied-piper-alt:before {
  content: "\f1a8";
}

.la-pied-piper-hat:before {
  content: "\f4e5";
}

.la-pied-piper-pp:before {
  content: "\f1a7";
}

.la-piggy-bank:before {
  content: "\f4d3";
}

.la-pills:before {
  content: "\f484";
}

.la-pinterest:before {
  content: "\f0d2";
}

.la-pinterest-p:before {
  content: "\f231";
}

.la-pinterest-square:before {
  content: "\f0d3";
}

.la-pizza-slice:before {
  content: "\f818";
}

.la-place-of-worship:before {
  content: "\f67f";
}

.la-plane:before {
  content: "\f072";
}

.la-plane-arrival:before {
  content: "\f5af";
}

.la-plane-departure:before {
  content: "\f5b0";
}

.la-play:before {
  content: "\f04b";
}

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

.la-playstation:before {
  content: "\f3df";
}

.la-plug:before {
  content: "\f1e6";
}

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

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

.la-plus-square:before {
  content: "\f0fe";
}

.la-podcast:before {
  content: "\f2ce";
}

.la-poll:before {
  content: "\f681";
}

.la-poll-h:before {
  content: "\f682";
}

.la-poo:before {
  content: "\f2fe";
}

.la-poo-storm:before {
  content: "\f75a";
}

.la-poop:before {
  content: "\f619";
}

.la-portrait:before {
  content: "\f3e0";
}

.la-pound-sign:before {
  content: "\f154";
}

.la-power-off:before {
  content: "\f011";
}

.la-pray:before {
  content: "\f683";
}

.la-praying-hands:before {
  content: "\f684";
}

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

.la-prescription-bottle:before {
  content: "\f485";
}

.la-prescription-bottle-alt:before {
  content: "\f486";
}

.la-print:before {
  content: "\f02f";
}

.la-procedures:before {
  content: "\f487";
}

.la-product-hunt:before {
  content: "\f288";
}

.la-project-diagram:before {
  content: "\f542";
}

.la-pushed:before {
  content: "\f3e1";
}

.la-puzzle-piece:before {
  content: "\f12e";
}

.la-python:before {
  content: "\f3e2";
}

.la-qq:before {
  content: "\f1d6";
}

.la-qrcode:before {
  content: "\f029";
}

.la-question:before {
  content: "\f128";
}

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

.la-quidditch:before {
  content: "\f458";
}

.la-quinscape:before {
  content: "\f459";
}

.la-quora:before {
  content: "\f2c4";
}

.la-quote-left:before {
  content: "\f10d";
}

.la-quote-right:before {
  content: "\f10e";
}

.la-quran:before {
  content: "\f687";
}

.la-r-project:before {
  content: "\f4f7";
}

.la-radiation:before {
  content: "\f7b9";
}

.la-radiation-alt:before {
  content: "\f7ba";
}

.la-rainbow:before {
  content: "\f75b";
}

.la-random:before {
  content: "\f074";
}

.la-raspberry-pi:before {
  content: "\f7bb";
}

.la-ravelry:before {
  content: "\f2d9";
}

.la-react:before {
  content: "\f41b";
}

.la-reacteurope:before {
  content: "\f75d";
}

.la-readme:before {
  content: "\f4d5";
}

.la-rebel:before {
  content: "\f1d0";
}

.la-receipt:before {
  content: "\f543";
}

.la-record-vinyl:before {
  content: "\f8d9";
}

.la-recycle:before {
  content: "\f1b8";
}

.la-red-river:before {
  content: "\f3e3";
}

.la-reddit:before {
  content: "\f1a1";
}

.la-reddit-alien:before {
  content: "\f281";
}

.la-reddit-square:before {
  content: "\f1a2";
}

.la-redhat:before {
  content: "\f7bc";
}

.la-redo:before {
  content: "\f01e";
}

.la-redo-alt:before {
  content: "\f2f9";
}

.la-registered:before {
  content: "\f25d";
}

.la-remove-format:before {
  content: "\f87d";
}

.la-renren:before {
  content: "\f18b";
}

.la-reply:before {
  content: "\f3e5";
}

.la-reply-all:before {
  content: "\f122";
}

.la-replyd:before {
  content: "\f3e6";
}

.la-republican:before {
  content: "\f75e";
}

.la-researchgate:before {
  content: "\f4f8";
}

.la-resolving:before {
  content: "\f3e7";
}

.la-restroom:before {
  content: "\f7bd";
}

.la-retweet:before {
  content: "\f079";
}

.la-rev:before {
  content: "\f5b2";
}

.la-ribbon:before {
  content: "\f4d6";
}

.la-ring:before {
  content: "\f70b";
}

.la-road:before {
  content: "\f018";
}

.la-robot:before {
  content: "\f544";
}

.la-rocket:before {
  content: "\f135";
}

.la-rocketchat:before {
  content: "\f3e8";
}

.la-rockrms:before {
  content: "\f3e9";
}

.la-route:before {
  content: "\f4d7";
}

.la-rss:before {
  content: "\f09e";
}

.la-rss-square:before {
  content: "\f143";
}

.la-ruble-sign:before {
  content: "\f158";
}

.la-ruler:before {
  content: "\f545";
}

.la-ruler-combined:before {
  content: "\f546";
}

.la-ruler-horizontal:before {
  content: "\f547";
}

.la-ruler-vertical:before {
  content: "\f548";
}

.la-running:before {
  content: "\f70c";
}

.la-rupee-sign:before {
  content: "\f156";
}

.la-sad-cry:before {
  content: "\f5b3";
}

.la-sad-tear:before {
  content: "\f5b4";
}

.la-safari:before {
  content: "\f267";
}

.la-salesforce:before {
  content: "\f83b";
}

.la-sass:before {
  content: "\f41e";
}

.la-satellite:before {
  content: "\f7bf";
}

.la-satellite-dish:before {
  content: "\f7c0";
}

.la-save:before {
  content: "\f0c7";
}

.la-schlix:before {
  content: "\f3ea";
}

.la-school:before {
  content: "\f549";
}

.la-screwdriver:before {
  content: "\f54a";
}

.la-scribd:before {
  content: "\f28a";
}

.la-scroll:before {
  content: "\f70e";
}

.la-sd-card:before {
  content: "\f7c2";
}

.la-search:before {
  content: "\f002";
}

.la-search-dollar:before {
  content: "\f688";
}

.la-search-location:before {
  content: "\f689";
}

.la-search-minus:before {
  content: "\f010";
}

.la-search-plus:before {
  content: "\f00e";
}

.la-searchengin:before {
  content: "\f3eb";
}

.la-seedling:before {
  content: "\f4d8";
}

.la-sellcast:before {
  content: "\f2da";
}

.la-sellsy:before {
  content: "\f213";
}

.la-server:before {
  content: "\f233";
}

.la-servicestack:before {
  content: "\f3ec";
}

.la-shapes:before {
  content: "\f61f";
}

.la-share:before {
  content: "\f064";
}

.la-share-alt:before {
  content: "\f1e0";
}

.la-share-alt-square:before {
  content: "\f1e1";
}

.la-share-square:before {
  content: "\f14d";
}

.la-shekel-sign:before {
  content: "\f20b";
}

.la-shield-alt:before {
  content: "\f3ed";
}

.la-ship:before {
  content: "\f21a";
}

.la-shipping-fast:before {
  content: "\f48b";
}

.la-shirtsinbulk:before {
  content: "\f214";
}

.la-shoe-prints:before {
  content: "\f54b";
}

.la-shopping-bag:before {
  content: "\f290";
}

.la-shopping-basket:before {
  content: "\f291";
}

.la-shopping-cart:before {
  content: "\f07a";
}

.la-shopware:before {
  content: "\f5b5";
}

.la-shower:before {
  content: "\f2cc";
}

.la-shuttle-van:before {
  content: "\f5b6";
}

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

.la-sign-in-alt:before {
  content: "\f2f6";
}

.la-sign-language:before {
  content: "\f2a7";
}

.la-sign-out-alt:before {
  content: "\f2f5";
}

.la-signal:before {
  content: "\f012";
}

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

.la-sim-card:before {
  content: "\f7c4";
}

.la-simplybuilt:before {
  content: "\f215";
}

.la-sistrix:before {
  content: "\f3ee";
}

.la-sitemap:before {
  content: "\f0e8";
}

.la-sith:before {
  content: "\f512";
}

.la-skating:before {
  content: "\f7c5";
}

.la-sketch:before {
  content: "\f7c6";
}

.la-skiing:before {
  content: "\f7c9";
}

.la-skiing-nordic:before {
  content: "\f7ca";
}

.la-skull:before {
  content: "\f54c";
}

.la-skull-crossbones:before {
  content: "\f714";
}

.la-skyatlas:before {
  content: "\f216";
}

.la-skype:before {
  content: "\f17e";
}

.la-slack:before {
  content: "\f198";
}

.la-slack-hash:before {
  content: "\f3ef";
}

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

.la-sleigh:before {
  content: "\f7cc";
}

.la-sliders-h:before {
  content: "\f1de";
}

.la-slideshare:before {
  content: "\f1e7";
}

.la-smile:before {
  content: "\f118";
}

.la-smile-beam:before {
  content: "\f5b8";
}

.la-smile-wink:before {
  content: "\f4da";
}

.la-smog:before {
  content: "\f75f";
}

.la-smoking:before {
  content: "\f48d";
}

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

.la-sms:before {
  content: "\f7cd";
}

.la-snapchat:before {
  content: "\f2ab";
}

.la-snapchat-ghost:before {
  content: "\f2ac";
}

.la-snapchat-square:before {
  content: "\f2ad";
}

.la-snowboarding:before {
  content: "\f7ce";
}

.la-snowflake:before {
  content: "\f2dc";
}

.la-snowman:before {
  content: "\f7d0";
}

.la-snowplow:before {
  content: "\f7d2";
}

.la-socks:before {
  content: "\f696";
}

.la-solar-panel:before {
  content: "\f5ba";
}

.la-sort:before {
  content: "\f0dc";
}

.la-sort-alpha-down:before {
  content: "\f15d";
}

.la-sort-alpha-down-alt:before {
  content: "\f881";
}

.la-sort-alpha-up:before {
  content: "\f15e";
}

.la-sort-alpha-up-alt:before {
  content: "\f882";
}

.la-sort-amount-down:before {
  content: "\f160";
}

.la-sort-amount-down-alt:before {
  content: "\f884";
}

.la-sort-amount-up:before {
  content: "\f161";
}

.la-sort-amount-up-alt:before {
  content: "\f885";
}

.la-sort-down:before {
  content: "\f0dd";
}

.la-sort-numeric-down:before {
  content: "\f162";
}

.la-sort-numeric-down-alt:before {
  content: "\f886";
}

.la-sort-numeric-up:before {
  content: "\f163";
}

.la-sort-numeric-up-alt:before {
  content: "\f887";
}

.la-sort-up:before {
  content: "\f0de";
}

.la-soundcloud:before {
  content: "\f1be";
}

.la-sourcetree:before {
  content: "\f7d3";
}

.la-spa:before {
  content: "\f5bb";
}

.la-space-shuttle:before {
  content: "\f197";
}

.la-speakap:before {
  content: "\f3f3";
}

.la-speaker-deck:before {
  content: "\f83c";
}

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

.la-spider:before {
  content: "\f717";
}

.la-spinner:before {
  content: "\f110";
}

.la-splotch:before {
  content: "\f5bc";
}

.la-spotify:before {
  content: "\f1bc";
}

.la-spray-can:before {
  content: "\f5bd";
}

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

.la-square-full:before {
  content: "\f45c";
}

.la-square-root-alt:before {
  content: "\f698";
}

.la-squarespace:before {
  content: "\f5be";
}

.la-stack-exchange:before {
  content: "\f18d";
}

.la-stack-overflow:before {
  content: "\f16c";
}

.la-stackpath:before {
  content: "\f842";
}

.la-stamp:before {
  content: "\f5bf";
}

.la-star:before {
  content: "\f005";
}

.la-star-and-crescent:before {
  content: "\f699";
}

.la-star-half:before {
  content: "\f089";
}

.la-star-half-alt:before {
  content: "\f5c0";
}

.la-star-of-david:before {
  content: "\f69a";
}

.la-star-of-life:before {
  content: "\f621";
}

.la-staylinked:before {
  content: "\f3f5";
}

.la-steam:before {
  content: "\f1b6";
}

.la-steam-square:before {
  content: "\f1b7";
}

.la-steam-symbol:before {
  content: "\f3f6";
}

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

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

.la-stethoscope:before {
  content: "\f0f1";
}

.la-sticker-mule:before {
  content: "\f3f7";
}

.la-sticky-note:before {
  content: "\f249";
}

.la-stop:before {
  content: "\f04d";
}

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

.la-stopwatch:before {
  content: "\f2f2";
}

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

.la-store-alt:before {
  content: "\f54f";
}

.la-strava:before {
  content: "\f428";
}

.la-stream:before {
  content: "\f550";
}

.la-street-view:before {
  content: "\f21d";
}

.la-strikethrough:before {
  content: "\f0cc";
}

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

.la-stripe-s:before {
  content: "\f42a";
}

.la-stroopwafel:before {
  content: "\f551";
}

.la-studiovinari:before {
  content: "\f3f8";
}

.la-stumbleupon:before {
  content: "\f1a4";
}

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

.la-subscript:before {
  content: "\f12c";
}

.la-subway:before {
  content: "\f239";
}

.la-suitcase:before {
  content: "\f0f2";
}

.la-suitcase-rolling:before {
  content: "\f5c1";
}

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

.la-superpowers:before {
  content: "\f2dd";
}

.la-superscript:before {
  content: "\f12b";
}

.la-supple:before {
  content: "\f3f9";
}

.la-surprise:before {
  content: "\f5c2";
}

.la-suse:before {
  content: "\f7d6";
}

.la-swatchbook:before {
  content: "\f5c3";
}

.la-swift:before {
  content: "\f8e1";
}

.la-swimmer:before {
  content: "\f5c4";
}

.la-swimming-pool:before {
  content: "\f5c5";
}

.la-symfony:before {
  content: "\f83d";
}

.la-synagogue:before {
  content: "\f69b";
}

.la-sync:before {
  content: "\f021";
}

.la-sync-alt:before {
  content: "\f2f1";
}

.la-syringe:before {
  content: "\f48e";
}

.la-table:before {
  content: "\f0ce";
}

.la-table-tennis:before {
  content: "\f45d";
}

.la-tablet:before {
  content: "\f10a";
}

.la-tablet-alt:before {
  content: "\f3fa";
}

.la-tablets:before {
  content: "\f490";
}

.la-tachometer-alt:before {
  content: "\f3fd";
}

.la-tag:before {
  content: "\f02b";
}

.la-tags:before {
  content: "\f02c";
}

.la-tape:before {
  content: "\f4db";
}

.la-tasks:before {
  content: "\f0ae";
}

.la-taxi:before {
  content: "\f1ba";
}

.la-teamspeak:before {
  content: "\f4f9";
}

.la-teeth:before {
  content: "\f62e";
}

.la-teeth-open:before {
  content: "\f62f";
}

.la-telegram:before {
  content: "\f2c6";
}

.la-telegram-plane:before {
  content: "\f3fe";
}

.la-temperature-high:before {
  content: "\f769";
}

.la-temperature-low:before {
  content: "\f76b";
}

.la-tencent-weibo:before {
  content: "\f1d5";
}

.la-tenge:before {
  content: "\f7d7";
}

.la-terminal:before {
  content: "\f120";
}

.la-text-height:before {
  content: "\f034";
}

.la-text-width:before {
  content: "\f035";
}

.la-th:before {
  content: "\f00a";
}

.la-th-large:before {
  content: "\f009";
}

.la-th-list:before {
  content: "\f00b";
}

.la-the-red-yeti:before {
  content: "\f69d";
}

.la-theater-masks:before {
  content: "\f630";
}

.la-themeco:before {
  content: "\f5c6";
}

.la-themeisle:before {
  content: "\f2b2";
}

.la-thermometer:before {
  content: "\f491";
}

.la-thermometer-empty:before {
  content: "\f2cb";
}

.la-thermometer-full:before {
  content: "\f2c7";
}

.la-thermometer-half:before {
  content: "\f2c9";
}

.la-thermometer-quarter:before {
  content: "\f2ca";
}

.la-thermometer-three-quarters:before {
  content: "\f2c8";
}

.la-think-peaks:before {
  content: "\f731";
}

.la-thumbs-down:before {
  content: "\f165";
}

.la-thumbs-up:before {
  content: "\f164";
}

.la-thumbtack:before {
  content: "\f08d";
}

.la-ticket-alt:before {
  content: "\f3ff";
}

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

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

.la-tint:before {
  content: "\f043";
}

.la-tint-slash:before {
  content: "\f5c7";
}

.la-tired:before {
  content: "\f5c8";
}

.la-toggle-off:before {
  content: "\f204";
}

.la-toggle-on:before {
  content: "\f205";
}

.la-toilet:before {
  content: "\f7d8";
}

.la-toilet-paper:before {
  content: "\f71e";
}

.la-toolbox:before {
  content: "\f552";
}

.la-tools:before {
  content: "\f7d9";
}

.la-tooth:before {
  content: "\f5c9";
}

.la-torah:before {
  content: "\f6a0";
}

.la-torii-gate:before {
  content: "\f6a1";
}

.la-tractor:before {
  content: "\f722";
}

.la-trade-federation:before {
  content: "\f513";
}

.la-trademark:before {
  content: "\f25c";
}

.la-traffic-light:before {
  content: "\f637";
}

.la-train:before {
  content: "\f238";
}

.la-tram:before {
  content: "\f7da";
}

.la-transgender:before {
  content: "\f224";
}

.la-transgender-alt:before {
  content: "\f225";
}

.la-trash:before {
  content: "\f1f8";
}

.la-trash-alt:before {
  content: "\f2ed";
}

.la-trash-restore:before {
  content: "\f829";
}

.la-trash-restore-alt:before {
  content: "\f82a";
}

.la-tree:before {
  content: "\f1bb";
}

.la-trello:before {
  content: "\f181";
}

.la-tripadvisor:before {
  content: "\f262";
}

.la-trophy:before {
  content: "\f091";
}

.la-truck:before {
  content: "\f0d1";
}

.la-truck-loading:before {
  content: "\f4de";
}

.la-truck-monster:before {
  content: "\f63b";
}

.la-truck-moving:before {
  content: "\f4df";
}

.la-truck-pickup:before {
  content: "\f63c";
}

.la-tshirt:before {
  content: "\f553";
}

.la-tty:before {
  content: "\f1e4";
}

.la-tumblr:before {
  content: "\f173";
}

.la-tumblr-square:before {
  content: "\f174";
}

.la-tv:before {
  content: "\f26c";
}

.la-twitch:before {
  content: "\f1e8";
}

.la-twitter:before {
  content: "\f099";
}

.la-twitter-square:before {
  content: "\f081";
}

.la-typo3:before {
  content: "\f42b";
}

.la-uber:before {
  content: "\f402";
}

.la-ubuntu:before {
  content: "\f7df";
}

.la-uikit:before {
  content: "\f403";
}

.la-umbraco:before {
  content: "\f8e8";
}

.la-umbrella:before {
  content: "\f0e9";
}

.la-umbrella-beach:before {
  content: "\f5ca";
}

.la-underline:before {
  content: "\f0cd";
}

.la-undo:before {
  content: "\f0e2";
}

.la-undo-alt:before {
  content: "\f2ea";
}

.la-uniregistry:before {
  content: "\f404";
}

.la-universal-access:before {
  content: "\f29a";
}

.la-university:before {
  content: "\f19c";
}

.la-unlink:before {
  content: "\f127";
}

.la-unlock:before {
  content: "\f09c";
}

.la-unlock-alt:before {
  content: "\f13e";
}

.la-untappd:before {
  content: "\f405";
}

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

.la-ups:before {
  content: "\f7e0";
}

.la-usb:before {
  content: "\f287";
}

.la-user:before {
  content: "\f007";
}

.la-user-alt:before {
  content: "\f406";
}

.la-user-alt-slash:before {
  content: "\f4fa";
}

.la-user-astronaut:before {
  content: "\f4fb";
}

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

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

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

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

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

.la-user-friends:before {
  content: "\f500";
}

.la-user-graduate:before {
  content: "\f501";
}

.la-user-injured:before {
  content: "\f728";
}

.la-user-lock:before {
  content: "\f502";
}

.la-user-md:before {
  content: "\f0f0";
}

.la-user-minus:before {
  content: "\f503";
}

.la-user-ninja:before {
  content: "\f504";
}

.la-user-nurse:before {
  content: "\f82f";
}

.la-user-plus:before {
  content: "\f234";
}

.la-user-secret:before {
  content: "\f21b";
}

.la-user-shield:before {
  content: "\f505";
}

.la-user-slash:before {
  content: "\f506";
}

.la-user-tag:before {
  content: "\f507";
}

.la-user-tie:before {
  content: "\f508";
}

.la-user-times:before {
  content: "\f235";
}

.la-users:before {
  content: "\f0c0";
}

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

.la-usps:before {
  content: "\f7e1";
}

.la-ussunnah:before {
  content: "\f407";
}

.la-utensil-spoon:before {
  content: "\f2e5";
}

.la-utensils:before {
  content: "\f2e7";
}

.la-vaadin:before {
  content: "\f408";
}

.la-vector-square:before {
  content: "\f5cb";
}

.la-venus:before {
  content: "\f221";
}

.la-venus-double:before {
  content: "\f226";
}

.la-venus-mars:before {
  content: "\f228";
}

.la-viacoin:before {
  content: "\f237";
}

.la-viadeo:before {
  content: "\f2a9";
}

.la-viadeo-square:before {
  content: "\f2aa";
}

.la-vial:before {
  content: "\f492";
}

.la-vials:before {
  content: "\f493";
}

.la-viber:before {
  content: "\f409";
}

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

.la-video-slash:before {
  content: "\f4e2";
}

.la-vihara:before {
  content: "\f6a7";
}

.la-vimeo:before {
  content: "\f40a";
}

.la-vimeo-square:before {
  content: "\f194";
}

.la-vimeo-v:before {
  content: "\f27d";
}

.la-vine:before {
  content: "\f1ca";
}

.la-vk:before {
  content: "\f189";
}

.la-vnv:before {
  content: "\f40b";
}

.la-voicemail:before {
  content: "\f897";
}

.la-volleyball-ball:before {
  content: "\f45f";
}

.la-volume-down:before {
  content: "\f027";
}

.la-volume-mute:before {
  content: "\f6a9";
}

.la-volume-off:before {
  content: "\f026";
}

.la-volume-up:before {
  content: "\f028";
}

.la-vote-yea:before {
  content: "\f772";
}

.la-vr-cardboard:before {
  content: "\f729";
}

.la-vuejs:before {
  content: "\f41f";
}

.la-walking:before {
  content: "\f554";
}

.la-wallet:before {
  content: "\f555";
}

.la-warehouse:before {
  content: "\f494";
}

.la-water:before {
  content: "\f773";
}

.la-wave-square:before {
  content: "\f83e";
}

.la-waze:before {
  content: "\f83f";
}

.la-weebly:before {
  content: "\f5cc";
}

.la-weibo:before {
  content: "\f18a";
}

.la-weight:before {
  content: "\f496";
}

.la-weight-hanging:before {
  content: "\f5cd";
}

.la-weixin:before {
  content: "\f1d7";
}

.la-whatsapp:before {
  content: "\f232";
}

.la-whatsapp-square:before {
  content: "\f40c";
}

.la-wheelchair:before {
  content: "\f193";
}

.la-whmcs:before {
  content: "\f40d";
}

.la-wifi:before {
  content: "\f1eb";
}

.la-wikipedia-w:before {
  content: "\f266";
}

.la-wind:before {
  content: "\f72e";
}

.la-window-close:before {
  content: "\f410";
}

.la-window-maximize:before {
  content: "\f2d0";
}

.la-window-minimize:before {
  content: "\f2d1";
}

.la-window-restore:before {
  content: "\f2d2";
}

.la-windows:before {
  content: "\f17a";
}

.la-wine-bottle:before {
  content: "\f72f";
}

.la-wine-glass:before {
  content: "\f4e3";
}

.la-wine-glass-alt:before {
  content: "\f5ce";
}

.la-wix:before {
  content: "\f5cf";
}

.la-wizards-of-the-coast:before {
  content: "\f730";
}

.la-wolf-pack-battalion:before {
  content: "\f514";
}

.la-won-sign:before {
  content: "\f159";
}

.la-wordpress:before {
  content: "\f19a";
}

.la-wordpress-simple:before {
  content: "\f411";
}

.la-wpbeginner:before {
  content: "\f297";
}

.la-wpexplorer:before {
  content: "\f2de";
}

.la-wpforms:before {
  content: "\f298";
}

.la-wpressr:before {
  content: "\f3e4";
}

.la-wrench:before {
  content: "\f0ad";
}

.la-x-ray:before {
  content: "\f497";
}

.la-xbox:before {
  content: "\f412";
}

.la-xing:before {
  content: "\f168";
}

.la-xing-square:before {
  content: "\f169";
}

.la-y-combinator:before {
  content: "\f23b";
}

.la-yahoo:before {
  content: "\f19e";
}

.la-yammer:before {
  content: "\f840";
}

.la-yandex:before {
  content: "\f413";
}

.la-yandex-international:before {
  content: "\f414";
}

.la-yarn:before {
  content: "\f7e3";
}

.la-yelp:before {
  content: "\f1e9";
}

.la-yen-sign:before {
  content: "\f157";
}

.la-yin-yang:before {
  content: "\f6ad";
}

.la-yoast:before {
  content: "\f2b1";
}

.la-youtube:before {
  content: "\f167";
}

.la-youtube-square:before {
  content: "\f431";
}

.la-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Line Awesome Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/line-awesome/la-brands-400.eot");
  src: url("fonts/line-awesome/la-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/line-awesome/la-brands-400.woff2") format("woff2"), url("fonts/line-awesome/la-brands-400.woff") format("woff"), url("fonts/line-awesome/la-brands-400.ttf") format("truetype"), url("fonts/line-awesome/la-brands-400.svg#lineawesome") format("svg");
}
.lab {
  font-family: "Line Awesome Brands";
}

@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/line-awesome/la-regular-400.eot");
  src: url("fonts/line-awesome/la-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/line-awesome/la-regular-400.woff2") format("woff2"), url("fonts/line-awesome/la-regular-400.woff") format("woff"), url("fonts/line-awesome/la-regular-400.ttf") format("truetype"), url("fonts/line-awesome/la-regular-400.svg#lineawesome") format("svg");
}
.lar {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

@font-face {
  font-family: "Line Awesome Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/line-awesome/la-solid-900.eot");
  src: url("fonts/line-awesome/la-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/line-awesome/la-solid-900.woff2") format("woff2"), url("fonts/line-awesome/la-solid-900.woff") format("woff"), url("fonts/line-awesome/la-solid-900.ttf") format("truetype"), url("fonts/line-awesome/la-solid-900.svg#lineawesome") format("svg");
}
.la,
.las {
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.la.la-glass:before {
  content: "\f000";
}

.la.la-meetup {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-star-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-star-o:before {
  content: "\f005";
}

.la.la-remove:before {
  content: "\f00d";
}

.la.la-close:before {
  content: "\f00d";
}

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

.la.la-trash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-trash-o:before {
  content: "\f2ed";
}

.la.la-file-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-clock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-arrow-circle-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-arrow-circle-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-play-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-play-circle-o:before {
  content: "\f144";
}

.la.la-repeat:before {
  content: "\f01e";
}

.la.la-rotate-right:before {
  content: "\f01e";
}

.la.la-refresh:before {
  content: "\f021";
}

.la.la-list-alt {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-dedent:before {
  content: "\f03b";
}

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

.la.la-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-picture-o:before {
  content: "\f03e";
}

.la.la-photo {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-photo:before {
  content: "\f03e";
}

.la.la-image {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-pencil:before {
  content: "\f303";
}

.la.la-map-marker:before {
  content: "\f3c5";
}

.la.la-pencil-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-pencil-square-o:before {
  content: "\f044";
}

.la.la-share-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-share-square-o:before {
  content: "\f14d";
}

.la.la-check-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

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

.la.la-times-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-times-circle-o:before {
  content: "\f057";
}

.la.la-check-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

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

.la.la-eye {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-eye-slash {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

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

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

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

.la.la-bar-chart {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-bar-chart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-twitter-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-facebook-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

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

.la.la-thumbs-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-thumbs-o-up:before {
  content: "\f164";
}

.la.la-thumbs-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-thumbs-o-down:before {
  content: "\f165";
}

.la.la-heart-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-heart-o:before {
  content: "\f004";
}

.la.la-sign-out:before {
  content: "\f2f5";
}

.la.la-linkedin-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-linkedin-square:before {
  content: "\f08c";
}

.la.la-thumb-tack:before {
  content: "\f08d";
}

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

.la.la-sign-in:before {
  content: "\f2f6";
}

.la.la-github-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-lemon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-lemon-o:before {
  content: "\f094";
}

.la.la-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-square-o:before {
  content: "\f0c8";
}

.la.la-bookmark-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-twitter {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-facebook {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

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

.la.la-facebook-f {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

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

.la.la-github {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-credit-card {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-feed:before {
  content: "\f09e";
}

.la.la-hdd-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hdd-o:before {
  content: "\f0a0";
}

.la.la-hand-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-o-right:before {
  content: "\f0a4";
}

.la.la-hand-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-o-left:before {
  content: "\f0a5";
}

.la.la-hand-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-o-up:before {
  content: "\f0a6";
}

.la.la-hand-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-o-down:before {
  content: "\f0a7";
}

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

.la.la-group:before {
  content: "\f0c0";
}

.la.la-chain:before {
  content: "\f0c1";
}

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

.la.la-files-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-floppy-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-floppy-o:before {
  content: "\f0c7";
}

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

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

.la.la-pinterest {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-pinterest-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-plus-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-plus {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-plus:before {
  content: "\f0d5";
}

.la.la-money {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-money:before {
  content: "\f3d1";
}

.la.la-unsorted:before {
  content: "\f0dc";
}

.la.la-sort-desc:before {
  content: "\f0dd";
}

.la.la-sort-asc:before {
  content: "\f0de";
}

.la.la-linkedin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-linkedin:before {
  content: "\f0e1";
}

.la.la-rotate-left:before {
  content: "\f0e2";
}

.la.la-legal:before {
  content: "\f0e3";
}

.la.la-tachometer:before {
  content: "\f3fd";
}

.la.la-dashboard:before {
  content: "\f3fd";
}

.la.la-comment-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-comments-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

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

.la.la-clipboard {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-paste {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-lightbulb-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-lightbulb-o:before {
  content: "\f0eb";
}

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

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

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

.la.la-bell-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-cutlery:before {
  content: "\f2e7";
}

.la.la-file-text-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

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

.la.la-building-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-building-o:before {
  content: "\f1ad";
}

.la.la-hospital-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hospital-o:before {
  content: "\f0f8";
}

.la.la-tablet:before {
  content: "\f3fa";
}

.la.la-mobile:before {
  content: "\f3cd";
}

.la.la-mobile-phone:before {
  content: "\f3cd";
}

.la.la-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-circle-o:before {
  content: "\f111";
}

.la.la-mail-reply:before {
  content: "\f3e5";
}

.la.la-github-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-folder-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-folder-o:before {
  content: "\f07b";
}

.la.la-folder-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-folder-open-o:before {
  content: "\f07c";
}

.la.la-smile-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-smile-o:before {
  content: "\f118";
}

.la.la-frown-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-frown-o:before {
  content: "\f119";
}

.la.la-meh-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-meh-o:before {
  content: "\f11a";
}

.la.la-keyboard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-keyboard-o:before {
  content: "\f11c";
}

.la.la-flag-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-flag-o:before {
  content: "\f024";
}

.la.la-mail-reply-all:before {
  content: "\f122";
}

.la.la-star-half-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-star-half-o:before {
  content: "\f089";
}

.la.la-star-half-empty {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-star-half-empty:before {
  content: "\f089";
}

.la.la-star-half-full {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-star-half-full:before {
  content: "\f089";
}

.la.la-code-fork:before {
  content: "\f126";
}

.la.la-chain-broken:before {
  content: "\f127";
}

.la.la-shield:before {
  content: "\f3ed";
}

.la.la-calendar-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-calendar-o:before {
  content: "\f133";
}

.la.la-maxcdn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-html5 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-css3 {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ticket:before {
  content: "\f3ff";
}

.la.la-minus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-minus-square-o:before {
  content: "\f146";
}

.la.la-level-up:before {
  content: "\f3bf";
}

.la.la-level-down:before {
  content: "\f3be";
}

.la.la-pencil-square:before {
  content: "\f14b";
}

.la.la-external-link-square:before {
  content: "\f360";
}

.la.la-compass {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-caret-square-o-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-caret-square-o-down:before {
  content: "\f150";
}

.la.la-toggle-down {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-toggle-down:before {
  content: "\f150";
}

.la.la-caret-square-o-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-caret-square-o-up:before {
  content: "\f151";
}

.la.la-toggle-up {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-toggle-up:before {
  content: "\f151";
}

.la.la-caret-square-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-caret-square-o-right:before {
  content: "\f152";
}

.la.la-toggle-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-toggle-right:before {
  content: "\f152";
}

.la.la-eur:before {
  content: "\f153";
}

.la.la-euro:before {
  content: "\f153";
}

.la.la-gbp:before {
  content: "\f154";
}

.la.la-usd:before {
  content: "\f155";
}

.la.la-dollar:before {
  content: "\f155";
}

.la.la-inr:before {
  content: "\f156";
}

.la.la-rupee:before {
  content: "\f156";
}

.la.la-jpy:before {
  content: "\f157";
}

.la.la-cny:before {
  content: "\f157";
}

.la.la-rmb:before {
  content: "\f157";
}

.la.la-yen:before {
  content: "\f157";
}

.la.la-rub:before {
  content: "\f158";
}

.la.la-ruble:before {
  content: "\f158";
}

.la.la-rouble:before {
  content: "\f158";
}

.la.la-krw:before {
  content: "\f159";
}

.la.la-won:before {
  content: "\f159";
}

.la.la-btc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bitcoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bitcoin:before {
  content: "\f15a";
}

.la.la-file-text:before {
  content: "\f15c";
}

.la.la-sort-alpha-asc:before {
  content: "\f15d";
}

.la.la-sort-alpha-desc:before {
  content: "\f881";
}

.la.la-sort-amount-asc:before {
  content: "\f160";
}

.la.la-sort-amount-desc:before {
  content: "\f884";
}

.la.la-sort-numeric-asc:before {
  content: "\f162";
}

.la.la-sort-numeric-desc:before {
  content: "\f886";
}

.la.la-youtube-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-youtube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-xing {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-xing-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-youtube-play {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-youtube-play:before {
  content: "\f167";
}

.la.la-dropbox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-stack-overflow {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-instagram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-flickr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-adn {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bitbucket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bitbucket-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bitbucket-square:before {
  content: "\f171";
}

.la.la-tumblr {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-tumblr-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-long-arrow-down:before {
  content: "\f309";
}

.la.la-long-arrow-up:before {
  content: "\f30c";
}

.la.la-long-arrow-left:before {
  content: "\f30a";
}

.la.la-long-arrow-right:before {
  content: "\f30b";
}

.la.la-apple {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-windows {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-android {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-linux {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-dribbble {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-skype {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-foursquare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-trello {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-gratipay {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-gittip {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-gittip:before {
  content: "\f184";
}

.la.la-sun-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-sun-o:before {
  content: "\f185";
}

.la.la-moon-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-moon-o:before {
  content: "\f186";
}

.la.la-vk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-renren {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-pagelines {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-stack-exchange {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-arrow-circle-o-right {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-arrow-circle-o-right:before {
  content: "\f35a";
}

.la.la-arrow-circle-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-arrow-circle-o-left:before {
  content: "\f359";
}

.la.la-caret-square-o-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-caret-square-o-left:before {
  content: "\f191";
}

.la.la-toggle-left {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-toggle-left:before {
  content: "\f191";
}

.la.la-dot-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-dot-circle-o:before {
  content: "\f192";
}

.la.la-vimeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-try:before {
  content: "\f195";
}

.la.la-turkish-lira:before {
  content: "\f195";
}

.la.la-plus-square-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-plus-square-o:before {
  content: "\f0fe";
}

.la.la-slack {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wordpress {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-openid {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-institution:before {
  content: "\f19c";
}

.la.la-bank:before {
  content: "\f19c";
}

.la.la-mortar-board:before {
  content: "\f19d";
}

.la.la-yahoo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-reddit {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-reddit-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-stumbleupon-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-stumbleupon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-delicious {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-digg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-pied-piper-pp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-pied-piper-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-drupal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-joomla {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-spoon:before {
  content: "\f2e5";
}

.la.la-behance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-behance-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-steam {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-steam-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-automobile:before {
  content: "\f1b9";
}

.la.la-cab:before {
  content: "\f1ba";
}

.la.la-envelope-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-envelope-o:before {
  content: "\f0e0";
}

.la.la-deviantart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-soundcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-file-pdf-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-pdf-o:before {
  content: "\f1c1";
}

.la.la-file-word-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-word-o:before {
  content: "\f1c2";
}

.la.la-file-excel-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-excel-o:before {
  content: "\f1c3";
}

.la.la-file-powerpoint-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-powerpoint-o:before {
  content: "\f1c4";
}

.la.la-file-image-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-image-o:before {
  content: "\f1c5";
}

.la.la-file-photo-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-photo-o:before {
  content: "\f1c5";
}

.la.la-file-picture-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-picture-o:before {
  content: "\f1c5";
}

.la.la-file-archive-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-archive-o:before {
  content: "\f1c6";
}

.la.la-file-zip-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-zip-o:before {
  content: "\f1c6";
}

.la.la-file-audio-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-audio-o:before {
  content: "\f1c7";
}

.la.la-file-sound-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-sound-o:before {
  content: "\f1c7";
}

.la.la-file-video-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-video-o:before {
  content: "\f1c8";
}

.la.la-file-movie-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-movie-o:before {
  content: "\f1c8";
}

.la.la-file-code-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-file-code-o:before {
  content: "\f1c9";
}

.la.la-vine {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-codepen {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-jsfiddle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-life-ring {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-life-bouy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-life-bouy:before {
  content: "\f1cd";
}

.la.la-life-buoy {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-life-buoy:before {
  content: "\f1cd";
}

.la.la-life-saver {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-life-saver:before {
  content: "\f1cd";
}

.la.la-support {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-support:before {
  content: "\f1cd";
}

.la.la-circle-o-notch:before {
  content: "\f1ce";
}

.la.la-rebel {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ra {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ra:before {
  content: "\f1d0";
}

.la.la-resistance {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-resistance:before {
  content: "\f1d0";
}

.la.la-empire {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ge:before {
  content: "\f1d1";
}

.la.la-git-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-git {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-hacker-news {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-y-combinator-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-y-combinator-square:before {
  content: "\f1d4";
}

.la.la-yc-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-yc-square:before {
  content: "\f1d4";
}

.la.la-tencent-weibo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-qq {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-weixin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wechat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wechat:before {
  content: "\f1d7";
}

.la.la-send:before {
  content: "\f1d8";
}

.la.la-paper-plane-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-paper-plane-o:before {
  content: "\f1d8";
}

.la.la-send-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-send-o:before {
  content: "\f1d8";
}

.la.la-circle-thin {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-circle-thin:before {
  content: "\f111";
}

.la.la-header:before {
  content: "\f1dc";
}

.la.la-sliders:before {
  content: "\f1de";
}

.la.la-futbol-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-futbol-o:before {
  content: "\f1e3";
}

.la.la-soccer-ball-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-soccer-ball-o:before {
  content: "\f1e3";
}

.la.la-slideshare {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-twitch {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-yelp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-newspaper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-newspaper-o:before {
  content: "\f1ea";
}

.la.la-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-wallet {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-visa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-mastercard {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-discover {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-amex {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-paypal {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-stripe {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bell-slash-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-bell-slash-o:before {
  content: "\f1f6";
}

.la.la-trash:before {
  content: "\f2ed";
}

.la.la-copyright {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-eyedropper:before {
  content: "\f1fb";
}

.la.la-area-chart:before {
  content: "\f1fe";
}

.la.la-pie-chart:before {
  content: "\f200";
}

.la.la-line-chart:before {
  content: "\f201";
}

.la.la-lastfm {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-lastfm-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ioxhost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-angellist {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-cc:before {
  content: "\f20a";
}

.la.la-ils:before {
  content: "\f20b";
}

.la.la-shekel:before {
  content: "\f20b";
}

.la.la-sheqel:before {
  content: "\f20b";
}

.la.la-meanpath {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-meanpath:before {
  content: "\f2b4";
}

.la.la-buysellads {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-connectdevelop {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-dashcube {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-forumbee {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-leanpub {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-sellsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-shirtsinbulk {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-simplybuilt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-skyatlas {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-diamond {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-diamond:before {
  content: "\f3a5";
}

.la.la-intersex:before {
  content: "\f224";
}

.la.la-facebook-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-facebook-official:before {
  content: "\f09a";
}

.la.la-pinterest-p {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-whatsapp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-hotel:before {
  content: "\f236";
}

.la.la-viacoin {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-medium {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-y-combinator {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-yc {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-yc:before {
  content: "\f23b";
}

.la.la-optin-monster {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-opencart {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-expeditedssl {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-battery-4:before {
  content: "\f240";
}

.la.la-battery:before {
  content: "\f240";
}

.la.la-battery-3:before {
  content: "\f241";
}

.la.la-battery-2:before {
  content: "\f242";
}

.la.la-battery-1:before {
  content: "\f243";
}

.la.la-battery-0:before {
  content: "\f244";
}

.la.la-object-group {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-object-ungroup {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-sticky-note-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-sticky-note-o:before {
  content: "\f249";
}

.la.la-cc-jcb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-cc-diners-club {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-clone {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hourglass-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hourglass-o:before {
  content: "\f254";
}

.la.la-hourglass-1:before {
  content: "\f251";
}

.la.la-hourglass-2:before {
  content: "\f252";
}

.la.la-hourglass-3:before {
  content: "\f253";
}

.la.la-hand-rock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-rock-o:before {
  content: "\f255";
}

.la.la-hand-grab-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-grab-o:before {
  content: "\f255";
}

.la.la-hand-paper-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-paper-o:before {
  content: "\f256";
}

.la.la-hand-stop-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-stop-o:before {
  content: "\f256";
}

.la.la-hand-scissors-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-scissors-o:before {
  content: "\f257";
}

.la.la-hand-lizard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-lizard-o:before {
  content: "\f258";
}

.la.la-hand-spock-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-spock-o:before {
  content: "\f259";
}

.la.la-hand-pointer-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-pointer-o:before {
  content: "\f25a";
}

.la.la-hand-peace-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-hand-peace-o:before {
  content: "\f25b";
}

.la.la-registered {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-creative-commons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-gg {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-gg-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-tripadvisor {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-odnoklassniki {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-odnoklassniki-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-get-pocket {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wikipedia-w {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-safari {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-chrome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-firefox {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-opera {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-internet-explorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-television:before {
  content: "\f26c";
}

.la.la-contao {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-500px {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-amazon {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-calendar-plus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-calendar-plus-o:before {
  content: "\f271";
}

.la.la-calendar-minus-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-calendar-minus-o:before {
  content: "\f272";
}

.la.la-calendar-times-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-calendar-times-o:before {
  content: "\f273";
}

.la.la-calendar-check-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-calendar-check-o:before {
  content: "\f274";
}

.la.la-map-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-map-o:before {
  content: "\f279";
}

.la.la-commenting:before {
  content: "\f4ad";
}

.la.la-commenting-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-commenting-o:before {
  content: "\f4ad";
}

.la.la-houzz {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-vimeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-vimeo:before {
  content: "\f27d";
}

.la.la-black-tie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-fonticons {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-reddit-alien {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-edge {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-credit-card-alt:before {
  content: "\f09d";
}

.la.la-codiepie {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-modx {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-fort-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-usb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-product-hunt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-mixcloud {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-scribd {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-pause-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-pause-circle-o:before {
  content: "\f28b";
}

.la.la-stop-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-stop-circle-o:before {
  content: "\f28d";
}

.la.la-bluetooth {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-bluetooth-b {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-gitlab {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wpbeginner {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wpforms {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-envira {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wheelchair-alt {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wheelchair-alt:before {
  content: "\f368";
}

.la.la-question-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-question-circle-o:before {
  content: "\f059";
}

.la.la-volume-control-phone:before {
  content: "\f2a0";
}

.la.la-asl-interpreting:before {
  content: "\f2a3";
}

.la.la-deafness:before {
  content: "\f2a4";
}

.la.la-hard-of-hearing:before {
  content: "\f2a4";
}

.la.la-glide {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-glide-g {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-signing:before {
  content: "\f2a7";
}

.la.la-viadeo {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-viadeo-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-snapchat {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-snapchat-ghost {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-snapchat-square {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-pied-piper {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-first-order {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-yoast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-themeisle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-plus-official {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-plus-official:before {
  content: "\f2b3";
}

.la.la-google-plus-circle {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-google-plus-circle:before {
  content: "\f2b3";
}

.la.la-font-awesome {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-fa {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-fa:before {
  content: "\f2b4";
}

.la.la-handshake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-handshake-o:before {
  content: "\f2b5";
}

.la.la-envelope-open-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-envelope-open-o:before {
  content: "\f2b6";
}

.la.la-linode {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-address-book-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-address-book-o:before {
  content: "\f2b9";
}

.la.la-vcard:before {
  content: "\f2bb";
}

.la.la-address-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-address-card-o:before {
  content: "\f2bb";
}

.la.la-vcard-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-vcard-o:before {
  content: "\f2bb";
}

.la.la-user-circle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-user-circle-o:before {
  content: "\f2bd";
}

.la.la-user-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-user-o:before {
  content: "\f007";
}

.la.la-id-badge {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-drivers-license:before {
  content: "\f2c2";
}

.la.la-id-card-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-id-card-o:before {
  content: "\f2c2";
}

.la.la-drivers-license-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-drivers-license-o:before {
  content: "\f2c2";
}

.la.la-quora {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-free-code-camp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-telegram {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-thermometer-4:before {
  content: "\f2c7";
}

.la.la-thermometer:before {
  content: "\f2c7";
}

.la.la-thermometer-3:before {
  content: "\f2c8";
}

.la.la-thermometer-2:before {
  content: "\f2c9";
}

.la.la-thermometer-1:before {
  content: "\f2ca";
}

.la.la-thermometer-0:before {
  content: "\f2cb";
}

.la.la-bathtub:before {
  content: "\f2cd";
}

.la.la-s15:before {
  content: "\f2cd";
}

.la.la-window-maximize {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-window-restore {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-times-rectangle:before {
  content: "\f410";
}

.la.la-window-close-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-window-close-o:before {
  content: "\f410";
}

.la.la-times-rectangle-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-times-rectangle-o:before {
  content: "\f410";
}

.la.la-bandcamp {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-grav {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-etsy {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-imdb {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-ravelry {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-eercast {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-eercast:before {
  content: "\f2da";
}

.la.la-snowflake-o {
  font-family: "Line Awesome Free";
  font-weight: 400;
}

.la.la-snowflake-o:before {
  content: "\f2dc";
}

.la.la-superpowers {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-wpexplorer {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

.la.la-spotify {
  font-family: "Line Awesome Brands";
  font-weight: 400;
}

/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("fonts/bootstrap-icons/bootstrap-icons.woff2?e34853135f9e39acf64315236852cd5a") format("woff2"), url("fonts/bootstrap-icons/bootstrap-icons.woff?e34853135f9e39acf64315236852cd5a") format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

.bi-alphabet-uppercase::before {
  content: "\f2a5";
}

.bi-alphabet::before {
  content: "\f68a";
}

.bi-amazon::before {
  content: "\f68d";
}

.bi-arrows-collapse-vertical::before {
  content: "\f690";
}

.bi-arrows-expand-vertical::before {
  content: "\f695";
}

.bi-arrows-vertical::before {
  content: "\f698";
}

.bi-arrows::before {
  content: "\f6a2";
}

.bi-ban-fill::before {
  content: "\f6a3";
}

.bi-ban::before {
  content: "\f6b6";
}

.bi-bing::before {
  content: "\f6c2";
}

.bi-cake::before {
  content: "\f6e0";
}

.bi-cake2::before {
  content: "\f6ed";
}

.bi-cookie::before {
  content: "\f6ee";
}

.bi-copy::before {
  content: "\f759";
}

.bi-crosshair::before {
  content: "\f769";
}

.bi-crosshair2::before {
  content: "\f794";
}

.bi-emoji-astonished-fill::before {
  content: "\f795";
}

.bi-emoji-astonished::before {
  content: "\f79a";
}

.bi-emoji-grimace-fill::before {
  content: "\f79b";
}

.bi-emoji-grimace::before {
  content: "\f7a0";
}

.bi-emoji-grin-fill::before {
  content: "\f7a1";
}

.bi-emoji-grin::before {
  content: "\f7a6";
}

.bi-emoji-surprise-fill::before {
  content: "\f7a7";
}

.bi-emoji-surprise::before {
  content: "\f7ac";
}

.bi-emoji-tear-fill::before {
  content: "\f7ad";
}

.bi-emoji-tear::before {
  content: "\f7b2";
}

.bi-envelope-arrow-down-fill::before {
  content: "\f7b3";
}

.bi-envelope-arrow-down::before {
  content: "\f7b8";
}

.bi-envelope-arrow-up-fill::before {
  content: "\f7b9";
}

.bi-envelope-arrow-up::before {
  content: "\f7be";
}

.bi-feather::before {
  content: "\f7bf";
}

.bi-feather2::before {
  content: "\f7c4";
}

.bi-floppy-fill::before {
  content: "\f7c5";
}

.bi-floppy::before {
  content: "\f7d8";
}

.bi-floppy2-fill::before {
  content: "\f7d9";
}

.bi-floppy2::before {
  content: "\f7e4";
}

.bi-gitlab::before {
  content: "\f7e5";
}

.bi-highlighter::before {
  content: "\f7f8";
}

.bi-marker-tip::before {
  content: "\f802";
}

.bi-nvme-fill::before {
  content: "\f803";
}

.bi-nvme::before {
  content: "\f80c";
}

.bi-opencollective::before {
  content: "\f80d";
}

.bi-pci-card-network::before {
  content: "\f8cd";
}

.bi-pci-card-sound::before {
  content: "\f8ce";
}

.bi-radar::before {
  content: "\f8cf";
}

.bi-send-arrow-down-fill::before {
  content: "\f8d0";
}

.bi-send-arrow-down::before {
  content: "\f8d1";
}

.bi-send-arrow-up-fill::before {
  content: "\f8d2";
}

.bi-send-arrow-up::before {
  content: "\f8d3";
}

.bi-sim-slash-fill::before {
  content: "\f8d4";
}

.bi-sim-slash::before {
  content: "\f8d5";
}

.bi-sourceforge::before {
  content: "\f8d6";
}

.bi-substack::before {
  content: "\f8d7";
}

.bi-threads-fill::before {
  content: "\f8d8";
}

.bi-threads::before {
  content: "\f8d9";
}

.bi-transparency::before {
  content: "\f8da";
}

.bi-twitter-x::before {
  content: "\f8db";
}

.bi-type-h4::before {
  content: "\f8dc";
}

.bi-type-h5::before {
  content: "\f8dd";
}

.bi-type-h6::before {
  content: "\f8de";
}

.bi-backpack-fill::before {
  content: "\f8df";
}

.bi-backpack::before {
  content: "\f8e0";
}

.bi-backpack2-fill::before {
  content: "\f8e1";
}

.bi-backpack2::before {
  content: "\f8e2";
}

.bi-backpack3-fill::before {
  content: "\f8e3";
}

.bi-backpack3::before {
  content: "\f8e4";
}

.bi-backpack4-fill::before {
  content: "\f8e5";
}

.bi-backpack4::before {
  content: "\f8e6";
}

.bi-brilliance::before {
  content: "\f8e7";
}

.bi-cake-fill::before {
  content: "\f8e8";
}

.bi-cake2-fill::before {
  content: "\f8e9";
}

.bi-duffle-fill::before {
  content: "\f8ea";
}

.bi-duffle::before {
  content: "\f8eb";
}

.bi-exposure::before {
  content: "\f8ec";
}

.bi-gender-neuter::before {
  content: "\f8ed";
}

.bi-highlights::before {
  content: "\f8ee";
}

.bi-luggage-fill::before {
  content: "\f8ef";
}

.bi-luggage::before {
  content: "\f8f0";
}

.bi-mailbox-flag::before {
  content: "\f8f1";
}

.bi-mailbox2-flag::before {
  content: "\f8f2";
}

.bi-noise-reduction::before {
  content: "\f8f3";
}

.bi-passport-fill::before {
  content: "\f8f4";
}

.bi-passport::before {
  content: "\f8f5";
}

.bi-person-arms-up::before {
  content: "\f8f6";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-standing-dress::before {
  content: "\f8f8";
}

.bi-person-standing::before {
  content: "\f8f9";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-person-wheelchair::before {
  content: "\f8fb";
}

.bi-shadows::before {
  content: "\f8fc";
}

.bi-suitcase-fill::before {
  content: "\f8fd";
}

.bi-suitcase-lg-fill::before {
  content: "\f8fe";
}

.bi-suitcase-lg::before {
  content: "\f8ff";
}

.bi-suitcase::before {
  content: "豈";
}

.bi-suitcase2-fill::before {
  content: "更";
}

.bi-suitcase2::before {
  content: "車";
}

.bi-vignette::before {
  content: "賈";
}

.bi-bluesky::before {
  content: "\f7f9";
}

.bi-tux::before {
  content: "滑";
}

.bi-beaker-fill::before {
  content: "串";
}

.bi-beaker::before {
  content: "句";
}

.bi-flask-fill::before {
  content: "龜";
}

.bi-flask-florence-fill::before {
  content: "龜";
}

.bi-flask-florence::before {
  content: "契";
}

.bi-flask::before {
  content: "金";
}

.bi-leaf-fill::before {
  content: "喇";
}

.bi-leaf::before {
  content: "奈";
}

.bi-measuring-cup-fill::before {
  content: "懶";
}

.bi-measuring-cup::before {
  content: "癩";
}

.bi-unlock2-fill::before {
  content: "羅";
}

.bi-unlock2::before {
  content: "蘿";
}

.bi-battery-low::before {
  content: "螺";
}

.bi-anthropic::before {
  content: "裸";
}

.bi-apple-music::before {
  content: "邏";
}

.bi-claude::before {
  content: "樂";
}

.bi-openai::before {
  content: "洛";
}

.bi-perplexity::before {
  content: "烙";
}

.bi-css::before {
  content: "珞";
}

.bi-javascript::before {
  content: "落";
}

.bi-typescript::before {
  content: "酪";
}

.bi-fork-knife::before {
  content: "駱";
}

.bi-globe-americas-fill::before {
  content: "亂";
}

.bi-globe-asia-australia-fill::before {
  content: "卵";
}

.bi-globe-central-south-asia-fill::before {
  content: "欄";
}

.bi-globe-europe-africa-fill::before {
  content: "爛";
}

/*!
 * Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
  --_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
  content: var(--fa);
  content: var(--fa)/"";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-width-auto {
  --fa-width:auto;
}

.fa-fw, .fa-width-fixed {
  --fa-width:1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.0625em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left, .fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-end, .fa-pull-right {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0 {
  --fa:"0";
}

.fa-1 {
  --fa:"1";
}

.fa-2 {
  --fa:"2";
}

.fa-3 {
  --fa:"3";
}

.fa-4 {
  --fa:"4";
}

.fa-5 {
  --fa:"5";
}

.fa-6 {
  --fa:"6";
}

.fa-7 {
  --fa:"7";
}

.fa-8 {
  --fa:"8";
}

.fa-9 {
  --fa:"9";
}

.fa-exclamation {
  --fa:"!";
}

.fa-hashtag {
  --fa:"#";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
  --fa:"$";
}

.fa-percent, .fa-percentage {
  --fa:"%";
}

.fa-asterisk {
  --fa:"*";
}

.fa-add, .fa-plus {
  --fa:"+";
}

.fa-less-than {
  --fa:"<";
}

.fa-equals {
  --fa:"=";
}

.fa-greater-than {
  --fa:">";
}

.fa-question {
  --fa:"?";
}

.fa-at {
  --fa:"@";
}

.fa-a {
  --fa:"A";
}

.fa-b {
  --fa:"B";
}

.fa-c {
  --fa:"C";
}

.fa-d {
  --fa:"D";
}

.fa-e {
  --fa:"E";
}

.fa-f {
  --fa:"F";
}

.fa-g {
  --fa:"G";
}

.fa-h {
  --fa:"H";
}

.fa-i {
  --fa:"I";
}

.fa-j {
  --fa:"J";
}

.fa-k {
  --fa:"K";
}

.fa-l {
  --fa:"L";
}

.fa-m {
  --fa:"M";
}

.fa-n {
  --fa:"N";
}

.fa-o {
  --fa:"O";
}

.fa-p {
  --fa:"P";
}

.fa-q {
  --fa:"Q";
}

.fa-r {
  --fa:"R";
}

.fa-s {
  --fa:"S";
}

.fa-t {
  --fa:"T";
}

.fa-u {
  --fa:"U";
}

.fa-v {
  --fa:"V";
}

.fa-w {
  --fa:"W";
}

.fa-x {
  --fa:"X";
}

.fa-y {
  --fa:"Y";
}

.fa-z {
  --fa:"Z";
}

.fa-faucet {
  --fa:"";
}

.fa-faucet-drip {
  --fa:"";
}

.fa-house-chimney-window {
  --fa:"";
}

.fa-house-signal {
  --fa:"";
}

.fa-temperature-arrow-down, .fa-temperature-down {
  --fa:"";
}

.fa-temperature-arrow-up, .fa-temperature-up {
  --fa:"";
}

.fa-trailer {
  --fa:"";
}

.fa-bacteria {
  --fa:"";
}

.fa-bacterium {
  --fa:"";
}

.fa-box-tissue {
  --fa:"";
}

.fa-hand-holding-medical {
  --fa:"";
}

.fa-hand-sparkles {
  --fa:"";
}

.fa-hands-bubbles, .fa-hands-wash {
  --fa:"";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash, .fa-handshake-slash {
  --fa:"";
}

.fa-head-side-cough {
  --fa:"";
}

.fa-head-side-cough-slash {
  --fa:"";
}

.fa-head-side-mask {
  --fa:"";
}

.fa-head-side-virus {
  --fa:"";
}

.fa-house-chimney-user {
  --fa:"";
}

.fa-house-laptop, .fa-laptop-house {
  --fa:"";
}

.fa-lungs-virus {
  --fa:"";
}

.fa-people-arrows, .fa-people-arrows-left-right {
  --fa:"";
}

.fa-plane-slash {
  --fa:"";
}

.fa-pump-medical {
  --fa:"";
}

.fa-pump-soap {
  --fa:"";
}

.fa-shield-virus {
  --fa:"";
}

.fa-sink {
  --fa:"";
}

.fa-soap {
  --fa:"";
}

.fa-stopwatch-20 {
  --fa:"";
}

.fa-shop-slash, .fa-store-alt-slash {
  --fa:"";
}

.fa-store-slash {
  --fa:"";
}

.fa-toilet-paper-slash {
  --fa:"";
}

.fa-users-slash {
  --fa:"";
}

.fa-virus {
  --fa:"";
}

.fa-virus-slash {
  --fa:"";
}

.fa-viruses {
  --fa:"";
}

.fa-vest {
  --fa:"";
}

.fa-vest-patches {
  --fa:"";
}

.fa-arrow-trend-down {
  --fa:"";
}

.fa-arrow-trend-up {
  --fa:"";
}

.fa-arrow-up-from-bracket {
  --fa:"";
}

.fa-austral-sign {
  --fa:"";
}

.fa-baht-sign {
  --fa:"";
}

.fa-bitcoin-sign {
  --fa:"";
}

.fa-bolt-lightning {
  --fa:"";
}

.fa-book-bookmark {
  --fa:"";
}

.fa-camera-rotate {
  --fa:"";
}

.fa-cedi-sign {
  --fa:"";
}

.fa-chart-column {
  --fa:"";
}

.fa-chart-gantt {
  --fa:"";
}

.fa-clapperboard {
  --fa:"";
}

.fa-clover {
  --fa:"";
}

.fa-code-compare {
  --fa:"";
}

.fa-code-fork {
  --fa:"";
}

.fa-code-pull-request {
  --fa:"";
}

.fa-colon-sign {
  --fa:"";
}

.fa-cruzeiro-sign {
  --fa:"";
}

.fa-display {
  --fa:"";
}

.fa-dong-sign {
  --fa:"";
}

.fa-elevator {
  --fa:"";
}

.fa-filter-circle-xmark {
  --fa:"";
}

.fa-florin-sign {
  --fa:"";
}

.fa-folder-closed {
  --fa:"";
}

.fa-franc-sign {
  --fa:"";
}

.fa-guarani-sign {
  --fa:"";
}

.fa-gun {
  --fa:"";
}

.fa-hands-clapping {
  --fa:"";
}

.fa-home-user, .fa-house-user {
  --fa:"";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
  --fa:"";
}

.fa-kip-sign {
  --fa:"";
}

.fa-lari-sign {
  --fa:"";
}

.fa-litecoin-sign {
  --fa:"";
}

.fa-manat-sign {
  --fa:"";
}

.fa-mask-face {
  --fa:"";
}

.fa-mill-sign {
  --fa:"";
}

.fa-money-bills {
  --fa:"";
}

.fa-naira-sign {
  --fa:"";
}

.fa-notdef {
  --fa:"";
}

.fa-panorama {
  --fa:"";
}

.fa-peseta-sign {
  --fa:"";
}

.fa-peso-sign {
  --fa:"";
}

.fa-plane-up {
  --fa:"";
}

.fa-rupiah-sign {
  --fa:"";
}

.fa-stairs {
  --fa:"";
}

.fa-timeline {
  --fa:"";
}

.fa-truck-front {
  --fa:"";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
  --fa:"";
}

.fa-vault {
  --fa:"";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
  --fa:"";
}

.fa-wheat-alt, .fa-wheat-awn {
  --fa:"";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
  --fa:"";
}

.fa-bangladeshi-taka-sign {
  --fa:"";
}

.fa-bowl-rice {
  --fa:"";
}

.fa-person-pregnant {
  --fa:"";
}

.fa-home-lg, .fa-house-chimney {
  --fa:"";
}

.fa-house-crack {
  --fa:"";
}

.fa-house-medical {
  --fa:"";
}

.fa-cent-sign {
  --fa:"";
}

.fa-plus-minus {
  --fa:"";
}

.fa-sailboat {
  --fa:"";
}

.fa-section {
  --fa:"";
}

.fa-shrimp {
  --fa:"";
}

.fa-brazilian-real-sign {
  --fa:"";
}

.fa-chart-simple {
  --fa:"";
}

.fa-diagram-next {
  --fa:"";
}

.fa-diagram-predecessor {
  --fa:"";
}

.fa-diagram-successor {
  --fa:"";
}

.fa-earth-oceania, .fa-globe-oceania {
  --fa:"";
}

.fa-bug-slash {
  --fa:"";
}

.fa-file-circle-plus {
  --fa:"";
}

.fa-shop-lock {
  --fa:"";
}

.fa-virus-covid {
  --fa:"";
}

.fa-virus-covid-slash {
  --fa:"";
}

.fa-anchor-circle-check {
  --fa:"";
}

.fa-anchor-circle-exclamation {
  --fa:"";
}

.fa-anchor-circle-xmark {
  --fa:"";
}

.fa-anchor-lock {
  --fa:"";
}

.fa-arrow-down-up-across-line {
  --fa:"";
}

.fa-arrow-down-up-lock {
  --fa:"";
}

.fa-arrow-right-to-city {
  --fa:"";
}

.fa-arrow-up-from-ground-water {
  --fa:"";
}

.fa-arrow-up-from-water-pump {
  --fa:"";
}

.fa-arrow-up-right-dots {
  --fa:"";
}

.fa-arrows-down-to-line {
  --fa:"";
}

.fa-arrows-down-to-people {
  --fa:"";
}

.fa-arrows-left-right-to-line {
  --fa:"";
}

.fa-arrows-spin {
  --fa:"";
}

.fa-arrows-split-up-and-left {
  --fa:"";
}

.fa-arrows-to-circle {
  --fa:"";
}

.fa-arrows-to-dot {
  --fa:"";
}

.fa-arrows-to-eye {
  --fa:"";
}

.fa-arrows-turn-right {
  --fa:"";
}

.fa-arrows-turn-to-dots {
  --fa:"";
}

.fa-arrows-up-to-line {
  --fa:"";
}

.fa-bore-hole {
  --fa:"";
}

.fa-bottle-droplet {
  --fa:"";
}

.fa-bottle-water {
  --fa:"";
}

.fa-bowl-food {
  --fa:"";
}

.fa-boxes-packing {
  --fa:"";
}

.fa-bridge {
  --fa:"";
}

.fa-bridge-circle-check {
  --fa:"";
}

.fa-bridge-circle-exclamation {
  --fa:"";
}

.fa-bridge-circle-xmark {
  --fa:"";
}

.fa-bridge-lock {
  --fa:"";
}

.fa-bridge-water {
  --fa:"";
}

.fa-bucket {
  --fa:"";
}

.fa-bugs {
  --fa:"";
}

.fa-building-circle-arrow-right {
  --fa:"";
}

.fa-building-circle-check {
  --fa:"";
}

.fa-building-circle-exclamation {
  --fa:"";
}

.fa-building-circle-xmark {
  --fa:"";
}

.fa-building-flag {
  --fa:"";
}

.fa-building-lock {
  --fa:"";
}

.fa-building-ngo {
  --fa:"";
}

.fa-building-shield {
  --fa:"";
}

.fa-building-un {
  --fa:"";
}

.fa-building-user {
  --fa:"";
}

.fa-building-wheat {
  --fa:"";
}

.fa-burst {
  --fa:"";
}

.fa-car-on {
  --fa:"";
}

.fa-car-tunnel {
  --fa:"";
}

.fa-child-combatant, .fa-child-rifle {
  --fa:"";
}

.fa-children {
  --fa:"";
}

.fa-circle-nodes {
  --fa:"";
}

.fa-clipboard-question {
  --fa:"";
}

.fa-cloud-showers-water {
  --fa:"";
}

.fa-computer {
  --fa:"";
}

.fa-cubes-stacked {
  --fa:"";
}

.fa-envelope-circle-check {
  --fa:"";
}

.fa-explosion {
  --fa:"";
}

.fa-ferry {
  --fa:"";
}

.fa-file-circle-exclamation {
  --fa:"";
}

.fa-file-circle-minus {
  --fa:"";
}

.fa-file-circle-question {
  --fa:"";
}

.fa-file-shield {
  --fa:"";
}

.fa-fire-burner {
  --fa:"";
}

.fa-fish-fins {
  --fa:"";
}

.fa-flask-vial {
  --fa:"";
}

.fa-glass-water {
  --fa:"";
}

.fa-glass-water-droplet {
  --fa:"";
}

.fa-group-arrows-rotate {
  --fa:"";
}

.fa-hand-holding-hand {
  --fa:"";
}

.fa-handcuffs {
  --fa:"";
}

.fa-hands-bound {
  --fa:"";
}

.fa-hands-holding-child {
  --fa:"";
}

.fa-hands-holding-circle {
  --fa:"";
}

.fa-heart-circle-bolt {
  --fa:"";
}

.fa-heart-circle-check {
  --fa:"";
}

.fa-heart-circle-exclamation {
  --fa:"";
}

.fa-heart-circle-minus {
  --fa:"";
}

.fa-heart-circle-plus {
  --fa:"";
}

.fa-heart-circle-xmark {
  --fa:"";
}

.fa-helicopter-symbol {
  --fa:"";
}

.fa-helmet-un {
  --fa:"";
}

.fa-hill-avalanche {
  --fa:"";
}

.fa-hill-rockslide {
  --fa:"";
}

.fa-house-circle-check {
  --fa:"";
}

.fa-house-circle-exclamation {
  --fa:"";
}

.fa-house-circle-xmark {
  --fa:"";
}

.fa-house-fire {
  --fa:"";
}

.fa-house-flag {
  --fa:"";
}

.fa-house-flood-water {
  --fa:"";
}

.fa-house-flood-water-circle-arrow-right {
  --fa:"";
}

.fa-house-lock {
  --fa:"";
}

.fa-house-medical-circle-check {
  --fa:"";
}

.fa-house-medical-circle-exclamation {
  --fa:"";
}

.fa-house-medical-circle-xmark {
  --fa:"";
}

.fa-house-medical-flag {
  --fa:"";
}

.fa-house-tsunami {
  --fa:"";
}

.fa-jar {
  --fa:"";
}

.fa-jar-wheat {
  --fa:"";
}

.fa-jet-fighter-up {
  --fa:"";
}

.fa-jug-detergent {
  --fa:"";
}

.fa-kitchen-set {
  --fa:"";
}

.fa-land-mine-on {
  --fa:"";
}

.fa-landmark-flag {
  --fa:"";
}

.fa-laptop-file {
  --fa:"";
}

.fa-lines-leaning {
  --fa:"";
}

.fa-location-pin-lock {
  --fa:"";
}

.fa-locust {
  --fa:"";
}

.fa-magnifying-glass-arrow-right {
  --fa:"";
}

.fa-magnifying-glass-chart {
  --fa:"";
}

.fa-mars-and-venus-burst {
  --fa:"";
}

.fa-mask-ventilator {
  --fa:"";
}

.fa-mattress-pillow {
  --fa:"";
}

.fa-mobile-retro {
  --fa:"";
}

.fa-money-bill-transfer {
  --fa:"";
}

.fa-money-bill-trend-up {
  --fa:"";
}

.fa-money-bill-wheat {
  --fa:"";
}

.fa-mosquito {
  --fa:"";
}

.fa-mosquito-net {
  --fa:"";
}

.fa-mound {
  --fa:"";
}

.fa-mountain-city {
  --fa:"";
}

.fa-mountain-sun {
  --fa:"";
}

.fa-oil-well {
  --fa:"";
}

.fa-people-group {
  --fa:"";
}

.fa-people-line {
  --fa:"";
}

.fa-people-pulling {
  --fa:"";
}

.fa-people-robbery {
  --fa:"";
}

.fa-people-roof {
  --fa:"";
}

.fa-person-arrow-down-to-line {
  --fa:"";
}

.fa-person-arrow-up-from-line {
  --fa:"";
}

.fa-person-breastfeeding {
  --fa:"";
}

.fa-person-burst {
  --fa:"";
}

.fa-person-cane {
  --fa:"";
}

.fa-person-chalkboard {
  --fa:"";
}

.fa-person-circle-check {
  --fa:"";
}

.fa-person-circle-exclamation {
  --fa:"";
}

.fa-person-circle-minus {
  --fa:"";
}

.fa-person-circle-plus {
  --fa:"";
}

.fa-person-circle-question {
  --fa:"";
}

.fa-person-circle-xmark {
  --fa:"";
}

.fa-person-dress-burst {
  --fa:"";
}

.fa-person-drowning {
  --fa:"";
}

.fa-person-falling {
  --fa:"";
}

.fa-person-falling-burst {
  --fa:"";
}

.fa-person-half-dress {
  --fa:"";
}

.fa-person-harassing {
  --fa:"";
}

.fa-person-military-pointing {
  --fa:"";
}

.fa-person-military-rifle {
  --fa:"";
}

.fa-person-military-to-person {
  --fa:"";
}

.fa-person-rays {
  --fa:"";
}

.fa-person-rifle {
  --fa:"";
}

.fa-person-shelter {
  --fa:"";
}

.fa-person-walking-arrow-loop-left {
  --fa:"";
}

.fa-person-walking-arrow-right {
  --fa:"";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa:"";
}

.fa-person-walking-luggage {
  --fa:"";
}

.fa-plane-circle-check {
  --fa:"";
}

.fa-plane-circle-exclamation {
  --fa:"";
}

.fa-plane-circle-xmark {
  --fa:"";
}

.fa-plane-lock {
  --fa:"";
}

.fa-plate-wheat {
  --fa:"";
}

.fa-plug-circle-bolt {
  --fa:"";
}

.fa-plug-circle-check {
  --fa:"";
}

.fa-plug-circle-exclamation {
  --fa:"";
}

.fa-plug-circle-minus {
  --fa:"";
}

.fa-plug-circle-plus {
  --fa:"";
}

.fa-plug-circle-xmark {
  --fa:"";
}

.fa-ranking-star {
  --fa:"";
}

.fa-road-barrier {
  --fa:"";
}

.fa-road-bridge {
  --fa:"";
}

.fa-road-circle-check {
  --fa:"";
}

.fa-road-circle-exclamation {
  --fa:"";
}

.fa-road-circle-xmark {
  --fa:"";
}

.fa-road-lock {
  --fa:"";
}

.fa-road-spikes {
  --fa:"";
}

.fa-rug {
  --fa:"";
}

.fa-sack-xmark {
  --fa:"";
}

.fa-school-circle-check {
  --fa:"";
}

.fa-school-circle-exclamation {
  --fa:"";
}

.fa-school-circle-xmark {
  --fa:"";
}

.fa-school-flag {
  --fa:"";
}

.fa-school-lock {
  --fa:"";
}

.fa-sheet-plastic {
  --fa:"";
}

.fa-shield-cat {
  --fa:"";
}

.fa-shield-dog {
  --fa:"";
}

.fa-shield-heart {
  --fa:"";
}

.fa-square-nfi {
  --fa:"";
}

.fa-square-person-confined {
  --fa:"";
}

.fa-square-virus {
  --fa:"";
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
  --fa:"";
}

.fa-sun-plant-wilt {
  --fa:"";
}

.fa-tarp {
  --fa:"";
}

.fa-tarp-droplet {
  --fa:"";
}

.fa-tent {
  --fa:"";
}

.fa-tent-arrow-down-to-line {
  --fa:"";
}

.fa-tent-arrow-left-right {
  --fa:"";
}

.fa-tent-arrow-turn-left {
  --fa:"";
}

.fa-tent-arrows-down {
  --fa:"";
}

.fa-tents {
  --fa:"";
}

.fa-toilet-portable {
  --fa:"";
}

.fa-toilets-portable {
  --fa:"";
}

.fa-tower-cell {
  --fa:"";
}

.fa-tower-observation {
  --fa:"";
}

.fa-tree-city {
  --fa:"";
}

.fa-trowel {
  --fa:"";
}

.fa-trowel-bricks {
  --fa:"";
}

.fa-truck-arrow-right {
  --fa:"";
}

.fa-truck-droplet {
  --fa:"";
}

.fa-truck-field {
  --fa:"";
}

.fa-truck-field-un {
  --fa:"";
}

.fa-truck-plane {
  --fa:"";
}

.fa-users-between-lines {
  --fa:"";
}

.fa-users-line {
  --fa:"";
}

.fa-users-rays {
  --fa:"";
}

.fa-users-rectangle {
  --fa:"";
}

.fa-users-viewfinder {
  --fa:"";
}

.fa-vial-circle-check {
  --fa:"";
}

.fa-vial-virus {
  --fa:"";
}

.fa-wheat-awn-circle-exclamation {
  --fa:"";
}

.fa-worm {
  --fa:"";
}

.fa-xmarks-lines {
  --fa:"";
}

.fa-child-dress {
  --fa:"";
}

.fa-child-reaching {
  --fa:"";
}

.fa-file-circle-check {
  --fa:"";
}

.fa-file-circle-xmark {
  --fa:"";
}

.fa-person-through-window {
  --fa:"";
}

.fa-plant-wilt {
  --fa:"";
}

.fa-stapler {
  --fa:"";
}

.fa-train-tram {
  --fa:"";
}

.fa-table-cells-column-lock {
  --fa:"";
}

.fa-table-cells-row-lock {
  --fa:"";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
  --fa:"";
}

.fa-table-cells-row-unlock {
  --fa:"";
}

.fa-chart-diagram {
  --fa:"";
}

.fa-comment-nodes {
  --fa:"";
}

.fa-file-fragment {
  --fa:"";
}

.fa-file-half-dashed {
  --fa:"";
}

.fa-hexagon-nodes {
  --fa:"";
}

.fa-hexagon-nodes-bolt {
  --fa:"";
}

.fa-square-binary {
  --fa:"";
}

.fa-pentagon {
  --fa:"";
}

.fa-non-binary {
  --fa:"";
}

.fa-spiral {
  --fa:"";
}

.fa-mobile-vibrate {
  --fa:"";
}

.fa-single-quote-left {
  --fa:"";
}

.fa-single-quote-right {
  --fa:"";
}

.fa-bus-side {
  --fa:"";
}

.fa-heptagon, .fa-septagon {
  --fa:"";
}

.fa-glass-martini, .fa-martini-glass-empty {
  --fa:"";
}

.fa-music {
  --fa:"";
}

.fa-magnifying-glass, .fa-search {
  --fa:"";
}

.fa-heart {
  --fa:"";
}

.fa-star {
  --fa:"";
}

.fa-user, .fa-user-alt, .fa-user-large {
  --fa:"";
}

.fa-film, .fa-film-alt, .fa-film-simple {
  --fa:"";
}

.fa-table-cells-large, .fa-th-large {
  --fa:"";
}

.fa-table-cells, .fa-th {
  --fa:"";
}

.fa-table-list, .fa-th-list {
  --fa:"";
}

.fa-check {
  --fa:"";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
  --fa:"";
}

.fa-magnifying-glass-plus, .fa-search-plus {
  --fa:"";
}

.fa-magnifying-glass-minus, .fa-search-minus {
  --fa:"";
}

.fa-power-off {
  --fa:"";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
  --fa:"";
}

.fa-cog, .fa-gear {
  --fa:"";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
  --fa:"";
}

.fa-clock, .fa-clock-four {
  --fa:"";
}

.fa-road {
  --fa:"";
}

.fa-download {
  --fa:"";
}

.fa-inbox {
  --fa:"";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
  --fa:"";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
  --fa:"";
}

.fa-list-alt, .fa-rectangle-list {
  --fa:"";
}

.fa-lock {
  --fa:"";
}

.fa-flag {
  --fa:"";
}

.fa-headphones, .fa-headphones-alt, .fa-headphones-simple {
  --fa:"";
}

.fa-volume-off {
  --fa:"";
}

.fa-volume-down, .fa-volume-low {
  --fa:"";
}

.fa-volume-high, .fa-volume-up {
  --fa:"";
}

.fa-qrcode {
  --fa:"";
}

.fa-barcode {
  --fa:"";
}

.fa-tag {
  --fa:"";
}

.fa-tags {
  --fa:"";
}

.fa-book {
  --fa:"";
}

.fa-bookmark {
  --fa:"";
}

.fa-print {
  --fa:"";
}

.fa-camera, .fa-camera-alt {
  --fa:"";
}

.fa-font {
  --fa:"";
}

.fa-bold {
  --fa:"";
}

.fa-italic {
  --fa:"";
}

.fa-text-height {
  --fa:"";
}

.fa-text-width {
  --fa:"";
}

.fa-align-left {
  --fa:"";
}

.fa-align-center {
  --fa:"";
}

.fa-align-right {
  --fa:"";
}

.fa-align-justify {
  --fa:"";
}

.fa-list, .fa-list-squares {
  --fa:"";
}

.fa-dedent, .fa-outdent {
  --fa:"";
}

.fa-indent {
  --fa:"";
}

.fa-video, .fa-video-camera {
  --fa:"";
}

.fa-image {
  --fa:"";
}

.fa-location-pin, .fa-map-marker {
  --fa:"";
}

.fa-adjust, .fa-circle-half-stroke {
  --fa:"";
}

.fa-droplet, .fa-tint {
  --fa:"";
}

.fa-edit, .fa-pen-to-square {
  --fa:"";
}

.fa-arrows, .fa-arrows-up-down-left-right {
  --fa:"";
}

.fa-backward-step, .fa-step-backward {
  --fa:"";
}

.fa-backward-fast, .fa-fast-backward {
  --fa:"";
}

.fa-backward {
  --fa:"";
}

.fa-play {
  --fa:"";
}

.fa-pause {
  --fa:"";
}

.fa-stop {
  --fa:"";
}

.fa-forward {
  --fa:"";
}

.fa-fast-forward, .fa-forward-fast {
  --fa:"";
}

.fa-forward-step, .fa-step-forward {
  --fa:"";
}

.fa-eject {
  --fa:"";
}

.fa-chevron-left {
  --fa:"";
}

.fa-chevron-right {
  --fa:"";
}

.fa-circle-plus, .fa-plus-circle {
  --fa:"";
}

.fa-circle-minus, .fa-minus-circle {
  --fa:"";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
  --fa:"";
}

.fa-check-circle, .fa-circle-check {
  --fa:"";
}

.fa-circle-question, .fa-question-circle {
  --fa:"";
}

.fa-circle-info, .fa-info-circle {
  --fa:"";
}

.fa-crosshairs {
  --fa:"";
}

.fa-ban, .fa-cancel {
  --fa:"";
}

.fa-arrow-left {
  --fa:"";
}

.fa-arrow-right {
  --fa:"";
}

.fa-arrow-up {
  --fa:"";
}

.fa-arrow-down {
  --fa:"";
}

.fa-mail-forward, .fa-share {
  --fa:"";
}

.fa-expand {
  --fa:"";
}

.fa-compress {
  --fa:"";
}

.fa-minus, .fa-subtract {
  --fa:"";
}

.fa-circle-exclamation, .fa-exclamation-circle {
  --fa:"";
}

.fa-gift {
  --fa:"";
}

.fa-leaf {
  --fa:"";
}

.fa-fire {
  --fa:"";
}

.fa-eye {
  --fa:"";
}

.fa-eye-slash {
  --fa:"";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
  --fa:"";
}

.fa-plane {
  --fa:"";
}

.fa-calendar-alt, .fa-calendar-days {
  --fa:"";
}

.fa-random, .fa-shuffle {
  --fa:"";
}

.fa-comment {
  --fa:"";
}

.fa-magnet {
  --fa:"";
}

.fa-chevron-up {
  --fa:"";
}

.fa-chevron-down {
  --fa:"";
}

.fa-retweet {
  --fa:"";
}

.fa-cart-shopping, .fa-shopping-cart {
  --fa:"";
}

.fa-folder, .fa-folder-blank {
  --fa:"";
}

.fa-folder-open {
  --fa:"";
}

.fa-arrows-up-down, .fa-arrows-v {
  --fa:"";
}

.fa-arrows-h, .fa-arrows-left-right {
  --fa:"";
}

.fa-bar-chart, .fa-chart-bar {
  --fa:"";
}

.fa-camera-retro {
  --fa:"";
}

.fa-key {
  --fa:"";
}

.fa-cogs, .fa-gears {
  --fa:"";
}

.fa-comments {
  --fa:"";
}

.fa-star-half {
  --fa:"";
}

.fa-arrow-right-from-bracket, .fa-sign-out {
  --fa:"";
}

.fa-thumb-tack, .fa-thumbtack {
  --fa:"";
}

.fa-arrow-up-right-from-square, .fa-external-link {
  --fa:"";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
  --fa:"";
}

.fa-trophy {
  --fa:"";
}

.fa-upload {
  --fa:"";
}

.fa-lemon {
  --fa:"";
}

.fa-phone {
  --fa:"";
}

.fa-phone-square, .fa-square-phone {
  --fa:"";
}

.fa-unlock {
  --fa:"";
}

.fa-credit-card, .fa-credit-card-alt {
  --fa:"";
}

.fa-feed, .fa-rss {
  --fa:"";
}

.fa-hard-drive, .fa-hdd {
  --fa:"";
}

.fa-bullhorn {
  --fa:"";
}

.fa-certificate {
  --fa:"";
}

.fa-hand-point-right {
  --fa:"";
}

.fa-hand-point-left {
  --fa:"";
}

.fa-hand-point-up {
  --fa:"";
}

.fa-hand-point-down {
  --fa:"";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
  --fa:"";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
  --fa:"";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
  --fa:"";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
  --fa:"";
}

.fa-globe {
  --fa:"";
}

.fa-wrench {
  --fa:"";
}

.fa-list-check, .fa-tasks {
  --fa:"";
}

.fa-filter {
  --fa:"";
}

.fa-briefcase {
  --fa:"";
}

.fa-arrows-alt, .fa-up-down-left-right {
  --fa:"";
}

.fa-users {
  --fa:"";
}

.fa-chain, .fa-link {
  --fa:"";
}

.fa-cloud {
  --fa:"";
}

.fa-flask {
  --fa:"";
}

.fa-cut, .fa-scissors {
  --fa:"";
}

.fa-copy {
  --fa:"";
}

.fa-paperclip {
  --fa:"";
}

.fa-floppy-disk, .fa-save {
  --fa:"";
}

.fa-square {
  --fa:"";
}

.fa-bars, .fa-navicon {
  --fa:"";
}

.fa-list-dots, .fa-list-ul {
  --fa:"";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
  --fa:"";
}

.fa-strikethrough {
  --fa:"";
}

.fa-underline {
  --fa:"";
}

.fa-table {
  --fa:"";
}

.fa-magic, .fa-wand-magic {
  --fa:"";
}

.fa-truck {
  --fa:"";
}

.fa-money-bill {
  --fa:"";
}

.fa-caret-down {
  --fa:"";
}

.fa-caret-up {
  --fa:"";
}

.fa-caret-left {
  --fa:"";
}

.fa-caret-right {
  --fa:"";
}

.fa-columns, .fa-table-columns {
  --fa:"";
}

.fa-sort, .fa-unsorted {
  --fa:"";
}

.fa-sort-desc, .fa-sort-down {
  --fa:"";
}

.fa-sort-asc, .fa-sort-up {
  --fa:"";
}

.fa-envelope {
  --fa:"";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
  --fa:"";
}

.fa-gavel, .fa-legal {
  --fa:"";
}

.fa-bolt, .fa-zap {
  --fa:"";
}

.fa-sitemap {
  --fa:"";
}

.fa-umbrella {
  --fa:"";
}

.fa-file-clipboard, .fa-paste {
  --fa:"";
}

.fa-lightbulb {
  --fa:"";
}

.fa-arrow-right-arrow-left, .fa-exchange {
  --fa:"";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
  --fa:"";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
  --fa:"";
}

.fa-user-doctor, .fa-user-md {
  --fa:"";
}

.fa-stethoscope {
  --fa:"";
}

.fa-suitcase {
  --fa:"";
}

.fa-bell {
  --fa:"";
}

.fa-coffee, .fa-mug-saucer {
  --fa:"";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
  --fa:"";
}

.fa-ambulance, .fa-truck-medical {
  --fa:"";
}

.fa-medkit, .fa-suitcase-medical {
  --fa:"";
}

.fa-fighter-jet, .fa-jet-fighter {
  --fa:"";
}

.fa-beer, .fa-beer-mug-empty {
  --fa:"";
}

.fa-h-square, .fa-square-h {
  --fa:"";
}

.fa-plus-square, .fa-square-plus {
  --fa:"";
}

.fa-angle-double-left, .fa-angles-left {
  --fa:"";
}

.fa-angle-double-right, .fa-angles-right {
  --fa:"";
}

.fa-angle-double-up, .fa-angles-up {
  --fa:"";
}

.fa-angle-double-down, .fa-angles-down {
  --fa:"";
}

.fa-angle-left {
  --fa:"";
}

.fa-angle-right {
  --fa:"";
}

.fa-angle-up {
  --fa:"";
}

.fa-angle-down {
  --fa:"";
}

.fa-laptop {
  --fa:"";
}

.fa-tablet-button {
  --fa:"";
}

.fa-mobile-button {
  --fa:"";
}

.fa-quote-left, .fa-quote-left-alt {
  --fa:"";
}

.fa-quote-right, .fa-quote-right-alt {
  --fa:"";
}

.fa-spinner {
  --fa:"";
}

.fa-circle {
  --fa:"";
}

.fa-face-smile, .fa-smile {
  --fa:"";
}

.fa-face-frown, .fa-frown {
  --fa:"";
}

.fa-face-meh, .fa-meh {
  --fa:"";
}

.fa-gamepad {
  --fa:"";
}

.fa-keyboard {
  --fa:"";
}

.fa-flag-checkered {
  --fa:"";
}

.fa-terminal {
  --fa:"";
}

.fa-code {
  --fa:"";
}

.fa-mail-reply-all, .fa-reply-all {
  --fa:"";
}

.fa-location-arrow {
  --fa:"";
}

.fa-crop {
  --fa:"";
}

.fa-code-branch {
  --fa:"";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
  --fa:"";
}

.fa-info {
  --fa:"";
}

.fa-superscript {
  --fa:"";
}

.fa-subscript {
  --fa:"";
}

.fa-eraser {
  --fa:"";
}

.fa-puzzle-piece {
  --fa:"";
}

.fa-microphone {
  --fa:"";
}

.fa-microphone-slash {
  --fa:"";
}

.fa-shield, .fa-shield-blank {
  --fa:"";
}

.fa-calendar {
  --fa:"";
}

.fa-fire-extinguisher {
  --fa:"";
}

.fa-rocket {
  --fa:"";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
  --fa:"";
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
  --fa:"";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
  --fa:"";
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
  --fa:"";
}

.fa-anchor {
  --fa:"";
}

.fa-unlock-alt, .fa-unlock-keyhole {
  --fa:"";
}

.fa-bullseye {
  --fa:"";
}

.fa-ellipsis, .fa-ellipsis-h {
  --fa:"";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
  --fa:"";
}

.fa-rss-square, .fa-square-rss {
  --fa:"";
}

.fa-circle-play, .fa-play-circle {
  --fa:"";
}

.fa-ticket {
  --fa:"";
}

.fa-minus-square, .fa-square-minus {
  --fa:"";
}

.fa-arrow-turn-up, .fa-level-up {
  --fa:"";
}

.fa-arrow-turn-down, .fa-level-down {
  --fa:"";
}

.fa-check-square, .fa-square-check {
  --fa:"";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
  --fa:"";
}

.fa-external-link-square, .fa-square-arrow-up-right {
  --fa:"";
}

.fa-share-from-square, .fa-share-square {
  --fa:"";
}

.fa-compass {
  --fa:"";
}

.fa-caret-square-down, .fa-square-caret-down {
  --fa:"";
}

.fa-caret-square-up, .fa-square-caret-up {
  --fa:"";
}

.fa-caret-square-right, .fa-square-caret-right {
  --fa:"";
}

.fa-eur, .fa-euro, .fa-euro-sign {
  --fa:"";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
  --fa:"";
}

.fa-rupee, .fa-rupee-sign {
  --fa:"";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
  --fa:"";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
  --fa:"";
}

.fa-krw, .fa-won, .fa-won-sign {
  --fa:"";
}

.fa-file {
  --fa:"";
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
  --fa:"";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
  --fa:"";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
  --fa:"";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
  --fa:"";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
  --fa:"";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
  --fa:"";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
  --fa:"";
}

.fa-thumbs-up {
  --fa:"";
}

.fa-thumbs-down {
  --fa:"";
}

.fa-arrow-down-long, .fa-long-arrow-down {
  --fa:"";
}

.fa-arrow-up-long, .fa-long-arrow-up {
  --fa:"";
}

.fa-arrow-left-long, .fa-long-arrow-left {
  --fa:"";
}

.fa-arrow-right-long, .fa-long-arrow-right {
  --fa:"";
}

.fa-female, .fa-person-dress {
  --fa:"";
}

.fa-male, .fa-person {
  --fa:"";
}

.fa-sun {
  --fa:"";
}

.fa-moon {
  --fa:"";
}

.fa-archive, .fa-box-archive {
  --fa:"";
}

.fa-bug {
  --fa:"";
}

.fa-caret-square-left, .fa-square-caret-left {
  --fa:"";
}

.fa-circle-dot, .fa-dot-circle {
  --fa:"";
}

.fa-wheelchair {
  --fa:"";
}

.fa-lira-sign {
  --fa:"";
}

.fa-shuttle-space, .fa-space-shuttle {
  --fa:"";
}

.fa-envelope-square, .fa-square-envelope {
  --fa:"";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
  --fa:"";
}

.fa-graduation-cap, .fa-mortar-board {
  --fa:"";
}

.fa-language {
  --fa:"";
}

.fa-fax {
  --fa:"";
}

.fa-building {
  --fa:"";
}

.fa-child {
  --fa:"";
}

.fa-paw {
  --fa:"";
}

.fa-cube {
  --fa:"";
}

.fa-cubes {
  --fa:"";
}

.fa-recycle {
  --fa:"";
}

.fa-automobile, .fa-car {
  --fa:"";
}

.fa-cab, .fa-taxi {
  --fa:"";
}

.fa-tree {
  --fa:"";
}

.fa-database {
  --fa:"";
}

.fa-file-pdf {
  --fa:"";
}

.fa-file-word {
  --fa:"";
}

.fa-file-excel {
  --fa:"";
}

.fa-file-powerpoint {
  --fa:"";
}

.fa-file-image {
  --fa:"";
}

.fa-file-archive, .fa-file-zipper {
  --fa:"";
}

.fa-file-audio {
  --fa:"";
}

.fa-file-video {
  --fa:"";
}

.fa-file-code {
  --fa:"";
}

.fa-life-ring {
  --fa:"";
}

.fa-circle-notch {
  --fa:"";
}

.fa-paper-plane {
  --fa:"";
}

.fa-clock-rotate-left, .fa-history {
  --fa:"";
}

.fa-header, .fa-heading {
  --fa:"";
}

.fa-paragraph {
  --fa:"";
}

.fa-sliders, .fa-sliders-h {
  --fa:"";
}

.fa-share-alt, .fa-share-nodes {
  --fa:"";
}

.fa-share-alt-square, .fa-square-share-nodes {
  --fa:"";
}

.fa-bomb {
  --fa:"";
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
  --fa:"";
}

.fa-teletype, .fa-tty {
  --fa:"";
}

.fa-binoculars {
  --fa:"";
}

.fa-plug {
  --fa:"";
}

.fa-newspaper {
  --fa:"";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
  --fa:"";
}

.fa-calculator {
  --fa:"";
}

.fa-bell-slash {
  --fa:"";
}

.fa-trash {
  --fa:"";
}

.fa-copyright {
  --fa:"";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
  --fa:"";
}

.fa-paint-brush, .fa-paintbrush {
  --fa:"";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
  --fa:"";
}

.fa-area-chart, .fa-chart-area {
  --fa:"";
}

.fa-chart-pie, .fa-pie-chart {
  --fa:"";
}

.fa-chart-line, .fa-line-chart {
  --fa:"";
}

.fa-toggle-off {
  --fa:"";
}

.fa-toggle-on {
  --fa:"";
}

.fa-bicycle {
  --fa:"";
}

.fa-bus {
  --fa:"";
}

.fa-closed-captioning {
  --fa:"";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
  --fa:"";
}

.fa-cart-plus {
  --fa:"";
}

.fa-cart-arrow-down {
  --fa:"";
}

.fa-diamond {
  --fa:"";
}

.fa-ship {
  --fa:"";
}

.fa-user-secret {
  --fa:"";
}

.fa-motorcycle {
  --fa:"";
}

.fa-street-view {
  --fa:"";
}

.fa-heart-pulse, .fa-heartbeat {
  --fa:"";
}

.fa-venus {
  --fa:"";
}

.fa-mars {
  --fa:"";
}

.fa-mercury {
  --fa:"";
}

.fa-mars-and-venus {
  --fa:"";
}

.fa-transgender, .fa-transgender-alt {
  --fa:"";
}

.fa-venus-double {
  --fa:"";
}

.fa-mars-double {
  --fa:"";
}

.fa-venus-mars {
  --fa:"";
}

.fa-mars-stroke {
  --fa:"";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
  --fa:"";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
  --fa:"";
}

.fa-neuter {
  --fa:"";
}

.fa-genderless {
  --fa:"";
}

.fa-server {
  --fa:"";
}

.fa-user-plus {
  --fa:"";
}

.fa-user-times, .fa-user-xmark {
  --fa:"";
}

.fa-bed {
  --fa:"";
}

.fa-train {
  --fa:"";
}

.fa-subway, .fa-train-subway {
  --fa:"";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
  --fa:"";
}

.fa-battery-4, .fa-battery-three-quarters {
  --fa:"";
}

.fa-battery-3, .fa-battery-half {
  --fa:"";
}

.fa-battery-2, .fa-battery-quarter {
  --fa:"";
}

.fa-battery-0, .fa-battery-empty {
  --fa:"";
}

.fa-arrow-pointer, .fa-mouse-pointer {
  --fa:"";
}

.fa-i-cursor {
  --fa:"";
}

.fa-object-group {
  --fa:"";
}

.fa-object-ungroup {
  --fa:"";
}

.fa-note-sticky, .fa-sticky-note {
  --fa:"";
}

.fa-clone {
  --fa:"";
}

.fa-balance-scale, .fa-scale-balanced {
  --fa:"";
}

.fa-hourglass-1, .fa-hourglass-start {
  --fa:"";
}

.fa-hourglass-2, .fa-hourglass-half {
  --fa:"";
}

.fa-hourglass-3, .fa-hourglass-end {
  --fa:"";
}

.fa-hourglass, .fa-hourglass-empty {
  --fa:"";
}

.fa-hand-back-fist, .fa-hand-rock {
  --fa:"";
}

.fa-hand, .fa-hand-paper {
  --fa:"";
}

.fa-hand-scissors {
  --fa:"";
}

.fa-hand-lizard {
  --fa:"";
}

.fa-hand-spock {
  --fa:"";
}

.fa-hand-pointer {
  --fa:"";
}

.fa-hand-peace {
  --fa:"";
}

.fa-trademark {
  --fa:"";
}

.fa-registered {
  --fa:"";
}

.fa-television, .fa-tv, .fa-tv-alt {
  --fa:"";
}

.fa-calendar-plus {
  --fa:"";
}

.fa-calendar-minus {
  --fa:"";
}

.fa-calendar-times, .fa-calendar-xmark {
  --fa:"";
}

.fa-calendar-check {
  --fa:"";
}

.fa-industry {
  --fa:"";
}

.fa-map-pin {
  --fa:"";
}

.fa-map-signs, .fa-signs-post {
  --fa:"";
}

.fa-map {
  --fa:"";
}

.fa-comment-alt, .fa-message {
  --fa:"";
}

.fa-circle-pause, .fa-pause-circle {
  --fa:"";
}

.fa-circle-stop, .fa-stop-circle {
  --fa:"";
}

.fa-bag-shopping, .fa-shopping-bag {
  --fa:"";
}

.fa-basket-shopping, .fa-shopping-basket {
  --fa:"";
}

.fa-universal-access {
  --fa:"";
}

.fa-blind, .fa-person-walking-with-cane {
  --fa:"";
}

.fa-audio-description {
  --fa:"";
}

.fa-phone-volume, .fa-volume-control-phone {
  --fa:"";
}

.fa-braille {
  --fa:"";
}

.fa-assistive-listening-systems, .fa-ear-listen {
  --fa:"";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
  --fa:"";
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
  --fa:"";
}

.fa-hands, .fa-sign-language, .fa-signing {
  --fa:"";
}

.fa-eye-low-vision, .fa-low-vision {
  --fa:"";
}

.fa-handshake, .fa-handshake-alt, .fa-handshake-simple {
  --fa:"";
}

.fa-envelope-open {
  --fa:"";
}

.fa-address-book, .fa-contact-book {
  --fa:"";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
  --fa:"";
}

.fa-circle-user, .fa-user-circle {
  --fa:"";
}

.fa-id-badge {
  --fa:"";
}

.fa-drivers-license, .fa-id-card {
  --fa:"";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
  --fa:"";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
  --fa:"";
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
  --fa:"";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
  --fa:"";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
  --fa:"";
}

.fa-shower {
  --fa:"";
}

.fa-bath, .fa-bathtub {
  --fa:"";
}

.fa-podcast {
  --fa:"";
}

.fa-window-maximize {
  --fa:"";
}

.fa-window-minimize {
  --fa:"";
}

.fa-window-restore {
  --fa:"";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
  --fa:"";
}

.fa-microchip {
  --fa:"";
}

.fa-snowflake {
  --fa:"";
}

.fa-spoon, .fa-utensil-spoon {
  --fa:"";
}

.fa-cutlery, .fa-utensils {
  --fa:"";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
  --fa:"";
}

.fa-trash-alt, .fa-trash-can {
  --fa:"";
}

.fa-rotate, .fa-sync-alt {
  --fa:"";
}

.fa-stopwatch {
  --fa:"";
}

.fa-right-from-bracket, .fa-sign-out-alt {
  --fa:"";
}

.fa-right-to-bracket, .fa-sign-in-alt {
  --fa:"";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
  --fa:"";
}

.fa-poo {
  --fa:"";
}

.fa-images {
  --fa:"";
}

.fa-pencil, .fa-pencil-alt {
  --fa:"";
}

.fa-pen {
  --fa:"";
}

.fa-pen-alt, .fa-pen-clip {
  --fa:"";
}

.fa-octagon {
  --fa:"";
}

.fa-down-long, .fa-long-arrow-alt-down {
  --fa:"";
}

.fa-left-long, .fa-long-arrow-alt-left {
  --fa:"";
}

.fa-long-arrow-alt-right, .fa-right-long {
  --fa:"";
}

.fa-long-arrow-alt-up, .fa-up-long {
  --fa:"";
}

.fa-hexagon {
  --fa:"";
}

.fa-file-edit, .fa-file-pen {
  --fa:"";
}

.fa-expand-arrows-alt, .fa-maximize {
  --fa:"";
}

.fa-clipboard {
  --fa:"";
}

.fa-arrows-alt-h, .fa-left-right {
  --fa:"";
}

.fa-arrows-alt-v, .fa-up-down {
  --fa:"";
}

.fa-alarm-clock {
  --fa:"";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
  --fa:"";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
  --fa:"";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
  --fa:"";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
  --fa:"";
}

.fa-external-link-alt, .fa-up-right-from-square {
  --fa:"";
}

.fa-external-link-square-alt, .fa-square-up-right {
  --fa:"";
}

.fa-exchange-alt, .fa-right-left {
  --fa:"";
}

.fa-repeat {
  --fa:"";
}

.fa-code-commit {
  --fa:"";
}

.fa-code-merge {
  --fa:"";
}

.fa-desktop, .fa-desktop-alt {
  --fa:"";
}

.fa-gem {
  --fa:"";
}

.fa-level-down-alt, .fa-turn-down {
  --fa:"";
}

.fa-level-up-alt, .fa-turn-up {
  --fa:"";
}

.fa-lock-open {
  --fa:"";
}

.fa-location-dot, .fa-map-marker-alt {
  --fa:"";
}

.fa-microphone-alt, .fa-microphone-lines {
  --fa:"";
}

.fa-mobile-alt, .fa-mobile-screen-button {
  --fa:"";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
  --fa:"";
}

.fa-mobile-android-alt, .fa-mobile-screen {
  --fa:"";
}

.fa-money-bill-1, .fa-money-bill-alt {
  --fa:"";
}

.fa-phone-slash {
  --fa:"";
}

.fa-image-portrait, .fa-portrait {
  --fa:"";
}

.fa-mail-reply, .fa-reply {
  --fa:"";
}

.fa-shield-alt, .fa-shield-halved {
  --fa:"";
}

.fa-tablet-alt, .fa-tablet-screen-button {
  --fa:"";
}

.fa-tablet, .fa-tablet-android {
  --fa:"";
}

.fa-ticket-alt, .fa-ticket-simple {
  --fa:"";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
  --fa:"";
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
  --fa:"";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
  --fa:"";
}

.fa-baseball-bat-ball {
  --fa:"";
}

.fa-baseball, .fa-baseball-ball {
  --fa:"";
}

.fa-basketball, .fa-basketball-ball {
  --fa:"";
}

.fa-bowling-ball {
  --fa:"";
}

.fa-chess {
  --fa:"";
}

.fa-chess-bishop {
  --fa:"";
}

.fa-chess-board {
  --fa:"";
}

.fa-chess-king {
  --fa:"";
}

.fa-chess-knight {
  --fa:"";
}

.fa-chess-pawn {
  --fa:"";
}

.fa-chess-queen {
  --fa:"";
}

.fa-chess-rook {
  --fa:"";
}

.fa-dumbbell {
  --fa:"";
}

.fa-football, .fa-football-ball {
  --fa:"";
}

.fa-golf-ball, .fa-golf-ball-tee {
  --fa:"";
}

.fa-hockey-puck {
  --fa:"";
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
  --fa:"";
}

.fa-square-full {
  --fa:"";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
  --fa:"";
}

.fa-volleyball, .fa-volleyball-ball {
  --fa:"";
}

.fa-allergies, .fa-hand-dots {
  --fa:"";
}

.fa-band-aid, .fa-bandage {
  --fa:"";
}

.fa-box {
  --fa:"";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
  --fa:"";
}

.fa-briefcase-medical {
  --fa:"";
}

.fa-burn, .fa-fire-flame-simple {
  --fa:"";
}

.fa-capsules {
  --fa:"";
}

.fa-clipboard-check {
  --fa:"";
}

.fa-clipboard-list {
  --fa:"";
}

.fa-diagnoses, .fa-person-dots-from-line {
  --fa:"";
}

.fa-dna {
  --fa:"";
}

.fa-dolly, .fa-dolly-box {
  --fa:"";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
  --fa:"";
}

.fa-file-medical {
  --fa:"";
}

.fa-file-medical-alt, .fa-file-waveform {
  --fa:"";
}

.fa-first-aid, .fa-kit-medical {
  --fa:"";
}

.fa-circle-h, .fa-hospital-symbol {
  --fa:"";
}

.fa-id-card-alt, .fa-id-card-clip {
  --fa:"";
}

.fa-notes-medical {
  --fa:"";
}

.fa-pallet {
  --fa:"";
}

.fa-pills {
  --fa:"";
}

.fa-prescription-bottle {
  --fa:"";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
  --fa:"";
}

.fa-bed-pulse, .fa-procedures {
  --fa:"";
}

.fa-shipping-fast, .fa-truck-fast {
  --fa:"";
}

.fa-smoking {
  --fa:"";
}

.fa-syringe {
  --fa:"";
}

.fa-tablets {
  --fa:"";
}

.fa-thermometer {
  --fa:"";
}

.fa-vial {
  --fa:"";
}

.fa-vials {
  --fa:"";
}

.fa-warehouse {
  --fa:"";
}

.fa-weight, .fa-weight-scale {
  --fa:"";
}

.fa-x-ray {
  --fa:"";
}

.fa-box-open {
  --fa:"";
}

.fa-comment-dots, .fa-commenting {
  --fa:"";
}

.fa-comment-slash {
  --fa:"";
}

.fa-couch {
  --fa:"";
}

.fa-circle-dollar-to-slot, .fa-donate {
  --fa:"";
}

.fa-dove {
  --fa:"";
}

.fa-hand-holding {
  --fa:"";
}

.fa-hand-holding-heart {
  --fa:"";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
  --fa:"";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
  --fa:"";
}

.fa-hands-holding {
  --fa:"";
}

.fa-hands-helping, .fa-handshake-angle {
  --fa:"";
}

.fa-parachute-box {
  --fa:"";
}

.fa-people-carry, .fa-people-carry-box {
  --fa:"";
}

.fa-piggy-bank {
  --fa:"";
}

.fa-ribbon {
  --fa:"";
}

.fa-route {
  --fa:"";
}

.fa-seedling, .fa-sprout {
  --fa:"";
}

.fa-sign, .fa-sign-hanging {
  --fa:"";
}

.fa-face-smile-wink, .fa-smile-wink {
  --fa:"";
}

.fa-tape {
  --fa:"";
}

.fa-truck-loading, .fa-truck-ramp-box {
  --fa:"";
}

.fa-truck-moving {
  --fa:"";
}

.fa-video-slash {
  --fa:"";
}

.fa-wine-glass {
  --fa:"";
}

.fa-user-astronaut {
  --fa:"";
}

.fa-user-check {
  --fa:"";
}

.fa-user-clock {
  --fa:"";
}

.fa-user-cog, .fa-user-gear {
  --fa:"";
}

.fa-user-edit, .fa-user-pen {
  --fa:"";
}

.fa-user-friends, .fa-user-group {
  --fa:"";
}

.fa-user-graduate {
  --fa:"";
}

.fa-user-lock {
  --fa:"";
}

.fa-user-minus {
  --fa:"";
}

.fa-user-ninja {
  --fa:"";
}

.fa-user-shield {
  --fa:"";
}

.fa-user-alt-slash, .fa-user-large-slash, .fa-user-slash {
  --fa:"";
}

.fa-user-tag {
  --fa:"";
}

.fa-user-tie {
  --fa:"";
}

.fa-users-cog, .fa-users-gear {
  --fa:"";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
  --fa:"";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
  --fa:"";
}

.fa-blender {
  --fa:"";
}

.fa-book-open {
  --fa:"";
}

.fa-broadcast-tower, .fa-tower-broadcast {
  --fa:"";
}

.fa-broom {
  --fa:"";
}

.fa-blackboard, .fa-chalkboard {
  --fa:"";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
  --fa:"";
}

.fa-church {
  --fa:"";
}

.fa-coins {
  --fa:"";
}

.fa-compact-disc {
  --fa:"";
}

.fa-crow {
  --fa:"";
}

.fa-crown {
  --fa:"";
}

.fa-dice {
  --fa:"";
}

.fa-dice-five {
  --fa:"";
}

.fa-dice-four {
  --fa:"";
}

.fa-dice-one {
  --fa:"";
}

.fa-dice-six {
  --fa:"";
}

.fa-dice-three {
  --fa:"";
}

.fa-dice-two {
  --fa:"";
}

.fa-divide {
  --fa:"";
}

.fa-door-closed {
  --fa:"";
}

.fa-door-open {
  --fa:"";
}

.fa-feather {
  --fa:"";
}

.fa-frog {
  --fa:"";
}

.fa-gas-pump {
  --fa:"";
}

.fa-glasses {
  --fa:"";
}

.fa-greater-than-equal {
  --fa:"";
}

.fa-helicopter {
  --fa:"";
}

.fa-infinity {
  --fa:"";
}

.fa-kiwi-bird {
  --fa:"";
}

.fa-less-than-equal {
  --fa:"";
}

.fa-memory {
  --fa:"";
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
  --fa:"";
}

.fa-money-bill-wave {
  --fa:"";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
  --fa:"";
}

.fa-money-check {
  --fa:"";
}

.fa-money-check-alt, .fa-money-check-dollar {
  --fa:"";
}

.fa-not-equal {
  --fa:"";
}

.fa-palette {
  --fa:"";
}

.fa-parking, .fa-square-parking {
  --fa:"";
}

.fa-diagram-project, .fa-project-diagram {
  --fa:"";
}

.fa-receipt {
  --fa:"";
}

.fa-robot {
  --fa:"";
}

.fa-ruler {
  --fa:"";
}

.fa-ruler-combined {
  --fa:"";
}

.fa-ruler-horizontal {
  --fa:"";
}

.fa-ruler-vertical {
  --fa:"";
}

.fa-school {
  --fa:"";
}

.fa-screwdriver {
  --fa:"";
}

.fa-shoe-prints {
  --fa:"";
}

.fa-skull {
  --fa:"";
}

.fa-ban-smoking, .fa-smoking-ban {
  --fa:"";
}

.fa-store {
  --fa:"";
}

.fa-shop, .fa-store-alt {
  --fa:"";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
  --fa:"";
}

.fa-stroopwafel {
  --fa:"";
}

.fa-toolbox {
  --fa:"";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
  --fa:"";
}

.fa-person-walking, .fa-walking {
  --fa:"";
}

.fa-wallet {
  --fa:"";
}

.fa-angry, .fa-face-angry {
  --fa:"";
}

.fa-archway {
  --fa:"";
}

.fa-atlas, .fa-book-atlas {
  --fa:"";
}

.fa-award {
  --fa:"";
}

.fa-backspace, .fa-delete-left {
  --fa:"";
}

.fa-bezier-curve {
  --fa:"";
}

.fa-bong {
  --fa:"";
}

.fa-brush {
  --fa:"";
}

.fa-bus-alt, .fa-bus-simple {
  --fa:"";
}

.fa-cannabis {
  --fa:"";
}

.fa-check-double {
  --fa:"";
}

.fa-cocktail, .fa-martini-glass-citrus {
  --fa:"";
}

.fa-bell-concierge, .fa-concierge-bell {
  --fa:"";
}

.fa-cookie {
  --fa:"";
}

.fa-cookie-bite {
  --fa:"";
}

.fa-crop-alt, .fa-crop-simple {
  --fa:"";
}

.fa-digital-tachograph, .fa-tachograph-digital {
  --fa:"";
}

.fa-dizzy, .fa-face-dizzy {
  --fa:"";
}

.fa-compass-drafting, .fa-drafting-compass {
  --fa:"";
}

.fa-drum {
  --fa:"";
}

.fa-drum-steelpan {
  --fa:"";
}

.fa-feather-alt, .fa-feather-pointed {
  --fa:"";
}

.fa-file-contract {
  --fa:"";
}

.fa-file-arrow-down, .fa-file-download {
  --fa:"";
}

.fa-arrow-right-from-file, .fa-file-export {
  --fa:"";
}

.fa-arrow-right-to-file, .fa-file-import {
  --fa:"";
}

.fa-file-invoice {
  --fa:"";
}

.fa-file-invoice-dollar {
  --fa:"";
}

.fa-file-prescription {
  --fa:"";
}

.fa-file-signature {
  --fa:"";
}

.fa-file-arrow-up, .fa-file-upload {
  --fa:"";
}

.fa-fill {
  --fa:"";
}

.fa-fill-drip {
  --fa:"";
}

.fa-fingerprint {
  --fa:"";
}

.fa-fish {
  --fa:"";
}

.fa-face-flushed, .fa-flushed {
  --fa:"";
}

.fa-face-frown-open, .fa-frown-open {
  --fa:"";
}

.fa-glass-martini-alt, .fa-martini-glass {
  --fa:"";
}

.fa-earth-africa, .fa-globe-africa {
  --fa:"";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
  --fa:"";
}

.fa-earth-asia, .fa-globe-asia {
  --fa:"";
}

.fa-face-grimace, .fa-grimace {
  --fa:"";
}

.fa-face-grin, .fa-grin {
  --fa:"";
}

.fa-face-grin-wide, .fa-grin-alt {
  --fa:"";
}

.fa-face-grin-beam, .fa-grin-beam {
  --fa:"";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
  --fa:"";
}

.fa-face-grin-hearts, .fa-grin-hearts {
  --fa:"";
}

.fa-face-grin-squint, .fa-grin-squint {
  --fa:"";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
  --fa:"";
}

.fa-face-grin-stars, .fa-grin-stars {
  --fa:"";
}

.fa-face-grin-tears, .fa-grin-tears {
  --fa:"";
}

.fa-face-grin-tongue, .fa-grin-tongue {
  --fa:"";
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
  --fa:"";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
  --fa:"";
}

.fa-face-grin-wink, .fa-grin-wink {
  --fa:"";
}

.fa-grid-horizontal, .fa-grip, .fa-grip-horizontal {
  --fa:"";
}

.fa-grid-vertical, .fa-grip-vertical {
  --fa:"";
}

.fa-headset {
  --fa:"";
}

.fa-highlighter {
  --fa:"";
}

.fa-hot-tub, .fa-hot-tub-person {
  --fa:"";
}

.fa-hotel {
  --fa:"";
}

.fa-joint {
  --fa:"";
}

.fa-face-kiss, .fa-kiss {
  --fa:"";
}

.fa-face-kiss-beam, .fa-kiss-beam {
  --fa:"";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
  --fa:"";
}

.fa-face-laugh, .fa-laugh {
  --fa:"";
}

.fa-face-laugh-beam, .fa-laugh-beam {
  --fa:"";
}

.fa-face-laugh-squint, .fa-laugh-squint {
  --fa:"";
}

.fa-face-laugh-wink, .fa-laugh-wink {
  --fa:"";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
  --fa:"";
}

.fa-map-location, .fa-map-marked {
  --fa:"";
}

.fa-map-location-dot, .fa-map-marked-alt {
  --fa:"";
}

.fa-marker {
  --fa:"";
}

.fa-medal {
  --fa:"";
}

.fa-face-meh-blank, .fa-meh-blank {
  --fa:"";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
  --fa:"";
}

.fa-monument {
  --fa:"";
}

.fa-mortar-pestle {
  --fa:"";
}

.fa-paint-roller {
  --fa:"";
}

.fa-passport {
  --fa:"";
}

.fa-pen-fancy {
  --fa:"";
}

.fa-pen-nib {
  --fa:"";
}

.fa-pen-ruler, .fa-pencil-ruler {
  --fa:"";
}

.fa-plane-arrival {
  --fa:"";
}

.fa-plane-departure {
  --fa:"";
}

.fa-prescription {
  --fa:"";
}

.fa-face-sad-cry, .fa-sad-cry {
  --fa:"";
}

.fa-face-sad-tear, .fa-sad-tear {
  --fa:"";
}

.fa-shuttle-van, .fa-van-shuttle {
  --fa:"";
}

.fa-signature {
  --fa:"";
}

.fa-face-smile-beam, .fa-smile-beam {
  --fa:"";
}

.fa-solar-panel {
  --fa:"";
}

.fa-spa {
  --fa:"";
}

.fa-splotch {
  --fa:"";
}

.fa-spray-can {
  --fa:"";
}

.fa-stamp {
  --fa:"";
}

.fa-star-half-alt, .fa-star-half-stroke {
  --fa:"";
}

.fa-suitcase-rolling {
  --fa:"";
}

.fa-face-surprise, .fa-surprise {
  --fa:"";
}

.fa-swatchbook {
  --fa:"";
}

.fa-person-swimming, .fa-swimmer {
  --fa:"";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
  --fa:"";
}

.fa-droplet-slash, .fa-tint-slash {
  --fa:"";
}

.fa-face-tired, .fa-tired {
  --fa:"";
}

.fa-tooth {
  --fa:"";
}

.fa-umbrella-beach {
  --fa:"";
}

.fa-weight-hanging {
  --fa:"";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
  --fa:"";
}

.fa-air-freshener, .fa-spray-can-sparkles {
  --fa:"";
}

.fa-apple-alt, .fa-apple-whole {
  --fa:"";
}

.fa-atom {
  --fa:"";
}

.fa-bone {
  --fa:"";
}

.fa-book-open-reader, .fa-book-reader {
  --fa:"";
}

.fa-brain {
  --fa:"";
}

.fa-car-alt, .fa-car-rear {
  --fa:"";
}

.fa-battery-car, .fa-car-battery {
  --fa:"";
}

.fa-car-burst, .fa-car-crash {
  --fa:"";
}

.fa-car-side {
  --fa:"";
}

.fa-charging-station {
  --fa:"";
}

.fa-diamond-turn-right, .fa-directions {
  --fa:"";
}

.fa-draw-polygon, .fa-vector-polygon {
  --fa:"";
}

.fa-laptop-code {
  --fa:"";
}

.fa-layer-group {
  --fa:"";
}

.fa-location, .fa-location-crosshairs {
  --fa:"";
}

.fa-lungs {
  --fa:"";
}

.fa-microscope {
  --fa:"";
}

.fa-oil-can {
  --fa:"";
}

.fa-poop {
  --fa:"";
}

.fa-shapes, .fa-triangle-circle-square {
  --fa:"";
}

.fa-star-of-life {
  --fa:"";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
  --fa:"";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
  --fa:"";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
  --fa:"";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
  --fa:"";
}

.fa-teeth {
  --fa:"";
}

.fa-teeth-open {
  --fa:"";
}

.fa-masks-theater, .fa-theater-masks {
  --fa:"";
}

.fa-traffic-light {
  --fa:"";
}

.fa-truck-monster {
  --fa:"";
}

.fa-truck-pickup {
  --fa:"";
}

.fa-ad, .fa-rectangle-ad {
  --fa:"";
}

.fa-ankh {
  --fa:"";
}

.fa-bible, .fa-book-bible {
  --fa:"";
}

.fa-briefcase-clock, .fa-business-time {
  --fa:"";
}

.fa-city {
  --fa:"";
}

.fa-comment-dollar {
  --fa:"";
}

.fa-comments-dollar {
  --fa:"";
}

.fa-cross {
  --fa:"";
}

.fa-dharmachakra {
  --fa:"";
}

.fa-envelope-open-text {
  --fa:"";
}

.fa-folder-minus {
  --fa:"";
}

.fa-folder-plus {
  --fa:"";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
  --fa:"";
}

.fa-gopuram {
  --fa:"";
}

.fa-hamsa {
  --fa:"";
}

.fa-bahai, .fa-haykal {
  --fa:"";
}

.fa-jedi {
  --fa:"";
}

.fa-book-journal-whills, .fa-journal-whills {
  --fa:"";
}

.fa-kaaba {
  --fa:"";
}

.fa-khanda {
  --fa:"";
}

.fa-landmark {
  --fa:"";
}

.fa-envelopes-bulk, .fa-mail-bulk {
  --fa:"";
}

.fa-menorah {
  --fa:"";
}

.fa-mosque {
  --fa:"";
}

.fa-om {
  --fa:"";
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
  --fa:"";
}

.fa-peace {
  --fa:"";
}

.fa-place-of-worship {
  --fa:"";
}

.fa-poll, .fa-square-poll-vertical {
  --fa:"";
}

.fa-poll-h, .fa-square-poll-horizontal {
  --fa:"";
}

.fa-person-praying, .fa-pray {
  --fa:"";
}

.fa-hands-praying, .fa-praying-hands {
  --fa:"";
}

.fa-book-quran, .fa-quran {
  --fa:"";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
  --fa:"";
}

.fa-magnifying-glass-location, .fa-search-location {
  --fa:"";
}

.fa-socks {
  --fa:"";
}

.fa-square-root-alt, .fa-square-root-variable {
  --fa:"";
}

.fa-star-and-crescent {
  --fa:"";
}

.fa-star-of-david {
  --fa:"";
}

.fa-synagogue {
  --fa:"";
}

.fa-scroll-torah, .fa-torah {
  --fa:"";
}

.fa-torii-gate {
  --fa:"";
}

.fa-vihara {
  --fa:"";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
  --fa:"";
}

.fa-yin-yang {
  --fa:"";
}

.fa-blender-phone {
  --fa:"";
}

.fa-book-dead, .fa-book-skull {
  --fa:"";
}

.fa-campground {
  --fa:"";
}

.fa-cat {
  --fa:"";
}

.fa-chair {
  --fa:"";
}

.fa-cloud-moon {
  --fa:"";
}

.fa-cloud-sun {
  --fa:"";
}

.fa-cow {
  --fa:"";
}

.fa-dice-d20 {
  --fa:"";
}

.fa-dice-d6 {
  --fa:"";
}

.fa-dog {
  --fa:"";
}

.fa-dragon {
  --fa:"";
}

.fa-drumstick-bite {
  --fa:"";
}

.fa-dungeon {
  --fa:"";
}

.fa-file-csv {
  --fa:"";
}

.fa-fist-raised, .fa-hand-fist {
  --fa:"";
}

.fa-ghost {
  --fa:"";
}

.fa-hammer {
  --fa:"";
}

.fa-hanukiah {
  --fa:"";
}

.fa-hat-wizard {
  --fa:"";
}

.fa-hiking, .fa-person-hiking {
  --fa:"";
}

.fa-hippo {
  --fa:"";
}

.fa-horse {
  --fa:"";
}

.fa-house-chimney-crack, .fa-house-damage {
  --fa:"";
}

.fa-hryvnia, .fa-hryvnia-sign {
  --fa:"";
}

.fa-mask {
  --fa:"";
}

.fa-mountain {
  --fa:"";
}

.fa-network-wired {
  --fa:"";
}

.fa-otter {
  --fa:"";
}

.fa-ring {
  --fa:"";
}

.fa-person-running, .fa-running {
  --fa:"";
}

.fa-scroll {
  --fa:"";
}

.fa-skull-crossbones {
  --fa:"";
}

.fa-slash {
  --fa:"";
}

.fa-spider {
  --fa:"";
}

.fa-toilet-paper, .fa-toilet-paper-alt, .fa-toilet-paper-blank {
  --fa:"";
}

.fa-tractor {
  --fa:"";
}

.fa-user-injured {
  --fa:"";
}

.fa-vr-cardboard {
  --fa:"";
}

.fa-wand-sparkles {
  --fa:"";
}

.fa-wind {
  --fa:"";
}

.fa-wine-bottle {
  --fa:"";
}

.fa-cloud-meatball {
  --fa:"";
}

.fa-cloud-moon-rain {
  --fa:"";
}

.fa-cloud-rain {
  --fa:"";
}

.fa-cloud-showers-heavy {
  --fa:"";
}

.fa-cloud-sun-rain {
  --fa:"";
}

.fa-democrat {
  --fa:"";
}

.fa-flag-usa {
  --fa:"";
}

.fa-hurricane {
  --fa:"";
}

.fa-landmark-alt, .fa-landmark-dome {
  --fa:"";
}

.fa-meteor {
  --fa:"";
}

.fa-person-booth {
  --fa:"";
}

.fa-poo-bolt, .fa-poo-storm {
  --fa:"";
}

.fa-rainbow {
  --fa:"";
}

.fa-republican {
  --fa:"";
}

.fa-smog {
  --fa:"";
}

.fa-temperature-high {
  --fa:"";
}

.fa-temperature-low {
  --fa:"";
}

.fa-cloud-bolt, .fa-thunderstorm {
  --fa:"";
}

.fa-tornado {
  --fa:"";
}

.fa-volcano {
  --fa:"";
}

.fa-check-to-slot, .fa-vote-yea {
  --fa:"";
}

.fa-water {
  --fa:"";
}

.fa-baby {
  --fa:"";
}

.fa-baby-carriage, .fa-carriage-baby {
  --fa:"";
}

.fa-biohazard {
  --fa:"";
}

.fa-blog {
  --fa:"";
}

.fa-calendar-day {
  --fa:"";
}

.fa-calendar-week {
  --fa:"";
}

.fa-candy-cane {
  --fa:"";
}

.fa-carrot {
  --fa:"";
}

.fa-cash-register {
  --fa:"";
}

.fa-compress-arrows-alt, .fa-minimize {
  --fa:"";
}

.fa-dumpster {
  --fa:"";
}

.fa-dumpster-fire {
  --fa:"";
}

.fa-ethernet {
  --fa:"";
}

.fa-gifts {
  --fa:"";
}

.fa-champagne-glasses, .fa-glass-cheers {
  --fa:"";
}

.fa-glass-whiskey, .fa-whiskey-glass {
  --fa:"";
}

.fa-earth-europe, .fa-globe-europe {
  --fa:"";
}

.fa-grip-lines {
  --fa:"";
}

.fa-grip-lines-vertical {
  --fa:"";
}

.fa-guitar {
  --fa:"";
}

.fa-heart-broken, .fa-heart-crack {
  --fa:"";
}

.fa-holly-berry {
  --fa:"";
}

.fa-horse-head {
  --fa:"";
}

.fa-icicles {
  --fa:"";
}

.fa-igloo {
  --fa:"";
}

.fa-mitten {
  --fa:"";
}

.fa-mug-hot {
  --fa:"";
}

.fa-radiation {
  --fa:"";
}

.fa-circle-radiation, .fa-radiation-alt {
  --fa:"";
}

.fa-restroom {
  --fa:"";
}

.fa-satellite {
  --fa:"";
}

.fa-satellite-dish {
  --fa:"";
}

.fa-sd-card {
  --fa:"";
}

.fa-sim-card {
  --fa:"";
}

.fa-person-skating, .fa-skating {
  --fa:"";
}

.fa-person-skiing, .fa-skiing {
  --fa:"";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
  --fa:"";
}

.fa-sleigh {
  --fa:"";
}

.fa-comment-sms, .fa-sms {
  --fa:"";
}

.fa-person-snowboarding, .fa-snowboarding {
  --fa:"";
}

.fa-snowman {
  --fa:"";
}

.fa-snowplow {
  --fa:"";
}

.fa-tenge, .fa-tenge-sign {
  --fa:"";
}

.fa-toilet {
  --fa:"";
}

.fa-screwdriver-wrench, .fa-tools {
  --fa:"";
}

.fa-cable-car, .fa-tram {
  --fa:"";
}

.fa-fire-alt, .fa-fire-flame-curved {
  --fa:"";
}

.fa-bacon {
  --fa:"";
}

.fa-book-medical {
  --fa:"";
}

.fa-bread-slice {
  --fa:"";
}

.fa-cheese {
  --fa:"";
}

.fa-clinic-medical, .fa-house-chimney-medical {
  --fa:"";
}

.fa-clipboard-user {
  --fa:"";
}

.fa-comment-medical {
  --fa:"";
}

.fa-crutch {
  --fa:"";
}

.fa-disease {
  --fa:"";
}

.fa-egg {
  --fa:"";
}

.fa-folder-tree {
  --fa:"";
}

.fa-burger, .fa-hamburger {
  --fa:"";
}

.fa-hand-middle-finger {
  --fa:"";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
  --fa:"";
}

.fa-hospital-user {
  --fa:"";
}

.fa-hotdog {
  --fa:"";
}

.fa-ice-cream {
  --fa:"";
}

.fa-laptop-medical {
  --fa:"";
}

.fa-pager {
  --fa:"";
}

.fa-pepper-hot {
  --fa:"";
}

.fa-pizza-slice {
  --fa:"";
}

.fa-sack-dollar {
  --fa:"";
}

.fa-book-tanakh, .fa-tanakh {
  --fa:"";
}

.fa-bars-progress, .fa-tasks-alt {
  --fa:"";
}

.fa-trash-arrow-up, .fa-trash-restore {
  --fa:"";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
  --fa:"";
}

.fa-user-nurse {
  --fa:"";
}

.fa-wave-square {
  --fa:"";
}

.fa-biking, .fa-person-biking {
  --fa:"";
}

.fa-border-all {
  --fa:"";
}

.fa-border-none {
  --fa:"";
}

.fa-border-style, .fa-border-top-left {
  --fa:"";
}

.fa-digging, .fa-person-digging {
  --fa:"";
}

.fa-fan {
  --fa:"";
}

.fa-heart-music-camera-bolt, .fa-icons {
  --fa:"";
}

.fa-phone-alt, .fa-phone-flip {
  --fa:"";
}

.fa-phone-square-alt, .fa-square-phone-flip {
  --fa:"";
}

.fa-photo-film, .fa-photo-video {
  --fa:"";
}

.fa-remove-format, .fa-text-slash {
  --fa:"";
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
  --fa:"";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
  --fa:"";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
  --fa:"";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
  --fa:"";
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
  --fa:"";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
  --fa:"";
}

.fa-spell-check {
  --fa:"";
}

.fa-voicemail {
  --fa:"";
}

.fa-hat-cowboy {
  --fa:"";
}

.fa-hat-cowboy-side {
  --fa:"";
}

.fa-computer-mouse, .fa-mouse {
  --fa:"";
}

.fa-radio {
  --fa:"";
}

.fa-record-vinyl {
  --fa:"";
}

.fa-walkie-talkie {
  --fa:"";
}

.fa-caravan {
  --fa:"";
}

:host, :root {
  --fa-family-brands:"Font Awesome 7 Brands";
  --fa-font-brands:normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/@fortawesome/fa-brands-400.woff2");
}
.fa-brands, .fa-classic.fa-brands, .fab {
  --fa-family:var(--fa-family-brands);
  --fa-style:400;
}

.fa-firefox-browser {
  --fa:"";
}

.fa-ideal {
  --fa:"";
}

.fa-microblog {
  --fa:"";
}

.fa-pied-piper-square, .fa-square-pied-piper {
  --fa:"";
}

.fa-unity {
  --fa:"";
}

.fa-dailymotion {
  --fa:"";
}

.fa-instagram-square, .fa-square-instagram {
  --fa:"";
}

.fa-mixer {
  --fa:"";
}

.fa-shopify {
  --fa:"";
}

.fa-deezer {
  --fa:"";
}

.fa-edge-legacy {
  --fa:"";
}

.fa-google-pay {
  --fa:"";
}

.fa-rust {
  --fa:"";
}

.fa-tiktok {
  --fa:"";
}

.fa-unsplash {
  --fa:"";
}

.fa-cloudflare {
  --fa:"";
}

.fa-guilded {
  --fa:"";
}

.fa-hive {
  --fa:"";
}

.fa-42-group, .fa-innosoft {
  --fa:"";
}

.fa-instalod {
  --fa:"";
}

.fa-octopus-deploy {
  --fa:"";
}

.fa-perbyte {
  --fa:"";
}

.fa-uncharted {
  --fa:"";
}

.fa-watchman-monitoring {
  --fa:"";
}

.fa-wodu {
  --fa:"";
}

.fa-wirsindhandwerk, .fa-wsh {
  --fa:"";
}

.fa-bots {
  --fa:"";
}

.fa-cmplid {
  --fa:"";
}

.fa-bilibili {
  --fa:"";
}

.fa-golang {
  --fa:"";
}

.fa-pix {
  --fa:"";
}

.fa-sitrox {
  --fa:"";
}

.fa-hashnode {
  --fa:"";
}

.fa-meta {
  --fa:"";
}

.fa-padlet {
  --fa:"";
}

.fa-nfc-directional {
  --fa:"";
}

.fa-nfc-symbol {
  --fa:"";
}

.fa-screenpal {
  --fa:"";
}

.fa-space-awesome {
  --fa:"";
}

.fa-square-font-awesome {
  --fa:"";
}

.fa-gitlab-square, .fa-square-gitlab {
  --fa:"";
}

.fa-odysee {
  --fa:"";
}

.fa-stubber {
  --fa:"";
}

.fa-debian {
  --fa:"";
}

.fa-shoelace {
  --fa:"";
}

.fa-threads {
  --fa:"";
}

.fa-square-threads {
  --fa:"";
}

.fa-square-x-twitter {
  --fa:"";
}

.fa-x-twitter {
  --fa:"";
}

.fa-opensuse {
  --fa:"";
}

.fa-letterboxd {
  --fa:"";
}

.fa-square-letterboxd {
  --fa:"";
}

.fa-mintbit {
  --fa:"";
}

.fa-google-scholar {
  --fa:"";
}

.fa-brave {
  --fa:"";
}

.fa-brave-reverse {
  --fa:"";
}

.fa-pixiv {
  --fa:"";
}

.fa-upwork {
  --fa:"";
}

.fa-webflow {
  --fa:"";
}

.fa-signal-messenger {
  --fa:"";
}

.fa-bluesky {
  --fa:"";
}

.fa-jxl {
  --fa:"";
}

.fa-square-upwork {
  --fa:"";
}

.fa-web-awesome {
  --fa:"";
}

.fa-square-web-awesome {
  --fa:"";
}

.fa-square-web-awesome-stroke {
  --fa:"";
}

.fa-dart-lang {
  --fa:"";
}

.fa-flutter {
  --fa:"";
}

.fa-files-pinwheel {
  --fa:"";
}

.fa-css {
  --fa:"";
}

.fa-square-bluesky {
  --fa:"";
}

.fa-openai {
  --fa:"";
}

.fa-square-linkedin {
  --fa:"";
}

.fa-cash-app {
  --fa:"";
}

.fa-disqus {
  --fa:"";
}

.fa-11ty, .fa-eleventy {
  --fa:"";
}

.fa-kakao-talk {
  --fa:"";
}

.fa-linktree {
  --fa:"";
}

.fa-notion {
  --fa:"";
}

.fa-pandora {
  --fa:"";
}

.fa-pixelfed {
  --fa:"";
}

.fa-tidal {
  --fa:"";
}

.fa-vsco {
  --fa:"";
}

.fa-w3c {
  --fa:"";
}

.fa-lumon {
  --fa:"";
}

.fa-lumon-drop {
  --fa:"";
}

.fa-square-figma {
  --fa:"";
}

.fa-tex {
  --fa:"";
}

.fa-duolingo {
  --fa:"";
}

.fa-square-twitter, .fa-twitter-square {
  --fa:"";
}

.fa-facebook-square, .fa-square-facebook {
  --fa:"";
}

.fa-linkedin {
  --fa:"";
}

.fa-github-square, .fa-square-github {
  --fa:"";
}

.fa-twitter {
  --fa:"";
}

.fa-facebook {
  --fa:"";
}

.fa-github {
  --fa:"";
}

.fa-pinterest {
  --fa:"";
}

.fa-pinterest-square, .fa-square-pinterest {
  --fa:"";
}

.fa-google-plus-square, .fa-square-google-plus {
  --fa:"";
}

.fa-google-plus-g {
  --fa:"";
}

.fa-linkedin-in {
  --fa:"";
}

.fa-github-alt {
  --fa:"";
}

.fa-maxcdn {
  --fa:"";
}

.fa-html5 {
  --fa:"";
}

.fa-css3 {
  --fa:"";
}

.fa-btc {
  --fa:"";
}

.fa-youtube {
  --fa:"";
}

.fa-xing {
  --fa:"";
}

.fa-square-xing, .fa-xing-square {
  --fa:"";
}

.fa-dropbox {
  --fa:"";
}

.fa-stack-overflow {
  --fa:"";
}

.fa-instagram {
  --fa:"";
}

.fa-flickr {
  --fa:"";
}

.fa-adn {
  --fa:"";
}

.fa-bitbucket {
  --fa:"";
}

.fa-tumblr {
  --fa:"";
}

.fa-square-tumblr, .fa-tumblr-square {
  --fa:"";
}

.fa-apple {
  --fa:"";
}

.fa-windows {
  --fa:"";
}

.fa-android {
  --fa:"";
}

.fa-linux {
  --fa:"";
}

.fa-dribbble {
  --fa:"";
}

.fa-skype {
  --fa:"";
}

.fa-foursquare {
  --fa:"";
}

.fa-trello {
  --fa:"";
}

.fa-gratipay {
  --fa:"";
}

.fa-vk {
  --fa:"";
}

.fa-weibo {
  --fa:"";
}

.fa-renren {
  --fa:"";
}

.fa-pagelines {
  --fa:"";
}

.fa-stack-exchange {
  --fa:"";
}

.fa-square-vimeo, .fa-vimeo-square {
  --fa:"";
}

.fa-slack, .fa-slack-hash {
  --fa:"";
}

.fa-wordpress {
  --fa:"";
}

.fa-openid {
  --fa:"";
}

.fa-yahoo {
  --fa:"";
}

.fa-google {
  --fa:"";
}

.fa-reddit {
  --fa:"";
}

.fa-reddit-square, .fa-square-reddit {
  --fa:"";
}

.fa-stumbleupon-circle {
  --fa:"";
}

.fa-stumbleupon {
  --fa:"";
}

.fa-delicious {
  --fa:"";
}

.fa-digg {
  --fa:"";
}

.fa-pied-piper-pp {
  --fa:"";
}

.fa-pied-piper-alt {
  --fa:"";
}

.fa-drupal {
  --fa:"";
}

.fa-joomla {
  --fa:"";
}

.fa-behance {
  --fa:"";
}

.fa-behance-square, .fa-square-behance {
  --fa:"";
}

.fa-steam {
  --fa:"";
}

.fa-square-steam, .fa-steam-square {
  --fa:"";
}

.fa-spotify {
  --fa:"";
}

.fa-deviantart {
  --fa:"";
}

.fa-soundcloud {
  --fa:"";
}

.fa-vine {
  --fa:"";
}

.fa-codepen {
  --fa:"";
}

.fa-jsfiddle {
  --fa:"";
}

.fa-rebel {
  --fa:"";
}

.fa-empire {
  --fa:"";
}

.fa-git-square, .fa-square-git {
  --fa:"";
}

.fa-git {
  --fa:"";
}

.fa-hacker-news {
  --fa:"";
}

.fa-tencent-weibo {
  --fa:"";
}

.fa-qq {
  --fa:"";
}

.fa-weixin {
  --fa:"";
}

.fa-slideshare {
  --fa:"";
}

.fa-twitch {
  --fa:"";
}

.fa-yelp {
  --fa:"";
}

.fa-paypal {
  --fa:"";
}

.fa-google-wallet {
  --fa:"";
}

.fa-cc-visa {
  --fa:"";
}

.fa-cc-mastercard {
  --fa:"";
}

.fa-cc-discover {
  --fa:"";
}

.fa-cc-amex {
  --fa:"";
}

.fa-cc-paypal {
  --fa:"";
}

.fa-cc-stripe {
  --fa:"";
}

.fa-lastfm {
  --fa:"";
}

.fa-lastfm-square, .fa-square-lastfm {
  --fa:"";
}

.fa-ioxhost {
  --fa:"";
}

.fa-angellist {
  --fa:"";
}

.fa-buysellads {
  --fa:"";
}

.fa-connectdevelop {
  --fa:"";
}

.fa-dashcube {
  --fa:"";
}

.fa-forumbee {
  --fa:"";
}

.fa-leanpub {
  --fa:"";
}

.fa-sellsy {
  --fa:"";
}

.fa-shirtsinbulk {
  --fa:"";
}

.fa-simplybuilt {
  --fa:"";
}

.fa-skyatlas {
  --fa:"";
}

.fa-pinterest-p {
  --fa:"";
}

.fa-whatsapp {
  --fa:"";
}

.fa-viacoin {
  --fa:"";
}

.fa-medium, .fa-medium-m {
  --fa:"";
}

.fa-y-combinator {
  --fa:"";
}

.fa-optin-monster {
  --fa:"";
}

.fa-opencart {
  --fa:"";
}

.fa-expeditedssl {
  --fa:"";
}

.fa-cc-jcb {
  --fa:"";
}

.fa-cc-diners-club {
  --fa:"";
}

.fa-creative-commons {
  --fa:"";
}

.fa-gg {
  --fa:"";
}

.fa-gg-circle {
  --fa:"";
}

.fa-odnoklassniki {
  --fa:"";
}

.fa-odnoklassniki-square, .fa-square-odnoklassniki {
  --fa:"";
}

.fa-get-pocket {
  --fa:"";
}

.fa-wikipedia-w {
  --fa:"";
}

.fa-safari {
  --fa:"";
}

.fa-chrome {
  --fa:"";
}

.fa-firefox {
  --fa:"";
}

.fa-opera {
  --fa:"";
}

.fa-internet-explorer {
  --fa:"";
}

.fa-contao {
  --fa:"";
}

.fa-500px {
  --fa:"";
}

.fa-amazon {
  --fa:"";
}

.fa-houzz {
  --fa:"";
}

.fa-vimeo-v {
  --fa:"";
}

.fa-black-tie {
  --fa:"";
}

.fa-fonticons {
  --fa:"";
}

.fa-reddit-alien {
  --fa:"";
}

.fa-edge {
  --fa:"";
}

.fa-codiepie {
  --fa:"";
}

.fa-modx {
  --fa:"";
}

.fa-fort-awesome {
  --fa:"";
}

.fa-usb {
  --fa:"";
}

.fa-product-hunt {
  --fa:"";
}

.fa-mixcloud {
  --fa:"";
}

.fa-scribd {
  --fa:"";
}

.fa-bluetooth {
  --fa:"";
}

.fa-bluetooth-b {
  --fa:"";
}

.fa-gitlab {
  --fa:"";
}

.fa-wpbeginner {
  --fa:"";
}

.fa-wpforms {
  --fa:"";
}

.fa-envira {
  --fa:"";
}

.fa-glide {
  --fa:"";
}

.fa-glide-g {
  --fa:"";
}

.fa-viadeo {
  --fa:"";
}

.fa-square-viadeo, .fa-viadeo-square {
  --fa:"";
}

.fa-snapchat, .fa-snapchat-ghost {
  --fa:"";
}

.fa-snapchat-square, .fa-square-snapchat {
  --fa:"";
}

.fa-pied-piper {
  --fa:"";
}

.fa-first-order {
  --fa:"";
}

.fa-yoast {
  --fa:"";
}

.fa-themeisle {
  --fa:"";
}

.fa-google-plus {
  --fa:"";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
  --fa:"";
}

.fa-linode {
  --fa:"";
}

.fa-quora {
  --fa:"";
}

.fa-free-code-camp {
  --fa:"";
}

.fa-telegram, .fa-telegram-plane {
  --fa:"";
}

.fa-bandcamp {
  --fa:"";
}

.fa-grav {
  --fa:"";
}

.fa-etsy {
  --fa:"";
}

.fa-imdb {
  --fa:"";
}

.fa-ravelry {
  --fa:"";
}

.fa-sellcast {
  --fa:"";
}

.fa-superpowers {
  --fa:"";
}

.fa-wpexplorer {
  --fa:"";
}

.fa-meetup {
  --fa:"";
}

.fa-font-awesome-alt, .fa-square-font-awesome-stroke {
  --fa:"";
}

.fa-accessible-icon {
  --fa:"";
}

.fa-accusoft {
  --fa:"";
}

.fa-adversal {
  --fa:"";
}

.fa-affiliatetheme {
  --fa:"";
}

.fa-algolia {
  --fa:"";
}

.fa-amilia {
  --fa:"";
}

.fa-angrycreative {
  --fa:"";
}

.fa-app-store {
  --fa:"";
}

.fa-app-store-ios {
  --fa:"";
}

.fa-apper {
  --fa:"";
}

.fa-asymmetrik {
  --fa:"";
}

.fa-audible {
  --fa:"";
}

.fa-avianex {
  --fa:"";
}

.fa-aws {
  --fa:"";
}

.fa-bimobject {
  --fa:"";
}

.fa-bitcoin {
  --fa:"";
}

.fa-bity {
  --fa:"";
}

.fa-blackberry {
  --fa:"";
}

.fa-blogger {
  --fa:"";
}

.fa-blogger-b {
  --fa:"";
}

.fa-buromobelexperte {
  --fa:"";
}

.fa-centercode {
  --fa:"";
}

.fa-cloudscale {
  --fa:"";
}

.fa-cloudsmith {
  --fa:"";
}

.fa-cloudversify {
  --fa:"";
}

.fa-cpanel {
  --fa:"";
}

.fa-css3-alt {
  --fa:"";
}

.fa-cuttlefish {
  --fa:"";
}

.fa-d-and-d {
  --fa:"";
}

.fa-deploydog {
  --fa:"";
}

.fa-deskpro {
  --fa:"";
}

.fa-digital-ocean {
  --fa:"";
}

.fa-discord {
  --fa:"";
}

.fa-discourse {
  --fa:"";
}

.fa-dochub {
  --fa:"";
}

.fa-docker {
  --fa:"";
}

.fa-draft2digital {
  --fa:"";
}

.fa-dribbble-square, .fa-square-dribbble {
  --fa:"";
}

.fa-dyalog {
  --fa:"";
}

.fa-earlybirds {
  --fa:"";
}

.fa-erlang {
  --fa:"";
}

.fa-facebook-f {
  --fa:"";
}

.fa-facebook-messenger {
  --fa:"";
}

.fa-firstdraft {
  --fa:"";
}

.fa-fonticons-fi {
  --fa:"";
}

.fa-fort-awesome-alt {
  --fa:"";
}

.fa-freebsd {
  --fa:"";
}

.fa-gitkraken {
  --fa:"";
}

.fa-gofore {
  --fa:"";
}

.fa-goodreads {
  --fa:"";
}

.fa-goodreads-g {
  --fa:"";
}

.fa-google-drive {
  --fa:"";
}

.fa-google-play {
  --fa:"";
}

.fa-gripfire {
  --fa:"";
}

.fa-grunt {
  --fa:"";
}

.fa-gulp {
  --fa:"";
}

.fa-hacker-news-square, .fa-square-hacker-news {
  --fa:"";
}

.fa-hire-a-helper {
  --fa:"";
}

.fa-hotjar {
  --fa:"";
}

.fa-hubspot {
  --fa:"";
}

.fa-itunes {
  --fa:"";
}

.fa-itunes-note {
  --fa:"";
}

.fa-jenkins {
  --fa:"";
}

.fa-joget {
  --fa:"";
}

.fa-js {
  --fa:"";
}

.fa-js-square, .fa-square-js {
  --fa:"";
}

.fa-keycdn {
  --fa:"";
}

.fa-kickstarter, .fa-square-kickstarter {
  --fa:"";
}

.fa-kickstarter-k {
  --fa:"";
}

.fa-laravel {
  --fa:"";
}

.fa-line {
  --fa:"";
}

.fa-lyft {
  --fa:"";
}

.fa-magento {
  --fa:"";
}

.fa-medapps {
  --fa:"";
}

.fa-medrt {
  --fa:"";
}

.fa-microsoft {
  --fa:"";
}

.fa-mix {
  --fa:"";
}

.fa-mizuni {
  --fa:"";
}

.fa-monero {
  --fa:"";
}

.fa-napster {
  --fa:"";
}

.fa-node-js {
  --fa:"";
}

.fa-npm {
  --fa:"";
}

.fa-ns8 {
  --fa:"";
}

.fa-nutritionix {
  --fa:"";
}

.fa-page4 {
  --fa:"";
}

.fa-palfed {
  --fa:"";
}

.fa-patreon {
  --fa:"";
}

.fa-periscope {
  --fa:"";
}

.fa-phabricator {
  --fa:"";
}

.fa-phoenix-framework {
  --fa:"";
}

.fa-playstation {
  --fa:"";
}

.fa-pushed {
  --fa:"";
}

.fa-python {
  --fa:"";
}

.fa-red-river {
  --fa:"";
}

.fa-rendact, .fa-wpressr {
  --fa:"";
}

.fa-replyd {
  --fa:"";
}

.fa-resolving {
  --fa:"";
}

.fa-rocketchat {
  --fa:"";
}

.fa-rockrms {
  --fa:"";
}

.fa-schlix {
  --fa:"";
}

.fa-searchengin {
  --fa:"";
}

.fa-servicestack {
  --fa:"";
}

.fa-sistrix {
  --fa:"";
}

.fa-speakap {
  --fa:"";
}

.fa-staylinked {
  --fa:"";
}

.fa-steam-symbol {
  --fa:"";
}

.fa-sticker-mule {
  --fa:"";
}

.fa-studiovinari {
  --fa:"";
}

.fa-supple {
  --fa:"";
}

.fa-uber {
  --fa:"";
}

.fa-uikit {
  --fa:"";
}

.fa-uniregistry {
  --fa:"";
}

.fa-untappd {
  --fa:"";
}

.fa-ussunnah {
  --fa:"";
}

.fa-vaadin {
  --fa:"";
}

.fa-viber {
  --fa:"";
}

.fa-vimeo {
  --fa:"";
}

.fa-vnv {
  --fa:"";
}

.fa-square-whatsapp, .fa-whatsapp-square {
  --fa:"";
}

.fa-whmcs {
  --fa:"";
}

.fa-wordpress-simple {
  --fa:"";
}

.fa-xbox {
  --fa:"";
}

.fa-yandex {
  --fa:"";
}

.fa-yandex-international {
  --fa:"";
}

.fa-apple-pay {
  --fa:"";
}

.fa-cc-apple-pay {
  --fa:"";
}

.fa-fly {
  --fa:"";
}

.fa-node {
  --fa:"";
}

.fa-osi {
  --fa:"";
}

.fa-react {
  --fa:"";
}

.fa-autoprefixer {
  --fa:"";
}

.fa-less {
  --fa:"";
}

.fa-sass {
  --fa:"";
}

.fa-vuejs {
  --fa:"";
}

.fa-angular {
  --fa:"";
}

.fa-aviato {
  --fa:"";
}

.fa-ember {
  --fa:"";
}

.fa-gitter {
  --fa:"";
}

.fa-hooli {
  --fa:"";
}

.fa-strava {
  --fa:"";
}

.fa-stripe {
  --fa:"";
}

.fa-stripe-s {
  --fa:"";
}

.fa-typo3 {
  --fa:"";
}

.fa-amazon-pay {
  --fa:"";
}

.fa-cc-amazon-pay {
  --fa:"";
}

.fa-ethereum {
  --fa:"";
}

.fa-korvue {
  --fa:"";
}

.fa-elementor {
  --fa:"";
}

.fa-square-youtube, .fa-youtube-square {
  --fa:"";
}

.fa-flipboard {
  --fa:"";
}

.fa-hips {
  --fa:"";
}

.fa-php {
  --fa:"";
}

.fa-quinscape {
  --fa:"";
}

.fa-readme {
  --fa:"";
}

.fa-java {
  --fa:"";
}

.fa-pied-piper-hat {
  --fa:"";
}

.fa-creative-commons-by {
  --fa:"";
}

.fa-creative-commons-nc {
  --fa:"";
}

.fa-creative-commons-nc-eu {
  --fa:"";
}

.fa-creative-commons-nc-jp {
  --fa:"";
}

.fa-creative-commons-nd {
  --fa:"";
}

.fa-creative-commons-pd {
  --fa:"";
}

.fa-creative-commons-pd-alt {
  --fa:"";
}

.fa-creative-commons-remix {
  --fa:"";
}

.fa-creative-commons-sa {
  --fa:"";
}

.fa-creative-commons-sampling {
  --fa:"";
}

.fa-creative-commons-sampling-plus {
  --fa:"";
}

.fa-creative-commons-share {
  --fa:"";
}

.fa-creative-commons-zero {
  --fa:"";
}

.fa-ebay {
  --fa:"";
}

.fa-keybase {
  --fa:"";
}

.fa-mastodon {
  --fa:"";
}

.fa-r-project {
  --fa:"";
}

.fa-researchgate {
  --fa:"";
}

.fa-teamspeak {
  --fa:"";
}

.fa-first-order-alt {
  --fa:"";
}

.fa-fulcrum {
  --fa:"";
}

.fa-galactic-republic {
  --fa:"";
}

.fa-galactic-senate {
  --fa:"";
}

.fa-jedi-order {
  --fa:"";
}

.fa-mandalorian {
  --fa:"";
}

.fa-old-republic {
  --fa:"";
}

.fa-phoenix-squadron {
  --fa:"";
}

.fa-sith {
  --fa:"";
}

.fa-trade-federation {
  --fa:"";
}

.fa-wolf-pack-battalion {
  --fa:"";
}

.fa-hornbill {
  --fa:"";
}

.fa-mailchimp {
  --fa:"";
}

.fa-megaport {
  --fa:"";
}

.fa-nimblr {
  --fa:"";
}

.fa-rev {
  --fa:"";
}

.fa-shopware {
  --fa:"";
}

.fa-squarespace {
  --fa:"";
}

.fa-themeco {
  --fa:"";
}

.fa-weebly {
  --fa:"";
}

.fa-wix {
  --fa:"";
}

.fa-ello {
  --fa:"";
}

.fa-hackerrank {
  --fa:"";
}

.fa-kaggle {
  --fa:"";
}

.fa-markdown {
  --fa:"";
}

.fa-neos {
  --fa:"";
}

.fa-zhihu {
  --fa:"";
}

.fa-alipay {
  --fa:"";
}

.fa-the-red-yeti {
  --fa:"";
}

.fa-critical-role {
  --fa:"";
}

.fa-d-and-d-beyond {
  --fa:"";
}

.fa-dev {
  --fa:"";
}

.fa-fantasy-flight-games {
  --fa:"";
}

.fa-wizards-of-the-coast {
  --fa:"";
}

.fa-think-peaks {
  --fa:"";
}

.fa-reacteurope {
  --fa:"";
}

.fa-artstation {
  --fa:"";
}

.fa-atlassian {
  --fa:"";
}

.fa-canadian-maple-leaf {
  --fa:"";
}

.fa-centos {
  --fa:"";
}

.fa-confluence {
  --fa:"";
}

.fa-dhl {
  --fa:"";
}

.fa-diaspora {
  --fa:"";
}

.fa-fedex {
  --fa:"";
}

.fa-fedora {
  --fa:"";
}

.fa-figma {
  --fa:"";
}

.fa-intercom {
  --fa:"";
}

.fa-invision {
  --fa:"";
}

.fa-jira {
  --fa:"";
}

.fa-mendeley {
  --fa:"";
}

.fa-raspberry-pi {
  --fa:"";
}

.fa-redhat {
  --fa:"";
}

.fa-sketch {
  --fa:"";
}

.fa-sourcetree {
  --fa:"";
}

.fa-suse {
  --fa:"";
}

.fa-ubuntu {
  --fa:"";
}

.fa-ups {
  --fa:"";
}

.fa-usps {
  --fa:"";
}

.fa-yarn {
  --fa:"";
}

.fa-airbnb {
  --fa:"";
}

.fa-battle-net {
  --fa:"";
}

.fa-bootstrap {
  --fa:"";
}

.fa-buffer {
  --fa:"";
}

.fa-chromecast {
  --fa:"";
}

.fa-evernote {
  --fa:"";
}

.fa-itch-io {
  --fa:"";
}

.fa-salesforce {
  --fa:"";
}

.fa-speaker-deck {
  --fa:"";
}

.fa-symfony {
  --fa:"";
}

.fa-waze {
  --fa:"";
}

.fa-yammer {
  --fa:"";
}

.fa-git-alt {
  --fa:"";
}

.fa-stackpath {
  --fa:"";
}

.fa-cotton-bureau {
  --fa:"";
}

.fa-buy-n-large {
  --fa:"";
}

.fa-mdb {
  --fa:"";
}

.fa-orcid {
  --fa:"";
}

.fa-swift {
  --fa:"";
}

.fa-umbraco {
  --fa:"";
}

:host, :root {
  --fa-font-regular:normal 400 1em/1 var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/@fortawesome/fa-regular-400.woff2");
}
.far {
  --fa-family:var(--fa-family-classic);
}

.fa-regular, .far {
  --fa-style:400;
}

:host, :root {
  --fa-family-classic:"Font Awesome 7 Free";
  --fa-font-solid:normal 900 1em/1 var(--fa-family-classic);
  --fa-style-family-classic:var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/@fortawesome/fa-solid-900.woff2");
}
.fas {
  --fa-style:900;
}

.fa-classic, .fas {
  --fa-family:var(--fa-family-classic);
}

.fa-solid {
  --fa-style:900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("fonts/@fortawesome/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("fonts/@fortawesome/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("fonts/@fortawesome/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("fonts/@fortawesome/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("fonts/@fortawesome/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("fonts/@fortawesome/fa-regular-400.woff2") format("woff2");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("fonts/@fortawesome/fa-v4compatibility.woff2") format("woff2");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}
:root,
[data-bs-theme=light] {
  --bs-prismjs-bg: #1e1e3f;
  --bs-prismjs-border: rgba(255, 255, 255, 0.1);
  --bs-prismjs-btn-bg: #2d2d5e;
  --bs-prismjs-btn-bg-hover: #2d2d5e;
  --bs-prismjs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-prismjs-btn-color-hover: #1B84FF;
  --bs-prismjs-scrollbar-color: #323268;
  --bs-prismjs-scrollbar-color-hover: #373773;
}

[data-bs-theme=dark] {
  --bs-prismjs-bg: #151521;
  --bs-prismjs-border: rgba(255, 255, 255, 0.1);
  --bs-prismjs-btn-bg: #27273d;
  --bs-prismjs-btn-bg-hover: #27273d;
  --bs-prismjs-btn-color: rgba(255, 255, 255, 0.75);
  --bs-prismjs-btn-color-hover: #1B84FF;
  --bs-prismjs-scrollbar-color: #2d2d46;
  --bs-prismjs-scrollbar-color-hover: #333350;
}

.highlight {
  position: relative;
  background: var(--bs-prismjs-bg);
  border-radius: 1.15rem;
  padding: 1.75rem 1.5rem 1.75rem 1.5rem;
}
.highlight .nav {
  border-bottom: 1px solid var(--bs-prismjs-border);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: -0.25rem;
}
.highlight .nav .nav-item {
  margin-right: 0.75rem;
}
.highlight .nav .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.35rem 1rem;
  border-radius: 1.15rem;
  color: var(--bs-prismjs-btn-color);
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}
.highlight .nav .nav-link:focus, .highlight .nav .nav-link.active {
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-prismjs-btn-bg-hover);
  color: var(--bs-prismjs-btn-color-hover);
}
.highlight .highlight-copy {
  display: none;
  position: absolute;
  right: 1.75rem;
  top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.35rem 1rem !important;
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-prismjs-btn-bg);
  color: var(--bs-prismjs-btn-color);
}
.highlight .highlight-copy:focus, .highlight .highlight-copy:hover {
  transition: all 0.2s ease-in-out;
  background-color: var(--bs-prismjs-btn-bg-hover);
  color: var(--bs-prismjs-btn-color-hover);
}
.highlight:hover .highlight-copy {
  display: flex;
}
.highlight .highlight-code pre {
  background-color: transparent;
  overflow: auto;
  padding: 0;
  margin: 0;
  scrollbar-color: var(--bs-prismjs-scrollbar-color) transparent;
}
.highlight .highlight-code pre::-webkit-scrollbar-thumb {
  background-color: var(--bs-prismjs-scrollbar-color);
}
.highlight .highlight-code pre::-webkit-scrollbar-corner {
  background-color: transparent;
}
.highlight .highlight-code pre:hover {
  scrollbar-color: var(--bs-prismjs-scrollbar-color-hover) transparent;
}
.highlight .highlight-code pre:hover::-webkit-scrollbar-thumb {
  background-color: var(--bs-prismjs-scrollbar-color-hover);
}
.highlight .highlight-code pre:hover::-webkit-scrollbar-corner {
  background-color: transparent;
}
.highlight .highlight-code pre code[class*=language-] {
  padding: 0;
  margin: 0;
  font-size: 1rem !important;
}

.fslightbox-slide-btn {
  border-radius: 1.15rem;
}

.fslightbox-toolbar {
  border-bottom-left-radius: 1.15rem;
}

.select2-container--bootstrap5 .select2-selection {
  box-shadow: none;
  height: auto;
  outline: none !important;
}
.select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select-solid, .select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select-solid {
  background-color: var(--bs-gray-200);
}
.select2-container--bootstrap5.select2-container--focus:not(.select2-container--disabled) .form-select:not(.form-select-solid):not(.form-select-transparent), .select2-container--bootstrap5.select2-container--open:not(.select2-container--disabled) .form-select:not(.form-select-solid):not(.form-select-transparent) {
  border-color: var(--bs-gray-400);
}
.select2-container--bootstrap5.select2-container--disabled .form-select {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-300);
}
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__rendered,
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__placeholder {
  color: var(--bs-gray-500) !important;
}
.select2-container--bootstrap5.select2-container--disabled .form-select.form-select-transparent {
  background-color: transparent;
  border-color: transparent;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline {
  flex-grow: 1;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field {
  color: var(--bs-gray-700);
  font-weight: 500;
  font-family: inherit !important;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field {
  color: var(--bs-gray-700);
  font-family: inherit !important;
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .form-select-solid .select2-search.select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}
.select2-container--bootstrap5 .select2-selection--single {
  display: flex;
  align-items: center;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bs-input-color);
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__rendered {
  color: var(--bs-gray-700);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-solid .select2-selection__placeholder {
  color: var(--bs-gray-500);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-transparent .select2-selection__rendered {
  color: var(--bs-gray-800);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-transparent .select2-selection__placeholder {
  color: var(--bs-gray-800);
}
.select2-container--bootstrap5 .select2-selection--single.form-select-dark .select2-selection__rendered {
  color: var(--bs-gray-900);
}
.select2-container--bootstrap5 .select2-selection--multiple {
  display: flex;
  align-items: center;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline {
  display: inline-flex;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  margin: 0;
  padding: 0;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: var(--bs-gray-300);
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  display: block;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0.5;
  border: 0;
  transition: color 0.2s ease;
  top: 50%;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  display: none;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  transition: color 0.2s ease;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display {
  font-weight: 500;
}
.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  height: 0.6rem;
  width: 0.6rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm {
  min-height: calc(1.5em + 1.1rem + 2px);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice {
  border-radius: 2.5rem;
  padding: 0.1rem 0.35rem;
  margin-right: 0.35rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-selection__choice .select2-selection__choice__display {
  margin-left: 0.95rem;
  font-size: 0.95rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-sm .select2-search__field {
  height: 14px;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
  min-height: calc(1.5em + 1.55rem + 2px);
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
  border-radius: 2rem;
  padding: 0.1rem 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
  margin-left: 1.1rem;
  font-size: 1.1rem;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search__field {
  height: 16px;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg {
  min-height: calc(1.5em + 2rem + 2px);
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice {
  border-radius: 3rem;
  padding: 0.15rem 0.65rem;
  margin-right: 0.65rem;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-selection__choice .select2-selection__choice__display {
  margin-left: 1.25rem;
  font-size: 1.15rem;
}
.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-search__field {
  height: 18px;
}
.select2-container--bootstrap5 .select2-dropdown {
  border: 0;
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 1.15rem;
  padding: 1rem 0;
  background-color: var(--bs-dropdown-bg);
}
.modal-open .select2-container--bootstrap5 .select2-dropdown {
  z-index: 1056;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search {
  padding: 0.5rem 1.25rem;
  margin: 0 0 0.5rem 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field {
  background-color: var(--bs-body-bg);
  padding: 0.55rem 0.75rem;
  color: var(--bs-gray-700);
  font-size: 0.95rem;
  border: 1px solid var(--bs-gray-300);
  border-radius: 2rem;
  outline: 0 !important;
}
.select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:focus, .select2-container--bootstrap5 .select2-dropdown .select2-search .select2-search__field:active {
  border: 1px solid var(--bs-gray-400);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
  padding: 0.75rem 1.25rem;
  margin: 0 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  transition: color 0.2s ease;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  transition: color 0.2s ease;
  position: relative;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  height: 0.75rem;
  width: 0.75rem;
  content: "";
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-component-hover-color);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='var%28--bs-component-hover-color%29' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='var%28--bs-component-hover-color%29' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e");
  mask-position: center;
  -webkit-mask-position: center;
  right: 1.25rem;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--disabled {
  color: var(--bs-gray-400);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__message {
  color: var(--bs-gray-600);
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group {
  padding-left: 0;
  padding-right: 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group {
  display: block;
  color: var(--bs-gray-800);
  font-weight: 500;
  font-size: 1.15rem;
  padding: 0 1.25rem 0 1.25rem;
  margin: 0 0 0.25rem 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__option {
  padding: 0.75rem 1.25rem;
  margin: 0 0;
}
.select2-container--bootstrap5 .select2-selection__clear {
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  top: 50%;
  right: 3rem;
  position: absolute;
  transform: translateY(-50%);
  background-color: var(--bs-gray-700) !important;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-700);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-700%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.select2-container--bootstrap5 .select2-selection__clear span {
  display: none;
}
.select2-container--bootstrap5 .select2-selection__clear:hover {
  background-color: var(--bs-primary) !important;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.form-floating .form-select {
  padding-top: 1.85rem !important;
}

.fv-plugins-message-container {
  --input-invalid-color: var(--bs-danger);
  margin-top: 0.3rem;
}
.fv-plugins-message-container .fv-help-block {
  color: var(--bs-danger);
  font-size: 1rem;
  font-weight: 400;
}
.fv-plugins-message-container.valid-feedback, .fv-plugins-message-container.invalid-feedback {
  display: block;
  font-weight: 400;
}

.daterangepicker {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  background-color: var(--bs-body-bg);
  box-shadow: var(--bs-dropdown-box-shadow);
  font-family: Inter, Helvetica, "sans-serif";
  z-index: 1000;
  border-radius: 1.15rem;
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: transparent;
}
.modal-open .daterangepicker {
  z-index: 1056;
}
.daterangepicker .calendar-table {
  background-color: var(--bs-body-bg);
  border: 0;
}
.daterangepicker .ranges {
  border-radius: 1.15rem;
  background-color: var(--bs-body-bg);
  position: relative;
  overflow: hidden;
}
.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 150px;
  overflow: auto;
  max-height: 260px;
}
.daterangepicker .ranges li {
  padding: 0.7rem 1.75rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--bs-gray-600);
  transition: color 0.2s ease;
}
.daterangepicker .ranges li:hover {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  transition: color 0.2s ease;
}
.daterangepicker .ranges li.active {
  background-color: var(--bs-component-active-bg);
  color: var(--bs-component-active-color);
  transition: color 0.2s ease;
}
.daterangepicker.show-calendar .ranges {
  border-radius: 0;
  border-top-left-radius: 1.15rem;
  margin-top: 0;
  height: 297px;
}
.daterangepicker.show-ranges.show-calendar .ranges {
  border-right: 1px solid var(--bs-gray-200);
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 0;
}
.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid var(--bs-gray-200);
}
.daterangepicker .drp-buttons .btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.daterangepicker .drp-buttons .cancelBtn {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light);
  background-color: var(--bs-light);
}
.daterangepicker .drp-buttons .cancelBtn i,
.daterangepicker .drp-buttons .cancelBtn .svg-icon {
  color: var(--bs-light-inverse);
}
.daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn, .btn-check:active + .daterangepicker .drp-buttons .cancelBtn, .daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active), .daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active), .daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active), .daterangepicker .drp-buttons .cancelBtn.active, .daterangepicker .drp-buttons .cancelBtn.show, .show > .daterangepicker .drp-buttons .cancelBtn {
  color: var(--bs-light-inverse);
  border-color: var(--bs-light-active);
  background-color: var(--bs-light-active) !important;
}
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn i,
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn .svg-icon, .btn-check:active + .daterangepicker .drp-buttons .cancelBtn i,
.btn-check:active + .daterangepicker .drp-buttons .cancelBtn .svg-icon, .daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) i,
.daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active) .svg-icon, .daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) i,
.daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active) .svg-icon, .daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) i,
.daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active) .svg-icon, .daterangepicker .drp-buttons .cancelBtn.active i,
.daterangepicker .drp-buttons .cancelBtn.active .svg-icon, .daterangepicker .drp-buttons .cancelBtn.show i,
.daterangepicker .drp-buttons .cancelBtn.show .svg-icon, .show > .daterangepicker .drp-buttons .cancelBtn i,
.show > .daterangepicker .drp-buttons .cancelBtn .svg-icon {
  color: var(--bs-light-inverse);
}
.btn-check:checked + .daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after, .btn-check:active + .daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn:focus:not(.btn-active).dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn:hover:not(.btn-active).dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn:active:not(.btn-active).dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn.active.dropdown-toggle:after, .daterangepicker .drp-buttons .cancelBtn.show.dropdown-toggle:after, .show > .daterangepicker .drp-buttons .cancelBtn.dropdown-toggle:after {
  color: var(--bs-light-inverse);
}
.daterangepicker .drp-selected {
  font-size: 0.9rem;
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1rem;
}
.daterangepicker .drp-calendar.left {
  border-left: 0 !important;
}
.daterangepicker .drp-calendar th,
.daterangepicker .drp-calendar td {
  font-size: 1rem;
  font-weight: 400;
  width: 33px;
  height: 33px;
}
.daterangepicker .drp-calendar th.available:hover,
.daterangepicker .drp-calendar td.available:hover {
  border-radius: 1.15rem;
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.daterangepicker .drp-calendar th {
  font-weight: 500;
  color: var(--bs-gray-800);
}
.daterangepicker .drp-calendar th.month {
  font-weight: 500;
  color: var(--bs-gray-800);
}
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: var(--bs-gray-600);
}
.daterangepicker .drp-calendar th.next.available:hover span, .daterangepicker .drp-calendar th.prev.available:hover span {
  border-color: var(--bs-component-hover-color);
}
.daterangepicker .drp-calendar th.next span {
  margin-right: 1px;
}
.daterangepicker .drp-calendar th.prev span {
  margin-left: 1px;
}
.daterangepicker .drp-calendar td {
  color: var(--bs-gray-700);
}
.daterangepicker .drp-calendar td.available.off {
  color: var(--bs-gray-500);
}
.daterangepicker .drp-calendar td.active {
  background-color: var(--bs-component-active-bg) !important;
  color: var(--bs-component-active-color) !important;
  border-radius: 1.15rem;
}
.daterangepicker .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 1.15rem;
}
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  background: var(--bs-gray-200) !important;
  color: var(--bs-gray-700) !important;
  border-radius: 1.15rem;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.daterangepicker .drp-calendar td:hover {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.daterangepicker select.ampmselect,
.daterangepicker select.minuteselect,
.daterangepicker select.hourselect,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  border-radius: 1.15rem;
  background-color: var(--bs-body-bg) !important;
  border-color: transparent;
  color: var(--bs-input-color);
  font-weight: 500;
  outline: 0 !important;
}
.daterangepicker select.ampmselect:focus,
.daterangepicker select.minuteselect:focus,
.daterangepicker select.hourselect:focus,
.daterangepicker select.monthselect:focus,
.daterangepicker select.yearselect:focus {
  background-color: var(--bs-gray-100);
}

@media (max-width: 767.98px) {
  .daterangepicker.show-calendar .ranges {
    float: none !important;
    height: auto !important;
  }
  .daterangepicker.show-calendar .ranges ul {
    width: 100%;
  }
  .daterangepicker.show-calendar .drp-calendar {
    float: none !important;
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.flatpickr-calendar {
  width: 280px !important;
  font-family: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: var(--bs-dropdown-box-shadow);
  background-color: var(--bs-body-bg);
  border-radius: 1.15rem;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  display: none;
}
.flatpickr-calendar.hasWeeks {
  width: 325px !important;
}

.flatpickr-months {
  padding: 0 1rem;
  padding-top: 0.5rem;
}

.flatpickr-innerContainer {
  padding: 0.5rem 1rem;
}

.flatpickr-days,
.dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: var(--bs-gray-600);
  fill: var(--bs-gray-600);
  height: 46px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.15rem;
  top: 1rem;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: var(--bs-gray-500);
  height: 13px;
  width: 13px;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  background: var(--bs-gray-100);
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--bs-gray-700);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*rtl:begin:ignore*/
  left: 1rem;
  /*rtl:end:ignore*/
}
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*rtl:begin:ignore*/
  right: 1rem;
  /*rtl:end:ignore*/
}

.flatpickr-current-month {
  font-weight: 500;
  color: inherit;
}
.flatpickr-current-month .numInputWrapper {
  border-radius: 1.15rem;
  width: 65px;
}
.flatpickr-current-month .numInputWrapper span.arrowUp {
  border-top-right-radius: 1.15rem;
}
.flatpickr-current-month .numInputWrapper span.arrowDown {
  border-bottom-right-radius: 1.15rem;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  border: 0 !important;
  background-color: var(--bs-body-bg);
  font-size: 1rem;
  color: var(--bs-gray-700);
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  margin-right: 0.5rem;
  outline: none !important;
  border-radius: 1.15rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: var(--bs-gray-100);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  font-size: 1rem;
  color: var(--bs-gray-700);
  font-weight: 500;
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-current-month span.cur-month {
  color: var(--bs-gray-700);
  font-size: 1rem;
  font-weight: 500;
}
.flatpickr-current-month span.cur-month:hover {
  background: var(--bs-gray-100);
}
.flatpickr-current-month input.cur-year {
  color: var(--bs-gray-700);
  font-size: 1.1rem !important;
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  outline: 0 !important;
}

span.flatpickr-weekday {
  color: var(--bs-gray-800);
  font-size: 1rem;
  font-weight: 600;
}

.flatpickr-time {
  border-bottom-right-radius: 1.15rem;
  border-bottom-left-radius: 1.15rem;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: height;
  line-height: height;
  max-height: height;
  border-top: 1px solid var(--bs-gray-100);
}
.flatpickr-time .numInputWrapper {
  height: height;
}
.flatpickr-time .flatpickr-am-pm {
  color: var(--bs-gray-700);
  font-size: 1rem;
  font-weight: 500;
}
.flatpickr-time input.flatpickr-hour, .flatpickr-time input.flatpickr-minute {
  color: var(--bs-gray-700);
  font-size: 1rem;
  font-weight: 500;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: transparent;
}

.numInputWrapper span {
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
.numInputWrapper span:hover {
  background: transparent !important;
}
.numInputWrapper span:after {
  top: 50% !important;
  transform: translateY(-50%);
}
.numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--bs-gray-500) !important;
}
.numInputWrapper span.arrowUp:hover:after {
  border-bottom-color: var(--bs-gray-700) !important;
}
.numInputWrapper span.arrowDown:after {
  border-top-color: var(--bs-gray-500) !important;
}
.numInputWrapper span.arrowDown:hover:after {
  border-top-color: var(--bs-gray-700) !important;
}
.numInputWrapper:hover {
  background: transparent;
}

.flatpickr-day {
  font-size: 1rem;
  border-radius: 1.15rem;
  box-shadow: none !important;
  height: 36px;
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  line-height: 36px;
  color: var(--bs-gray-600);
  margin-top: 0 !important;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  border-color: transparent;
}
.flatpickr-day.today {
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
  border-color: transparent;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: transparent;
  background: var(--bs-gray-200);
  color: var(--bs-gray-700);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--bs-component-active-bg);
  color: var(--bs-component-active-color);
  border-color: transparent;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
  border-color: transparent;
}
.flatpickr-day.today {
  border-color: transparent;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: transparent;
  background: var(--bs-gray-100);
  color: var(--bs-gray-600);
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--bs-component-active-bg);
  color: var(--bs-component-active-color);
  border-color: transparent;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: var(--bs-gray-500);
  background: transparent;
  border-color: transparent;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: var(--bs-gray-500);
}

.flatpickr-weekwrapper {
  margin-right: 5px;
}

.tagify {
  --tagify-dd-bg-color: var(--bs-body-bg);
  --tags-border-color: var(--bs-gray-300);
  --tags-hover-border-color: var(--bs-gray-300);
  --tags-focus-border-color: var(--bs-gray-400);
  --tag-bg: var(--bs-gray-200);
  --tag-hover: var(--bs-gray-200);
  --tag-text-color: var(--bs-gray-700);
  --tag-text-color--edit: var(--bs-gray-700);
  --tag-pad: 0 0.5rem;
  --tag-inset-shadow-size: 1rem;
  --tag-invalid-color: var(--bs-danger);
  --tag-invalid-bg: var(--bs-danger-light);
  --tag-remove-bg: var(--bs-gray-200);
  --tag-remove-btn-color: transparent;
  --tag-remove-btn-bg: transparent;
  --tag-remove-btn-bg--hover: transparent;
  --input-color: var(--bs-gray-700);
  --placeholder-color: var(--bs-gray-400);
  --placeholder-color-focus: var(--bs-gray-500);
  --loader-size: .8rem;
  --tagify-dd-item--hidden-duration: 0.3s;
}
.tagify .tagify__tag {
  background-color: var(--tag-bg);
  margin: 0;
  line-height: 1;
}
.tagify .tagify__tag div {
  border-radius: inherit;
}
.tagify .tagify__tag .tagify__tag-text {
  overflow: visible;
}
.tagify .tagify__tag .tagify__tag__removeBtn {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.5rem 0 0;
  border-radius: 0;
  content: " ";
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-500);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-500%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.tagify .tagify__tag .tagify__tag__removeBtn:after {
  display: none;
}
.tagify .tagify__tag .tagify__tag__removeBtn:hover {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.tagify .tagify__tag.tagify--notAllowed div .tagify__tag-text {
  color: var(--bs-danger);
  opacity: 0.5;
}
.tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn {
  opacity: 0.5;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.tagify .tagify__tag.tagify--notAllowed .tagify__tag__removeBtn:hover {
  background: transparent;
  opacity: 0.75;
}
.tagify .tagify__input {
  margin: 0;
}
.tagify .tagify__input:before {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.tagify.form-control {
  display: flex;
  align-items: center;
  align-content: normal;
  gap: 0.25rem;
}
.tagify.form-control-sm {
  border-radius: 2.5rem;
  min-height: calc(1.5em + 1.1rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tagify.form-control-sm .tagify__tag {
  padding: 0.3rem 0.3rem;
  border-radius: 2.5rem;
}
.tagify.form-control-sm .tagify__tag .tagify__tag-text {
  font-size: 0.95rem;
}
.tagify:not(.form-control-sm):not(.form-control-lg) {
  border-radius: 2rem;
  min-height: calc(1.5em + 1.55rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag {
  padding: 0.4rem 0.4rem;
  border-radius: 2rem;
}
.tagify:not(.form-control-sm):not(.form-control-lg) .tagify__tag .tagify__tag-text {
  font-size: 1.1rem;
}
.tagify.form-control-lg {
  border-radius: 3rem;
  min-height: calc(1.5em + 2rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tagify.form-control-lg .tagify__tag {
  padding: 0.5rem 0.5rem;
  border-radius: 3rem;
}
.tagify.form-control-lg .tagify__tag .tagify__tag-text {
  font-size: 1.15rem;
}

.tagify__dropdown {
  box-shadow: var(--bs-dropdown-box-shadow);
  border: 0 !important;
  outline: none !important;
  padding: 0.75rem 0;
  z-index: 1000;
  background-color: var(--bs-body-bg);
  border-radius: 1.15rem;
}
.tagify__dropdown ._wrapper {
  max-height: none;
  border-radius: 1.15rem;
}
.modal-open .tagify__dropdown {
  z-index: 1056;
}
.tagify__dropdown .tagify__dropdown__wrapper {
  background-color: var(--bs-body-bg);
  border: 0 !important;
  outline: none !important;
  box-shadow: none;
}
.tagify__dropdown .tagify__dropdown__item {
  color: var(--bs-gray-700);
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  margin: 0;
  box-shadow: none;
  font-weight: 500;
}
.tagify__dropdown .tagify__dropdown__item:hover, .tagify__dropdown .tagify__dropdown__item.tagify__dropdown__item--active {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}
.tagify__dropdown.tagify__inline__suggestions {
  padding: 0.775rem 1rem;
}
.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item {
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.35rem 0.5rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  background-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  border-radius: 1.15rem;
}
.tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item:hover, .tagify__dropdown.tagify__inline__suggestions .tagify__dropdown__item.tagify__dropdown__item--active {
  background-color: var(--bs-component-hover-bg);
  color: var(--bs-component-hover-color);
}

.bootstrap-maxlength {
  z-index: 1040 !important;
}
.modal-open .bootstrap-maxlength {
  z-index: 1060 !important;
}
.bootstrap-maxlength.badge {
  display: inline-flex !important;
}

.ck-target {
  display: none;
}

.ck-toolbar {
  border-radius: 1.15rem !important;
}

.ck-content {
  min-height: 200px;
  border-radius: 1.15rem !important;
}
.ck-content.ck-focused {
  border-color: var(--bs-primary) !important;
  box-shadow: none !important;
}

.ck-editor .ck-toolbar {
  border-top-left-radius: 1.15rem !important;
  border-top-right-radius: 1.15rem !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ck-editor .ck-content {
  border-bottom-right-radius: 1.15rem !important;
  border-bottom-left-radius: 1.15rem !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ck-body .ck-balloon-panel .ck-content {
  min-height: 200px;
  border-color: transparent !important;
}
.ck-body .ck-balloon-panel .ck-content.ck-focused {
  border-color: var(--bs-primary) !important;
}
.ck-body .ck-balloon-panel.ck-toolbar-container,
.ck-body .ck-balloon-panel .ck-toolbar {
  border-radius: 1.15rem !important;
}

table.dataTable {
  width: 100% !important;
  margin: 0 !important;
}
table.dataTable th {
  border-bottom-color: var(--bs-table-border-color);
}
table.dataTable .dt-column-header {
  display: inline-flex !important;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: left;
}

table.dataTable > thead > tr > td:not(.sorting_disabled), table.dataTable > thead > tr > th:not(.sorting_disabled) {
  padding-right: 0;
}

table.dataTable > thead .dt-column-order {
  display: none;
}
table.dataTable > thead .dt-orderable-asc,
table.dataTable > thead .dt-orderable-desc {
  outline: 0 !important;
}
table.dataTable > thead .dt-orderable-asc:after, table.dataTable > thead .dt-orderable-asc:before,
table.dataTable > thead .dt-orderable-desc:after,
table.dataTable > thead .dt-orderable-desc:before {
  display: none !important;
}
table.dataTable > thead .dt-ordering-asc,
table.dataTable > thead .dt-ordering-desc {
  vertical-align: middle;
}
table.dataTable > thead .dt-ordering-asc:before, table.dataTable > thead .dt-ordering-asc:after,
table.dataTable > thead .dt-ordering-desc:before,
table.dataTable > thead .dt-ordering-desc:after {
  position: relative !important;
  opacity: 1 !important;
  display: inline-block !important;
  width: 0.65rem;
  height: 0.65rem;
  content: " " !important;
  bottom: auto;
  right: auto !important;
  left: auto;
  margin-left: 0.5rem;
}
table.dataTable > thead .dt-ordering-asc:before,
table.dataTable > thead .dt-ordering-desc:before {
  display: none !important;
}

table.dataTable > thead .dt-ordering-asc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.23571 2.72011L4.97917 4.46358C5.15176 4.63618 5.43158 4.63617 5.60417 4.46358C5.77676 4.29099 5.77676 4.01118 5.60417 3.83861L3.29463 1.52904C3.13192 1.36629 2.86809 1.36629 2.70538 1.52904L0.395812 3.83861C0.22325 4.01117 0.22325 4.29099 0.395812 4.46358C0.568437 4.63617 0.84825 4.63617 1.02081 4.46358L2.76429 2.72011C2.89446 2.58994 3.10554 2.58994 3.23571 2.72011Z'/%3e%3c/svg%3e");
}

table.dataTable > thead .dt-ordering-desc:after {
  opacity: 1;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-text-muted);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M2.76429 3.27989L1.02083 1.53642C0.848244 1.36382 0.568419 1.36383 0.395831 1.53642C0.223244 1.70901 0.223244 1.98882 0.395831 2.16139L2.70537 4.47096C2.86808 4.63371 3.13191 4.63371 3.29462 4.47096L5.60419 2.16139C5.77675 1.98883 5.77675 1.70901 5.60419 1.53642C5.43156 1.36383 5.15175 1.36383 4.97919 1.53642L3.23571 3.27989C3.10554 3.41006 2.89446 3.41006 2.76429 3.27989Z'/%3e%3c/svg%3e");
}

.dt-container .table-responsive {
  position: relative;
}
.dt-container .dt-processing {
  border-radius: 1.15rem;
  box-shadow: var(--bs-dropdown-box-shadow);
  background-color: var(--bs-body-bg);
  color: var(--bs-gray-700);
  font-weight: 500;
  margin: 0 !important;
  width: auto;
  padding: 1rem 2rem !important;
  transform: translateX(-50%) translateY(-50%);
}
.dt-container .dt-processing > div {
  display: none;
}

.dataTable.collapsed .dtr-control:before {
  border: 0 !important;
  height: 1.35rem;
  width: 1.35rem;
  line-height: 1.5;
  text-indent: -999px !important;
  margin-bottom: -0.3375rem;
  margin-right: 0.675rem;
  display: inline-block;
  position: relative;
  font-size: 1.05rem;
  border: 0;
  box-shadow: none;
  mask-size: 85%;
  -webkit-mask-size: 85%;
  content: " ";
}
:root .dataTable.collapsed .dtr-control:before, [data-bs-theme=light] .dataTable.collapsed .dtr-control:before {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #78829D;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%2378829D'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%2378829D'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%2378829D'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%2378829D'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%2378829D'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%2378829D'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .dataTable.collapsed .dtr-control:before {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #808290;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%23808290'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%23808290'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%23808290'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%23808290'/%3e%3crect x='10.8891' y='17.8033' width='12' height='2' rx='1' transform='rotate%28-90 10.8891 17.8033%29' fill='%23808290'/%3e%3crect x='6.01041' y='10.9247' width='12' height='2' rx='1' fill='%23808290'/%3e%3c/svg%3e");
}

.dt-hasChild.dtr-expanded .dtr-control:before {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #1B84FF;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%231B84FF'/%3e%3crect x='6.0104' y='10.9247' width='12' height='2' rx='1' fill='%231B84FF'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect opacity='0.3' x='2' y='2' width='20' height='20' rx='5' fill='%231B84FF'/%3e%3crect x='6.0104' y='10.9247' width='12' height='2' rx='1' fill='%231B84FF'/%3e%3c/svg%3e");
}

thead .dtr-control:before {
  display: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 100px;
  font-weight: 500;
}

table.dataTable > tbody > tr.child span.dtr-data {
  font-weight: 400;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px var(--bs-table-striped-bg);
}

table.table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px var(--bs-primary);
  color: var(--bs-primary-inverse);
}
table.table.dataTable > tbody > tr.selected > * a:not([class=btn]) {
  color: var(--bs-primary-light);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-style: dotted;
}
table.table.dataTable > tbody > tr.selected > * a:not([class=btn]):hover {
  color: var(--bs-primary-inverse);
}

.dt-search > div,
.dt-toolbar > div {
  display: flex;
  align-items: center;
}

.dt-toolbar .dt-info {
  margin-left: 0.75rem;
  padding-top: 0 !important;
  font-size: 1rem;
  font-weight: 500;
  color: var(--bs-text-gray-700);
}

.dt-paging {
  padding: 1rem 0;
  margin-left: 0.5rem;
}
.dt-paging .pagination {
  margin: 0;
}

.dt-scroll-body {
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.dt-scroll-body .dt-orderable-none.dt-ordering-asc:after,
.dt-scroll-body .dt-orderable-none.dt-ordering-desc:after {
  display: none !important;
}

.dt-scroll-foot {
  border-top: 1px solid var(--bs-border-color);
}

.dt-scroll > .dt-scroll-body > .table > thead {
  line-height: 0;
}
.dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-asc:after, .dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-asc:before,
.dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-desc:after,
.dt-scroll > .dt-scroll-body > .table > thead .dt-orderable-desc:before {
  display: none !important;
}

div.dtfc-right-top-blocker,
div.dtfc-left-top-blocker {
  background-color: var(--bs-body-bg);
}

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right {
  background-color: var(--bs-body-bg);
}
table.dataTable thead tr > .dtfc-fixed-left:after,
table.dataTable thead tr > .dtfc-fixed-right:after {
  box-shadow: none !important;
}

table.dataTable tbody tr > .dtfc-fixed-left,
table.dataTable tbody tr > .dtfc-fixed-right {
  background-color: var(--bs-body-bg);
}
table.dataTable tbody tr > .dtfc-fixed-left:after,
table.dataTable tbody tr > .dtfc-fixed-right:after {
  box-shadow: none !important;
}

.dtfh-floatingparent {
  box-shadow: var(--bs-box-shadow-sm);
}
.dtfh-floatingparent .table {
  background-color: var(--bs-body-bg) !important;
}
.dtfh-floatingparent,
.dtfh-floatingparent .table,
.dtfh-floatingparent .table th {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.dtr-details {
  display: table !important;
}
.dtr-details li {
  display: table-row !important;
}
.dtr-details li .dtr-title {
  padding-right: 0.75rem;
  color: var(--bs-gray-900);
}
.dtr-details li .dtr-data {
  color: var(--bs-gray-700);
}
.dtr-details li .dtr-title,
.dtr-details li .dtr-data {
  font-size: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: table-cell !important;
  border-bottom: 1px solid var(--bs-border-color);
}

.dropzone {
  min-height: auto;
  padding: 1.5rem 1.75rem;
  text-align: center;
  cursor: pointer;
  border: 1px dashed var(--bs-primary);
  background-color: var(--bs-primary-light);
  border-radius: 1.15rem !important;
}
.dropzone .dz-message {
  margin: 0;
  display: flex;
  text-align: left;
}
.dropzone .dz-preview {
  border-radius: 1.15rem !important;
  margin: 0.75rem;
}
.dropzone .dz-preview .dz-image {
  border-radius: 1.15rem !important;
  z-index: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  background: var(--bs-gray-200);
}
.dropzone .dz-success-mark,
.dropzone .dz-error-mark {
  margin-left: -20px !important;
  margin-top: -20px !important;
}
.dropzone .dz-success-mark svg,
.dropzone .dz-error-mark svg {
  height: 40px !important;
  width: 40px !important;
}
.dropzone .dz-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.65rem;
  width: 1.65rem;
  font-size: 1rem;
  text-indent: -9999px;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  background-color: var(--bs-body-bg) !important;
  box-shadow: var(--bs-box-shadow);
  border-radius: 100%;
  top: -0.825rem;
  right: -0.825rem;
}
.dropzone .dz-remove:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  mask-size: 40%;
  -webkit-mask-size: 40%;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-gray-600);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-600%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-gray-600%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.dropzone .dz-remove:hover:after {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-primary);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.dropzone .dz-error-message {
  color: var(--bs-danger-inverse);
  background: var(--bs-danger);
}

.dropzone.dropzone-queue {
  border: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.dropzone.dropzone-queue .dz-message {
  display: none;
}
.dropzone.dropzone-queue .dropzone-panel .dropzone-upload,
.dropzone.dropzone-queue .dropzone-panel .dropzone-remove-all {
  display: none;
}
.dropzone.dropzone-queue .dropzone-item {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
  border-radius: 1.15rem;
  padding: 0.5rem 1rem;
  background-color: var(--bs-gray-100);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file {
  flex-grow: 1;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--bs-gray-600);
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-filename:hover {
  color: var(--bs-primary);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-file .dropzone-error {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--bs-danger);
  text-overflow: ellipsis;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress {
  width: 15%;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress {
  height: 5px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .dropzone.dropzone-queue .dropzone-item .dropzone-progress .progress {
    transition: none;
  }
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar {
  margin-left: 1rem;
  display: flex;
  flex-wrap: nowrap;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete {
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete > i {
  transition: color 0.2s ease;
  font-size: 0.8rem;
  color: var(--bs-gray-600);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover {
  transition: color 0.2s ease;
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start:hover > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-cancel:hover > i,
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-delete:hover > i {
  color: var(--bs-primary);
}
.dropzone.dropzone-queue .dropzone-item .dropzone-toolbar .dropzone-start {
  transition: color 0.2s ease;
}

.gmaps {
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}
.gmaps img {
  max-width: none;
}
.gmaps.gmaps-static > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

.noUi-target {
  border: 0;
  background: var(--bs-gray-100);
  box-shadow: none;
}
.noUi-target.noUi-horizontal {
  height: 15px;
}
.noUi-target.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  top: -4.5px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-target.noUi-vertical {
  height: 150px;
  width: 15px;
}
.noUi-target.noUi-vertical .noUi-handle {
  width: 24px;
  height: 24px;
  right: -4.5px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-vertical .noUi-handle::after {
  display: none;
}
.noUi-target .noUi-connect {
  background: var(--bs-component-active-bg);
}
.noUi-target .noUi-handle {
  background-color: #ffffff;
  border: 1px solid var(--bs-gray-200);
  box-shadow: var(--bs-box-shadow-sm);
}
.noUi-target.noUi-sm {
  height: 6px;
}
.noUi-target.noUi-sm .noUi-handle {
  width: 20px;
  height: 20px;
  top: -7px;
}
.noUi-target.noUi-lg {
  height: 18px;
}
.noUi-target.noUi-lg .noUi-handle {
  width: 30px;
  height: 30px;
  top: -6px;
}

.noUi-target.noUi-target-light .noUi-connects {
  background-color: var(--bs-light-light);
}
.noUi-target.noUi-target-light .noUi-connects .noUi-connect {
  background-color: var(--bs-light);
}
.noUi-target.noUi-target-light .noUi-handle {
  border: 1px solid var(--bs-light);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-light), 0.7);
  background-color: var(--bs-light);
}

.noUi-target.noUi-target-primary .noUi-connects {
  background-color: var(--bs-primary-light);
}
.noUi-target.noUi-target-primary .noUi-connects .noUi-connect {
  background-color: var(--bs-primary);
}
.noUi-target.noUi-target-primary .noUi-handle {
  border: 1px solid var(--bs-primary);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-primary), 0.7);
  background-color: var(--bs-primary);
}

.noUi-target.noUi-target-secondary .noUi-connects {
  background-color: var(--bs-secondary-light);
}
.noUi-target.noUi-target-secondary .noUi-connects .noUi-connect {
  background-color: var(--bs-secondary);
}
.noUi-target.noUi-target-secondary .noUi-handle {
  border: 1px solid var(--bs-secondary);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-secondary), 0.7);
  background-color: var(--bs-secondary);
}

.noUi-target.noUi-target-success .noUi-connects {
  background-color: var(--bs-success-light);
}
.noUi-target.noUi-target-success .noUi-connects .noUi-connect {
  background-color: var(--bs-success);
}
.noUi-target.noUi-target-success .noUi-handle {
  border: 1px solid var(--bs-success);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-success), 0.7);
  background-color: var(--bs-success);
}

.noUi-target.noUi-target-info .noUi-connects {
  background-color: var(--bs-info-light);
}
.noUi-target.noUi-target-info .noUi-connects .noUi-connect {
  background-color: var(--bs-info);
}
.noUi-target.noUi-target-info .noUi-handle {
  border: 1px solid var(--bs-info);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-info), 0.7);
  background-color: var(--bs-info);
}

.noUi-target.noUi-target-warning .noUi-connects {
  background-color: var(--bs-warning-light);
}
.noUi-target.noUi-target-warning .noUi-connects .noUi-connect {
  background-color: var(--bs-warning);
}
.noUi-target.noUi-target-warning .noUi-handle {
  border: 1px solid var(--bs-warning);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-warning), 0.7);
  background-color: var(--bs-warning);
}

.noUi-target.noUi-target-danger .noUi-connects {
  background-color: var(--bs-danger-light);
}
.noUi-target.noUi-target-danger .noUi-connects .noUi-connect {
  background-color: var(--bs-danger);
}
.noUi-target.noUi-target-danger .noUi-handle {
  border: 1px solid var(--bs-danger);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-danger), 0.7);
  background-color: var(--bs-danger);
}

.noUi-target.noUi-target-dark .noUi-connects {
  background-color: var(--bs-dark-light);
}
.noUi-target.noUi-target-dark .noUi-connects .noUi-connect {
  background-color: var(--bs-dark);
}
.noUi-target.noUi-target-dark .noUi-handle {
  border: 1px solid var(--bs-dark);
  box-shadow: 0 3px 6px -3px rgba(var(--bs-dark), 0.7);
  background-color: var(--bs-dark);
}

.noUi-tooltip {
  box-shadow: var(--bs-tooltip-box-shadow);
  background: var(--bs-tooltip-bg);
  color: var(--bs-tooltip-color);
  font-size: 1rem;
  border: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 1.15rem;
}

.ql-toolbar {
  font-family: Inter, Helvetica, "sans-serif";
}
.ql-toolbar.ql-snow {
  border: 1px solid var(--bs-border-color);
  border-top-left-radius: 1.15rem;
  border-top-right-radius: 1.15rem;
}
.ql-toolbar.ql-snow .ql-picker .ql-fill,
.ql-toolbar.ql-snow .ql-picker .ql-stroke,
.ql-toolbar.ql-snow button .ql-fill,
.ql-toolbar.ql-snow button .ql-stroke {
  stroke: var(--bs-gray-500);
}
.ql-toolbar.ql-snow .ql-picker .ql-fill,
.ql-toolbar.ql-snow button .ql-fill {
  fill: var(--bs-gray-500);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-fill,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-stroke, .ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill,
.ql-toolbar.ql-snow .ql-picker.ql-active .ql-stroke, .ql-toolbar.ql-snow .ql-picker:focus .ql-fill,
.ql-toolbar.ql-snow .ql-picker:focus .ql-stroke, .ql-toolbar.ql-snow .ql-picker:hover .ql-fill,
.ql-toolbar.ql-snow .ql-picker:hover .ql-stroke,
.ql-toolbar.ql-snow button.ql-expanded .ql-fill,
.ql-toolbar.ql-snow button.ql-expanded .ql-stroke,
.ql-toolbar.ql-snow button.ql-active .ql-fill,
.ql-toolbar.ql-snow button.ql-active .ql-stroke,
.ql-toolbar.ql-snow button:focus .ql-fill,
.ql-toolbar.ql-snow button:focus .ql-stroke,
.ql-toolbar.ql-snow button:hover .ql-fill,
.ql-toolbar.ql-snow button:hover .ql-stroke {
  stroke: var(--bs-primary);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-fill, .ql-toolbar.ql-snow .ql-picker.ql-active .ql-fill, .ql-toolbar.ql-snow .ql-picker:focus .ql-fill, .ql-toolbar.ql-snow .ql-picker:hover .ql-fill,
.ql-toolbar.ql-snow button.ql-expanded .ql-fill,
.ql-toolbar.ql-snow button.ql-active .ql-fill,
.ql-toolbar.ql-snow button:focus .ql-fill,
.ql-toolbar.ql-snow button:hover .ql-fill {
  fill: var(--bs-primary);
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: 0;
}
[direction=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg, [dir=rtl] .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  left: 0;
  right: auto;
}

.ql-editor {
  color: var(--bs-input-color);
  text-align: initial;
}
.ql-editor.ql-blank:before {
  left: auto !important;
  right: auto !important;
  color: var(--bs-text-muted) !important;
  font-style: normal !important;
}

.ql-container.ql-snow {
  background-color: var(--bs-input-bg);
  border: 1px solid var(--bs-gray-200);
  border-top: 0;
  border-bottom-right-radius: 1.15rem;
  border-bottom-left-radius: 1.15rem;
}

.ql-snow .ql-picker .ql-picker-label {
  color: var(--bs-gray-500);
}
.ql-snow .ql-picker .ql-picker-label.ql-active, .ql-snow .ql-picker .ql-picker-label:hover {
  color: var(--bs-primary);
}
.ql-snow .ql-picker.ql-expanded {
  outline: none !important;
  border-color: transparent !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: transparent !important;
  color: var(--bs-primary);
  outline: none !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-label:hover {
  color: var(--bs-primary);
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: var(--bs-dropdown-box-shadow);
  background-color: var(--bs-body-bg);
  border-radius: 1.15rem;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: var(--bs-gray-600);
  outline: none;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item.ql-selected, .ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item.ql-active, .ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: var(--bs-primary);
}
.ql-snow .ql-tooltip {
  border: 0;
  padding: 0.5rem 1rem;
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 1.15rem;
}
.ql-snow .ql-tooltip input[type=text] {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-gray-700);
  outline: none !important;
  border-radius: 1.15rem;
}
.ql-snow .ql-tooltip input[type=text]:active, .ql-snow .ql-tooltip input[type=text]:focus {
  border-color: var(--bs-input-focus-border-color) !important;
}
.ql-snow .ql-tooltip .ql-preview {
  color: var(--bs-gray-600);
}
.ql-snow .ql-tooltip .ql-action {
  transition: color 0.3s ease;
  color: var(--bs-gray-600);
}
.ql-snow .ql-tooltip .ql-action:hover {
  transition: color 0.3s ease;
  color: var(--bs-primary);
}
.modal .ql-snow .ql-tooltip.ql-editing {
  left: 20px !important;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: var(--bs-gray-900);
  color: var(--bs-text-muted);
  overflow: visible;
  border-radius: 1.15rem;
}

.ql-quil.ql-quil-plain .ql-toolbar {
  padding: 0;
  margin: 0;
  border: 0;
}
.ql-quil.ql-quil-plain .ql-toolbar:after {
  display: none;
}
.ql-quil.ql-quil-plain .ql-toolbar .ql-picker-label {
  padding-left: 0;
}
.ql-quil.ql-quil-plain .ql-container {
  border: 0;
}
.ql-quil.ql-quil-plain .ql-editor {
  border: 0;
  padding: 0;
}

.recaptcha {
  padding: 15px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 1.15rem;
}
.recaptcha .recaptcha-img {
  margin-bottom: 10px;
}
.recaptcha .recaptcha_only_if_incorrect_sol {
  color: var(--bs-danger);
}
.recaptcha .input-group .btn i {
  padding-right: 0;
}
.recaptcha .input-group .form-control {
  border-top-left-radius: 1.15rem !important;
  border-bottom-left-radius: 1.15rem !important;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open) {
  overflow-y: initial !important;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.modal-open):not(.sweetalert2-nopadding) {
  padding-right: 0 !important;
}

.swal2-popup {
  background-color: var(--bs-body-bg);
  padding: 2rem;
  border-radius: 1.15rem;
}
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: var(--bs-dark);
}
.swal2-popup .swal2-html-container,
.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  color: var(--bs-gray-800);
}
.swal2-popup .btn {
  margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}
.swal2-popup .swal2-actions {
  margin: 1.5rem auto 1rem auto;
}

.swal2-container {
  overflow-y: hidden !important;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}
.swal2-container .swal2-html-container {
  max-height: 200px;
  overflow: auto;
}

body.swal2-height-auto {
  height: 100% !important;
}

.swal2-icon.swal2-warning {
  border-color: var(--bs-warning);
  color: var(--bs-warning);
}
.swal2-icon.swal2-error {
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: rgba(var(--bs-danger-rgb), 0.75);
}
.swal2-icon.swal2-success {
  border-color: var(--bs-success);
  color: var(--bs-success);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: var(--bs-success);
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(var(--bs-success-rgb), 0.3);
}
.swal2-icon.swal2-info {
  border-color: var(--bs-info);
  color: var(--bs-info);
}
.swal2-icon.swal2-question {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.tox-target {
  display: none;
}

.tox-tinymce {
  border-radius: 1.15rem !important;
}

.toastr {
  background-position: calc(100% - 1.5rem) center !important;
  /*rtl:ignore*/
  background-position: 1.5rem center !important;
  box-shadow: var(--bs-dropdown-box-shadow) !important;
  border-radius: 1.15rem !important;
  border: 0 !important;
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  padding: 1.25rem 1.25rem 1.25rem 4.5rem !important;
}
.toastr .toastr-close-button {
  outline: none !important;
  font-size: 0;
  width: 0.85rem;
  height: 0.85rem;
}
.toastr .toastr-title {
  font-size: 1.15rem;
  font-weight: 500;
}
.toastr .toastr-title + .toastr-message {
  margin-top: 0.25rem;
}
.toastr .toastr-message {
  font-size: 1rem;
  font-weight: 400;
}
.toastr.toastr-success {
  background-color: var(--bs-success);
  color: var(--bs-success-inverse);
}
.toastr.toastr-success .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-success-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-success-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-success-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.toastr.toastr-info {
  background-color: var(--bs-info);
  color: var(--bs-info-inverse);
}
.toastr.toastr-info .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-info-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-info-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-info-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.toastr.toastr-warning {
  background-color: var(--bs-warning);
  color: var(--bs-warning-inverse);
}
.toastr.toastr-warning .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-warning-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-warning-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-warning-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}
.toastr.toastr-error {
  background-color: var(--bs-danger);
  color: var(--bs-danger-inverse);
}
.toastr.toastr-error .toastr-close-button {
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: var(--bs-danger-inverse);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-danger-inverse%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.toastr-top-center {
  top: 12px;
}

.toastr-bottom-center {
  bottom: 12px;
}

.draggable {
  transition: opacity 0.3s ease;
  outline: none !important;
}
.draggable.draggable-mirror {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  border: 1px dashed var(--bs-gray-300) !important;
  border-radius: 1.15rem;
}
.draggable.draggable--original {
  opacity: 0 !important;
}
.draggable.draggable-source--is-dragging.draggable--over {
  opacity: 0 !important;
}
.draggable .draggable-handle {
  cursor: move;
}

.apexcharts-text,
.apexcharts-title-text,
.apexcharts-legend-text {
  font-family: Inter, Helvetica, "sans-serif" !important;
}

.apexcharts-title-text {
  font-weight: 400;
}

.apexcharts-pie-label {
  font-weight: 400;
  font-size: 0.95rem;
}

.apexcharts-toolbar {
  text-align: left !important;
}

.apexcharts-menu {
  background: var(--bs-body-bg) !important;
  border: 0 !important;
  padding: 0.5rem 0 !important;
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 1.15rem !important;
  overflow: hidden;
  min-width: 10rem !important;
}
.apexcharts-menu .apexcharts-menu-item {
  padding: 0.65rem 0.85rem;
  transition: all 0.2s ease-in-out;
}
.apexcharts-menu .apexcharts-menu-item:hover {
  background-color: var(--bs-component-hover-bg) !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border-radius: 1.15rem;
  box-shadow: var(--bs-dropdown-box-shadow);
  border: 0 !important;
  background: var(--bs-body-bg) !important;
  color: var(--bs-gray-800);
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: var(--bs-body-bg) !important;
  font-weight: 500;
  color: var(--bs-gray-800);
  border-bottom: 1px solid var(--bs-gray-100) !important;
}
.apexcharts-tooltip .apexcharts-tooltip-title {
  padding: 0.5rem 1rem;
}
.apexcharts-xaxistooltip.apexcharts-theme-light {
  border-radius: 1.15rem !important;
  box-shadow: var(--bs-dropdown-box-shadow) !important;
  border: 0 !important;
  background: var(--bs-dropdown-box-shadow) !important;
  color: var(--bs-gray-800);
}
.apexcharts-xaxistooltip.apexcharts-theme-light:before {
  border-bottom: 0 !important;
}
.apexcharts-xaxistooltip.apexcharts-theme-light:after {
  border-bottom-color: var(--bs-dropdown-box-shadow) !important;
}

.card-rounded-bottom .apexcharts-canvas svg {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded .apexcharts-canvas svg {
  border-radius: 1.15rem !important;
}

.rounded-sm .apexcharts-canvas svg {
  border-radius: 0.425rem !important;
}

.rounded-lg .apexcharts-canvas svg {
  border-radius: 1.5rem !important;
}

.rounded-xl .apexcharts-canvas svg {
  border-radius: 2rem !important;
}

.leaflet-container .leaflet-pane,
.leaflet-container .leaflet-top,
.leaflet-container .leaflet-bottom,
.leaflet-container .leaflet-control {
  z-index: 1 !important;
}
.leaflet-container .leaflet-popup-content-wrapper {
  border-radius: 1.15rem !important;
  text-align: center;
  box-shadow: var(--bs-box-shadow) !important;
}
.leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-family: Inter, Helvetica, "sans-serif";
  font-size: 1rem;
}

.tns {
  position: relative;
  overflow: hidden;
}
.tns [data-tns=true] {
  display: none;
}
.tns .tns-item {
  opacity: 0;
  transition: all 0.3s ease;
}
.tns .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tns .tns-controls button {
  outline: none;
  border: 0;
  margin: 0 0.25rem;
  border-radius: 2rem;
  padding: 0.5rem 0.75rem;
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
}
.tns .tns-controls button:hover {
  background-color: var(--bs-primary-active);
}
.tns .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tns .tns-nav button {
  display: block;
  outline: none;
  width: 1.25rem;
  height: 0.75rem;
  background-color: var(--bs-gray-200);
  margin: 0 0.25rem;
  border: 0;
  border-radius: 0.35rem;
}
.tns .tns-nav button.tns-nav-active {
  background-color: var(--bs-primary);
}
.tns.tns-initiazlied [data-tns=true] {
  display: flex;
}
.tns.tns-initiazlied .tns-item {
  opacity: 1;
  transition: all 0.3s ease;
}
.tns.tns-default {
  position: relative;
}
.tns.tns-default [data-controls=prev],
.tns.tns-default [data-controls=next] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tns.tns-default [data-controls=prev] {
  left: 0;
}
.tns.tns-default [data-controls=next] {
  right: 0;
}
.tns.tns-default .tns-outer {
  margin: 0 4rem;
}
@media (max-width: 767.98px) {
  .tns.tns-default .tns-outer {
    margin: 0 2rem;
  }
}
.tns.tns-flush .tns-outer {
  margin: 0;
}
.tns.tns-circle-nav .tns-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tns.tns-circle-nav .tns-nav button {
  display: block;
  outline: none;
  width: 1.15rem;
  height: 1.15rem;
  background-color: var(--bs-gray-200);
  margin: 0 0.55rem;
  border: 0;
  border-radius: 50%;
}
.tns.tns-circle-nav .tns-nav button.tns-nav-active {
  background-color: var(--bs-gray-400);
}

.tns-hide-disabled-nav [disabled] {
  display: none !important;
}

body {
  --fc-event-border-color: var(--bs-primary);
  --fc-event-bg-color: var(--bs-primary);
  --fc-event-text-color: var(--bs-primary-inverse);
}

.fc {
  --fc-border-color: var(--bs-gray-200);
  --fc-page-bg-color: #ffffff;
  --fc-small-font-size: 0.95rem;
  --fc-highlight-color: var(--bs-light);
  --fc-bg-event-opacity: 0.3;
  --fc-neutral-bg-color: var(--bs-light);
  --fc-today-bg-color: var(--bs-success-light);
  --fc-now-indicator-color: var(--bs-danger);
  --fc-list-event-hover-bg-color: var(--bs-light);
  --fc-button-text-color: var(--bs-gray-600);
  --fc-button-bg-color: var(--bs-gray-100);
  --fc-button-border-color: var(--bs-gray-100);
  --fc-button-hover-bg-color: var(--bs-gray-100);
  --fc-button-hover-border-color: var(--bs-gray-100);
  --fc-button-active-bg-color: var(--bs-gray-200);
  --fc-button-active-border-color: var(--bs-gray-200);
}
.fc table {
  font-size: 1rem;
}
.fc .fc-button {
  padding: 0.75rem 1.25rem;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 2rem;
  vertical-align: middle;
  font-weight: 500;
  text-transform: capitalize;
}
.fc .fc-button-primary {
  margin: 0;
}
.fc .fc-button-primary .fc-icon {
  font-size: 1.35rem;
  margin-bottom: 0.15rem;
}
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):active {
  color: var(--bs-gray-900);
}
.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):active .fc-icon {
  color: var(--bs-gray-900);
}
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: var(--bs-gray-900);
}
.fc .fc-button-primary:not(:disabled).fc-button-active .fc-icon {
  color: var(--bs-gray-900);
}
.fc .fc-button-group .fc-button {
  margin: 0 !important;
}
.fc .fc-toolbar-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-gray-800);
}
.fc .fc-col-header-cell {
  padding: 0.75rem 0.5rem;
}
.fc .fc-col-header-cell .fc-col-header-cell-cushion {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--bs-gray-800);
}
.fc .fc-scrollgrid {
  border-radius: 1.15rem;
}
.fc .fc-scrollgrid thead > tr td:first-child {
  border-top-left-radius: 1.15rem;
}
.fc .fc-scrollgrid thead > tr td:last-child {
  border-top-right-radius: 1.15rem;
}
.fc .fc-scrollgrid tbody > tr:last-child td:first-child {
  border-bottom-left-radius: 1.15rem;
}
.fc .fc-scrollgrid tbody > tr:last-child td:last-child {
  border-bottom-right-radius: 1.15rem;
}
.fc .fc-daygrid-event {
  margin-top: 3px;
}
.fc .fc-daygrid-dot-event .fc-event-title,
.fc .fc-daygrid-dot-event .fc-event-time,
.fc .fc-daygrid-block-event .fc-event-title,
.fc .fc-daygrid-block-event .fc-event-time {
  padding: 0.25rem 0.25rem;
}
.fc .fc-daygrid-day-number {
  color: var(--bs-gray-800);
}
.fc .fc-daygrid-dot-event {
  background-color: var(--bs-light);
  color: var(--bs-gray-600);
}
.fc .fc-daygrid-dot-event .fc-event-title {
  font-weight: 500;
}
.fc .fc-daygrid-dot-event:hover, .fc .fc-daygrid-dot-event.fc-event-mirror {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.fc .fc-daygrid-event-dot {
  margin-left: 0.5rem;
  margin-right: 0.1rem;
}
.fc .fc-popover {
  border: 0 !important;
  background-color: var(--bs-body-bg);
  box-shadow: var(--bs-dropdown-box-shadow);
  border-radius: 1.15rem;
}
.modal-open .fc .fc-popover {
  z-index: 1054 !important;
}
.fc .fc-popover .fc-popover-header {
  border-top-left-radius: 1.15rem;
  border-top-right-radius: 1.15rem;
  padding: 0.65rem 0.75rem;
  background-color: var(--bs-tooltip-bg);
}
.fc .fc-popover .fc-popover-header .fc-popover-title {
  color: var(--bs-gray-800);
  font-size: 1rem;
  font-weight: 500;
}
.fc .fc-popover .fc-popover-header .fc-popover-close {
  font-size: 1rem;
  color: var(--bs-gray-600);
}
.fc .fc-popover .fc-popover-header .fc-popover-close:hover {
  color: var(--bs-primary);
}
.fc .fc-popover .fc-popover-body {
  padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}
.fc .fc-daygrid-more-link {
  font-weight: 500;
}
.fc .fc-timegrid-slot {
  height: 2rem;
  font-size: 0.95rem;
}
.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 0.85rem 1.15rem;
}
.fc .fc-list-day-text,
.fc .fc-list-day-side-text {
  font-size: 1.1rem;
  color: var(--bs-gray-900);
  font-weight: 600;
}
.fc .fc-list,
.fc .fc-list-table {
  border-radius: 1.15rem;
}
.fc .fc-list {
  overflow: hidden;
  position: relative;
}
.fc .fc-timegrid-axis {
  padding-left: 0rem;
  padding-right: 0;
}
.fc .fc-timegrid-event .fc-event-main {
  padding: 0.25rem 0.25rem;
}
.fc .fc-timegrid-now-indicator-arrow {
  margin-top: -1px;
}

.fc-h-event {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .fc .fc-header-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1), .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 2;
  }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
  }
  .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2), .fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    margin-bottom: 1rem;
  }
}
.kanban-container {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.kanban-container .kanban-board {
  float: none;
  flex-shrink: 0;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem !important;
  background-color: var(--bs-gray-100);
  border-radius: 1.15rem;
}
.kanban-container .kanban-board:last-child {
  margin-right: 0 !important;
}
.kanban-container .kanban-board .kanban-board-header {
  border-top-left-radius: 1.15rem;
  border-top-right-radius: 1.15rem;
}
.kanban-container .kanban-board .kanban-board-header .kanban-title-board {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--bs-gray-900);
}
.kanban-container .kanban-board .kanban-board-header.light {
  background-color: var(--bs-light);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light .kanban-title-board {
  color: var(--bs-light-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-light {
  color: rgba(var(--bs-light), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-light .kanban-title-board {
  color: var(--bs-light);
}
.kanban-container .kanban-board .kanban-board-header.primary {
  background-color: var(--bs-primary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.primary .kanban-title-board {
  color: var(--bs-primary-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-primary {
  color: rgba(var(--bs-primary), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-primary .kanban-title-board {
  color: var(--bs-primary);
}
.kanban-container .kanban-board .kanban-board-header.secondary {
  background-color: var(--bs-secondary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.secondary .kanban-title-board {
  color: var(--bs-secondary-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-secondary {
  color: rgba(var(--bs-secondary), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-secondary .kanban-title-board {
  color: var(--bs-secondary);
}
.kanban-container .kanban-board .kanban-board-header.success {
  background-color: var(--bs-success);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.success .kanban-title-board {
  color: var(--bs-success-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-success {
  color: rgba(var(--bs-success), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-success .kanban-title-board {
  color: var(--bs-success);
}
.kanban-container .kanban-board .kanban-board-header.info {
  background-color: var(--bs-info);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.info .kanban-title-board {
  color: var(--bs-info-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-info {
  color: rgba(var(--bs-info), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-info .kanban-title-board {
  color: var(--bs-info);
}
.kanban-container .kanban-board .kanban-board-header.warning {
  background-color: var(--bs-warning);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.warning .kanban-title-board {
  color: var(--bs-warning-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-warning {
  color: rgba(var(--bs-warning), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-warning .kanban-title-board {
  color: var(--bs-warning);
}
.kanban-container .kanban-board .kanban-board-header.danger {
  background-color: var(--bs-danger);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.danger .kanban-title-board {
  color: var(--bs-danger-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-danger {
  color: rgba(var(--bs-danger), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-danger .kanban-title-board {
  color: var(--bs-danger);
}
.kanban-container .kanban-board .kanban-board-header.dark {
  background-color: var(--bs-dark);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.dark .kanban-title-board {
  color: var(--bs-dark-inverse);
}
.kanban-container .kanban-board .kanban-board-header.light-dark {
  color: rgba(var(--bs-dark), 0.1);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-board-header.light-dark .kanban-title-board {
  color: var(--bs-dark);
}
.kanban-container .kanban-board .kanban-drag .kanban-item {
  border-radius: 1.15rem;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.05);
  background: var(--bs-body-bg);
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light] {
  background-color: var(--bs-light);
  color: var(--bs-light-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-light] {
  background-color: var(--bs-light-light);
  color: var(--bs-light);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=primary] {
  background-color: var(--bs-primary);
  color: var(--bs-primary-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-primary] {
  background-color: var(--bs-primary-light);
  color: var(--bs-primary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=secondary] {
  background-color: var(--bs-secondary);
  color: var(--bs-secondary-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-secondary] {
  background-color: var(--bs-secondary-light);
  color: var(--bs-secondary);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=success] {
  background-color: var(--bs-success);
  color: var(--bs-success-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-success] {
  background-color: var(--bs-success-light);
  color: var(--bs-success);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=info] {
  background-color: var(--bs-info);
  color: var(--bs-info-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-info] {
  background-color: var(--bs-info-light);
  color: var(--bs-info);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=warning] {
  background-color: var(--bs-warning);
  color: var(--bs-warning-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-warning] {
  background-color: var(--bs-warning-light);
  color: var(--bs-warning);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=danger] {
  background-color: var(--bs-danger);
  color: var(--bs-danger-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-danger] {
  background-color: var(--bs-danger-light);
  color: var(--bs-danger);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=dark] {
  background-color: var(--bs-dark);
  color: var(--bs-dark-inverse);
  box-shadow: none;
}
.kanban-container .kanban-board .kanban-drag .kanban-item[data-class=light-dark] {
  background-color: var(--bs-dark-light);
  color: var(--bs-dark);
  box-shadow: none;
}
.kanban-fixed-height .kanban-container .kanban-board .kanban-drag {
  position: relative;
  overflow-y: auto;
}

.jstree-default .jstree-anchor {
  color: var(--bs-gray-700);
  padding: 0 8px 0 4px;
}
.jstree-default .jstree-icon {
  color: var(--bs-gray-700);
  font-size: 1.3rem;
}
.jstree-default .jstree-icon.la {
  font-size: 1.5rem;
}
.jstree-default .jstree-icon.fa {
  font-size: 1.2rem;
}
.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto;
  opacity: 0.7;
}
.jstree-default .jstree-disabled .jstree-icon {
  color: var(--bs-gray-700);
}
.jstree-default .jstree-clicked {
  border: 0;
  background: var(--bs-gray-100);
  box-shadow: none;
}
.jstree-default .jstree-hovered {
  border: 0;
  background-color: var(--bs-gray-100);
  box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: var(--bs-gray-200);
  box-shadow: none;
}
.jstree-default .jstree-wholerow-hovered, .jstree-default.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: var(--bs-gray-100);
  box-shadow: none;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\f07c";
}

.jstree-open > .jstree-anchor > .la-folder:before {
  margin-left: 2px;
  content: "\f200";
}

.jstree-default.jstree-rtl .jstree-node {
  background-position: 100% 1px /*rtl:ignore*/ !important;
}

.jstree-default.jstree-rtl .jstree-last {
  background: transparent /*rtl:ignore*/;
  background-repeat: no-repeat;
}

.jstree-rtl .jstree-anchor {
  padding: 0 4px 0 8px /*rtl:ignore*/;
}

.vakata-context,
.vakata-context ul {
  padding: 0.5rem 0;
  min-width: 150px;
  font-size: 1rem;
  font-family: var(--bs-font-sans-serif);
  background: var(--bs-body-bg);
  box-shadow: var(--bs-dropdown-box-shadow);
  border: 0;
  border-radius: 1.15rem;
}
.vakata-context li,
.vakata-context ul li {
  padding: 0;
  border: 0;
}
.vakata-context li a,
.vakata-context ul li a {
  padding: 0rem 1.2rem;
  border: 0;
}
.vakata-context li a i,
.vakata-context ul li a i {
  display: none;
}
.vakata-context li a .vakata-contextmenu-sep,
.vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}
.vakata-context li a span,
.vakata-context li a ins,
.vakata-context ul li a span,
.vakata-context ul li a ins {
  display: none;
  border: 0 !important;
}
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  margin: 0;
  background-color: var(--bs-gray-100);
  color: var(--bs-primary);
  box-shadow: none;
}
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins,
.vakata-context ul .vakata-context-hover > a .span,
.vakata-context ul .vakata-context-hover > a .ins,
.vakata-context ul li a:hover .span,
.vakata-context ul li a:hover .ins {
  border: 0 !important;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
  height: 2px;
  background-color: var(--bs-gray-200);
}

.jstree-rename-input {
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
  background-color: var(--bs-gray-100) !important;
  border: 1px solid var(--bs-gray-100) !important;
  border-radius: 1.15rem;
}

.vis-timeline {
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 1.15rem !important;
}
.vis-timeline .vis-labelset .vis-label {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--bs-gray-900);
}
.vis-timeline .vis-foreground .vis-group {
  border-bottom: none;
}
.vis-timeline .vis-item {
  position: absolute;
  color: var(--bs-gray-700);
  border-color: var(--bs-primary);
  border-width: 1px;
  background-color: var(--bs-gray-100);
  border-radius: 1.15rem !important;
}
.vis-timeline .vis-item.vis-selected {
  background-color: var(--bs-warning-light);
  color: var(--bs-gray-700);
  border-color: var(--bs-warning);
}
.vis-timeline .vis-item .vis-item-content {
  padding: 0.75rem 1rem;
  width: 100%;
  transform: none !important;
}
.vis-timeline .vis-time-axis {
  font-size: 0.95rem;
  text-transform: uppercase;
  font-weight: 500;
}
.vis-timeline .vis-time-axis .vis-text {
  color: var(--bs-gray-400);
}
.vis-timeline .vis-time-axis .vis-grid.vis-minor {
  border-left-color: var(--bs-border-dashed-color) !important;
}
.vis-timeline .vis-time-axis .vis-grid.vis-vertical {
  border-left-style: dashed !important;
}
.vis-timeline .vis-panel .vis-shadow {
  box-shadow: none !important;
}
.vis-timeline .vis-panel.vis-bottom, .vis-timeline .vis-panel.vis-center, .vis-timeline .vis-panel.vis-left, .vis-timeline .vis-panel.vis-right, .vis-timeline .vis-panel.vis-top {
  border-color: var(--bs-border-color) !important;
}
.vis-timeline .vis-current-time {
  background-color: var(--bs-success);
}

.vis-timeline-custom .vis-timeline {
  border: 0 !important;
}
.vis-timeline-custom .vis-timeline .vis-label {
  padding-left: 0 !important;
}
.vis-timeline-custom .vis-panel.vis-bottom, .vis-timeline-custom .vis-panel.vis-center, .vis-timeline-custom .vis-panel.vis-left, .vis-timeline-custom .vis-panel.vis-right, .vis-timeline-custom .vis-panel.vis-top {
  border: 0 !important;
}
.vis-timeline-custom .vis-item {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
}
.vis-timeline-custom .vis-item .vis-item-content {
  padding: 0 !important;
}

.tempus-dominus-widget {
  padding: 1rem 0.5rem 0.5rem 0.5rem;
  width: 280px !important;
  box-shadow: var(--bs-dropdown-box-shadow) !important;
  background-color: var(--bs-body-bg) !important;
  border-radius: 1.15rem;
}
.tempus-dominus-widget i:not(.ki-outline):not(.ki-solid):not(.ki-duotone) {
  font-size: 0.9rem !important;
}
.tempus-dominus-widget .picker-switch {
  font-size: 1.05rem;
  font-weight: 600;
}
.tempus-dominus-widget .date-container-days {
  grid-auto-rows: 36px;
}
.tempus-dominus-widget .date-container-days .day {
  border-radius: 2rem !important;
}
.tempus-dominus-widget .date-container-months {
  grid-auto-rows: 36px;
}
.tempus-dominus-widget .date-container-months .month {
  border-radius: 2rem !important;
}
.tempus-dominus-widget .date-container-years {
  grid-auto-rows: 36px;
}
.tempus-dominus-widget .date-container-years .year {
  border-radius: 2rem !important;
}
.tempus-dominus-widget .time-container .separator {
  border: 0px !important;
}
.tempus-dominus-widget .time-container .time-container-clock div {
  border-radius: 2rem !important;
}
.tempus-dominus-widget .toolbar div {
  border-radius: 2rem;
}
.tempus-dominus-widget .toolbar div i:not(.ki-outline):not(.ki-solid):not(.ki-duotone) {
  font-size: 1.1rem !important;
}
.tempus-dominus-widget.light, .tempus-dominus-widget.dark {
  color: var(--bs-gray-900);
}
.tempus-dominus-widget.light [data-action].disabled, .tempus-dominus-widget.light [data-action].disabled:hover, .tempus-dominus-widget.dark [data-action].disabled, .tempus-dominus-widget.dark [data-action].disabled:hover {
  color: var(--bs-gray-400);
}
.tempus-dominus-widget.light .toolbar div:hover, .tempus-dominus-widget.dark .toolbar div:hover {
  background: var(--bs-gray-200);
}
.tempus-dominus-widget.light .date-container-days .dow, .tempus-dominus-widget.dark .date-container-days .dow {
  color: var(--bs-gray-700) !important;
}
.tempus-dominus-widget.light .date-container-days .cw, .tempus-dominus-widget.dark .date-container-days .cw {
  color: rgba(var(--bs-gray-900-rgb), 0.38);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight):hover,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight):hover,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight):hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight):hover,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight):hover {
  background: var(--bs-gray-200);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active {
  background-color: var(--bs-primary);
  color: var(--bs-body-bg);
  text-shadow: 0 -1px 0 rgba(var(--bs-gray-900-rgb), 0.25);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.new,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.old,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.new,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.old,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.new {
  color: var(--bs-body-bg);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).active.today:before, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).active.today:before,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).active.today:before {
  border-bottom-color: var(--bs-body-bg);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).new,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).old,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).new,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).old,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).new,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).old,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).new,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).old,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).new {
  color: rgba(var(--bs-gray-900-rgb), 0.38);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).disabled:hover, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).disabled:hover,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).disabled:hover {
  color: var(--bs-gray-400);
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.light .time-container-second div:not(.no-highlight).today:before, .tempus-dominus-widget.dark .date-container-decades div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-years div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-months div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .date-container-days div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-clock div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-hour div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-minute div:not(.no-highlight).today:before,
.tempus-dominus-widget.dark .time-container-second div:not(.no-highlight).today:before {
  border-bottom-color: var(--bs-primary);
  border-top-color: rgba(var(--bs-gray-900-rgb), 0.2);
}
.tempus-dominus-widget.light button, .tempus-dominus-widget.dark button {
  color: var(--bs-body-bg);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.ki-duotone,
.ki-outline,
.ki-solid {
  line-height: 1;
  font-size: 1rem;
  color: var(--bs-text-muted);
}

/* Hugeicons */ 
.hgi-bulk,.hgi-stroke {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  font-variant-ligatures: discretionary-ligatures;
  font-feature-settings: "liga" 1;
  line-height: 1;
  text-rendering: auto;
  font-display: swap
}

@font-face {
  font-family: hgi-stroke-rounded;
  src: url("/assets/plugins/global/fonts/hugeicons/hgi-stroke-rounded.woff2") format("woff2"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-stroke-rounded.woff") format("woff"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-stroke-rounded.ttf") format("truetype"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-stroke-rounded.svg#hgi-stroke-rounded") format("svg"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-stroke-rounded.eot");
       /* Only load embedded-opentype for old IE if needed */
}
@font-face {
  font-family: hgi-bulk-rounded;
  src: url("/assets/plugins/global/fonts/hugeicons/hgi-bulk-rounded.woff2") format("woff2"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-bulk-rounded.woff") format("woff"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-bulk-rounded.ttf") format("truetype"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-bulk-rounded.svg#hgi-bulk-rounded") format("svg"),
       url("/assets/plugins/global/fonts/hugeicons/hgi-bulk-rounded.eot");
}

.hgi-stroke {
  font-family: hgi-stroke-rounded!important
}

.hgi-bulk.hgi-24-hours-clock::before,.hgi-stroke.hgi-24-hours-clock::before {
  content: "\f0001"
}

.hgi-bulk.hgi-abacus::before,.hgi-stroke.hgi-abacus::before {
  content: "\f0003"
}

.hgi-bulk.hgi-absolute::before,.hgi-stroke.hgi-absolute::before {
  content: "\f0005"
}

.hgi-bulk.hgi-acceleration::before,.hgi-stroke.hgi-acceleration::before {
  content: "\f0007"
}

.hgi-bulk.hgi-access::before,.hgi-stroke.hgi-access::before {
  content: "\f0009"
}

.hgi-bulk.hgi-accident::before,.hgi-stroke.hgi-accident::before {
  content: "\f000b"
}

.hgi-bulk.hgi-account-recovery::before,.hgi-stroke.hgi-account-recovery::before {
  content: "\f000d"
}

.hgi-bulk.hgi-account-setting-01::before,.hgi-stroke.hgi-account-setting-01::before {
  content: "\f000f"
}

.hgi-bulk.hgi-account-setting-02::before,.hgi-stroke.hgi-account-setting-02::before {
  content: "\f0011"
}

.hgi-bulk.hgi-account-setting-03::before,.hgi-stroke.hgi-account-setting-03::before {
  content: "\f0013"
}

.hgi-bulk.hgi-activity-01::before,.hgi-stroke.hgi-activity-01::before {
  content: "\f0015"
}

.hgi-bulk.hgi-activity-02::before,.hgi-stroke.hgi-activity-02::before {
  content: "\f0017"
}

.hgi-bulk.hgi-activity-03::before,.hgi-stroke.hgi-activity-03::before {
  content: "\f0019"
}

.hgi-bulk.hgi-activity-04::before,.hgi-stroke.hgi-activity-04::before {
  content: "\f001b"
}

.hgi-bulk.hgi-acute::before,.hgi-stroke.hgi-acute::before {
  content: "\f001d"
}

.hgi-bulk.hgi-add-01::before,.hgi-stroke.hgi-add-01::before {
  content: "\f001f"
}

.hgi-bulk.hgi-add-02::before,.hgi-stroke.hgi-add-02::before {
  content: "\f0021"
}

.hgi-bulk.hgi-add-circle-half-dot::before,.hgi-stroke.hgi-add-circle-half-dot::before {
  content: "\f0023"
}

.hgi-bulk.hgi-add-circle::before,.hgi-stroke.hgi-add-circle::before {
  content: "\f0025"
}

.hgi-bulk.hgi-add-female::before,.hgi-stroke.hgi-add-female::before {
  content: "\f0027"
}

.hgi-bulk.hgi-add-male::before,.hgi-stroke.hgi-add-male::before {
  content: "\f0029"
}

.hgi-bulk.hgi-add-square::before,.hgi-stroke.hgi-add-square::before {
  content: "\f002b"
}

.hgi-bulk.hgi-add-team-02::before,.hgi-stroke.hgi-add-team-02::before {
  content: "\f002d"
}

.hgi-bulk.hgi-add-team::before,.hgi-stroke.hgi-add-team::before {
  content: "\f002f"
}

.hgi-bulk.hgi-add-to-list::before,.hgi-stroke.hgi-add-to-list::before {
  content: "\f0031"
}

.hgi-bulk.hgi-address-book::before,.hgi-stroke.hgi-address-book::before {
  content: "\f0033"
}

.hgi-bulk.hgi-adobe-after-effect::before,.hgi-stroke.hgi-adobe-after-effect::before {
  content: "\f0035"
}

.hgi-bulk.hgi-adobe-illustrator::before,.hgi-stroke.hgi-adobe-illustrator::before {
  content: "\f0037"
}

.hgi-bulk.hgi-adobe-indesign::before,.hgi-stroke.hgi-adobe-indesign::before {
  content: "\f0039"
}

.hgi-bulk.hgi-adobe-photoshop::before,.hgi-stroke.hgi-adobe-photoshop::before {
  content: "\f003b"
}

.hgi-bulk.hgi-adobe-premier::before,.hgi-stroke.hgi-adobe-premier::before {
  content: "\f003d"
}

.hgi-bulk.hgi-adobe-xd::before,.hgi-stroke.hgi-adobe-xd::before {
  content: "\f003f"
}

.hgi-bulk.hgi-adventure::before,.hgi-stroke.hgi-adventure::before {
  content: "\f0041"
}

.hgi-bulk.hgi-advertisiment::before,.hgi-stroke.hgi-advertisiment::before {
  content: "\f0043"
}

.hgi-bulk.hgi-adzan::before,.hgi-stroke.hgi-adzan::before {
  content: "\f0045"
}

.hgi-bulk.hgi-affiliate::before,.hgi-stroke.hgi-affiliate::before {
  content: "\f0047"
}

.hgi-bulk.hgi-agreement-01::before,.hgi-stroke.hgi-agreement-01::before {
  content: "\f0049"
}

.hgi-bulk.hgi-agreement-02::before,.hgi-stroke.hgi-agreement-02::before {
  content: "\f004b"
}

.hgi-bulk.hgi-agreement-03::before,.hgi-stroke.hgi-agreement-03::before {
  content: "\f004d"
}

.hgi-bulk.hgi-ai-audio::before,.hgi-stroke.hgi-ai-audio::before {
  content: "\f004f"
}

.hgi-bulk.hgi-ai-beautify::before,.hgi-stroke.hgi-ai-beautify::before {
  content: "\f0051"
}

.hgi-bulk.hgi-ai-book::before,.hgi-stroke.hgi-ai-book::before {
  content: "\f0053"
}

.hgi-bulk.hgi-ai-brain-01::before,.hgi-stroke.hgi-ai-brain-01::before {
  content: "\f0055"
}

.hgi-bulk.hgi-ai-brain-02::before,.hgi-stroke.hgi-ai-brain-02::before {
  content: "\f0057"
}

.hgi-bulk.hgi-ai-brain-03::before,.hgi-stroke.hgi-ai-brain-03::before {
  content: "\f0059"
}

.hgi-bulk.hgi-ai-brain-04::before,.hgi-stroke.hgi-ai-brain-04::before {
  content: "\f005b"
}

.hgi-bulk.hgi-ai-brain-05::before,.hgi-stroke.hgi-ai-brain-05::before {
  content: "\f005d"
}

.hgi-bulk.hgi-ai-browser::before,.hgi-stroke.hgi-ai-browser::before {
  content: "\f005f"
}

.hgi-bulk.hgi-ai-chat-01::before,.hgi-stroke.hgi-ai-chat-01::before {
  content: "\f0061"
}

.hgi-bulk.hgi-ai-chat-02::before,.hgi-stroke.hgi-ai-chat-02::before {
  content: "\f0063"
}

.hgi-bulk.hgi-ai-chemistry-01::before,.hgi-stroke.hgi-ai-chemistry-01::before {
  content: "\f0065"
}

.hgi-bulk.hgi-ai-chemistry-02::before,.hgi-stroke.hgi-ai-chemistry-02::before {
  content: "\f0067"
}

.hgi-bulk.hgi-ai-chemistry-03::before,.hgi-stroke.hgi-ai-chemistry-03::before {
  content: "\f0069"
}

.hgi-bulk.hgi-ai-chip::before,.hgi-stroke.hgi-ai-chip::before {
  content: "\f006b"
}

.hgi-bulk.hgi-ai-cloud-01::before,.hgi-stroke.hgi-ai-cloud-01::before {
  content: "\f006d"
}

.hgi-bulk.hgi-ai-cloud-02::before,.hgi-stroke.hgi-ai-cloud-02::before {
  content: "\f006f"
}

.hgi-bulk.hgi-ai-cloud::before,.hgi-stroke.hgi-ai-cloud::before {
  content: "\f0071"
}

.hgi-bulk.hgi-ai-computer::before,.hgi-stroke.hgi-ai-computer::before {
  content: "\f0073"
}

.hgi-bulk.hgi-ai-content-generator-01::before,.hgi-stroke.hgi-ai-content-generator-01::before {
  content: "\f0075"
}

.hgi-bulk.hgi-ai-content-generator-02::before,.hgi-stroke.hgi-ai-content-generator-02::before {
  content: "\f0077"
}

.hgi-bulk.hgi-ai-dna::before,.hgi-stroke.hgi-ai-dna::before {
  content: "\f0079"
}

.hgi-bulk.hgi-ai-editing::before,.hgi-stroke.hgi-ai-editing::before {
  content: "\f007b"
}

.hgi-bulk.hgi-ai-eraser::before,.hgi-stroke.hgi-ai-eraser::before {
  content: "\f007d"
}

.hgi-bulk.hgi-ai-file::before,.hgi-stroke.hgi-ai-file::before {
  content: "\f007f"
}

.hgi-bulk.hgi-ai-folder-01::before,.hgi-stroke.hgi-ai-folder-01::before {
  content: "\f0081"
}

.hgi-bulk.hgi-ai-folder-02::before,.hgi-stroke.hgi-ai-folder-02::before {
  content: "\f0083"
}

.hgi-bulk.hgi-ai-game::before,.hgi-stroke.hgi-ai-game::before {
  content: "\f0085"
}

.hgi-bulk.hgi-ai-generative::before,.hgi-stroke.hgi-ai-generative::before {
  content: "\f0087"
}

.hgi-bulk.hgi-ai-idea::before,.hgi-stroke.hgi-ai-idea::before {
  content: "\f0089"
}

.hgi-bulk.hgi-ai-image::before,.hgi-stroke.hgi-ai-image::before {
  content: "\f008b"
}

.hgi-bulk.hgi-ai-innovation-01::before,.hgi-stroke.hgi-ai-innovation-01::before {
  content: "\f008d"
}

.hgi-bulk.hgi-ai-innovation-02::before,.hgi-stroke.hgi-ai-innovation-02::before {
  content: "\f008f"
}

.hgi-bulk.hgi-ai-innovation-03::before,.hgi-stroke.hgi-ai-innovation-03::before {
  content: "\f0091"
}

.hgi-bulk.hgi-ai-laptop::before,.hgi-stroke.hgi-ai-laptop::before {
  content: "\f0093"
}

.hgi-bulk.hgi-ai-learning::before,.hgi-stroke.hgi-ai-learning::before {
  content: "\f0095"
}

.hgi-bulk.hgi-ai-lock::before,.hgi-stroke.hgi-ai-lock::before {
  content: "\f0097"
}

.hgi-bulk.hgi-ai-magic::before,.hgi-stroke.hgi-ai-magic::before {
  content: "\f0099"
}

.hgi-bulk.hgi-ai-mail-01::before,.hgi-stroke.hgi-ai-mail-01::before {
  content: "\f009b"
}

.hgi-bulk.hgi-ai-mail-02::before,.hgi-stroke.hgi-ai-mail-02::before {
  content: "\f009d"
}

.hgi-bulk.hgi-ai-mail::before,.hgi-stroke.hgi-ai-mail::before {
  content: "\f009f"
}

.hgi-bulk.hgi-ai-mic::before,.hgi-stroke.hgi-ai-mic::before {
  content: "\f00a1"
}

.hgi-bulk.hgi-ai-network::before,.hgi-stroke.hgi-ai-network::before {
  content: "\f00a3"
}

.hgi-bulk.hgi-ai-phone-01::before,.hgi-stroke.hgi-ai-phone-01::before {
  content: "\f00a5"
}

.hgi-bulk.hgi-ai-phone-02::before,.hgi-stroke.hgi-ai-phone-02::before {
  content: "\f00a7"
}

.hgi-bulk.hgi-ai-programming::before,.hgi-stroke.hgi-ai-programming::before {
  content: "\f00a9"
}

.hgi-bulk.hgi-ai-scan::before,.hgi-stroke.hgi-ai-scan::before {
  content: "\f00ab"
}

.hgi-bulk.hgi-ai-scheduling::before,.hgi-stroke.hgi-ai-scheduling::before {
  content: "\f00ad"
}

.hgi-bulk.hgi-ai-search-02::before,.hgi-stroke.hgi-ai-search-02::before {
  content: "\f00af"
}

.hgi-bulk.hgi-ai-search::before,.hgi-stroke.hgi-ai-search::before {
  content: "\f00b1"
}

.hgi-bulk.hgi-ai-security-01::before,.hgi-stroke.hgi-ai-security-01::before {
  content: "\f00b3"
}

.hgi-bulk.hgi-ai-security-02::before,.hgi-stroke.hgi-ai-security-02::before {
  content: "\f00b5"
}

.hgi-bulk.hgi-ai-security-03::before,.hgi-stroke.hgi-ai-security-03::before {
  content: "\f00b7"
}

.hgi-bulk.hgi-ai-setting::before,.hgi-stroke.hgi-ai-setting::before {
  content: "\f00b9"
}

.hgi-bulk.hgi-ai-sheets::before,.hgi-stroke.hgi-ai-sheets::before {
  content: "\f00bb"
}

.hgi-bulk.hgi-ai-smartwatch::before,.hgi-stroke.hgi-ai-smartwatch::before {
  content: "\f00bd"
}

.hgi-bulk.hgi-ai-user::before,.hgi-stroke.hgi-ai-user::before {
  content: "\f00bf"
}

.hgi-bulk.hgi-ai-video::before,.hgi-stroke.hgi-ai-video::before {
  content: "\f00c1"
}

.hgi-bulk.hgi-ai-view::before,.hgi-stroke.hgi-ai-view::before {
  content: "\f00c3"
}

.hgi-bulk.hgi-ai-vision-recognition::before,.hgi-stroke.hgi-ai-vision-recognition::before {
  content: "\f00c5"
}

.hgi-bulk.hgi-ai-voice-generator::before,.hgi-stroke.hgi-ai-voice-generator::before {
  content: "\f00c7"
}

.hgi-bulk.hgi-ai-voice::before,.hgi-stroke.hgi-ai-voice::before {
  content: "\f00c9"
}

.hgi-bulk.hgi-ai-web-browsing::before,.hgi-stroke.hgi-ai-web-browsing::before {
  content: "\f00cb"
}

.hgi-bulk.hgi-aids::before,.hgi-stroke.hgi-aids::before {
  content: "\f00cd"
}

.hgi-bulk.hgi-airbnb::before,.hgi-stroke.hgi-airbnb::before {
  content: "\f00cf"
}

.hgi-bulk.hgi-aircraft-game::before,.hgi-stroke.hgi-aircraft-game::before {
  content: "\f00d1"
}

.hgi-bulk.hgi-airdrop::before,.hgi-stroke.hgi-airdrop::before {
  content: "\f00d3"
}

.hgi-bulk.hgi-airplane-01::before,.hgi-stroke.hgi-airplane-01::before {
  content: "\f00d5"
}

.hgi-bulk.hgi-airplane-02::before,.hgi-stroke.hgi-airplane-02::before {
  content: "\f00d7"
}

.hgi-bulk.hgi-airplane-landing-01::before,.hgi-stroke.hgi-airplane-landing-01::before {
  content: "\f00d9"
}

.hgi-bulk.hgi-airplane-landing-02::before,.hgi-stroke.hgi-airplane-landing-02::before {
  content: "\f00db"
}

.hgi-bulk.hgi-airplane-mode-off::before,.hgi-stroke.hgi-airplane-mode-off::before {
  content: "\f00dd"
}

.hgi-bulk.hgi-airplane-mode::before,.hgi-stroke.hgi-airplane-mode::before {
  content: "\f00df"
}

.hgi-bulk.hgi-airplane-seat-02::before,.hgi-stroke.hgi-airplane-seat-02::before {
  content: "\f00e1"
}

.hgi-bulk.hgi-airplane-seat::before,.hgi-stroke.hgi-airplane-seat::before {
  content: "\f00e3"
}

.hgi-bulk.hgi-airplane-take-off-01::before,.hgi-stroke.hgi-airplane-take-off-01::before {
  content: "\f00e5"
}

.hgi-bulk.hgi-airplane-take-off-02::before,.hgi-stroke.hgi-airplane-take-off-02::before {
  content: "\f00e7"
}

.hgi-bulk.hgi-airplay-line::before,.hgi-stroke.hgi-airplay-line::before {
  content: "\f00e9"
}

.hgi-bulk.hgi-airpod-01::before,.hgi-stroke.hgi-airpod-01::before {
  content: "\f00eb"
}

.hgi-bulk.hgi-airpod-02::before,.hgi-stroke.hgi-airpod-02::before {
  content: "\f00ed"
}

.hgi-bulk.hgi-airpod-03::before,.hgi-stroke.hgi-airpod-03::before {
  content: "\f00ef"
}

.hgi-bulk.hgi-airport-02::before,.hgi-stroke.hgi-airport-02::before {
  content: "\f00f1"
}

.hgi-bulk.hgi-airport-tower::before,.hgi-stroke.hgi-airport-tower::before {
  content: "\f00f4"
}

.hgi-bulk.hgi-airport::before,.hgi-stroke.hgi-airport::before {
  content: "\f00f5"
}

.hgi-bulk.hgi-al-aqsa-mosque::before,.hgi-stroke.hgi-al-aqsa-mosque::before {
  content: "\f00f7"
}

.hgi-bulk.hgi-alarm-clock::before,.hgi-stroke.hgi-alarm-clock::before {
  content: "\f00f9"
}

.hgi-bulk.hgi-album-01::before,.hgi-stroke.hgi-album-01::before {
  content: "\f00fb"
}

.hgi-bulk.hgi-album-02::before,.hgi-stroke.hgi-album-02::before {
  content: "\f00fd"
}

.hgi-bulk.hgi-album-not-found-01::before,.hgi-stroke.hgi-album-not-found-01::before {
  content: "\f00ff"
}

.hgi-bulk.hgi-album-not-found-02::before,.hgi-stroke.hgi-album-not-found-02::before {
  content: "\f0101"
}

.hgi-bulk.hgi-alert-01::before,.hgi-stroke.hgi-alert-01::before {
  content: "\f0103"
}

.hgi-bulk.hgi-alert-02::before,.hgi-stroke.hgi-alert-02::before {
  content: "\f0105"
}

.hgi-bulk.hgi-alert-circle::before,.hgi-stroke.hgi-alert-circle::before {
  content: "\f0107"
}

.hgi-bulk.hgi-alert-diamond::before,.hgi-stroke.hgi-alert-diamond::before {
  content: "\f0109"
}

.hgi-bulk.hgi-alert-square::before,.hgi-stroke.hgi-alert-square::before {
  content: "\f010b"
}

.hgi-bulk.hgi-algorithm::before,.hgi-stroke.hgi-algorithm::before {
  content: "\f010d"
}

.hgi-bulk.hgi-alien-01::before,.hgi-stroke.hgi-alien-01::before {
  content: "\f010f"
}

.hgi-bulk.hgi-alien-02::before,.hgi-stroke.hgi-alien-02::before {
  content: "\f0111"
}

.hgi-bulk.hgi-align-bottom::before,.hgi-stroke.hgi-align-bottom::before {
  content: "\f0113"
}

.hgi-bulk.hgi-align-box-bottom-center::before,.hgi-stroke.hgi-align-box-bottom-center::before {
  content: "\f0115"
}

.hgi-bulk.hgi-align-box-bottom-left::before,.hgi-stroke.hgi-align-box-bottom-left::before {
  content: "\f0117"
}

.hgi-bulk.hgi-align-box-bottom-right::before,.hgi-stroke.hgi-align-box-bottom-right::before {
  content: "\f0119"
}

.hgi-bulk.hgi-align-box-middle-center::before,.hgi-stroke.hgi-align-box-middle-center::before {
  content: "\f011b"
}

.hgi-bulk.hgi-align-box-middle-left::before,.hgi-stroke.hgi-align-box-middle-left::before {
  content: "\f011d"
}

.hgi-bulk.hgi-align-box-middle-right::before,.hgi-stroke.hgi-align-box-middle-right::before {
  content: "\f011f"
}

.hgi-bulk.hgi-align-box-top-center::before,.hgi-stroke.hgi-align-box-top-center::before {
  content: "\f0121"
}

.hgi-bulk.hgi-align-box-top-left::before,.hgi-stroke.hgi-align-box-top-left::before {
  content: "\f0123"
}

.hgi-bulk.hgi-align-box-top-right::before,.hgi-stroke.hgi-align-box-top-right::before {
  content: "\f0125"
}

.hgi-bulk.hgi-align-horizontal-center::before,.hgi-stroke.hgi-align-horizontal-center::before {
  content: "\f0127"
}

.hgi-bulk.hgi-align-key-object::before,.hgi-stroke.hgi-align-key-object::before {
  content: "\f0129"
}

.hgi-bulk.hgi-align-left::before,.hgi-stroke.hgi-align-left::before {
  content: "\f012b"
}

.hgi-bulk.hgi-align-right::before,.hgi-stroke.hgi-align-right::before {
  content: "\f012d"
}

.hgi-bulk.hgi-align-selection::before,.hgi-stroke.hgi-align-selection::before {
  content: "\f012f"
}

.hgi-bulk.hgi-align-top::before,.hgi-stroke.hgi-align-top::before {
  content: "\f0131"
}

.hgi-bulk.hgi-align-vertical-center::before,.hgi-stroke.hgi-align-vertical-center::before {
  content: "\f0133"
}

.hgi-bulk.hgi-all-bookmark::before,.hgi-stroke.hgi-all-bookmark::before {
  content: "\f0135"
}

.hgi-bulk.hgi-allah::before,.hgi-stroke.hgi-allah::before {
  content: "\f0137"
}

.hgi-bulk.hgi-alms::before,.hgi-stroke.hgi-alms::before {
  content: "\f0139"
}

.hgi-bulk.hgi-alpha-circle::before,.hgi-stroke.hgi-alpha-circle::before {
  content: "\f013b"
}

.hgi-bulk.hgi-alpha-square::before,.hgi-stroke.hgi-alpha-square::before {
  content: "\f013e"
}

.hgi-bulk.hgi-alpha::before,.hgi-stroke.hgi-alpha::before {
  content: "\f013f"
}

.hgi-bulk.hgi-alphabet-arabic::before,.hgi-stroke.hgi-alphabet-arabic::before {
  content: "\f0141"
}

.hgi-bulk.hgi-alphabet-bangla::before,.hgi-stroke.hgi-alphabet-bangla::before {
  content: "\f0143"
}

.hgi-bulk.hgi-alphabet-chinese::before,.hgi-stroke.hgi-alphabet-chinese::before {
  content: "\f0145"
}

.hgi-bulk.hgi-alphabet-greek::before,.hgi-stroke.hgi-alphabet-greek::before {
  content: "\f0147"
}

.hgi-bulk.hgi-alphabet-hebrew::before,.hgi-stroke.hgi-alphabet-hebrew::before {
  content: "\f0149"
}

.hgi-bulk.hgi-alphabet-hindi::before,.hgi-stroke.hgi-alphabet-hindi::before {
  content: "\f014b"
}

.hgi-bulk.hgi-alphabet-japanese::before,.hgi-stroke.hgi-alphabet-japanese::before {
  content: "\f014d"
}

.hgi-bulk.hgi-alphabet-korean::before,.hgi-stroke.hgi-alphabet-korean::before {
  content: "\f014f"
}

.hgi-bulk.hgi-alphabet-thai::before,.hgi-stroke.hgi-alphabet-thai::before {
  content: "\f0151"
}

.hgi-bulk.hgi-amazon::before,.hgi-stroke.hgi-amazon::before {
  content: "\f0153"
}

.hgi-bulk.hgi-ambulance::before,.hgi-stroke.hgi-ambulance::before {
  content: "\f0155"
}

.hgi-bulk.hgi-american-football::before,.hgi-stroke.hgi-american-football::before {
  content: "\f0157"
}

.hgi-bulk.hgi-amie::before,.hgi-stroke.hgi-amie::before {
  content: "\f0159"
}

.hgi-bulk.hgi-ammo::before,.hgi-stroke.hgi-ammo::before {
  content: "\f015b"
}

.hgi-bulk.hgi-ampoule::before,.hgi-stroke.hgi-ampoule::before {
  content: "\f015d"
}

.hgi-bulk.hgi-analysis-text-link::before,.hgi-stroke.hgi-analysis-text-link::before {
  content: "\f015f"
}

.hgi-bulk.hgi-analytics-01::before,.hgi-stroke.hgi-analytics-01::before {
  content: "\f0161"
}

.hgi-bulk.hgi-analytics-02::before,.hgi-stroke.hgi-analytics-02::before {
  content: "\f0163"
}

.hgi-bulk.hgi-analytics-03::before,.hgi-stroke.hgi-analytics-03::before {
  content: "\f0165"
}

.hgi-bulk.hgi-analytics-down::before,.hgi-stroke.hgi-analytics-down::before {
  content: "\f0167"
}

.hgi-bulk.hgi-analytics-up::before,.hgi-stroke.hgi-analytics-up::before {
  content: "\f0169"
}

.hgi-bulk.hgi-anchor-point::before,.hgi-stroke.hgi-anchor-point::before {
  content: "\f016b"
}

.hgi-bulk.hgi-anchor::before,.hgi-stroke.hgi-anchor::before {
  content: "\f016d"
}

.hgi-bulk.hgi-android::before,.hgi-stroke.hgi-android::before {
  content: "\f016f"
}

.hgi-bulk.hgi-angel::before,.hgi-stroke.hgi-angel::before {
  content: "\f0171"
}

.hgi-bulk.hgi-angle-01::before,.hgi-stroke.hgi-angle-01::before {
  content: "\f0173"
}

.hgi-bulk.hgi-angle::before,.hgi-stroke.hgi-angle::before {
  content: "\f0175"
}

.hgi-bulk.hgi-angry-bird::before,.hgi-stroke.hgi-angry-bird::before {
  content: "\f0177"
}

.hgi-bulk.hgi-angry::before,.hgi-stroke.hgi-angry::before {
  content: "\f0179"
}

.hgi-bulk.hgi-anonymous::before,.hgi-stroke.hgi-anonymous::before {
  content: "\f017b"
}

.hgi-bulk.hgi-apartment::before,.hgi-stroke.hgi-apartment::before {
  content: "\f017d"
}

.hgi-bulk.hgi-api-gateway::before,.hgi-stroke.hgi-api-gateway::before {
  content: "\f017f"
}

.hgi-bulk.hgi-api::before,.hgi-stroke.hgi-api::before {
  content: "\f0181"
}

.hgi-bulk.hgi-app-store::before,.hgi-stroke.hgi-app-store::before {
  content: "\f0183"
}

.hgi-bulk.hgi-apple-01::before,.hgi-stroke.hgi-apple-01::before {
  content: "\f0185"
}

.hgi-bulk.hgi-apple-finder::before,.hgi-stroke.hgi-apple-finder::before {
  content: "\f0187"
}

.hgi-bulk.hgi-apple-intelligence::before,.hgi-stroke.hgi-apple-intelligence::before {
  content: "\f0189"
}

.hgi-bulk.hgi-apple-music::before,.hgi-stroke.hgi-apple-music::before {
  content: "\f018b"
}

.hgi-bulk.hgi-apple-news::before,.hgi-stroke.hgi-apple-news::before {
  content: "\f018d"
}

.hgi-bulk.hgi-apple-pie::before,.hgi-stroke.hgi-apple-pie::before {
  content: "\f018f"
}

.hgi-bulk.hgi-apple-reminder::before,.hgi-stroke.hgi-apple-reminder::before {
  content: "\f0191"
}

.hgi-bulk.hgi-apple-stocks::before,.hgi-stroke.hgi-apple-stocks::before {
  content: "\f0194"
}

.hgi-bulk.hgi-apple-vision-pro::before,.hgi-stroke.hgi-apple-vision-pro::before {
  content: "\f0196"
}

.hgi-bulk.hgi-apple::before,.hgi-stroke.hgi-apple::before {
  content: "\f0197"
}

.hgi-bulk.hgi-appointment-01::before,.hgi-stroke.hgi-appointment-01::before {
  content: "\f0199"
}

.hgi-bulk.hgi-appointment-02::before,.hgi-stroke.hgi-appointment-02::before {
  content: "\f019b"
}

.hgi-bulk.hgi-approximately-equal-circle::before,.hgi-stroke.hgi-approximately-equal-circle::before {
  content: "\f019d"
}

.hgi-bulk.hgi-approximately-equal-square::before,.hgi-stroke.hgi-approximately-equal-square::before {
  content: "\f01a0"
}

.hgi-bulk.hgi-approximately-equal::before,.hgi-stroke.hgi-approximately-equal::before {
  content: "\f01a1"
}

.hgi-bulk.hgi-apricot::before,.hgi-stroke.hgi-apricot::before {
  content: "\f01a3"
}

.hgi-bulk.hgi-apron::before,.hgi-stroke.hgi-apron::before {
  content: "\f01a5"
}

.hgi-bulk.hgi-arc-browser::before,.hgi-stroke.hgi-arc-browser::before {
  content: "\f01a7"
}

.hgi-bulk.hgi-archer::before,.hgi-stroke.hgi-archer::before {
  content: "\f01a9"
}

.hgi-bulk.hgi-archive-01::before,.hgi-stroke.hgi-archive-01::before {
  content: "\f01ab"
}

.hgi-bulk.hgi-archive-02::before,.hgi-stroke.hgi-archive-02::before {
  content: "\f01ad"
}

.hgi-bulk.hgi-archive-03::before,.hgi-stroke.hgi-archive-03::before {
  content: "\f01af"
}

.hgi-bulk.hgi-archive-04::before,.hgi-stroke.hgi-archive-04::before {
  content: "\f01b1"
}

.hgi-bulk.hgi-archive-arrow-down::before,.hgi-stroke.hgi-archive-arrow-down::before {
  content: "\f01b3"
}

.hgi-bulk.hgi-archive-arrow-up::before,.hgi-stroke.hgi-archive-arrow-up::before {
  content: "\f01b5"
}

.hgi-bulk.hgi-archive-off-03::before,.hgi-stroke.hgi-archive-off-03::before {
  content: "\f01b7"
}

.hgi-bulk.hgi-archive-off-04::before,.hgi-stroke.hgi-archive-off-04::before {
  content: "\f01b9"
}

.hgi-bulk.hgi-archive::before,.hgi-stroke.hgi-archive::before {
  content: "\f01bb"
}

.hgi-bulk.hgi-armored-boot::before,.hgi-stroke.hgi-armored-boot::before {
  content: "\f01bd"
}

.hgi-bulk.hgi-arrange-by-letters-a-z::before,.hgi-stroke.hgi-arrange-by-letters-a-z::before {
  content: "\f01bf"
}

.hgi-bulk.hgi-arrange-by-letters-z-a::before,.hgi-stroke.hgi-arrange-by-letters-z-a::before {
  content: "\f01c1"
}

.hgi-bulk.hgi-arrange-by-numbers-nine-1::before,.hgi-stroke.hgi-arrange-by-numbers-nine-1::before {
  content: "\f01c3"
}

.hgi-bulk.hgi-arrange-by-numbers-one-9::before,.hgi-stroke.hgi-arrange-by-numbers-one-9::before {
  content: "\f01c5"
}

.hgi-bulk.hgi-arrange::before,.hgi-stroke.hgi-arrange::before {
  content: "\f01c7"
}

.hgi-bulk.hgi-arrow-all-direction::before,.hgi-stroke.hgi-arrow-all-direction::before {
  content: "\f01c9"
}

.hgi-bulk.hgi-arrow-data-transfer-diagonal::before,.hgi-stroke.hgi-arrow-data-transfer-diagonal::before {
  content: "\f01cb"
}

.hgi-bulk.hgi-arrow-data-transfer-horizontal::before,.hgi-stroke.hgi-arrow-data-transfer-horizontal::before {
  content: "\f01cd"
}

.hgi-bulk.hgi-arrow-data-transfer-vertical::before,.hgi-stroke.hgi-arrow-data-transfer-vertical::before {
  content: "\f01cf"
}

.hgi-bulk.hgi-arrow-diagonal::before,.hgi-stroke.hgi-arrow-diagonal::before {
  content: "\f01d1"
}

.hgi-bulk.hgi-arrow-down-01::before,.hgi-stroke.hgi-arrow-down-01::before {
  content: "\f01d3"
}

.hgi-bulk.hgi-arrow-down-02::before,.hgi-stroke.hgi-arrow-down-02::before {
  content: "\f01d5"
}

.hgi-bulk.hgi-arrow-down-03::before,.hgi-stroke.hgi-arrow-down-03::before {
  content: "\f01d7"
}

.hgi-bulk.hgi-arrow-down-04::before,.hgi-stroke.hgi-arrow-down-04::before {
  content: "\f01d9"
}

.hgi-bulk.hgi-arrow-down-05::before,.hgi-stroke.hgi-arrow-down-05::before {
  content: "\f01db"
}

.hgi-bulk.hgi-arrow-down-big::before,.hgi-stroke.hgi-arrow-down-big::before {
  content: "\f01dd"
}

.hgi-bulk.hgi-arrow-down-double::before,.hgi-stroke.hgi-arrow-down-double::before {
  content: "\f01df"
}

.hgi-bulk.hgi-arrow-down-left-01::before,.hgi-stroke.hgi-arrow-down-left-01::before {
  content: "\f01e1"
}

.hgi-bulk.hgi-arrow-down-left-02::before,.hgi-stroke.hgi-arrow-down-left-02::before {
  content: "\f01e3"
}

.hgi-bulk.hgi-arrow-down-right-01::before,.hgi-stroke.hgi-arrow-down-right-01::before {
  content: "\f01e5"
}

.hgi-bulk.hgi-arrow-down-right-02::before,.hgi-stroke.hgi-arrow-down-right-02::before {
  content: "\f01e7"
}

.hgi-bulk.hgi-arrow-expand-01::before,.hgi-stroke.hgi-arrow-expand-01::before {
  content: "\f01e9"
}

.hgi-bulk.hgi-arrow-expand-02::before,.hgi-stroke.hgi-arrow-expand-02::before {
  content: "\f01eb"
}

.hgi-bulk.hgi-arrow-expand-diagonal-01::before,.hgi-stroke.hgi-arrow-expand-diagonal-01::before {
  content: "\f01ed"
}

.hgi-bulk.hgi-arrow-expand-diagonal-02::before,.hgi-stroke.hgi-arrow-expand-diagonal-02::before {
  content: "\f01ef"
}

.hgi-bulk.hgi-arrow-expand::before,.hgi-stroke.hgi-arrow-expand::before {
  content: "\f01f1"
}

.hgi-bulk.hgi-arrow-horizontal::before,.hgi-stroke.hgi-arrow-horizontal::before {
  content: "\f01f3"
}

.hgi-bulk.hgi-arrow-left-01::before,.hgi-stroke.hgi-arrow-left-01::before {
  content: "\f01f5"
}

.hgi-bulk.hgi-arrow-left-02::before,.hgi-stroke.hgi-arrow-left-02::before {
  content: "\f01f7"
}

.hgi-bulk.hgi-arrow-left-03::before,.hgi-stroke.hgi-arrow-left-03::before {
  content: "\f01f9"
}

.hgi-bulk.hgi-arrow-left-04::before,.hgi-stroke.hgi-arrow-left-04::before {
  content: "\f01fb"
}

.hgi-bulk.hgi-arrow-left-05::before,.hgi-stroke.hgi-arrow-left-05::before {
  content: "\f01fd"
}

.hgi-bulk.hgi-arrow-left-big::before,.hgi-stroke.hgi-arrow-left-big::before {
  content: "\f01ff"
}

.hgi-bulk.hgi-arrow-left-double::before,.hgi-stroke.hgi-arrow-left-double::before {
  content: "\f0201"
}

.hgi-bulk.hgi-arrow-left-right::before,.hgi-stroke.hgi-arrow-left-right::before {
  content: "\f0203"
}

.hgi-bulk.hgi-arrow-move-down-left::before,.hgi-stroke.hgi-arrow-move-down-left::before {
  content: "\f0205"
}

.hgi-bulk.hgi-arrow-move-down-right::before,.hgi-stroke.hgi-arrow-move-down-right::before {
  content: "\f0207"
}

.hgi-bulk.hgi-arrow-move-left-down::before,.hgi-stroke.hgi-arrow-move-left-down::before {
  content: "\f0209"
}

.hgi-bulk.hgi-arrow-move-right-down::before,.hgi-stroke.hgi-arrow-move-right-down::before {
  content: "\f020b"
}

.hgi-bulk.hgi-arrow-move-up-left::before,.hgi-stroke.hgi-arrow-move-up-left::before {
  content: "\f020d"
}

.hgi-bulk.hgi-arrow-move-up-right::before,.hgi-stroke.hgi-arrow-move-up-right::before {
  content: "\f020f"
}

.hgi-bulk.hgi-arrow-reload-horizontal::before,.hgi-stroke.hgi-arrow-reload-horizontal::before {
  content: "\f0211"
}

.hgi-bulk.hgi-arrow-reload-vertical::before,.hgi-stroke.hgi-arrow-reload-vertical::before {
  content: "\f0213"
}

.hgi-bulk.hgi-arrow-right-01::before,.hgi-stroke.hgi-arrow-right-01::before {
  content: "\f0215"
}

.hgi-bulk.hgi-arrow-right-02::before,.hgi-stroke.hgi-arrow-right-02::before {
  content: "\f0217"
}

.hgi-bulk.hgi-arrow-right-03::before,.hgi-stroke.hgi-arrow-right-03::before {
  content: "\f0219"
}

.hgi-bulk.hgi-arrow-right-04::before,.hgi-stroke.hgi-arrow-right-04::before {
  content: "\f021b"
}

.hgi-bulk.hgi-arrow-right-05::before,.hgi-stroke.hgi-arrow-right-05::before {
  content: "\f021d"
}

.hgi-bulk.hgi-arrow-right-big::before,.hgi-stroke.hgi-arrow-right-big::before {
  content: "\f021f"
}

.hgi-bulk.hgi-arrow-right-double::before,.hgi-stroke.hgi-arrow-right-double::before {
  content: "\f0221"
}

.hgi-bulk.hgi-arrow-shrink-01::before,.hgi-stroke.hgi-arrow-shrink-01::before {
  content: "\f0223"
}

.hgi-bulk.hgi-arrow-shrink-02::before,.hgi-stroke.hgi-arrow-shrink-02::before {
  content: "\f0225"
}

.hgi-bulk.hgi-arrow-shrink::before,.hgi-stroke.hgi-arrow-shrink::before {
  content: "\f0227"
}

.hgi-bulk.hgi-arrow-turn-backward::before,.hgi-stroke.hgi-arrow-turn-backward::before {
  content: "\f0229"
}

.hgi-bulk.hgi-arrow-turn-down::before,.hgi-stroke.hgi-arrow-turn-down::before {
  content: "\f022b"
}

.hgi-bulk.hgi-arrow-turn-forward::before,.hgi-stroke.hgi-arrow-turn-forward::before {
  content: "\f022d"
}

.hgi-bulk.hgi-arrow-turn-up::before,.hgi-stroke.hgi-arrow-turn-up::before {
  content: "\f022f"
}

.hgi-bulk.hgi-arrow-up-01::before,.hgi-stroke.hgi-arrow-up-01::before {
  content: "\f0231"
}

.hgi-bulk.hgi-arrow-up-02::before,.hgi-stroke.hgi-arrow-up-02::before {
  content: "\f0233"
}

.hgi-bulk.hgi-arrow-up-03::before,.hgi-stroke.hgi-arrow-up-03::before {
  content: "\f0235"
}

.hgi-bulk.hgi-arrow-up-04::before,.hgi-stroke.hgi-arrow-up-04::before {
  content: "\f0237"
}

.hgi-bulk.hgi-arrow-up-05::before,.hgi-stroke.hgi-arrow-up-05::before {
  content: "\f0239"
}

.hgi-bulk.hgi-arrow-up-big::before,.hgi-stroke.hgi-arrow-up-big::before {
  content: "\f023b"
}

.hgi-bulk.hgi-arrow-up-double::before,.hgi-stroke.hgi-arrow-up-double::before {
  content: "\f023d"
}

.hgi-bulk.hgi-arrow-up-down::before,.hgi-stroke.hgi-arrow-up-down::before {
  content: "\f023f"
}

.hgi-bulk.hgi-arrow-up-left-01::before,.hgi-stroke.hgi-arrow-up-left-01::before {
  content: "\f0241"
}

.hgi-bulk.hgi-arrow-up-left-02::before,.hgi-stroke.hgi-arrow-up-left-02::before {
  content: "\f0243"
}

.hgi-bulk.hgi-arrow-up-right-01::before,.hgi-stroke.hgi-arrow-up-right-01::before {
  content: "\f0245"
}

.hgi-bulk.hgi-arrow-up-right-02::before,.hgi-stroke.hgi-arrow-up-right-02::before {
  content: "\f0247"
}

.hgi-bulk.hgi-arrow-vertical::before,.hgi-stroke.hgi-arrow-vertical::before {
  content: "\f0249"
}

.hgi-bulk.hgi-artboard-tool::before,.hgi-stroke.hgi-artboard-tool::before {
  content: "\f024c"
}

.hgi-bulk.hgi-artboard::before,.hgi-stroke.hgi-artboard::before {
  content: "\f024d"
}

.hgi-bulk.hgi-artificial-intelligence-01::before,.hgi-stroke.hgi-artificial-intelligence-01::before {
  content: "\f024f"
}

.hgi-bulk.hgi-artificial-intelligence-02::before,.hgi-stroke.hgi-artificial-intelligence-02::before {
  content: "\f0251"
}

.hgi-bulk.hgi-artificial-intelligence-03::before,.hgi-stroke.hgi-artificial-intelligence-03::before {
  content: "\f0253"
}

.hgi-bulk.hgi-artificial-intelligence-04::before,.hgi-stroke.hgi-artificial-intelligence-04::before {
  content: "\f0255"
}

.hgi-bulk.hgi-artificial-intelligence-05::before,.hgi-stroke.hgi-artificial-intelligence-05::before {
  content: "\f0257"
}

.hgi-bulk.hgi-artificial-intelligence-06::before,.hgi-stroke.hgi-artificial-intelligence-06::before {
  content: "\f0259"
}

.hgi-bulk.hgi-artificial-intelligence-07::before,.hgi-stroke.hgi-artificial-intelligence-07::before {
  content: "\f025b"
}

.hgi-bulk.hgi-artificial-intelligence-08::before,.hgi-stroke.hgi-artificial-intelligence-08::before {
  content: "\f025d"
}

.hgi-bulk.hgi-aspect-ratio::before,.hgi-stroke.hgi-aspect-ratio::before {
  content: "\f025f"
}

.hgi-bulk.hgi-assignments::before,.hgi-stroke.hgi-assignments::before {
  content: "\f0261"
}

.hgi-bulk.hgi-asterisk-02::before,.hgi-stroke.hgi-asterisk-02::before {
  content: "\f0263"
}

.hgi-bulk.hgi-asterisk::before,.hgi-stroke.hgi-asterisk::before {
  content: "\f0265"
}

.hgi-bulk.hgi-asteroid-01::before,.hgi-stroke.hgi-asteroid-01::before {
  content: "\f0267"
}

.hgi-bulk.hgi-asteroid-02::before,.hgi-stroke.hgi-asteroid-02::before {
  content: "\f0269"
}

.hgi-bulk.hgi-astronaut-01::before,.hgi-stroke.hgi-astronaut-01::before {
  content: "\f026b"
}

.hgi-bulk.hgi-astronaut-02::before,.hgi-stroke.hgi-astronaut-02::before {
  content: "\f026d"
}

.hgi-bulk.hgi-at::before,.hgi-stroke.hgi-at::before {
  content: "\f026f"
}

.hgi-bulk.hgi-atm-01::before,.hgi-stroke.hgi-atm-01::before {
  content: "\f0271"
}

.hgi-bulk.hgi-atm-02::before,.hgi-stroke.hgi-atm-02::before {
  content: "\f0273"
}

.hgi-bulk.hgi-atom-01::before,.hgi-stroke.hgi-atom-01::before {
  content: "\f0275"
}

.hgi-bulk.hgi-atom-02::before,.hgi-stroke.hgi-atom-02::before {
  content: "\f0277"
}

.hgi-bulk.hgi-atomic-power::before,.hgi-stroke.hgi-atomic-power::before {
  content: "\f0279"
}

.hgi-bulk.hgi-attachment-01::before,.hgi-stroke.hgi-attachment-01::before {
  content: "\f027b"
}

.hgi-bulk.hgi-attachment-02::before,.hgi-stroke.hgi-attachment-02::before {
  content: "\f027d"
}

.hgi-bulk.hgi-attachment-circle::before,.hgi-stroke.hgi-attachment-circle::before {
  content: "\f027f"
}

.hgi-bulk.hgi-attachment-square::before,.hgi-stroke.hgi-attachment-square::before {
  content: "\f0282"
}

.hgi-bulk.hgi-attachment::before,.hgi-stroke.hgi-attachment::before {
  content: "\f0283"
}

.hgi-bulk.hgi-auction::before,.hgi-stroke.hgi-auction::before {
  content: "\f0285"
}

.hgi-bulk.hgi-audio-book-01::before,.hgi-stroke.hgi-audio-book-01::before {
  content: "\f0287"
}

.hgi-bulk.hgi-audio-book-02::before,.hgi-stroke.hgi-audio-book-02::before {
  content: "\f0289"
}

.hgi-bulk.hgi-audio-book-03::before,.hgi-stroke.hgi-audio-book-03::before {
  content: "\f028b"
}

.hgi-bulk.hgi-audio-book-04::before,.hgi-stroke.hgi-audio-book-04::before {
  content: "\f028d"
}

.hgi-bulk.hgi-audio-wave-01::before,.hgi-stroke.hgi-audio-wave-01::before {
  content: "\f028f"
}

.hgi-bulk.hgi-audio-wave-02::before,.hgi-stroke.hgi-audio-wave-02::before {
  content: "\f0291"
}

.hgi-bulk.hgi-audit-01::before,.hgi-stroke.hgi-audit-01::before {
  content: "\f0293"
}

.hgi-bulk.hgi-audit-02::before,.hgi-stroke.hgi-audit-02::before {
  content: "\f0295"
}

.hgi-bulk.hgi-augmented-reality-ar::before,.hgi-stroke.hgi-augmented-reality-ar::before {
  content: "\f0297"
}

.hgi-bulk.hgi-authorized::before,.hgi-stroke.hgi-authorized::before {
  content: "\f0299"
}

.hgi-bulk.hgi-auto-conversations::before,.hgi-stroke.hgi-auto-conversations::before {
  content: "\f029b"
}

.hgi-bulk.hgi-automotive-battery-01::before,.hgi-stroke.hgi-automotive-battery-01::before {
  content: "\f029d"
}

.hgi-bulk.hgi-automotive-battery-02::before,.hgi-stroke.hgi-automotive-battery-02::before {
  content: "\f029f"
}

.hgi-bulk.hgi-avalanche::before,.hgi-stroke.hgi-avalanche::before {
  content: "\f02a1"
}

.hgi-bulk.hgi-avocado::before,.hgi-stroke.hgi-avocado::before {
  content: "\f02a3"
}

.hgi-bulk.hgi-award-01::before,.hgi-stroke.hgi-award-01::before {
  content: "\f02a5"
}

.hgi-bulk.hgi-award-02::before,.hgi-stroke.hgi-award-02::before {
  content: "\f02a7"
}

.hgi-bulk.hgi-award-03::before,.hgi-stroke.hgi-award-03::before {
  content: "\f02a9"
}

.hgi-bulk.hgi-award-04::before,.hgi-stroke.hgi-award-04::before {
  content: "\f02ab"
}

.hgi-bulk.hgi-award-05::before,.hgi-stroke.hgi-award-05::before {
  content: "\f02ad"
}

.hgi-bulk.hgi-aws-lambda::before,.hgi-stroke.hgi-aws-lambda::before {
  content: "\f02af"
}

.hgi-bulk.hgi-baby-01::before,.hgi-stroke.hgi-baby-01::before {
  content: "\f02b1"
}

.hgi-bulk.hgi-baby-02::before,.hgi-stroke.hgi-baby-02::before {
  content: "\f02b3"
}

.hgi-bulk.hgi-baby-bed-01::before,.hgi-stroke.hgi-baby-bed-01::before {
  content: "\f02b5"
}

.hgi-bulk.hgi-baby-bed-02::before,.hgi-stroke.hgi-baby-bed-02::before {
  content: "\f02b7"
}

.hgi-bulk.hgi-baby-bottle::before,.hgi-stroke.hgi-baby-bottle::before {
  content: "\f02b9"
}

.hgi-bulk.hgi-baby-boy-dress::before,.hgi-stroke.hgi-baby-boy-dress::before {
  content: "\f02bb"
}

.hgi-bulk.hgi-baby-girl-dress::before,.hgi-stroke.hgi-baby-girl-dress::before {
  content: "\f02bd"
}

.hgi-bulk.hgi-back-muscle-body::before,.hgi-stroke.hgi-back-muscle-body::before {
  content: "\f02bf"
}

.hgi-bulk.hgi-background::before,.hgi-stroke.hgi-background::before {
  content: "\f02c1"
}

.hgi-bulk.hgi-backpack-01::before,.hgi-stroke.hgi-backpack-01::before {
  content: "\f02c3"
}

.hgi-bulk.hgi-backpack-02::before,.hgi-stroke.hgi-backpack-02::before {
  content: "\f02c5"
}

.hgi-bulk.hgi-backpack-03::before,.hgi-stroke.hgi-backpack-03::before {
  content: "\f02c7"
}

.hgi-bulk.hgi-backward-01::before,.hgi-stroke.hgi-backward-01::before {
  content: "\f02c9"
}

.hgi-bulk.hgi-backward-02::before,.hgi-stroke.hgi-backward-02::before {
  content: "\f02cb"
}

.hgi-bulk.hgi-bacteria::before,.hgi-stroke.hgi-bacteria::before {
  content: "\f02cd"
}

.hgi-bulk.hgi-badminton-shuttle::before,.hgi-stroke.hgi-badminton-shuttle::before {
  content: "\f02d0"
}

.hgi-bulk.hgi-badminton::before,.hgi-stroke.hgi-badminton::before {
  content: "\f02d1"
}

.hgi-bulk.hgi-balance-scale::before,.hgi-stroke.hgi-balance-scale::before {
  content: "\f02d3"
}

.hgi-bulk.hgi-balloons::before,.hgi-stroke.hgi-balloons::before {
  content: "\f02d5"
}

.hgi-bulk.hgi-banana::before,.hgi-stroke.hgi-banana::before {
  content: "\f02d7"
}

.hgi-bulk.hgi-bandage::before,.hgi-stroke.hgi-bandage::before {
  content: "\f02d9"
}

.hgi-bulk.hgi-bank::before,.hgi-stroke.hgi-bank::before {
  content: "\f02db"
}

.hgi-bulk.hgi-bar-chart-horizontal::before,.hgi-stroke.hgi-bar-chart-horizontal::before {
  content: "\f02dd"
}

.hgi-bulk.hgi-bar-chart::before,.hgi-stroke.hgi-bar-chart::before {
  content: "\f02df"
}

.hgi-bulk.hgi-bar-code-01::before,.hgi-stroke.hgi-bar-code-01::before {
  content: "\f02e1"
}

.hgi-bulk.hgi-bar-code-02::before,.hgi-stroke.hgi-bar-code-02::before {
  content: "\f02e3"
}

.hgi-bulk.hgi-barcode-scan::before,.hgi-stroke.hgi-barcode-scan::before {
  content: "\f02e5"
}

.hgi-bulk.hgi-barns::before,.hgi-stroke.hgi-barns::before {
  content: "\f02e7"
}

.hgi-bulk.hgi-baseball-bat::before,.hgi-stroke.hgi-baseball-bat::before {
  content: "\f02e9"
}

.hgi-bulk.hgi-baseball-helmet::before,.hgi-stroke.hgi-baseball-helmet::before {
  content: "\f02eb"
}

.hgi-bulk.hgi-baseball::before,.hgi-stroke.hgi-baseball::before {
  content: "\f02ed"
}

.hgi-bulk.hgi-bash::before,.hgi-stroke.hgi-bash::before {
  content: "\f02ef"
}

.hgi-bulk.hgi-basketball-01::before,.hgi-stroke.hgi-basketball-01::before {
  content: "\f02f1"
}

.hgi-bulk.hgi-basketball-02::before,.hgi-stroke.hgi-basketball-02::before {
  content: "\f02f3"
}

.hgi-bulk.hgi-basketball-hoop::before,.hgi-stroke.hgi-basketball-hoop::before {
  content: "\f02f5"
}

.hgi-bulk.hgi-bathtub-01::before,.hgi-stroke.hgi-bathtub-01::before {
  content: "\f02f7"
}

.hgi-bulk.hgi-bathtub-02::before,.hgi-stroke.hgi-bathtub-02::before {
  content: "\f02f9"
}

.hgi-bulk.hgi-batteries-energy::before,.hgi-stroke.hgi-batteries-energy::before {
  content: "\f02fb"
}

.hgi-bulk.hgi-battery-charging-01::before,.hgi-stroke.hgi-battery-charging-01::before {
  content: "\f02fd"
}

.hgi-bulk.hgi-battery-charging-02::before,.hgi-stroke.hgi-battery-charging-02::before {
  content: "\f02ff"
}

.hgi-bulk.hgi-battery-eco-charging::before,.hgi-stroke.hgi-battery-eco-charging::before {
  content: "\f0301"
}

.hgi-bulk.hgi-battery-empty::before,.hgi-stroke.hgi-battery-empty::before {
  content: "\f0303"
}

.hgi-bulk.hgi-battery-full::before,.hgi-stroke.hgi-battery-full::before {
  content: "\f0305"
}

.hgi-bulk.hgi-battery-low::before,.hgi-stroke.hgi-battery-low::before {
  content: "\f0307"
}

.hgi-bulk.hgi-battery-medium-01::before,.hgi-stroke.hgi-battery-medium-01::before {
  content: "\f0309"
}

.hgi-bulk.hgi-battery-medium-02::before,.hgi-stroke.hgi-battery-medium-02::before {
  content: "\f030b"
}

.hgi-bulk.hgi-bbq-grill::before,.hgi-stroke.hgi-bbq-grill::before {
  content: "\f030d"
}

.hgi-bulk.hgi-beach-02::before,.hgi-stroke.hgi-beach-02::before {
  content: "\f030f"
}

.hgi-bulk.hgi-beach::before,.hgi-stroke.hgi-beach::before {
  content: "\f0311"
}

.hgi-bulk.hgi-beater::before,.hgi-stroke.hgi-beater::before {
  content: "\f0313"
}

.hgi-bulk.hgi-bebo::before,.hgi-stroke.hgi-bebo::before {
  content: "\f0315"
}

.hgi-bulk.hgi-bed-bunk::before,.hgi-stroke.hgi-bed-bunk::before {
  content: "\f0317"
}

.hgi-bulk.hgi-bed-double::before,.hgi-stroke.hgi-bed-double::before {
  content: "\f0319"
}

.hgi-bulk.hgi-bed-single-01::before,.hgi-stroke.hgi-bed-single-01::before {
  content: "\f031c"
}

.hgi-bulk.hgi-bed-single-02::before,.hgi-stroke.hgi-bed-single-02::before {
  content: "\f031e"
}

.hgi-bulk.hgi-bed::before,.hgi-stroke.hgi-bed::before {
  content: "\f031f"
}

.hgi-bulk.hgi-bedug-01::before,.hgi-stroke.hgi-bedug-01::before {
  content: "\f0321"
}

.hgi-bulk.hgi-bedug-02::before,.hgi-stroke.hgi-bedug-02::before {
  content: "\f0323"
}

.hgi-bulk.hgi-behance-01::before,.hgi-stroke.hgi-behance-01::before {
  content: "\f0325"
}

.hgi-bulk.hgi-behance-02::before,.hgi-stroke.hgi-behance-02::before {
  content: "\f0327"
}

.hgi-bulk.hgi-belt::before,.hgi-stroke.hgi-belt::before {
  content: "\f0329"
}

.hgi-bulk.hgi-bend-tool::before,.hgi-stroke.hgi-bend-tool::before {
  content: "\f032b"
}

.hgi-bulk.hgi-berlin-tower::before,.hgi-stroke.hgi-berlin-tower::before {
  content: "\f032e"
}

.hgi-bulk.hgi-berlin::before,.hgi-stroke.hgi-berlin::before {
  content: "\f032f"
}

.hgi-bulk.hgi-beta::before,.hgi-stroke.hgi-beta::before {
  content: "\f0331"
}

.hgi-bulk.hgi-bicycle-01::before,.hgi-stroke.hgi-bicycle-01::before {
  content: "\f0333"
}

.hgi-bulk.hgi-bicycle::before,.hgi-stroke.hgi-bicycle::before {
  content: "\f0335"
}

.hgi-bulk.hgi-billiard-01::before,.hgi-stroke.hgi-billiard-01::before {
  content: "\f0337"
}

.hgi-bulk.hgi-billiard-02::before,.hgi-stroke.hgi-billiard-02::before {
  content: "\f0339"
}

.hgi-bulk.hgi-binary-code::before,.hgi-stroke.hgi-binary-code::before {
  content: "\f033b"
}

.hgi-bulk.hgi-bing::before,.hgi-stroke.hgi-bing::before {
  content: "\f033d"
}

.hgi-bulk.hgi-binoculars::before,.hgi-stroke.hgi-binoculars::before {
  content: "\f033f"
}

.hgi-bulk.hgi-bio-energy::before,.hgi-stroke.hgi-bio-energy::before {
  content: "\f0341"
}

.hgi-bulk.hgi-biomass-energy::before,.hgi-stroke.hgi-biomass-energy::before {
  content: "\f0343"
}

.hgi-bulk.hgi-biometric-access::before,.hgi-stroke.hgi-biometric-access::before {
  content: "\f0345"
}

.hgi-bulk.hgi-biometric-device::before,.hgi-stroke.hgi-biometric-device::before {
  content: "\f0347"
}

.hgi-bulk.hgi-birthday-cake::before,.hgi-stroke.hgi-birthday-cake::before {
  content: "\f0349"
}

.hgi-bulk.hgi-biscuit::before,.hgi-stroke.hgi-biscuit::before {
  content: "\f034b"
}

.hgi-bulk.hgi-bitcoin-01::before,.hgi-stroke.hgi-bitcoin-01::before {
  content: "\f034d"
}

.hgi-bulk.hgi-bitcoin-02::before,.hgi-stroke.hgi-bitcoin-02::before {
  content: "\f034f"
}

.hgi-bulk.hgi-bitcoin-03::before,.hgi-stroke.hgi-bitcoin-03::before {
  content: "\f0351"
}

.hgi-bulk.hgi-bitcoin-04::before,.hgi-stroke.hgi-bitcoin-04::before {
  content: "\f0353"
}

.hgi-bulk.hgi-bitcoin-bag::before,.hgi-stroke.hgi-bitcoin-bag::before {
  content: "\f0355"
}

.hgi-bulk.hgi-bitcoin-circle::before,.hgi-stroke.hgi-bitcoin-circle::before {
  content: "\f0357"
}

.hgi-bulk.hgi-bitcoin-cloud::before,.hgi-stroke.hgi-bitcoin-cloud::before {
  content: "\f0359"
}

.hgi-bulk.hgi-bitcoin-cpu::before,.hgi-stroke.hgi-bitcoin-cpu::before {
  content: "\f035b"
}

.hgi-bulk.hgi-bitcoin-credit-card::before,.hgi-stroke.hgi-bitcoin-credit-card::before {
  content: "\f035d"
}

.hgi-bulk.hgi-bitcoin-database::before,.hgi-stroke.hgi-bitcoin-database::before {
  content: "\f035f"
}

.hgi-bulk.hgi-bitcoin-down-01::before,.hgi-stroke.hgi-bitcoin-down-01::before {
  content: "\f0361"
}

.hgi-bulk.hgi-bitcoin-down-02::before,.hgi-stroke.hgi-bitcoin-down-02::before {
  content: "\f0363"
}

.hgi-bulk.hgi-bitcoin-ellipse::before,.hgi-stroke.hgi-bitcoin-ellipse::before {
  content: "\f0365"
}

.hgi-bulk.hgi-bitcoin-eye::before,.hgi-stroke.hgi-bitcoin-eye::before {
  content: "\f0367"
}

.hgi-bulk.hgi-bitcoin-filter::before,.hgi-stroke.hgi-bitcoin-filter::before {
  content: "\f0369"
}

.hgi-bulk.hgi-bitcoin-flashdisk::before,.hgi-stroke.hgi-bitcoin-flashdisk::before {
  content: "\f036b"
}

.hgi-bulk.hgi-bitcoin-graph::before,.hgi-stroke.hgi-bitcoin-graph::before {
  content: "\f036d"
}

.hgi-bulk.hgi-bitcoin-invoice::before,.hgi-stroke.hgi-bitcoin-invoice::before {
  content: "\f036f"
}

.hgi-bulk.hgi-bitcoin-key::before,.hgi-stroke.hgi-bitcoin-key::before {
  content: "\f0371"
}

.hgi-bulk.hgi-bitcoin-location::before,.hgi-stroke.hgi-bitcoin-location::before {
  content: "\f0373"
}

.hgi-bulk.hgi-bitcoin-lock::before,.hgi-stroke.hgi-bitcoin-lock::before {
  content: "\f0375"
}

.hgi-bulk.hgi-bitcoin-mail::before,.hgi-stroke.hgi-bitcoin-mail::before {
  content: "\f0377"
}

.hgi-bulk.hgi-bitcoin-mind::before,.hgi-stroke.hgi-bitcoin-mind::before {
  content: "\f0379"
}

.hgi-bulk.hgi-bitcoin-money-01::before,.hgi-stroke.hgi-bitcoin-money-01::before {
  content: "\f037b"
}

.hgi-bulk.hgi-bitcoin-money-02::before,.hgi-stroke.hgi-bitcoin-money-02::before {
  content: "\f037d"
}

.hgi-bulk.hgi-bitcoin-pie-chart::before,.hgi-stroke.hgi-bitcoin-pie-chart::before {
  content: "\f037f"
}

.hgi-bulk.hgi-bitcoin-piggy-bank::before,.hgi-stroke.hgi-bitcoin-piggy-bank::before {
  content: "\f0381"
}

.hgi-bulk.hgi-bitcoin-presentation::before,.hgi-stroke.hgi-bitcoin-presentation::before {
  content: "\f0383"
}

.hgi-bulk.hgi-bitcoin-receipt::before,.hgi-stroke.hgi-bitcoin-receipt::before {
  content: "\f0385"
}

.hgi-bulk.hgi-bitcoin-receive::before,.hgi-stroke.hgi-bitcoin-receive::before {
  content: "\f0387"
}

.hgi-bulk.hgi-bitcoin-rectangle::before,.hgi-stroke.hgi-bitcoin-rectangle::before {
  content: "\f0389"
}

.hgi-bulk.hgi-bitcoin-safe::before,.hgi-stroke.hgi-bitcoin-safe::before {
  content: "\f038b"
}

.hgi-bulk.hgi-bitcoin-search::before,.hgi-stroke.hgi-bitcoin-search::before {
  content: "\f038d"
}

.hgi-bulk.hgi-bitcoin-send::before,.hgi-stroke.hgi-bitcoin-send::before {
  content: "\f0390"
}

.hgi-bulk.hgi-bitcoin-setting::before,.hgi-stroke.hgi-bitcoin-setting::before {
  content: "\f0392"
}

.hgi-bulk.hgi-bitcoin-shield::before,.hgi-stroke.hgi-bitcoin-shield::before {
  content: "\f0394"
}

.hgi-bulk.hgi-bitcoin-shopping::before,.hgi-stroke.hgi-bitcoin-shopping::before {
  content: "\f0396"
}

.hgi-bulk.hgi-bitcoin-smartphone-01::before,.hgi-stroke.hgi-bitcoin-smartphone-01::before {
  content: "\f0398"
}

.hgi-bulk.hgi-bitcoin-smartphone-02::before,.hgi-stroke.hgi-bitcoin-smartphone-02::before {
  content: "\f039a"
}

.hgi-bulk.hgi-bitcoin-square::before,.hgi-stroke.hgi-bitcoin-square::before {
  content: "\f039c"
}

.hgi-bulk.hgi-bitcoin-store::before,.hgi-stroke.hgi-bitcoin-store::before {
  content: "\f039e"
}

.hgi-bulk.hgi-bitcoin-tag::before,.hgi-stroke.hgi-bitcoin-tag::before {
  content: "\f03a0"
}

.hgi-bulk.hgi-bitcoin-target::before,.hgi-stroke.hgi-bitcoin-target::before {
  content: "\f03a2"
}

.hgi-bulk.hgi-bitcoin-transaction::before,.hgi-stroke.hgi-bitcoin-transaction::before {
  content: "\f03a4"
}

.hgi-bulk.hgi-bitcoin-up-01::before,.hgi-stroke.hgi-bitcoin-up-01::before {
  content: "\f03a6"
}

.hgi-bulk.hgi-bitcoin-up-02::before,.hgi-stroke.hgi-bitcoin-up-02::before {
  content: "\f03a8"
}

.hgi-bulk.hgi-bitcoin-wallet::before,.hgi-stroke.hgi-bitcoin-wallet::before {
  content: "\f03aa"
}

.hgi-bulk.hgi-bitcoin-withdraw::before,.hgi-stroke.hgi-bitcoin-withdraw::before {
  content: "\f03ac"
}

.hgi-bulk.hgi-bitcoin::before,.hgi-stroke.hgi-bitcoin::before {
  content: "\f03ad"
}

.hgi-bulk.hgi-black-hole-01::before,.hgi-stroke.hgi-black-hole-01::before {
  content: "\f03af"
}

.hgi-bulk.hgi-black-hole::before,.hgi-stroke.hgi-black-hole::before {
  content: "\f03b1"
}

.hgi-bulk.hgi-blend::before,.hgi-stroke.hgi-blend::before {
  content: "\f03b3"
}

.hgi-bulk.hgi-blender::before,.hgi-stroke.hgi-blender::before {
  content: "\f03b5"
}

.hgi-bulk.hgi-block-game::before,.hgi-stroke.hgi-block-game::before {
  content: "\f03b7"
}

.hgi-bulk.hgi-blockchain-01::before,.hgi-stroke.hgi-blockchain-01::before {
  content: "\f03b9"
}

.hgi-bulk.hgi-blockchain-02::before,.hgi-stroke.hgi-blockchain-02::before {
  content: "\f03bb"
}

.hgi-bulk.hgi-blockchain-03::before,.hgi-stroke.hgi-blockchain-03::before {
  content: "\f03bd"
}

.hgi-bulk.hgi-blockchain-04::before,.hgi-stroke.hgi-blockchain-04::before {
  content: "\f03bf"
}

.hgi-bulk.hgi-blockchain-05::before,.hgi-stroke.hgi-blockchain-05::before {
  content: "\f03c1"
}

.hgi-bulk.hgi-blockchain-06::before,.hgi-stroke.hgi-blockchain-06::before {
  content: "\f03c3"
}

.hgi-bulk.hgi-blockchain-07::before,.hgi-stroke.hgi-blockchain-07::before {
  content: "\f03c5"
}

.hgi-bulk.hgi-blocked::before,.hgi-stroke.hgi-blocked::before {
  content: "\f03c7"
}

.hgi-bulk.hgi-blogger::before,.hgi-stroke.hgi-blogger::before {
  content: "\f03c9"
}

.hgi-bulk.hgi-blood-bag::before,.hgi-stroke.hgi-blood-bag::before {
  content: "\f03cb"
}

.hgi-bulk.hgi-blood-bottle::before,.hgi-stroke.hgi-blood-bottle::before {
  content: "\f03cd"
}

.hgi-bulk.hgi-blood-pressure::before,.hgi-stroke.hgi-blood-pressure::before {
  content: "\f03cf"
}

.hgi-bulk.hgi-blood-type::before,.hgi-stroke.hgi-blood-type::before {
  content: "\f03d2"
}

.hgi-bulk.hgi-blood::before,.hgi-stroke.hgi-blood::before {
  content: "\f03d3"
}

.hgi-bulk.hgi-bluesky::before,.hgi-stroke.hgi-bluesky::before {
  content: "\f03d5"
}

.hgi-bulk.hgi-bluetooth-circle::before,.hgi-stroke.hgi-bluetooth-circle::before {
  content: "\f03d7"
}

.hgi-bulk.hgi-bluetooth-not-connected::before,.hgi-stroke.hgi-bluetooth-not-connected::before {
  content: "\f03d9"
}

.hgi-bulk.hgi-bluetooth-search::before,.hgi-stroke.hgi-bluetooth-search::before {
  content: "\f03db"
}

.hgi-bulk.hgi-bluetooth-square::before,.hgi-stroke.hgi-bluetooth-square::before {
  content: "\f03de"
}

.hgi-bulk.hgi-bluetooth::before,.hgi-stroke.hgi-bluetooth::before {
  content: "\f03df"
}

.hgi-bulk.hgi-blur::before,.hgi-stroke.hgi-blur::before {
  content: "\f03e1"
}

.hgi-bulk.hgi-blush-brush-01::before,.hgi-stroke.hgi-blush-brush-01::before {
  content: "\f03e3"
}

.hgi-bulk.hgi-blush-brush-02::before,.hgi-stroke.hgi-blush-brush-02::before {
  content: "\f03e5"
}

.hgi-bulk.hgi-board-math::before,.hgi-stroke.hgi-board-math::before {
  content: "\f03e7"
}

.hgi-bulk.hgi-boat::before,.hgi-stroke.hgi-boat::before {
  content: "\f03e9"
}

.hgi-bulk.hgi-body-armor::before,.hgi-stroke.hgi-body-armor::before {
  content: "\f03eb"
}

.hgi-bulk.hgi-body-part-leg::before,.hgi-stroke.hgi-body-part-leg::before {
  content: "\f03ed"
}

.hgi-bulk.hgi-body-part-muscle::before,.hgi-stroke.hgi-body-part-muscle::before {
  content: "\f03ef"
}

.hgi-bulk.hgi-body-part-six-pack::before,.hgi-stroke.hgi-body-part-six-pack::before {
  content: "\f03f1"
}

.hgi-bulk.hgi-body-soap::before,.hgi-stroke.hgi-body-soap::before {
  content: "\f03f3"
}

.hgi-bulk.hgi-body-weight::before,.hgi-stroke.hgi-body-weight::before {
  content: "\f03f5"
}

.hgi-bulk.hgi-bomb::before,.hgi-stroke.hgi-bomb::before {
  content: "\f03f7"
}

.hgi-bulk.hgi-bone-01::before,.hgi-stroke.hgi-bone-01::before {
  content: "\f03f9"
}

.hgi-bulk.hgi-bone-02::before,.hgi-stroke.hgi-bone-02::before {
  content: "\f03fb"
}

.hgi-bulk.hgi-book-01::before,.hgi-stroke.hgi-book-01::before {
  content: "\f03fd"
}

.hgi-bulk.hgi-book-02::before,.hgi-stroke.hgi-book-02::before {
  content: "\f03ff"
}

.hgi-bulk.hgi-book-03::before,.hgi-stroke.hgi-book-03::before {
  content: "\f0401"
}

.hgi-bulk.hgi-book-04::before,.hgi-stroke.hgi-book-04::before {
  content: "\f0403"
}

.hgi-bulk.hgi-book-bookmark-01::before,.hgi-stroke.hgi-book-bookmark-01::before {
  content: "\f0405"
}

.hgi-bulk.hgi-book-bookmark-02::before,.hgi-stroke.hgi-book-bookmark-02::before {
  content: "\f0407"
}

.hgi-bulk.hgi-book-download::before,.hgi-stroke.hgi-book-download::before {
  content: "\f0409"
}

.hgi-bulk.hgi-book-edit::before,.hgi-stroke.hgi-book-edit::before {
  content: "\f040b"
}

.hgi-bulk.hgi-book-open-01::before,.hgi-stroke.hgi-book-open-01::before {
  content: "\f040d"
}

.hgi-bulk.hgi-book-open-02::before,.hgi-stroke.hgi-book-open-02::before {
  content: "\f040f"
}

.hgi-bulk.hgi-book-upload::before,.hgi-stroke.hgi-book-upload::before {
  content: "\f0411"
}

.hgi-bulk.hgi-bookmark-01::before,.hgi-stroke.hgi-bookmark-01::before {
  content: "\f0413"
}

.hgi-bulk.hgi-bookmark-02::before,.hgi-stroke.hgi-bookmark-02::before {
  content: "\f0415"
}

.hgi-bulk.hgi-bookmark-03::before,.hgi-stroke.hgi-bookmark-03::before {
  content: "\f0417"
}

.hgi-bulk.hgi-bookmark-add-01::before,.hgi-stroke.hgi-bookmark-add-01::before {
  content: "\f0419"
}

.hgi-bulk.hgi-bookmark-add-02::before,.hgi-stroke.hgi-bookmark-add-02::before {
  content: "\f041b"
}

.hgi-bulk.hgi-bookmark-block-01::before,.hgi-stroke.hgi-bookmark-block-01::before {
  content: "\f041d"
}

.hgi-bulk.hgi-bookmark-block-02::before,.hgi-stroke.hgi-bookmark-block-02::before {
  content: "\f041f"
}

.hgi-bulk.hgi-bookmark-check-01::before,.hgi-stroke.hgi-bookmark-check-01::before {
  content: "\f0421"
}

.hgi-bulk.hgi-bookmark-check-02::before,.hgi-stroke.hgi-bookmark-check-02::before {
  content: "\f0423"
}

.hgi-bulk.hgi-bookmark-minus-01::before,.hgi-stroke.hgi-bookmark-minus-01::before {
  content: "\f0425"
}

.hgi-bulk.hgi-bookmark-minus-02::before,.hgi-stroke.hgi-bookmark-minus-02::before {
  content: "\f0427"
}

.hgi-bulk.hgi-bookmark-off-01::before,.hgi-stroke.hgi-bookmark-off-01::before {
  content: "\f0429"
}

.hgi-bulk.hgi-bookmark-off-02::before,.hgi-stroke.hgi-bookmark-off-02::before {
  content: "\f042b"
}

.hgi-bulk.hgi-bookmark-remove-01::before,.hgi-stroke.hgi-bookmark-remove-01::before {
  content: "\f042d"
}

.hgi-bulk.hgi-bookmark-remove-02::before,.hgi-stroke.hgi-bookmark-remove-02::before {
  content: "\f042f"
}

.hgi-bulk.hgi-books-01::before,.hgi-stroke.hgi-books-01::before {
  content: "\f0431"
}

.hgi-bulk.hgi-books-02::before,.hgi-stroke.hgi-books-02::before {
  content: "\f0433"
}

.hgi-bulk.hgi-bookshelf-01::before,.hgi-stroke.hgi-bookshelf-01::before {
  content: "\f0435"
}

.hgi-bulk.hgi-bookshelf-02::before,.hgi-stroke.hgi-bookshelf-02::before {
  content: "\f0437"
}

.hgi-bulk.hgi-bookshelf-03::before,.hgi-stroke.hgi-bookshelf-03::before {
  content: "\f0439"
}

.hgi-bulk.hgi-bootstrap::before,.hgi-stroke.hgi-bootstrap::before {
  content: "\f043b"
}

.hgi-bulk.hgi-border-all-01::before,.hgi-stroke.hgi-border-all-01::before {
  content: "\f043d"
}

.hgi-bulk.hgi-border-all-02::before,.hgi-stroke.hgi-border-all-02::before {
  content: "\f043f"
}

.hgi-bulk.hgi-border-bottom-01::before,.hgi-stroke.hgi-border-bottom-01::before {
  content: "\f0441"
}

.hgi-bulk.hgi-border-bottom-02::before,.hgi-stroke.hgi-border-bottom-02::before {
  content: "\f0443"
}

.hgi-bulk.hgi-border-full::before,.hgi-stroke.hgi-border-full::before {
  content: "\f0445"
}

.hgi-bulk.hgi-border-horizontal::before,.hgi-stroke.hgi-border-horizontal::before {
  content: "\f0447"
}

.hgi-bulk.hgi-border-inner::before,.hgi-stroke.hgi-border-inner::before {
  content: "\f0449"
}

.hgi-bulk.hgi-border-left-01::before,.hgi-stroke.hgi-border-left-01::before {
  content: "\f044b"
}

.hgi-bulk.hgi-border-left-02::before,.hgi-stroke.hgi-border-left-02::before {
  content: "\f044d"
}

.hgi-bulk.hgi-border-none-01::before,.hgi-stroke.hgi-border-none-01::before {
  content: "\f044f"
}

.hgi-bulk.hgi-border-none-02::before,.hgi-stroke.hgi-border-none-02::before {
  content: "\f0451"
}

.hgi-bulk.hgi-border-right-01::before,.hgi-stroke.hgi-border-right-01::before {
  content: "\f0453"
}

.hgi-bulk.hgi-border-right-02::before,.hgi-stroke.hgi-border-right-02::before {
  content: "\f0455"
}

.hgi-bulk.hgi-border-top-01::before,.hgi-stroke.hgi-border-top-01::before {
  content: "\f0457"
}

.hgi-bulk.hgi-border-top-02::before,.hgi-stroke.hgi-border-top-02::before {
  content: "\f0459"
}

.hgi-bulk.hgi-border-vertical::before,.hgi-stroke.hgi-border-vertical::before {
  content: "\f045b"
}

.hgi-bulk.hgi-borobudur::before,.hgi-stroke.hgi-borobudur::before {
  content: "\f045d"
}

.hgi-bulk.hgi-bot::before,.hgi-stroke.hgi-bot::before {
  content: "\f045f"
}

.hgi-bulk.hgi-bounce-left::before,.hgi-stroke.hgi-bounce-left::before {
  content: "\f0461"
}

.hgi-bulk.hgi-bounce-right::before,.hgi-stroke.hgi-bounce-right::before {
  content: "\f0463"
}

.hgi-bulk.hgi-bounding-box::before,.hgi-stroke.hgi-bounding-box::before {
  content: "\f0465"
}

.hgi-bulk.hgi-bow-tie::before,.hgi-stroke.hgi-bow-tie::before {
  content: "\f0467"
}

.hgi-bulk.hgi-bowling-ball::before,.hgi-stroke.hgi-bowling-ball::before {
  content: "\f0469"
}

.hgi-bulk.hgi-bowling-pins::before,.hgi-stroke.hgi-bowling-pins::before {
  content: "\f046b"
}

.hgi-bulk.hgi-bowling::before,.hgi-stroke.hgi-bowling::before {
  content: "\f046d"
}

.hgi-bulk.hgi-boxer::before,.hgi-stroke.hgi-boxer::before {
  content: "\f046f"
}

.hgi-bulk.hgi-boxing-bag::before,.hgi-stroke.hgi-boxing-bag::before {
  content: "\f0471"
}

.hgi-bulk.hgi-boxing-glove-01::before,.hgi-stroke.hgi-boxing-glove-01::before {
  content: "\f0473"
}

.hgi-bulk.hgi-boxing-glove::before,.hgi-stroke.hgi-boxing-glove::before {
  content: "\f0475"
}

.hgi-bulk.hgi-brain-01::before,.hgi-stroke.hgi-brain-01::before {
  content: "\f0477"
}

.hgi-bulk.hgi-brain-02::before,.hgi-stroke.hgi-brain-02::before {
  content: "\f0479"
}

.hgi-bulk.hgi-brain-03::before,.hgi-stroke.hgi-brain-03::before {
  content: "\f047b"
}

.hgi-bulk.hgi-brain::before,.hgi-stroke.hgi-brain::before {
  content: "\f047d"
}

.hgi-bulk.hgi-brandfetch::before,.hgi-stroke.hgi-brandfetch::before {
  content: "\f047f"
}

.hgi-bulk.hgi-bread-01::before,.hgi-stroke.hgi-bread-01::before {
  content: "\f0481"
}

.hgi-bulk.hgi-bread-02::before,.hgi-stroke.hgi-bread-02::before {
  content: "\f0483"
}

.hgi-bulk.hgi-bread-03::before,.hgi-stroke.hgi-bread-03::before {
  content: "\f0485"
}

.hgi-bulk.hgi-bread-04::before,.hgi-stroke.hgi-bread-04::before {
  content: "\f0487"
}

.hgi-bulk.hgi-breast-pump::before,.hgi-stroke.hgi-breast-pump::before {
  content: "\f0489"
}

.hgi-bulk.hgi-bridge::before,.hgi-stroke.hgi-bridge::before {
  content: "\f048b"
}

.hgi-bulk.hgi-briefcase-01::before,.hgi-stroke.hgi-briefcase-01::before {
  content: "\f048d"
}

.hgi-bulk.hgi-briefcase-02::before,.hgi-stroke.hgi-briefcase-02::before {
  content: "\f048f"
}

.hgi-bulk.hgi-briefcase-03::before,.hgi-stroke.hgi-briefcase-03::before {
  content: "\f0491"
}

.hgi-bulk.hgi-briefcase-04::before,.hgi-stroke.hgi-briefcase-04::before {
  content: "\f0493"
}

.hgi-bulk.hgi-briefcase-05::before,.hgi-stroke.hgi-briefcase-05::before {
  content: "\f0495"
}

.hgi-bulk.hgi-briefcase-06::before,.hgi-stroke.hgi-briefcase-06::before {
  content: "\f0497"
}

.hgi-bulk.hgi-briefcase-07::before,.hgi-stroke.hgi-briefcase-07::before {
  content: "\f0499"
}

.hgi-bulk.hgi-briefcase-08::before,.hgi-stroke.hgi-briefcase-08::before {
  content: "\f049b"
}

.hgi-bulk.hgi-briefcase-09::before,.hgi-stroke.hgi-briefcase-09::before {
  content: "\f049d"
}

.hgi-bulk.hgi-briefcase-dollar::before,.hgi-stroke.hgi-briefcase-dollar::before {
  content: "\f049f"
}

.hgi-bulk.hgi-broccoli::before,.hgi-stroke.hgi-broccoli::before {
  content: "\f04a1"
}

.hgi-bulk.hgi-brochure::before,.hgi-stroke.hgi-brochure::before {
  content: "\f04a3"
}

.hgi-bulk.hgi-broken-bone::before,.hgi-stroke.hgi-broken-bone::before {
  content: "\f04a5"
}

.hgi-bulk.hgi-browser::before,.hgi-stroke.hgi-browser::before {
  content: "\f04a7"
}

.hgi-bulk.hgi-brush::before,.hgi-stroke.hgi-brush::before {
  content: "\f04a9"
}

.hgi-bulk.hgi-bubble-chat-add::before,.hgi-stroke.hgi-bubble-chat-add::before {
  content: "\f04ab"
}

.hgi-bulk.hgi-bubble-chat-blocked::before,.hgi-stroke.hgi-bubble-chat-blocked::before {
  content: "\f04ad"
}

.hgi-bulk.hgi-bubble-chat-cancel::before,.hgi-stroke.hgi-bubble-chat-cancel::before {
  content: "\f04af"
}

.hgi-bulk.hgi-bubble-chat-delay::before,.hgi-stroke.hgi-bubble-chat-delay::before {
  content: "\f04b1"
}

.hgi-bulk.hgi-bubble-chat-done::before,.hgi-stroke.hgi-bubble-chat-done::before {
  content: "\f04b3"
}

.hgi-bulk.hgi-bubble-chat-download-01::before,.hgi-stroke.hgi-bubble-chat-download-01::before {
  content: "\f04b5"
}

.hgi-bulk.hgi-bubble-chat-download-02::before,.hgi-stroke.hgi-bubble-chat-download-02::before {
  content: "\f04b7"
}

.hgi-bulk.hgi-bubble-chat-edit::before,.hgi-stroke.hgi-bubble-chat-edit::before {
  content: "\f04b9"
}

.hgi-bulk.hgi-bubble-chat-favourite::before,.hgi-stroke.hgi-bubble-chat-favourite::before {
  content: "\f04bb"
}

.hgi-bulk.hgi-bubble-chat-income::before,.hgi-stroke.hgi-bubble-chat-income::before {
  content: "\f04bd"
}

.hgi-bulk.hgi-bubble-chat-lock::before,.hgi-stroke.hgi-bubble-chat-lock::before {
  content: "\f04bf"
}

.hgi-bulk.hgi-bubble-chat-notification::before,.hgi-stroke.hgi-bubble-chat-notification::before {
  content: "\f04c1"
}

.hgi-bulk.hgi-bubble-chat-outcome::before,.hgi-stroke.hgi-bubble-chat-outcome::before {
  content: "\f04c3"
}

.hgi-bulk.hgi-bubble-chat-preview::before,.hgi-stroke.hgi-bubble-chat-preview::before {
  content: "\f04c5"
}

.hgi-bulk.hgi-bubble-chat-question::before,.hgi-stroke.hgi-bubble-chat-question::before {
  content: "\f04c7"
}

.hgi-bulk.hgi-bubble-chat-search::before,.hgi-stroke.hgi-bubble-chat-search::before {
  content: "\f04c9"
}

.hgi-bulk.hgi-bubble-chat-secure::before,.hgi-stroke.hgi-bubble-chat-secure::before {
  content: "\f04cc"
}

.hgi-bulk.hgi-bubble-chat-spark-01::before,.hgi-stroke.hgi-bubble-chat-spark-01::before {
  content: "\f04ce"
}

.hgi-bulk.hgi-bubble-chat-spark::before,.hgi-stroke.hgi-bubble-chat-spark::before {
  content: "\f04d0"
}

.hgi-bulk.hgi-bubble-chat-temporary::before,.hgi-stroke.hgi-bubble-chat-temporary::before {
  content: "\f04d2"
}

.hgi-bulk.hgi-bubble-chat-translate::before,.hgi-stroke.hgi-bubble-chat-translate::before {
  content: "\f04d4"
}

.hgi-bulk.hgi-bubble-chat-unlock::before,.hgi-stroke.hgi-bubble-chat-unlock::before {
  content: "\f04d6"
}

.hgi-bulk.hgi-bubble-chat-upload::before,.hgi-stroke.hgi-bubble-chat-upload::before {
  content: "\f04d8"
}

.hgi-bulk.hgi-bubble-chat-user::before,.hgi-stroke.hgi-bubble-chat-user::before {
  content: "\f04da"
}

.hgi-bulk.hgi-bubble-chat::before,.hgi-stroke.hgi-bubble-chat::before {
  content: "\f04db"
}

.hgi-bulk.hgi-bubble-tea-01::before,.hgi-stroke.hgi-bubble-tea-01::before {
  content: "\f04dd"
}

.hgi-bulk.hgi-bubble-tea-02::before,.hgi-stroke.hgi-bubble-tea-02::before {
  content: "\f04df"
}

.hgi-bulk.hgi-bucket::before,.hgi-stroke.hgi-bucket::before {
  content: "\f04e1"
}

.hgi-bulk.hgi-bug-01::before,.hgi-stroke.hgi-bug-01::before {
  content: "\f04e3"
}

.hgi-bulk.hgi-bug-02::before,.hgi-stroke.hgi-bug-02::before {
  content: "\f04e5"
}

.hgi-bulk.hgi-building-01::before,.hgi-stroke.hgi-building-01::before {
  content: "\f04e7"
}

.hgi-bulk.hgi-building-02::before,.hgi-stroke.hgi-building-02::before {
  content: "\f04e9"
}

.hgi-bulk.hgi-building-03::before,.hgi-stroke.hgi-building-03::before {
  content: "\f04eb"
}

.hgi-bulk.hgi-building-04::before,.hgi-stroke.hgi-building-04::before {
  content: "\f04ed"
}

.hgi-bulk.hgi-building-05::before,.hgi-stroke.hgi-building-05::before {
  content: "\f04ef"
}

.hgi-bulk.hgi-building-06::before,.hgi-stroke.hgi-building-06::before {
  content: "\f04f1"
}

.hgi-bulk.hgi-bulb-charging::before,.hgi-stroke.hgi-bulb-charging::before {
  content: "\f04f3"
}

.hgi-bulk.hgi-bulb::before,.hgi-stroke.hgi-bulb::before {
  content: "\f04f5"
}

.hgi-bulk.hgi-bullet::before,.hgi-stroke.hgi-bullet::before {
  content: "\f04f7"
}

.hgi-bulk.hgi-bulletproof-vest::before,.hgi-stroke.hgi-bulletproof-vest::before {
  content: "\f04f9"
}

.hgi-bulk.hgi-burj-al-arab::before,.hgi-stroke.hgi-burj-al-arab::before {
  content: "\f04fb"
}

.hgi-bulk.hgi-burning-cd::before,.hgi-stroke.hgi-burning-cd::before {
  content: "\f04fd"
}

.hgi-bulk.hgi-bus-01::before,.hgi-stroke.hgi-bus-01::before {
  content: "\f04ff"
}

.hgi-bulk.hgi-bus-02::before,.hgi-stroke.hgi-bus-02::before {
  content: "\f0501"
}

.hgi-bulk.hgi-bus-03::before,.hgi-stroke.hgi-bus-03::before {
  content: "\f0503"
}

.hgi-bulk.hgi-c-programming::before,.hgi-stroke.hgi-c-programming::before {
  content: "\f0505"
}

.hgi-bulk.hgi-cabinet-01::before,.hgi-stroke.hgi-cabinet-01::before {
  content: "\f0507"
}

.hgi-bulk.hgi-cabinet-02::before,.hgi-stroke.hgi-cabinet-02::before {
  content: "\f0509"
}

.hgi-bulk.hgi-cabinet-03::before,.hgi-stroke.hgi-cabinet-03::before {
  content: "\f050b"
}

.hgi-bulk.hgi-cabinet-04::before,.hgi-stroke.hgi-cabinet-04::before {
  content: "\f050d"
}

.hgi-bulk.hgi-cable-car::before,.hgi-stroke.hgi-cable-car::before {
  content: "\f050f"
}

.hgi-bulk.hgi-cactus::before,.hgi-stroke.hgi-cactus::before {
  content: "\f0511"
}

.hgi-bulk.hgi-caduceus::before,.hgi-stroke.hgi-caduceus::before {
  content: "\f0513"
}

.hgi-bulk.hgi-cafe::before,.hgi-stroke.hgi-cafe::before {
  content: "\f0515"
}

.hgi-bulk.hgi-calculate::before,.hgi-stroke.hgi-calculate::before {
  content: "\f0517"
}

.hgi-bulk.hgi-calculator-01::before,.hgi-stroke.hgi-calculator-01::before {
  content: "\f0519"
}

.hgi-bulk.hgi-calculator::before,.hgi-stroke.hgi-calculator::before {
  content: "\f051b"
}

.hgi-bulk.hgi-calendar-01::before,.hgi-stroke.hgi-calendar-01::before {
  content: "\f051d"
}

.hgi-bulk.hgi-calendar-02::before,.hgi-stroke.hgi-calendar-02::before {
  content: "\f051f"
}

.hgi-bulk.hgi-calendar-03::before,.hgi-stroke.hgi-calendar-03::before {
  content: "\f0521"
}

.hgi-bulk.hgi-calendar-04::before,.hgi-stroke.hgi-calendar-04::before {
  content: "\f0523"
}

.hgi-bulk.hgi-calendar-add-01::before,.hgi-stroke.hgi-calendar-add-01::before {
  content: "\f0525"
}

.hgi-bulk.hgi-calendar-add-02::before,.hgi-stroke.hgi-calendar-add-02::before {
  content: "\f0527"
}

.hgi-bulk.hgi-calendar-block-01::before,.hgi-stroke.hgi-calendar-block-01::before {
  content: "\f0529"
}

.hgi-bulk.hgi-calendar-block-02::before,.hgi-stroke.hgi-calendar-block-02::before {
  content: "\f052b"
}

.hgi-bulk.hgi-calendar-check-in-01::before,.hgi-stroke.hgi-calendar-check-in-01::before {
  content: "\f052d"
}

.hgi-bulk.hgi-calendar-check-in-02::before,.hgi-stroke.hgi-calendar-check-in-02::before {
  content: "\f052f"
}

.hgi-bulk.hgi-calendar-check-out-01::before,.hgi-stroke.hgi-calendar-check-out-01::before {
  content: "\f0531"
}

.hgi-bulk.hgi-calendar-check-out-02::before,.hgi-stroke.hgi-calendar-check-out-02::before {
  content: "\f0533"
}

.hgi-bulk.hgi-calendar-download-01::before,.hgi-stroke.hgi-calendar-download-01::before {
  content: "\f0535"
}

.hgi-bulk.hgi-calendar-download-02::before,.hgi-stroke.hgi-calendar-download-02::before {
  content: "\f0537"
}

.hgi-bulk.hgi-calendar-favorite-01::before,.hgi-stroke.hgi-calendar-favorite-01::before {
  content: "\f0539"
}

.hgi-bulk.hgi-calendar-favorite-02::before,.hgi-stroke.hgi-calendar-favorite-02::before {
  content: "\f053b"
}

.hgi-bulk.hgi-calendar-lock-01::before,.hgi-stroke.hgi-calendar-lock-01::before {
  content: "\f053d"
}

.hgi-bulk.hgi-calendar-lock-02::before,.hgi-stroke.hgi-calendar-lock-02::before {
  content: "\f053f"
}

.hgi-bulk.hgi-calendar-love-01::before,.hgi-stroke.hgi-calendar-love-01::before {
  content: "\f0541"
}

.hgi-bulk.hgi-calendar-love-02::before,.hgi-stroke.hgi-calendar-love-02::before {
  content: "\f0543"
}

.hgi-bulk.hgi-calendar-minus-01::before,.hgi-stroke.hgi-calendar-minus-01::before {
  content: "\f0545"
}

.hgi-bulk.hgi-calendar-minus-02::before,.hgi-stroke.hgi-calendar-minus-02::before {
  content: "\f0547"
}

.hgi-bulk.hgi-calendar-mortarboard::before,.hgi-stroke.hgi-calendar-mortarboard::before {
  content: "\f0549"
}

.hgi-bulk.hgi-calendar-remove-01::before,.hgi-stroke.hgi-calendar-remove-01::before {
  content: "\f054b"
}

.hgi-bulk.hgi-calendar-remove-02::before,.hgi-stroke.hgi-calendar-remove-02::before {
  content: "\f054d"
}

.hgi-bulk.hgi-calendar-setting-01::before,.hgi-stroke.hgi-calendar-setting-01::before {
  content: "\f054f"
}

.hgi-bulk.hgi-calendar-setting-02::before,.hgi-stroke.hgi-calendar-setting-02::before {
  content: "\f0551"
}

.hgi-bulk.hgi-calendar-upload-01::before,.hgi-stroke.hgi-calendar-upload-01::before {
  content: "\f0553"
}

.hgi-bulk.hgi-calendar-upload-02::before,.hgi-stroke.hgi-calendar-upload-02::before {
  content: "\f0555"
}

.hgi-bulk.hgi-calendar-user::before,.hgi-stroke.hgi-calendar-user::before {
  content: "\f0557"
}

.hgi-bulk.hgi-call-02::before,.hgi-stroke.hgi-call-02::before {
  content: "\f0559"
}

.hgi-bulk.hgi-call-add-02::before,.hgi-stroke.hgi-call-add-02::before {
  content: "\f055b"
}

.hgi-bulk.hgi-call-add::before,.hgi-stroke.hgi-call-add::before {
  content: "\f055d"
}

.hgi-bulk.hgi-call-blocked-02::before,.hgi-stroke.hgi-call-blocked-02::before {
  content: "\f055f"
}

.hgi-bulk.hgi-call-blocked::before,.hgi-stroke.hgi-call-blocked::before {
  content: "\f0561"
}

.hgi-bulk.hgi-call-disabled-02::before,.hgi-stroke.hgi-call-disabled-02::before {
  content: "\f0563"
}

.hgi-bulk.hgi-call-disabled::before,.hgi-stroke.hgi-call-disabled::before {
  content: "\f0565"
}

.hgi-bulk.hgi-call-done-02::before,.hgi-stroke.hgi-call-done-02::before {
  content: "\f0567"
}

.hgi-bulk.hgi-call-done::before,.hgi-stroke.hgi-call-done::before {
  content: "\f0569"
}

.hgi-bulk.hgi-call-end-01::before,.hgi-stroke.hgi-call-end-01::before {
  content: "\f056b"
}

.hgi-bulk.hgi-call-end-02::before,.hgi-stroke.hgi-call-end-02::before {
  content: "\f056d"
}

.hgi-bulk.hgi-call-end-03::before,.hgi-stroke.hgi-call-end-03::before {
  content: "\f056f"
}

.hgi-bulk.hgi-call-end-04::before,.hgi-stroke.hgi-call-end-04::before {
  content: "\f0571"
}

.hgi-bulk.hgi-call-incoming-01::before,.hgi-stroke.hgi-call-incoming-01::before {
  content: "\f0573"
}

.hgi-bulk.hgi-call-incoming-02::before,.hgi-stroke.hgi-call-incoming-02::before {
  content: "\f0575"
}

.hgi-bulk.hgi-call-incoming-03::before,.hgi-stroke.hgi-call-incoming-03::before {
  content: "\f0577"
}

.hgi-bulk.hgi-call-incoming-04::before,.hgi-stroke.hgi-call-incoming-04::before {
  content: "\f0579"
}

.hgi-bulk.hgi-call-internal-02::before,.hgi-stroke.hgi-call-internal-02::before {
  content: "\f057b"
}

.hgi-bulk.hgi-call-internal::before,.hgi-stroke.hgi-call-internal::before {
  content: "\f057d"
}

.hgi-bulk.hgi-call-locked-02::before,.hgi-stroke.hgi-call-locked-02::before {
  content: "\f057f"
}

.hgi-bulk.hgi-call-locked::before,.hgi-stroke.hgi-call-locked::before {
  content: "\f0581"
}

.hgi-bulk.hgi-call-minus-02::before,.hgi-stroke.hgi-call-minus-02::before {
  content: "\f0583"
}

.hgi-bulk.hgi-call-minus::before,.hgi-stroke.hgi-call-minus::before {
  content: "\f0585"
}

.hgi-bulk.hgi-call-missed-01::before,.hgi-stroke.hgi-call-missed-01::before {
  content: "\f0587"
}

.hgi-bulk.hgi-call-missed-02::before,.hgi-stroke.hgi-call-missed-02::before {
  content: "\f0589"
}

.hgi-bulk.hgi-call-missed-03::before,.hgi-stroke.hgi-call-missed-03::before {
  content: "\f058b"
}

.hgi-bulk.hgi-call-missed-04::before,.hgi-stroke.hgi-call-missed-04::before {
  content: "\f058d"
}

.hgi-bulk.hgi-call-outgoing-01::before,.hgi-stroke.hgi-call-outgoing-01::before {
  content: "\f058f"
}

.hgi-bulk.hgi-call-outgoing-02::before,.hgi-stroke.hgi-call-outgoing-02::before {
  content: "\f0591"
}

.hgi-bulk.hgi-call-outgoing-03::before,.hgi-stroke.hgi-call-outgoing-03::before {
  content: "\f0593"
}

.hgi-bulk.hgi-call-outgoing-04::before,.hgi-stroke.hgi-call-outgoing-04::before {
  content: "\f0595"
}

.hgi-bulk.hgi-call-paused-02::before,.hgi-stroke.hgi-call-paused-02::before {
  content: "\f0597"
}

.hgi-bulk.hgi-call-paused::before,.hgi-stroke.hgi-call-paused::before {
  content: "\f0599"
}

.hgi-bulk.hgi-call-received-02::before,.hgi-stroke.hgi-call-received-02::before {
  content: "\f059b"
}

.hgi-bulk.hgi-call-received::before,.hgi-stroke.hgi-call-received::before {
  content: "\f059d"
}

.hgi-bulk.hgi-call-ringing-01::before,.hgi-stroke.hgi-call-ringing-01::before {
  content: "\f059f"
}

.hgi-bulk.hgi-call-ringing-02::before,.hgi-stroke.hgi-call-ringing-02::before {
  content: "\f05a1"
}

.hgi-bulk.hgi-call-ringing-03::before,.hgi-stroke.hgi-call-ringing-03::before {
  content: "\f05a3"
}

.hgi-bulk.hgi-call-ringing-04::before,.hgi-stroke.hgi-call-ringing-04::before {
  content: "\f05a5"
}

.hgi-bulk.hgi-call-spark-01::before,.hgi-stroke.hgi-call-spark-01::before {
  content: "\f05a8"
}

.hgi-bulk.hgi-call-spark-02::before,.hgi-stroke.hgi-call-spark-02::before {
  content: "\f05aa"
}

.hgi-bulk.hgi-call-unlocked-02::before,.hgi-stroke.hgi-call-unlocked-02::before {
  content: "\f05ac"
}

.hgi-bulk.hgi-call-unlocked::before,.hgi-stroke.hgi-call-unlocked::before {
  content: "\f05ae"
}

.hgi-bulk.hgi-call::before,.hgi-stroke.hgi-call::before {
  content: "\f05af"
}

.hgi-bulk.hgi-calling-02::before,.hgi-stroke.hgi-calling-02::before {
  content: "\f05b1"
}

.hgi-bulk.hgi-calling::before,.hgi-stroke.hgi-calling::before {
  content: "\f05b3"
}

.hgi-bulk.hgi-camel::before,.hgi-stroke.hgi-camel::before {
  content: "\f05b5"
}

.hgi-bulk.hgi-camera-01::before,.hgi-stroke.hgi-camera-01::before {
  content: "\f05b7"
}

.hgi-bulk.hgi-camera-02::before,.hgi-stroke.hgi-camera-02::before {
  content: "\f05b9"
}

.hgi-bulk.hgi-camera-add-01::before,.hgi-stroke.hgi-camera-add-01::before {
  content: "\f05bb"
}

.hgi-bulk.hgi-camera-add-02::before,.hgi-stroke.hgi-camera-add-02::before {
  content: "\f05bd"
}

.hgi-bulk.hgi-camera-add-03::before,.hgi-stroke.hgi-camera-add-03::before {
  content: "\f05bf"
}

.hgi-bulk.hgi-camera-ai::before,.hgi-stroke.hgi-camera-ai::before {
  content: "\f05c1"
}

.hgi-bulk.hgi-camera-automatically-01::before,.hgi-stroke.hgi-camera-automatically-01::before {
  content: "\f05c3"
}

.hgi-bulk.hgi-camera-automatically-02::before,.hgi-stroke.hgi-camera-automatically-02::before {
  content: "\f05c5"
}

.hgi-bulk.hgi-camera-lens::before,.hgi-stroke.hgi-camera-lens::before {
  content: "\f05c7"
}

.hgi-bulk.hgi-camera-microphone-01::before,.hgi-stroke.hgi-camera-microphone-01::before {
  content: "\f05c9"
}

.hgi-bulk.hgi-camera-microphone-02::before,.hgi-stroke.hgi-camera-microphone-02::before {
  content: "\f05cb"
}

.hgi-bulk.hgi-camera-night-mode-01::before,.hgi-stroke.hgi-camera-night-mode-01::before {
  content: "\f05cd"
}

.hgi-bulk.hgi-camera-night-mode-02::before,.hgi-stroke.hgi-camera-night-mode-02::before {
  content: "\f05cf"
}

.hgi-bulk.hgi-camera-off-01::before,.hgi-stroke.hgi-camera-off-01::before {
  content: "\f05d1"
}

.hgi-bulk.hgi-camera-off-02::before,.hgi-stroke.hgi-camera-off-02::before {
  content: "\f05d3"
}

.hgi-bulk.hgi-camera-rotated-01::before,.hgi-stroke.hgi-camera-rotated-01::before {
  content: "\f05d5"
}

.hgi-bulk.hgi-camera-rotated-02::before,.hgi-stroke.hgi-camera-rotated-02::before {
  content: "\f05d7"
}

.hgi-bulk.hgi-camera-smile-01::before,.hgi-stroke.hgi-camera-smile-01::before {
  content: "\f05d9"
}

.hgi-bulk.hgi-camera-smile-02::before,.hgi-stroke.hgi-camera-smile-02::before {
  content: "\f05db"
}

.hgi-bulk.hgi-camera-tripod::before,.hgi-stroke.hgi-camera-tripod::before {
  content: "\f05dd"
}

.hgi-bulk.hgi-camera-video::before,.hgi-stroke.hgi-camera-video::before {
  content: "\f05df"
}

.hgi-bulk.hgi-camper::before,.hgi-stroke.hgi-camper::before {
  content: "\f05e1"
}

.hgi-bulk.hgi-campfire::before,.hgi-stroke.hgi-campfire::before {
  content: "\f05e3"
}

.hgi-bulk.hgi-cancel-01::before,.hgi-stroke.hgi-cancel-01::before {
  content: "\f05e5"
}

.hgi-bulk.hgi-cancel-02::before,.hgi-stroke.hgi-cancel-02::before {
  content: "\f05e7"
}

.hgi-bulk.hgi-cancel-circle-half-dot::before,.hgi-stroke.hgi-cancel-circle-half-dot::before {
  content: "\f05e9"
}

.hgi-bulk.hgi-cancel-circle::before,.hgi-stroke.hgi-cancel-circle::before {
  content: "\f05eb"
}

.hgi-bulk.hgi-cancel-square::before,.hgi-stroke.hgi-cancel-square::before {
  content: "\f05ed"
}

.hgi-bulk.hgi-candelier-01::before,.hgi-stroke.hgi-candelier-01::before {
  content: "\f05ef"
}

.hgi-bulk.hgi-candelier-02::before,.hgi-stroke.hgi-candelier-02::before {
  content: "\f05f1"
}

.hgi-bulk.hgi-canvas::before,.hgi-stroke.hgi-canvas::before {
  content: "\f05f3"
}

.hgi-bulk.hgi-cap-projecting::before,.hgi-stroke.hgi-cap-projecting::before {
  content: "\f05f5"
}

.hgi-bulk.hgi-cap-round::before,.hgi-stroke.hgi-cap-round::before {
  content: "\f05f7"
}

.hgi-bulk.hgi-cap-straight::before,.hgi-stroke.hgi-cap-straight::before {
  content: "\f05fa"
}

.hgi-bulk.hgi-cap::before,.hgi-stroke.hgi-cap::before {
  content: "\f05fb"
}

.hgi-bulk.hgi-capcut-rectangle::before,.hgi-stroke.hgi-capcut-rectangle::before {
  content: "\f05fd"
}

.hgi-bulk.hgi-capcut::before,.hgi-stroke.hgi-capcut::before {
  content: "\f05ff"
}

.hgi-bulk.hgi-car-01::before,.hgi-stroke.hgi-car-01::before {
  content: "\f0601"
}

.hgi-bulk.hgi-car-02::before,.hgi-stroke.hgi-car-02::before {
  content: "\f0603"
}

.hgi-bulk.hgi-car-03::before,.hgi-stroke.hgi-car-03::before {
  content: "\f0605"
}

.hgi-bulk.hgi-car-04::before,.hgi-stroke.hgi-car-04::before {
  content: "\f0607"
}

.hgi-bulk.hgi-car-05::before,.hgi-stroke.hgi-car-05::before {
  content: "\f0609"
}

.hgi-bulk.hgi-car-alert::before,.hgi-stroke.hgi-car-alert::before {
  content: "\f060b"
}

.hgi-bulk.hgi-car-parking-01::before,.hgi-stroke.hgi-car-parking-01::before {
  content: "\f060d"
}

.hgi-bulk.hgi-car-parking-02::before,.hgi-stroke.hgi-car-parking-02::before {
  content: "\f060f"
}

.hgi-bulk.hgi-car-time::before,.hgi-stroke.hgi-car-time::before {
  content: "\f0611"
}

.hgi-bulk.hgi-caravan::before,.hgi-stroke.hgi-caravan::before {
  content: "\f0613"
}

.hgi-bulk.hgi-card-exchange-01::before,.hgi-stroke.hgi-card-exchange-01::before {
  content: "\f0615"
}

.hgi-bulk.hgi-card-exchange-02::before,.hgi-stroke.hgi-card-exchange-02::before {
  content: "\f0617"
}

.hgi-bulk.hgi-cardigan::before,.hgi-stroke.hgi-cardigan::before {
  content: "\f0619"
}

.hgi-bulk.hgi-cardiogram-01::before,.hgi-stroke.hgi-cardiogram-01::before {
  content: "\f061b"
}

.hgi-bulk.hgi-cardiogram-02::before,.hgi-stroke.hgi-cardiogram-02::before {
  content: "\f061d"
}

.hgi-bulk.hgi-cards-01::before,.hgi-stroke.hgi-cards-01::before {
  content: "\f061f"
}

.hgi-bulk.hgi-cards-02::before,.hgi-stroke.hgi-cards-02::before {
  content: "\f0621"
}

.hgi-bulk.hgi-cargo-ship::before,.hgi-stroke.hgi-cargo-ship::before {
  content: "\f0623"
}

.hgi-bulk.hgi-carousel-horizontal-02::before,.hgi-stroke.hgi-carousel-horizontal-02::before {
  content: "\f0625"
}

.hgi-bulk.hgi-carousel-horizontal::before,.hgi-stroke.hgi-carousel-horizontal::before {
  content: "\f0627"
}

.hgi-bulk.hgi-carousel-vertical::before,.hgi-stroke.hgi-carousel-vertical::before {
  content: "\f0629"
}

.hgi-bulk.hgi-carrot::before,.hgi-stroke.hgi-carrot::before {
  content: "\f062b"
}

.hgi-bulk.hgi-cash-01::before,.hgi-stroke.hgi-cash-01::before {
  content: "\f062d"
}

.hgi-bulk.hgi-cash-02::before,.hgi-stroke.hgi-cash-02::before {
  content: "\f062f"
}

.hgi-bulk.hgi-cashback-bitcoin::before,.hgi-stroke.hgi-cashback-bitcoin::before {
  content: "\f0631"
}

.hgi-bulk.hgi-cashback-euro::before,.hgi-stroke.hgi-cashback-euro::before {
  content: "\f0633"
}

.hgi-bulk.hgi-cashback-pound::before,.hgi-stroke.hgi-cashback-pound::before {
  content: "\f0635"
}

.hgi-bulk.hgi-cashback-yen::before,.hgi-stroke.hgi-cashback-yen::before {
  content: "\f0638"
}

.hgi-bulk.hgi-cashback::before,.hgi-stroke.hgi-cashback::before {
  content: "\f0639"
}

.hgi-bulk.hgi-cashier-02::before,.hgi-stroke.hgi-cashier-02::before {
  content: "\f063b"
}

.hgi-bulk.hgi-cashier::before,.hgi-stroke.hgi-cashier::before {
  content: "\f063d"
}

.hgi-bulk.hgi-castbox::before,.hgi-stroke.hgi-castbox::before {
  content: "\f063f"
}

.hgi-bulk.hgi-castle-01::before,.hgi-stroke.hgi-castle-01::before {
  content: "\f0641"
}

.hgi-bulk.hgi-castle-02::before,.hgi-stroke.hgi-castle-02::before {
  content: "\f0643"
}

.hgi-bulk.hgi-castle::before,.hgi-stroke.hgi-castle::before {
  content: "\f0645"
}

.hgi-bulk.hgi-catalogue::before,.hgi-stroke.hgi-catalogue::before {
  content: "\f0647"
}

.hgi-bulk.hgi-cayan-tower::before,.hgi-stroke.hgi-cayan-tower::before {
  content: "\f0649"
}

.hgi-bulk.hgi-cctv-camera::before,.hgi-stroke.hgi-cctv-camera::before {
  content: "\f064b"
}

.hgi-bulk.hgi-cd::before,.hgi-stroke.hgi-cd::before {
  content: "\f064d"
}

.hgi-bulk.hgi-cells::before,.hgi-stroke.hgi-cells::before {
  content: "\f064f"
}

.hgi-bulk.hgi-cellular-network-offline::before,.hgi-stroke.hgi-cellular-network-offline::before {
  content: "\f0651"
}

.hgi-bulk.hgi-cellular-network::before,.hgi-stroke.hgi-cellular-network::before {
  content: "\f0653"
}

.hgi-bulk.hgi-celsius::before,.hgi-stroke.hgi-celsius::before {
  content: "\f0655"
}

.hgi-bulk.hgi-center-focus::before,.hgi-stroke.hgi-center-focus::before {
  content: "\f0657"
}

.hgi-bulk.hgi-central-shaheed-minar::before,.hgi-stroke.hgi-central-shaheed-minar::before {
  content: "\f0659"
}

.hgi-bulk.hgi-centralized::before,.hgi-stroke.hgi-centralized::before {
  content: "\f065b"
}

.hgi-bulk.hgi-certificate-01::before,.hgi-stroke.hgi-certificate-01::before {
  content: "\f065d"
}

.hgi-bulk.hgi-certificate-02::before,.hgi-stroke.hgi-certificate-02::before {
  content: "\f065f"
}

.hgi-bulk.hgi-chair-01::before,.hgi-stroke.hgi-chair-01::before {
  content: "\f0661"
}

.hgi-bulk.hgi-chair-02::before,.hgi-stroke.hgi-chair-02::before {
  content: "\f0663"
}

.hgi-bulk.hgi-chair-03::before,.hgi-stroke.hgi-chair-03::before {
  content: "\f0665"
}

.hgi-bulk.hgi-chair-04::before,.hgi-stroke.hgi-chair-04::before {
  content: "\f0667"
}

.hgi-bulk.hgi-chair-05::before,.hgi-stroke.hgi-chair-05::before {
  content: "\f0669"
}

.hgi-bulk.hgi-chair-barber::before,.hgi-stroke.hgi-chair-barber::before {
  content: "\f066b"
}

.hgi-bulk.hgi-champion::before,.hgi-stroke.hgi-champion::before {
  content: "\f066d"
}

.hgi-bulk.hgi-change-screen-mode::before,.hgi-stroke.hgi-change-screen-mode::before {
  content: "\f066f"
}

.hgi-bulk.hgi-character-phonetic::before,.hgi-stroke.hgi-character-phonetic::before {
  content: "\f0671"
}

.hgi-bulk.hgi-charity::before,.hgi-stroke.hgi-charity::before {
  content: "\f0673"
}

.hgi-bulk.hgi-chart-01::before,.hgi-stroke.hgi-chart-01::before {
  content: "\f0675"
}

.hgi-bulk.hgi-chart-02::before,.hgi-stroke.hgi-chart-02::before {
  content: "\f0677"
}

.hgi-bulk.hgi-chart-03::before,.hgi-stroke.hgi-chart-03::before {
  content: "\f0679"
}

.hgi-bulk.hgi-chart-average::before,.hgi-stroke.hgi-chart-average::before {
  content: "\f067b"
}

.hgi-bulk.hgi-chart-bar-line::before,.hgi-stroke.hgi-chart-bar-line::before {
  content: "\f067d"
}

.hgi-bulk.hgi-chart-breakout-circle::before,.hgi-stroke.hgi-chart-breakout-circle::before {
  content: "\f067f"
}

.hgi-bulk.hgi-chart-breakout-square::before,.hgi-stroke.hgi-chart-breakout-square::before {
  content: "\f0681"
}

.hgi-bulk.hgi-chart-bubble-01::before,.hgi-stroke.hgi-chart-bubble-01::before {
  content: "\f0683"
}

.hgi-bulk.hgi-chart-bubble-02::before,.hgi-stroke.hgi-chart-bubble-02::before {
  content: "\f0685"
}

.hgi-bulk.hgi-chart-column::before,.hgi-stroke.hgi-chart-column::before {
  content: "\f0687"
}

.hgi-bulk.hgi-chart-decrease::before,.hgi-stroke.hgi-chart-decrease::before {
  content: "\f0689"
}

.hgi-bulk.hgi-chart-down::before,.hgi-stroke.hgi-chart-down::before {
  content: "\f068b"
}

.hgi-bulk.hgi-chart-evaluation::before,.hgi-stroke.hgi-chart-evaluation::before {
  content: "\f068d"
}

.hgi-bulk.hgi-chart-high-low::before,.hgi-stroke.hgi-chart-high-low::before {
  content: "\f068f"
}

.hgi-bulk.hgi-chart-histogram::before,.hgi-stroke.hgi-chart-histogram::before {
  content: "\f0691"
}

.hgi-bulk.hgi-chart-increase::before,.hgi-stroke.hgi-chart-increase::before {
  content: "\f0693"
}

.hgi-bulk.hgi-chart-line-data-01::before,.hgi-stroke.hgi-chart-line-data-01::before {
  content: "\f0695"
}

.hgi-bulk.hgi-chart-line-data-02::before,.hgi-stroke.hgi-chart-line-data-02::before {
  content: "\f0697"
}

.hgi-bulk.hgi-chart-line-data-03::before,.hgi-stroke.hgi-chart-line-data-03::before {
  content: "\f0699"
}

.hgi-bulk.hgi-chart-maximum::before,.hgi-stroke.hgi-chart-maximum::before {
  content: "\f069b"
}

.hgi-bulk.hgi-chart-medium::before,.hgi-stroke.hgi-chart-medium::before {
  content: "\f069d"
}

.hgi-bulk.hgi-chart-minimum::before,.hgi-stroke.hgi-chart-minimum::before {
  content: "\f069f"
}

.hgi-bulk.hgi-chart-radar::before,.hgi-stroke.hgi-chart-radar::before {
  content: "\f06a1"
}

.hgi-bulk.hgi-chart-relationship::before,.hgi-stroke.hgi-chart-relationship::before {
  content: "\f06a3"
}

.hgi-bulk.hgi-chart-ring::before,.hgi-stroke.hgi-chart-ring::before {
  content: "\f06a5"
}

.hgi-bulk.hgi-chart-rose::before,.hgi-stroke.hgi-chart-rose::before {
  content: "\f06a7"
}

.hgi-bulk.hgi-chart-scatter::before,.hgi-stroke.hgi-chart-scatter::before {
  content: "\f06a9"
}

.hgi-bulk.hgi-chart-up::before,.hgi-stroke.hgi-chart-up::before {
  content: "\f06ac"
}

.hgi-bulk.hgi-chart::before,.hgi-stroke.hgi-chart::before {
  content: "\f06ad"
}

.hgi-bulk.hgi-chat-01::before,.hgi-stroke.hgi-chat-01::before {
  content: "\f06af"
}

.hgi-bulk.hgi-chat-add-01::before,.hgi-stroke.hgi-chat-add-01::before {
  content: "\f06b1"
}

.hgi-bulk.hgi-chat-add::before,.hgi-stroke.hgi-chat-add::before {
  content: "\f06b3"
}

.hgi-bulk.hgi-chat-blocked-01::before,.hgi-stroke.hgi-chat-blocked-01::before {
  content: "\f06b5"
}

.hgi-bulk.hgi-chat-blocked::before,.hgi-stroke.hgi-chat-blocked::before {
  content: "\f06b7"
}

.hgi-bulk.hgi-chat-bot::before,.hgi-stroke.hgi-chat-bot::before {
  content: "\f06b9"
}

.hgi-bulk.hgi-chat-cancel-01::before,.hgi-stroke.hgi-chat-cancel-01::before {
  content: "\f06bb"
}

.hgi-bulk.hgi-chat-cancel::before,.hgi-stroke.hgi-chat-cancel::before {
  content: "\f06bd"
}

.hgi-bulk.hgi-chat-delay-01::before,.hgi-stroke.hgi-chat-delay-01::before {
  content: "\f06bf"
}

.hgi-bulk.hgi-chat-delay::before,.hgi-stroke.hgi-chat-delay::before {
  content: "\f06c1"
}

.hgi-bulk.hgi-chat-done-01::before,.hgi-stroke.hgi-chat-done-01::before {
  content: "\f06c3"
}

.hgi-bulk.hgi-chat-done::before,.hgi-stroke.hgi-chat-done::before {
  content: "\f06c5"
}

.hgi-bulk.hgi-chat-download-01::before,.hgi-stroke.hgi-chat-download-01::before {
  content: "\f06c7"
}

.hgi-bulk.hgi-chat-download::before,.hgi-stroke.hgi-chat-download::before {
  content: "\f06c9"
}

.hgi-bulk.hgi-chat-edit-01::before,.hgi-stroke.hgi-chat-edit-01::before {
  content: "\f06cb"
}

.hgi-bulk.hgi-chat-edit::before,.hgi-stroke.hgi-chat-edit::before {
  content: "\f06cd"
}

.hgi-bulk.hgi-chat-favourite-01::before,.hgi-stroke.hgi-chat-favourite-01::before {
  content: "\f06cf"
}

.hgi-bulk.hgi-chat-favourite::before,.hgi-stroke.hgi-chat-favourite::before {
  content: "\f06d1"
}

.hgi-bulk.hgi-chat-feedback-01::before,.hgi-stroke.hgi-chat-feedback-01::before {
  content: "\f06d3"
}

.hgi-bulk.hgi-chat-feedback::before,.hgi-stroke.hgi-chat-feedback::before {
  content: "\f06d5"
}

.hgi-bulk.hgi-chat-gpt::before,.hgi-stroke.hgi-chat-gpt::before {
  content: "\f06d7"
}

.hgi-bulk.hgi-chat-income-01::before,.hgi-stroke.hgi-chat-income-01::before {
  content: "\f06d9"
}

.hgi-bulk.hgi-chat-income::before,.hgi-stroke.hgi-chat-income::before {
  content: "\f06db"
}

.hgi-bulk.hgi-chat-lock-01::before,.hgi-stroke.hgi-chat-lock-01::before {
  content: "\f06dd"
}

.hgi-bulk.hgi-chat-lock::before,.hgi-stroke.hgi-chat-lock::before {
  content: "\f06df"
}

.hgi-bulk.hgi-chat-notification-01::before,.hgi-stroke.hgi-chat-notification-01::before {
  content: "\f06e1"
}

.hgi-bulk.hgi-chat-notification::before,.hgi-stroke.hgi-chat-notification::before {
  content: "\f06e3"
}

.hgi-bulk.hgi-chat-outcome-01::before,.hgi-stroke.hgi-chat-outcome-01::before {
  content: "\f06e5"
}

.hgi-bulk.hgi-chat-outcome::before,.hgi-stroke.hgi-chat-outcome::before {
  content: "\f06e7"
}

.hgi-bulk.hgi-chat-preview-01::before,.hgi-stroke.hgi-chat-preview-01::before {
  content: "\f06e9"
}

.hgi-bulk.hgi-chat-preview::before,.hgi-stroke.hgi-chat-preview::before {
  content: "\f06eb"
}

.hgi-bulk.hgi-chat-question-01::before,.hgi-stroke.hgi-chat-question-01::before {
  content: "\f06ed"
}

.hgi-bulk.hgi-chat-question::before,.hgi-stroke.hgi-chat-question::before {
  content: "\f06ef"
}

.hgi-bulk.hgi-chat-search-01::before,.hgi-stroke.hgi-chat-search-01::before {
  content: "\f06f1"
}

.hgi-bulk.hgi-chat-search::before,.hgi-stroke.hgi-chat-search::before {
  content: "\f06f3"
}

.hgi-bulk.hgi-chat-secure-01::before,.hgi-stroke.hgi-chat-secure-01::before {
  content: "\f06f6"
}

.hgi-bulk.hgi-chat-secure::before,.hgi-stroke.hgi-chat-secure::before {
  content: "\f06f8"
}

.hgi-bulk.hgi-chat-spark-01::before,.hgi-stroke.hgi-chat-spark-01::before {
  content: "\f06fa"
}

.hgi-bulk.hgi-chat-spark::before,.hgi-stroke.hgi-chat-spark::before {
  content: "\f06fc"
}

.hgi-bulk.hgi-chat-translate-01::before,.hgi-stroke.hgi-chat-translate-01::before {
  content: "\f06fe"
}

.hgi-bulk.hgi-chat-translate::before,.hgi-stroke.hgi-chat-translate::before {
  content: "\f0700"
}

.hgi-bulk.hgi-chat-unlock-01::before,.hgi-stroke.hgi-chat-unlock-01::before {
  content: "\f0702"
}

.hgi-bulk.hgi-chat-unlock::before,.hgi-stroke.hgi-chat-unlock::before {
  content: "\f0704"
}

.hgi-bulk.hgi-chat-upload-01::before,.hgi-stroke.hgi-chat-upload-01::before {
  content: "\f0706"
}

.hgi-bulk.hgi-chat-upload::before,.hgi-stroke.hgi-chat-upload::before {
  content: "\f0708"
}

.hgi-bulk.hgi-chat-user-01::before,.hgi-stroke.hgi-chat-user-01::before {
  content: "\f070a"
}

.hgi-bulk.hgi-chat-user::before,.hgi-stroke.hgi-chat-user::before {
  content: "\f070c"
}

.hgi-bulk.hgi-chat::before,.hgi-stroke.hgi-chat::before {
  content: "\f070d"
}

.hgi-bulk.hgi-chatting-01::before,.hgi-stroke.hgi-chatting-01::before {
  content: "\f070f"
}

.hgi-bulk.hgi-check-list::before,.hgi-stroke.hgi-check-list::before {
  content: "\f0711"
}

.hgi-bulk.hgi-check-unread-01::before,.hgi-stroke.hgi-check-unread-01::before {
  content: "\f0713"
}

.hgi-bulk.hgi-check-unread-02::before,.hgi-stroke.hgi-check-unread-02::before {
  content: "\f0715"
}

.hgi-bulk.hgi-check-unread-03::before,.hgi-stroke.hgi-check-unread-03::before {
  content: "\f0717"
}

.hgi-bulk.hgi-check-unread-04::before,.hgi-stroke.hgi-check-unread-04::before {
  content: "\f0719"
}

.hgi-bulk.hgi-checkmark-badge-01::before,.hgi-stroke.hgi-checkmark-badge-01::before {
  content: "\f071b"
}

.hgi-bulk.hgi-checkmark-badge-02::before,.hgi-stroke.hgi-checkmark-badge-02::before {
  content: "\f071d"
}

.hgi-bulk.hgi-checkmark-badge-03::before,.hgi-stroke.hgi-checkmark-badge-03::before {
  content: "\f071f"
}

.hgi-bulk.hgi-checkmark-badge-04::before,.hgi-stroke.hgi-checkmark-badge-04::before {
  content: "\f0721"
}

.hgi-bulk.hgi-checkmark-circle-01::before,.hgi-stroke.hgi-checkmark-circle-01::before {
  content: "\f0723"
}

.hgi-bulk.hgi-checkmark-circle-02::before,.hgi-stroke.hgi-checkmark-circle-02::before {
  content: "\f0725"
}

.hgi-bulk.hgi-checkmark-circle-03::before,.hgi-stroke.hgi-checkmark-circle-03::before {
  content: "\f0727"
}

.hgi-bulk.hgi-checkmark-circle-04::before,.hgi-stroke.hgi-checkmark-circle-04::before {
  content: "\f0729"
}

.hgi-bulk.hgi-checkmark-square-01::before,.hgi-stroke.hgi-checkmark-square-01::before {
  content: "\f072b"
}

.hgi-bulk.hgi-checkmark-square-02::before,.hgi-stroke.hgi-checkmark-square-02::before {
  content: "\f072d"
}

.hgi-bulk.hgi-checkmark-square-03::before,.hgi-stroke.hgi-checkmark-square-03::before {
  content: "\f072f"
}

.hgi-bulk.hgi-checkmark-square-04::before,.hgi-stroke.hgi-checkmark-square-04::before {
  content: "\f0731"
}

.hgi-bulk.hgi-cheese-cake-01::before,.hgi-stroke.hgi-cheese-cake-01::before {
  content: "\f0733"
}

.hgi-bulk.hgi-cheese-cake-02::before,.hgi-stroke.hgi-cheese-cake-02::before {
  content: "\f0735"
}

.hgi-bulk.hgi-cheese::before,.hgi-stroke.hgi-cheese::before {
  content: "\f0737"
}

.hgi-bulk.hgi-chef-hat::before,.hgi-stroke.hgi-chef-hat::before {
  content: "\f0739"
}

.hgi-bulk.hgi-chef::before,.hgi-stroke.hgi-chef::before {
  content: "\f073b"
}

.hgi-bulk.hgi-chemistry-01::before,.hgi-stroke.hgi-chemistry-01::before {
  content: "\f073d"
}

.hgi-bulk.hgi-chemistry-02::before,.hgi-stroke.hgi-chemistry-02::before {
  content: "\f073f"
}

.hgi-bulk.hgi-chemistry-03::before,.hgi-stroke.hgi-chemistry-03::before {
  content: "\f0741"
}

.hgi-bulk.hgi-cherry::before,.hgi-stroke.hgi-cherry::before {
  content: "\f0743"
}

.hgi-bulk.hgi-chess-01::before,.hgi-stroke.hgi-chess-01::before {
  content: "\f0745"
}

.hgi-bulk.hgi-chess-02::before,.hgi-stroke.hgi-chess-02::before {
  content: "\f0747"
}

.hgi-bulk.hgi-chess-pawn::before,.hgi-stroke.hgi-chess-pawn::before {
  content: "\f0749"
}

.hgi-bulk.hgi-chicken-thighs::before,.hgi-stroke.hgi-chicken-thighs::before {
  content: "\f074b"
}

.hgi-bulk.hgi-child::before,.hgi-stroke.hgi-child::before {
  content: "\f074d"
}

.hgi-bulk.hgi-chimney::before,.hgi-stroke.hgi-chimney::before {
  content: "\f074f"
}

.hgi-bulk.hgi-china-temple::before,.hgi-stroke.hgi-china-temple::before {
  content: "\f0751"
}

.hgi-bulk.hgi-chip-02::before,.hgi-stroke.hgi-chip-02::before {
  content: "\f0753"
}

.hgi-bulk.hgi-chip::before,.hgi-stroke.hgi-chip::before {
  content: "\f0755"
}

.hgi-bulk.hgi-chocolate::before,.hgi-stroke.hgi-chocolate::before {
  content: "\f0757"
}

.hgi-bulk.hgi-chopsticks::before,.hgi-stroke.hgi-chopsticks::before {
  content: "\f0759"
}

.hgi-bulk.hgi-chrome::before,.hgi-stroke.hgi-chrome::before {
  content: "\f075b"
}

.hgi-bulk.hgi-chrysler::before,.hgi-stroke.hgi-chrysler::before {
  content: "\f075d"
}

.hgi-bulk.hgi-church::before,.hgi-stroke.hgi-church::before {
  content: "\f075f"
}

.hgi-bulk.hgi-cinnamon-roll::before,.hgi-stroke.hgi-cinnamon-roll::before {
  content: "\f0761"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-diagonal::before,.hgi-stroke.hgi-circle-arrow-data-transfer-diagonal::before {
  content: "\f0763"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-horizontal::before,.hgi-stroke.hgi-circle-arrow-data-transfer-horizontal::before {
  content: "\f0765"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-vertical::before,.hgi-stroke.hgi-circle-arrow-data-transfer-vertical::before {
  content: "\f0767"
}

.hgi-bulk.hgi-circle-arrow-diagonal-01::before,.hgi-stroke.hgi-circle-arrow-diagonal-01::before {
  content: "\f0769"
}

.hgi-bulk.hgi-circle-arrow-diagonal-02::before,.hgi-stroke.hgi-circle-arrow-diagonal-02::before {
  content: "\f076b"
}

.hgi-bulk.hgi-circle-arrow-down-01::before,.hgi-stroke.hgi-circle-arrow-down-01::before {
  content: "\f076d"
}

.hgi-bulk.hgi-circle-arrow-down-02::before,.hgi-stroke.hgi-circle-arrow-down-02::before {
  content: "\f076f"
}

.hgi-bulk.hgi-circle-arrow-down-03::before,.hgi-stroke.hgi-circle-arrow-down-03::before {
  content: "\f0771"
}

.hgi-bulk.hgi-circle-arrow-down-double::before,.hgi-stroke.hgi-circle-arrow-down-double::before {
  content: "\f0773"
}

.hgi-bulk.hgi-circle-arrow-down-left::before,.hgi-stroke.hgi-circle-arrow-down-left::before {
  content: "\f0775"
}

.hgi-bulk.hgi-circle-arrow-down-right::before,.hgi-stroke.hgi-circle-arrow-down-right::before {
  content: "\f0777"
}

.hgi-bulk.hgi-circle-arrow-expand-01::before,.hgi-stroke.hgi-circle-arrow-expand-01::before {
  content: "\f0779"
}

.hgi-bulk.hgi-circle-arrow-expand-02::before,.hgi-stroke.hgi-circle-arrow-expand-02::before {
  content: "\f077b"
}

.hgi-bulk.hgi-circle-arrow-horizontal::before,.hgi-stroke.hgi-circle-arrow-horizontal::before {
  content: "\f077d"
}

.hgi-bulk.hgi-circle-arrow-left-01::before,.hgi-stroke.hgi-circle-arrow-left-01::before {
  content: "\f077f"
}

.hgi-bulk.hgi-circle-arrow-left-02::before,.hgi-stroke.hgi-circle-arrow-left-02::before {
  content: "\f0781"
}

.hgi-bulk.hgi-circle-arrow-left-03::before,.hgi-stroke.hgi-circle-arrow-left-03::before {
  content: "\f0783"
}

.hgi-bulk.hgi-circle-arrow-left-double::before,.hgi-stroke.hgi-circle-arrow-left-double::before {
  content: "\f0785"
}

.hgi-bulk.hgi-circle-arrow-left-right::before,.hgi-stroke.hgi-circle-arrow-left-right::before {
  content: "\f0787"
}

.hgi-bulk.hgi-circle-arrow-move-down-left::before,.hgi-stroke.hgi-circle-arrow-move-down-left::before {
  content: "\f0789"
}

.hgi-bulk.hgi-circle-arrow-move-down-right::before,.hgi-stroke.hgi-circle-arrow-move-down-right::before {
  content: "\f078b"
}

.hgi-bulk.hgi-circle-arrow-move-left-down::before,.hgi-stroke.hgi-circle-arrow-move-left-down::before {
  content: "\f078d"
}

.hgi-bulk.hgi-circle-arrow-move-right-down::before,.hgi-stroke.hgi-circle-arrow-move-right-down::before {
  content: "\f078f"
}

.hgi-bulk.hgi-circle-arrow-move-up-left::before,.hgi-stroke.hgi-circle-arrow-move-up-left::before {
  content: "\f0791"
}

.hgi-bulk.hgi-circle-arrow-move-up-right::before,.hgi-stroke.hgi-circle-arrow-move-up-right::before {
  content: "\f0793"
}

.hgi-bulk.hgi-circle-arrow-reload-01::before,.hgi-stroke.hgi-circle-arrow-reload-01::before {
  content: "\f0795"
}

.hgi-bulk.hgi-circle-arrow-reload-02::before,.hgi-stroke.hgi-circle-arrow-reload-02::before {
  content: "\f0797"
}

.hgi-bulk.hgi-circle-arrow-right-01::before,.hgi-stroke.hgi-circle-arrow-right-01::before {
  content: "\f0799"
}

.hgi-bulk.hgi-circle-arrow-right-02::before,.hgi-stroke.hgi-circle-arrow-right-02::before {
  content: "\f079b"
}

.hgi-bulk.hgi-circle-arrow-right-03::before,.hgi-stroke.hgi-circle-arrow-right-03::before {
  content: "\f079d"
}

.hgi-bulk.hgi-circle-arrow-right-double::before,.hgi-stroke.hgi-circle-arrow-right-double::before {
  content: "\f079f"
}

.hgi-bulk.hgi-circle-arrow-shrink-01::before,.hgi-stroke.hgi-circle-arrow-shrink-01::before {
  content: "\f07a1"
}

.hgi-bulk.hgi-circle-arrow-shrink-02::before,.hgi-stroke.hgi-circle-arrow-shrink-02::before {
  content: "\f07a3"
}

.hgi-bulk.hgi-circle-arrow-up-01::before,.hgi-stroke.hgi-circle-arrow-up-01::before {
  content: "\f07a5"
}

.hgi-bulk.hgi-circle-arrow-up-02::before,.hgi-stroke.hgi-circle-arrow-up-02::before {
  content: "\f07a7"
}

.hgi-bulk.hgi-circle-arrow-up-03::before,.hgi-stroke.hgi-circle-arrow-up-03::before {
  content: "\f07a9"
}

.hgi-bulk.hgi-circle-arrow-up-double::before,.hgi-stroke.hgi-circle-arrow-up-double::before {
  content: "\f07ab"
}

.hgi-bulk.hgi-circle-arrow-up-down::before,.hgi-stroke.hgi-circle-arrow-up-down::before {
  content: "\f07ad"
}

.hgi-bulk.hgi-circle-arrow-up-left::before,.hgi-stroke.hgi-circle-arrow-up-left::before {
  content: "\f07af"
}

.hgi-bulk.hgi-circle-arrow-up-right::before,.hgi-stroke.hgi-circle-arrow-up-right::before {
  content: "\f07b1"
}

.hgi-bulk.hgi-circle-arrow-vertical::before,.hgi-stroke.hgi-circle-arrow-vertical::before {
  content: "\f07b3"
}

.hgi-bulk.hgi-circle-lock-01::before,.hgi-stroke.hgi-circle-lock-01::before {
  content: "\f07b5"
}

.hgi-bulk.hgi-circle-lock-02::before,.hgi-stroke.hgi-circle-lock-02::before {
  content: "\f07b7"
}

.hgi-bulk.hgi-circle-lock-add-01::before,.hgi-stroke.hgi-circle-lock-add-01::before {
  content: "\f07b9"
}

.hgi-bulk.hgi-circle-lock-add-02::before,.hgi-stroke.hgi-circle-lock-add-02::before {
  content: "\f07bb"
}

.hgi-bulk.hgi-circle-lock-check-01::before,.hgi-stroke.hgi-circle-lock-check-01::before {
  content: "\f07bd"
}

.hgi-bulk.hgi-circle-lock-check-02::before,.hgi-stroke.hgi-circle-lock-check-02::before {
  content: "\f07bf"
}

.hgi-bulk.hgi-circle-lock-minus-01::before,.hgi-stroke.hgi-circle-lock-minus-01::before {
  content: "\f07c1"
}

.hgi-bulk.hgi-circle-lock-minus-02::before,.hgi-stroke.hgi-circle-lock-minus-02::before {
  content: "\f07c3"
}

.hgi-bulk.hgi-circle-lock-remove-01::before,.hgi-stroke.hgi-circle-lock-remove-01::before {
  content: "\f07c5"
}

.hgi-bulk.hgi-circle-lock-remove-02::before,.hgi-stroke.hgi-circle-lock-remove-02::before {
  content: "\f07c7"
}

.hgi-bulk.hgi-circle-password::before,.hgi-stroke.hgi-circle-password::before {
  content: "\f07c9"
}

.hgi-bulk.hgi-circle-unlock-01::before,.hgi-stroke.hgi-circle-unlock-01::before {
  content: "\f07cc"
}

.hgi-bulk.hgi-circle-unlock-02::before,.hgi-stroke.hgi-circle-unlock-02::before {
  content: "\f07ce"
}

.hgi-bulk.hgi-circle::before,.hgi-stroke.hgi-circle::before {
  content: "\f07cf"
}

.hgi-bulk.hgi-city-01::before,.hgi-stroke.hgi-city-01::before {
  content: "\f07d1"
}

.hgi-bulk.hgi-city-02::before,.hgi-stroke.hgi-city-02::before {
  content: "\f07d3"
}

.hgi-bulk.hgi-city-03::before,.hgi-stroke.hgi-city-03::before {
  content: "\f07d5"
}

.hgi-bulk.hgi-clapping-01::before,.hgi-stroke.hgi-clapping-01::before {
  content: "\f07d7"
}

.hgi-bulk.hgi-clapping-02::before,.hgi-stroke.hgi-clapping-02::before {
  content: "\f07d9"
}

.hgi-bulk.hgi-claude::before,.hgi-stroke.hgi-claude::before {
  content: "\f07db"
}

.hgi-bulk.hgi-clean::before,.hgi-stroke.hgi-clean::before {
  content: "\f07dd"
}

.hgi-bulk.hgi-cleaning-bucket::before,.hgi-stroke.hgi-cleaning-bucket::before {
  content: "\f07df"
}

.hgi-bulk.hgi-clinic::before,.hgi-stroke.hgi-clinic::before {
  content: "\f07e1"
}

.hgi-bulk.hgi-clip::before,.hgi-stroke.hgi-clip::before {
  content: "\f07e3"
}

.hgi-bulk.hgi-cliparts::before,.hgi-stroke.hgi-cliparts::before {
  content: "\f07e5"
}

.hgi-bulk.hgi-clipboard::before,.hgi-stroke.hgi-clipboard::before {
  content: "\f07e7"
}

.hgi-bulk.hgi-clock-01::before,.hgi-stroke.hgi-clock-01::before {
  content: "\f07e9"
}

.hgi-bulk.hgi-clock-02::before,.hgi-stroke.hgi-clock-02::before {
  content: "\f07eb"
}

.hgi-bulk.hgi-clock-03::before,.hgi-stroke.hgi-clock-03::before {
  content: "\f07ed"
}

.hgi-bulk.hgi-clock-04::before,.hgi-stroke.hgi-clock-04::before {
  content: "\f07ef"
}

.hgi-bulk.hgi-clock-05::before,.hgi-stroke.hgi-clock-05::before {
  content: "\f07f1"
}

.hgi-bulk.hgi-closed-caption-alt::before,.hgi-stroke.hgi-closed-caption-alt::before {
  content: "\f07f3"
}

.hgi-bulk.hgi-closed-caption::before,.hgi-stroke.hgi-closed-caption::before {
  content: "\f07f5"
}

.hgi-bulk.hgi-clothes::before,.hgi-stroke.hgi-clothes::before {
  content: "\f07f7"
}

.hgi-bulk.hgi-cloud-angled-rain-zap::before,.hgi-stroke.hgi-cloud-angled-rain-zap::before {
  content: "\f07fa"
}

.hgi-bulk.hgi-cloud-angled-rain::before,.hgi-stroke.hgi-cloud-angled-rain::before {
  content: "\f07fb"
}

.hgi-bulk.hgi-cloud-angled-zap::before,.hgi-stroke.hgi-cloud-angled-zap::before {
  content: "\f07fd"
}

.hgi-bulk.hgi-cloud-big-rain::before,.hgi-stroke.hgi-cloud-big-rain::before {
  content: "\f07ff"
}

.hgi-bulk.hgi-cloud-download::before,.hgi-stroke.hgi-cloud-download::before {
  content: "\f0801"
}

.hgi-bulk.hgi-cloud-fast-wind::before,.hgi-stroke.hgi-cloud-fast-wind::before {
  content: "\f0803"
}

.hgi-bulk.hgi-cloud-hailstone::before,.hgi-stroke.hgi-cloud-hailstone::before {
  content: "\f0805"
}

.hgi-bulk.hgi-cloud-little-rain::before,.hgi-stroke.hgi-cloud-little-rain::before {
  content: "\f0807"
}

.hgi-bulk.hgi-cloud-little-snow::before,.hgi-stroke.hgi-cloud-little-snow::before {
  content: "\f0809"
}

.hgi-bulk.hgi-cloud-loading::before,.hgi-stroke.hgi-cloud-loading::before {
  content: "\f080b"
}

.hgi-bulk.hgi-cloud-mid-rain::before,.hgi-stroke.hgi-cloud-mid-rain::before {
  content: "\f080d"
}

.hgi-bulk.hgi-cloud-mid-snow::before,.hgi-stroke.hgi-cloud-mid-snow::before {
  content: "\f080f"
}

.hgi-bulk.hgi-cloud-saving-done-01::before,.hgi-stroke.hgi-cloud-saving-done-01::before {
  content: "\f0811"
}

.hgi-bulk.hgi-cloud-saving-done-02::before,.hgi-stroke.hgi-cloud-saving-done-02::before {
  content: "\f0813"
}

.hgi-bulk.hgi-cloud-server::before,.hgi-stroke.hgi-cloud-server::before {
  content: "\f0816"
}

.hgi-bulk.hgi-cloud-slow-wind::before,.hgi-stroke.hgi-cloud-slow-wind::before {
  content: "\f0818"
}

.hgi-bulk.hgi-cloud-snow::before,.hgi-stroke.hgi-cloud-snow::before {
  content: "\f081a"
}

.hgi-bulk.hgi-cloud-upload::before,.hgi-stroke.hgi-cloud-upload::before {
  content: "\f081c"
}

.hgi-bulk.hgi-cloud::before,.hgi-stroke.hgi-cloud::before {
  content: "\f081d"
}

.hgi-bulk.hgi-clubs-01::before,.hgi-stroke.hgi-clubs-01::before {
  content: "\f081f"
}

.hgi-bulk.hgi-clubs-02::before,.hgi-stroke.hgi-clubs-02::before {
  content: "\f0821"
}

.hgi-bulk.hgi-co-present::before,.hgi-stroke.hgi-co-present::before {
  content: "\f0823"
}

.hgi-bulk.hgi-code-circle::before,.hgi-stroke.hgi-code-circle::before {
  content: "\f0825"
}

.hgi-bulk.hgi-code-folder::before,.hgi-stroke.hgi-code-folder::before {
  content: "\f0827"
}

.hgi-bulk.hgi-code-simple::before,.hgi-stroke.hgi-code-simple::before {
  content: "\f082a"
}

.hgi-bulk.hgi-code-square::before,.hgi-stroke.hgi-code-square::before {
  content: "\f082c"
}

.hgi-bulk.hgi-code::before,.hgi-stroke.hgi-code::before {
  content: "\f082d"
}

.hgi-bulk.hgi-codesandbox::before,.hgi-stroke.hgi-codesandbox::before {
  content: "\f082f"
}

.hgi-bulk.hgi-coffee-01::before,.hgi-stroke.hgi-coffee-01::before {
  content: "\f0831"
}

.hgi-bulk.hgi-coffee-02::before,.hgi-stroke.hgi-coffee-02::before {
  content: "\f0833"
}

.hgi-bulk.hgi-coffee-03::before,.hgi-stroke.hgi-coffee-03::before {
  content: "\f0835"
}

.hgi-bulk.hgi-coffee-04::before,.hgi-stroke.hgi-coffee-04::before {
  content: "\f0837"
}

.hgi-bulk.hgi-coffee-beans::before,.hgi-stroke.hgi-coffee-beans::before {
  content: "\f0839"
}

.hgi-bulk.hgi-coinbase::before,.hgi-stroke.hgi-coinbase::before {
  content: "\f083b"
}

.hgi-bulk.hgi-coins-01::before,.hgi-stroke.hgi-coins-01::before {
  content: "\f083d"
}

.hgi-bulk.hgi-coins-02::before,.hgi-stroke.hgi-coins-02::before {
  content: "\f083f"
}

.hgi-bulk.hgi-coins-bitcoin::before,.hgi-stroke.hgi-coins-bitcoin::before {
  content: "\f0841"
}

.hgi-bulk.hgi-coins-dollar::before,.hgi-stroke.hgi-coins-dollar::before {
  content: "\f0843"
}

.hgi-bulk.hgi-coins-euro::before,.hgi-stroke.hgi-coins-euro::before {
  content: "\f0845"
}

.hgi-bulk.hgi-coins-pound::before,.hgi-stroke.hgi-coins-pound::before {
  content: "\f0847"
}

.hgi-bulk.hgi-coins-swap::before,.hgi-stroke.hgi-coins-swap::before {
  content: "\f0849"
}

.hgi-bulk.hgi-coins-yen::before,.hgi-stroke.hgi-coins-yen::before {
  content: "\f084b"
}

.hgi-bulk.hgi-collections-bookmark::before,.hgi-stroke.hgi-collections-bookmark::before {
  content: "\f084d"
}

.hgi-bulk.hgi-color-picker::before,.hgi-stroke.hgi-color-picker::before {
  content: "\f084f"
}

.hgi-bulk.hgi-colors::before,.hgi-stroke.hgi-colors::before {
  content: "\f0851"
}

.hgi-bulk.hgi-colosseum::before,.hgi-stroke.hgi-colosseum::before {
  content: "\f0853"
}

.hgi-bulk.hgi-column-delete::before,.hgi-stroke.hgi-column-delete::before {
  content: "\f0855"
}

.hgi-bulk.hgi-column-insert::before,.hgi-stroke.hgi-column-insert::before {
  content: "\f0857"
}

.hgi-bulk.hgi-comet-01::before,.hgi-stroke.hgi-comet-01::before {
  content: "\f0859"
}

.hgi-bulk.hgi-comet-02::before,.hgi-stroke.hgi-comet-02::before {
  content: "\f085b"
}

.hgi-bulk.hgi-coming-soon-01::before,.hgi-stroke.hgi-coming-soon-01::before {
  content: "\f085d"
}

.hgi-bulk.hgi-coming-soon-02::before,.hgi-stroke.hgi-coming-soon-02::before {
  content: "\f085f"
}

.hgi-bulk.hgi-command-line::before,.hgi-stroke.hgi-command-line::before {
  content: "\f0861"
}

.hgi-bulk.hgi-command::before,.hgi-stroke.hgi-command::before {
  content: "\f0863"
}

.hgi-bulk.hgi-comment-01::before,.hgi-stroke.hgi-comment-01::before {
  content: "\f0865"
}

.hgi-bulk.hgi-comment-02::before,.hgi-stroke.hgi-comment-02::before {
  content: "\f0867"
}

.hgi-bulk.hgi-comment-03::before,.hgi-stroke.hgi-comment-03::before {
  content: "\f0869"
}

.hgi-bulk.hgi-comment-add-01::before,.hgi-stroke.hgi-comment-add-01::before {
  content: "\f086b"
}

.hgi-bulk.hgi-comment-add-02::before,.hgi-stroke.hgi-comment-add-02::before {
  content: "\f086d"
}

.hgi-bulk.hgi-comment-add-03::before,.hgi-stroke.hgi-comment-add-03::before {
  content: "\f086f"
}

.hgi-bulk.hgi-comment-block-01::before,.hgi-stroke.hgi-comment-block-01::before {
  content: "\f0871"
}

.hgi-bulk.hgi-comment-block-02::before,.hgi-stroke.hgi-comment-block-02::before {
  content: "\f0873"
}

.hgi-bulk.hgi-comment-block-03::before,.hgi-stroke.hgi-comment-block-03::before {
  content: "\f0875"
}

.hgi-bulk.hgi-comment-remove-01::before,.hgi-stroke.hgi-comment-remove-01::before {
  content: "\f0877"
}

.hgi-bulk.hgi-comment-remove-02::before,.hgi-stroke.hgi-comment-remove-02::before {
  content: "\f0879"
}

.hgi-bulk.hgi-comment-remove-03::before,.hgi-stroke.hgi-comment-remove-03::before {
  content: "\f087b"
}

.hgi-bulk.hgi-compass-01::before,.hgi-stroke.hgi-compass-01::before {
  content: "\f087d"
}

.hgi-bulk.hgi-compass::before,.hgi-stroke.hgi-compass::before {
  content: "\f087f"
}

.hgi-bulk.hgi-complaint::before,.hgi-stroke.hgi-complaint::before {
  content: "\f0881"
}

.hgi-bulk.hgi-component-1::before,.hgi-stroke.hgi-component-1::before {
  content: "\f0883"
}

.hgi-bulk.hgi-computer-activity::before,.hgi-stroke.hgi-computer-activity::before {
  content: "\f0885"
}

.hgi-bulk.hgi-computer-add::before,.hgi-stroke.hgi-computer-add::before {
  content: "\f0887"
}

.hgi-bulk.hgi-computer-arrow-down::before,.hgi-stroke.hgi-computer-arrow-down::before {
  content: "\f0889"
}

.hgi-bulk.hgi-computer-arrow-up::before,.hgi-stroke.hgi-computer-arrow-up::before {
  content: "\f088b"
}

.hgi-bulk.hgi-computer-chart-down::before,.hgi-stroke.hgi-computer-chart-down::before {
  content: "\f088d"
}

.hgi-bulk.hgi-computer-chart-up::before,.hgi-stroke.hgi-computer-chart-up::before {
  content: "\f088f"
}

.hgi-bulk.hgi-computer-check::before,.hgi-stroke.hgi-computer-check::before {
  content: "\f0891"
}

.hgi-bulk.hgi-computer-cloud::before,.hgi-stroke.hgi-computer-cloud::before {
  content: "\f0893"
}

.hgi-bulk.hgi-computer-desk-01::before,.hgi-stroke.hgi-computer-desk-01::before {
  content: "\f0895"
}

.hgi-bulk.hgi-computer-desk-02::before,.hgi-stroke.hgi-computer-desk-02::before {
  content: "\f0897"
}

.hgi-bulk.hgi-computer-desk-03::before,.hgi-stroke.hgi-computer-desk-03::before {
  content: "\f0899"
}

.hgi-bulk.hgi-computer-dollar::before,.hgi-stroke.hgi-computer-dollar::before {
  content: "\f089b"
}

.hgi-bulk.hgi-computer-ethernet::before,.hgi-stroke.hgi-computer-ethernet::before {
  content: "\f089d"
}

.hgi-bulk.hgi-computer-phone-sync::before,.hgi-stroke.hgi-computer-phone-sync::before {
  content: "\f089f"
}

.hgi-bulk.hgi-computer-programming-01::before,.hgi-stroke.hgi-computer-programming-01::before {
  content: "\f08a1"
}

.hgi-bulk.hgi-computer-programming-02::before,.hgi-stroke.hgi-computer-programming-02::before {
  content: "\f08a3"
}

.hgi-bulk.hgi-computer-protection::before,.hgi-stroke.hgi-computer-protection::before {
  content: "\f08a5"
}

.hgi-bulk.hgi-computer-remove::before,.hgi-stroke.hgi-computer-remove::before {
  content: "\f08a7"
}

.hgi-bulk.hgi-computer-screen-share::before,.hgi-stroke.hgi-computer-screen-share::before {
  content: "\f08a9"
}

.hgi-bulk.hgi-computer-settings::before,.hgi-stroke.hgi-computer-settings::before {
  content: "\f08ac"
}

.hgi-bulk.hgi-computer-user::before,.hgi-stroke.hgi-computer-user::before {
  content: "\f08ae"
}

.hgi-bulk.hgi-computer-video-call::before,.hgi-stroke.hgi-computer-video-call::before {
  content: "\f08b0"
}

.hgi-bulk.hgi-computer-video::before,.hgi-stroke.hgi-computer-video::before {
  content: "\f08b2"
}

.hgi-bulk.hgi-computer::before,.hgi-stroke.hgi-computer::before {
  content: "\f08b3"
}

.hgi-bulk.hgi-cone-01::before,.hgi-stroke.hgi-cone-01::before {
  content: "\f08b5"
}

.hgi-bulk.hgi-cone-02::before,.hgi-stroke.hgi-cone-02::before {
  content: "\f08b7"
}

.hgi-bulk.hgi-conference::before,.hgi-stroke.hgi-conference::before {
  content: "\f08b9"
}

.hgi-bulk.hgi-configuration-01::before,.hgi-stroke.hgi-configuration-01::before {
  content: "\f08bb"
}

.hgi-bulk.hgi-configuration-02::before,.hgi-stroke.hgi-configuration-02::before {
  content: "\f08bd"
}

.hgi-bulk.hgi-confused::before,.hgi-stroke.hgi-confused::before {
  content: "\f08bf"
}

.hgi-bulk.hgi-congruent-to-circle::before,.hgi-stroke.hgi-congruent-to-circle::before {
  content: "\f08c1"
}

.hgi-bulk.hgi-congruent-to-square::before,.hgi-stroke.hgi-congruent-to-square::before {
  content: "\f08c4"
}

.hgi-bulk.hgi-congruent-to::before,.hgi-stroke.hgi-congruent-to::before {
  content: "\f08c5"
}

.hgi-bulk.hgi-connect::before,.hgi-stroke.hgi-connect::before {
  content: "\f08c7"
}

.hgi-bulk.hgi-console::before,.hgi-stroke.hgi-console::before {
  content: "\f08c9"
}

.hgi-bulk.hgi-constellation::before,.hgi-stroke.hgi-constellation::before {
  content: "\f08cb"
}

.hgi-bulk.hgi-contact-01::before,.hgi-stroke.hgi-contact-01::before {
  content: "\f08cd"
}

.hgi-bulk.hgi-contact-02::before,.hgi-stroke.hgi-contact-02::before {
  content: "\f08cf"
}

.hgi-bulk.hgi-contact-book::before,.hgi-stroke.hgi-contact-book::before {
  content: "\f08d1"
}

.hgi-bulk.hgi-contact::before,.hgi-stroke.hgi-contact::before {
  content: "\f08d3"
}

.hgi-bulk.hgi-container-truck-01::before,.hgi-stroke.hgi-container-truck-01::before {
  content: "\f08d5"
}

.hgi-bulk.hgi-container-truck-02::before,.hgi-stroke.hgi-container-truck-02::before {
  content: "\f08d7"
}

.hgi-bulk.hgi-container-truck::before,.hgi-stroke.hgi-container-truck::before {
  content: "\f08d9"
}

.hgi-bulk.hgi-content-writing::before,.hgi-stroke.hgi-content-writing::before {
  content: "\f08db"
}

.hgi-bulk.hgi-contracts::before,.hgi-stroke.hgi-contracts::before {
  content: "\f08dd"
}

.hgi-bulk.hgi-conversation::before,.hgi-stroke.hgi-conversation::before {
  content: "\f08df"
}

.hgi-bulk.hgi-cook-book::before,.hgi-stroke.hgi-cook-book::before {
  content: "\f08e1"
}

.hgi-bulk.hgi-cookie::before,.hgi-stroke.hgi-cookie::before {
  content: "\f08e3"
}

.hgi-bulk.hgi-coordinate-01::before,.hgi-stroke.hgi-coordinate-01::before {
  content: "\f08e5"
}

.hgi-bulk.hgi-coordinate-02::before,.hgi-stroke.hgi-coordinate-02::before {
  content: "\f08e7"
}

.hgi-bulk.hgi-copilot::before,.hgi-stroke.hgi-copilot::before {
  content: "\f08e9"
}

.hgi-bulk.hgi-copy-01::before,.hgi-stroke.hgi-copy-01::before {
  content: "\f08eb"
}

.hgi-bulk.hgi-copy-02::before,.hgi-stroke.hgi-copy-02::before {
  content: "\f08ed"
}

.hgi-bulk.hgi-copy-link::before,.hgi-stroke.hgi-copy-link::before {
  content: "\f08ef"
}

.hgi-bulk.hgi-copyright::before,.hgi-stroke.hgi-copyright::before {
  content: "\f08f1"
}

.hgi-bulk.hgi-corn::before,.hgi-stroke.hgi-corn::before {
  content: "\f08f3"
}

.hgi-bulk.hgi-corporate::before,.hgi-stroke.hgi-corporate::before {
  content: "\f08f5"
}

.hgi-bulk.hgi-cos::before,.hgi-stroke.hgi-cos::before {
  content: "\f08f7"
}

.hgi-bulk.hgi-cosine-01::before,.hgi-stroke.hgi-cosine-01::before {
  content: "\f08f9"
}

.hgi-bulk.hgi-cosine-02::before,.hgi-stroke.hgi-cosine-02::before {
  content: "\f08fb"
}

.hgi-bulk.hgi-cottage::before,.hgi-stroke.hgi-cottage::before {
  content: "\f08fd"
}

.hgi-bulk.hgi-cotton-candy::before,.hgi-stroke.hgi-cotton-candy::before {
  content: "\f08ff"
}

.hgi-bulk.hgi-coupon-01::before,.hgi-stroke.hgi-coupon-01::before {
  content: "\f0901"
}

.hgi-bulk.hgi-coupon-02::before,.hgi-stroke.hgi-coupon-02::before {
  content: "\f0903"
}

.hgi-bulk.hgi-coupon-03::before,.hgi-stroke.hgi-coupon-03::before {
  content: "\f0905"
}

.hgi-bulk.hgi-coupon-percent::before,.hgi-stroke.hgi-coupon-percent::before {
  content: "\f0907"
}

.hgi-bulk.hgi-course::before,.hgi-stroke.hgi-course::before {
  content: "\f0909"
}

.hgi-bulk.hgi-court-house::before,.hgi-stroke.hgi-court-house::before {
  content: "\f090b"
}

.hgi-bulk.hgi-court-law::before,.hgi-stroke.hgi-court-law::before {
  content: "\f090d"
}

.hgi-bulk.hgi-covariate::before,.hgi-stroke.hgi-covariate::before {
  content: "\f090f"
}

.hgi-bulk.hgi-covid-info::before,.hgi-stroke.hgi-covid-info::before {
  content: "\f0911"
}

.hgi-bulk.hgi-cowboy-hat::before,.hgi-stroke.hgi-cowboy-hat::before {
  content: "\f0913"
}

.hgi-bulk.hgi-cpp::before,.hgi-stroke.hgi-cpp::before {
  content: "\f0915"
}

.hgi-bulk.hgi-cpu-charge::before,.hgi-stroke.hgi-cpu-charge::before {
  content: "\f0917"
}

.hgi-bulk.hgi-cpu-settings::before,.hgi-stroke.hgi-cpu-settings::before {
  content: "\f091a"
}

.hgi-bulk.hgi-cpu::before,.hgi-stroke.hgi-cpu::before {
  content: "\f091b"
}

.hgi-bulk.hgi-crab::before,.hgi-stroke.hgi-crab::before {
  content: "\f091d"
}

.hgi-bulk.hgi-crane::before,.hgi-stroke.hgi-crane::before {
  content: "\f091f"
}

.hgi-bulk.hgi-crazy::before,.hgi-stroke.hgi-crazy::before {
  content: "\f0921"
}

.hgi-bulk.hgi-creative-market::before,.hgi-stroke.hgi-creative-market::before {
  content: "\f0923"
}

.hgi-bulk.hgi-credit-card-accept::before,.hgi-stroke.hgi-credit-card-accept::before {
  content: "\f0925"
}

.hgi-bulk.hgi-credit-card-add::before,.hgi-stroke.hgi-credit-card-add::before {
  content: "\f0927"
}

.hgi-bulk.hgi-credit-card-change::before,.hgi-stroke.hgi-credit-card-change::before {
  content: "\f0929"
}

.hgi-bulk.hgi-credit-card-defrost::before,.hgi-stroke.hgi-credit-card-defrost::before {
  content: "\f092b"
}

.hgi-bulk.hgi-credit-card-freeze::before,.hgi-stroke.hgi-credit-card-freeze::before {
  content: "\f092d"
}

.hgi-bulk.hgi-credit-card-not-accept::before,.hgi-stroke.hgi-credit-card-not-accept::before {
  content: "\f092f"
}

.hgi-bulk.hgi-credit-card-not-found::before,.hgi-stroke.hgi-credit-card-not-found::before {
  content: "\f0931"
}

.hgi-bulk.hgi-credit-card-pos::before,.hgi-stroke.hgi-credit-card-pos::before {
  content: "\f0933"
}

.hgi-bulk.hgi-credit-card-validation::before,.hgi-stroke.hgi-credit-card-validation::before {
  content: "\f0936"
}

.hgi-bulk.hgi-credit-card::before,.hgi-stroke.hgi-credit-card::before {
  content: "\f0937"
}

.hgi-bulk.hgi-cricket-bat::before,.hgi-stroke.hgi-cricket-bat::before {
  content: "\f0939"
}

.hgi-bulk.hgi-cricket-helmet::before,.hgi-stroke.hgi-cricket-helmet::before {
  content: "\f093b"
}

.hgi-bulk.hgi-croissant::before,.hgi-stroke.hgi-croissant::before {
  content: "\f093d"
}

.hgi-bulk.hgi-crop::before,.hgi-stroke.hgi-crop::before {
  content: "\f093f"
}

.hgi-bulk.hgi-crowdfunding::before,.hgi-stroke.hgi-crowdfunding::before {
  content: "\f0941"
}

.hgi-bulk.hgi-crown-02::before,.hgi-stroke.hgi-crown-02::before {
  content: "\f0943"
}

.hgi-bulk.hgi-crown-03::before,.hgi-stroke.hgi-crown-03::before {
  content: "\f0945"
}

.hgi-bulk.hgi-crown-minus::before,.hgi-stroke.hgi-crown-minus::before {
  content: "\f0947"
}

.hgi-bulk.hgi-crown-plus::before,.hgi-stroke.hgi-crown-plus::before {
  content: "\f0949"
}

.hgi-bulk.hgi-crown::before,.hgi-stroke.hgi-crown::before {
  content: "\f094b"
}

.hgi-bulk.hgi-crying::before,.hgi-stroke.hgi-crying::before {
  content: "\f094d"
}

.hgi-bulk.hgi-css-3::before,.hgi-stroke.hgi-css-3::before {
  content: "\f094f"
}

.hgi-bulk.hgi-css-file-01::before,.hgi-stroke.hgi-css-file-01::before {
  content: "\f0951"
}

.hgi-bulk.hgi-css-file-02::before,.hgi-stroke.hgi-css-file-02::before {
  content: "\f0953"
}

.hgi-bulk.hgi-csv-01::before,.hgi-stroke.hgi-csv-01::before {
  content: "\f0955"
}

.hgi-bulk.hgi-csv-02::before,.hgi-stroke.hgi-csv-02::before {
  content: "\f0957"
}

.hgi-bulk.hgi-cube::before,.hgi-stroke.hgi-cube::before {
  content: "\f0959"
}

.hgi-bulk.hgi-cupcake-01::before,.hgi-stroke.hgi-cupcake-01::before {
  content: "\f095b"
}

.hgi-bulk.hgi-cupcake-02::before,.hgi-stroke.hgi-cupcake-02::before {
  content: "\f095d"
}

.hgi-bulk.hgi-cupcake-03::before,.hgi-stroke.hgi-cupcake-03::before {
  content: "\f095f"
}

.hgi-bulk.hgi-curling::before,.hgi-stroke.hgi-curling::before {
  content: "\f0961"
}

.hgi-bulk.hgi-cursor-01::before,.hgi-stroke.hgi-cursor-01::before {
  content: "\f0963"
}

.hgi-bulk.hgi-cursor-02::before,.hgi-stroke.hgi-cursor-02::before {
  content: "\f0965"
}

.hgi-bulk.hgi-cursor-add-selection-01::before,.hgi-stroke.hgi-cursor-add-selection-01::before {
  content: "\f0967"
}

.hgi-bulk.hgi-cursor-add-selection-02::before,.hgi-stroke.hgi-cursor-add-selection-02::before {
  content: "\f0969"
}

.hgi-bulk.hgi-cursor-circle-selection-01::before,.hgi-stroke.hgi-cursor-circle-selection-01::before {
  content: "\f096b"
}

.hgi-bulk.hgi-cursor-circle-selection-02::before,.hgi-stroke.hgi-cursor-circle-selection-02::before {
  content: "\f096d"
}

.hgi-bulk.hgi-cursor-disabled-01::before,.hgi-stroke.hgi-cursor-disabled-01::before {
  content: "\f096f"
}

.hgi-bulk.hgi-cursor-disabled-02::before,.hgi-stroke.hgi-cursor-disabled-02::before {
  content: "\f0971"
}

.hgi-bulk.hgi-cursor-edit-01::before,.hgi-stroke.hgi-cursor-edit-01::before {
  content: "\f0973"
}

.hgi-bulk.hgi-cursor-edit-02::before,.hgi-stroke.hgi-cursor-edit-02::before {
  content: "\f0975"
}

.hgi-bulk.hgi-cursor-hold-01::before,.hgi-stroke.hgi-cursor-hold-01::before {
  content: "\f0977"
}

.hgi-bulk.hgi-cursor-hold-02::before,.hgi-stroke.hgi-cursor-hold-02::before {
  content: "\f0979"
}

.hgi-bulk.hgi-cursor-in-window::before,.hgi-stroke.hgi-cursor-in-window::before {
  content: "\f097b"
}

.hgi-bulk.hgi-cursor-info-01::before,.hgi-stroke.hgi-cursor-info-01::before {
  content: "\f097d"
}

.hgi-bulk.hgi-cursor-info-02::before,.hgi-stroke.hgi-cursor-info-02::before {
  content: "\f097f"
}

.hgi-bulk.hgi-cursor-loading-01::before,.hgi-stroke.hgi-cursor-loading-01::before {
  content: "\f0981"
}

.hgi-bulk.hgi-cursor-loading-02::before,.hgi-stroke.hgi-cursor-loading-02::before {
  content: "\f0983"
}

.hgi-bulk.hgi-cursor-magic-selection-01::before,.hgi-stroke.hgi-cursor-magic-selection-01::before {
  content: "\f0985"
}

.hgi-bulk.hgi-cursor-magic-selection-02::before,.hgi-stroke.hgi-cursor-magic-selection-02::before {
  content: "\f0987"
}

.hgi-bulk.hgi-cursor-move-01::before,.hgi-stroke.hgi-cursor-move-01::before {
  content: "\f0989"
}

.hgi-bulk.hgi-cursor-move-02::before,.hgi-stroke.hgi-cursor-move-02::before {
  content: "\f098b"
}

.hgi-bulk.hgi-cursor-pointer-01::before,.hgi-stroke.hgi-cursor-pointer-01::before {
  content: "\f098d"
}

.hgi-bulk.hgi-cursor-pointer-02::before,.hgi-stroke.hgi-cursor-pointer-02::before {
  content: "\f098f"
}

.hgi-bulk.hgi-cursor-progress-01::before,.hgi-stroke.hgi-cursor-progress-01::before {
  content: "\f0991"
}

.hgi-bulk.hgi-cursor-progress-02::before,.hgi-stroke.hgi-cursor-progress-02::before {
  content: "\f0993"
}

.hgi-bulk.hgi-cursor-progress-03::before,.hgi-stroke.hgi-cursor-progress-03::before {
  content: "\f0995"
}

.hgi-bulk.hgi-cursor-progress-04::before,.hgi-stroke.hgi-cursor-progress-04::before {
  content: "\f0997"
}

.hgi-bulk.hgi-cursor-rectangle-selection-01::before,.hgi-stroke.hgi-cursor-rectangle-selection-01::before {
  content: "\f0999"
}

.hgi-bulk.hgi-cursor-rectangle-selection-02::before,.hgi-stroke.hgi-cursor-rectangle-selection-02::before {
  content: "\f099b"
}

.hgi-bulk.hgi-cursor-remove-selection-01::before,.hgi-stroke.hgi-cursor-remove-selection-01::before {
  content: "\f099d"
}

.hgi-bulk.hgi-cursor-remove-selection-02::before,.hgi-stroke.hgi-cursor-remove-selection-02::before {
  content: "\f099f"
}

.hgi-bulk.hgi-cursor-text::before,.hgi-stroke.hgi-cursor-text::before {
  content: "\f09a1"
}

.hgi-bulk.hgi-curtains::before,.hgi-stroke.hgi-curtains::before {
  content: "\f09a3"
}

.hgi-bulk.hgi-curvy-left-direction::before,.hgi-stroke.hgi-curvy-left-direction::before {
  content: "\f09a5"
}

.hgi-bulk.hgi-curvy-left-right-direction::before,.hgi-stroke.hgi-curvy-left-right-direction::before {
  content: "\f09a7"
}

.hgi-bulk.hgi-curvy-right-direction::before,.hgi-stroke.hgi-curvy-right-direction::before {
  content: "\f09a9"
}

.hgi-bulk.hgi-curvy-up-down-direction::before,.hgi-stroke.hgi-curvy-up-down-direction::before {
  content: "\f09ab"
}

.hgi-bulk.hgi-custom-field::before,.hgi-stroke.hgi-custom-field::before {
  content: "\f09ad"
}

.hgi-bulk.hgi-customer-service-01::before,.hgi-stroke.hgi-customer-service-01::before {
  content: "\f09af"
}

.hgi-bulk.hgi-customer-service-02::before,.hgi-stroke.hgi-customer-service-02::before {
  content: "\f09b1"
}

.hgi-bulk.hgi-customer-service::before,.hgi-stroke.hgi-customer-service::before {
  content: "\f09b3"
}

.hgi-bulk.hgi-customer-support::before,.hgi-stroke.hgi-customer-support::before {
  content: "\f09b5"
}

.hgi-bulk.hgi-customize::before,.hgi-stroke.hgi-customize::before {
  content: "\f09b7"
}

.hgi-bulk.hgi-cylinder-01::before,.hgi-stroke.hgi-cylinder-01::before {
  content: "\f09b9"
}

.hgi-bulk.hgi-cylinder-02::before,.hgi-stroke.hgi-cylinder-02::before {
  content: "\f09bb"
}

.hgi-bulk.hgi-cylinder-03::before,.hgi-stroke.hgi-cylinder-03::before {
  content: "\f09bd"
}

.hgi-bulk.hgi-cylinder-04::before,.hgi-stroke.hgi-cylinder-04::before {
  content: "\f09bf"
}

.hgi-bulk.hgi-danger::before,.hgi-stroke.hgi-danger::before {
  content: "\f09c1"
}

.hgi-bulk.hgi-dark-mode::before,.hgi-stroke.hgi-dark-mode::before {
  content: "\f09c3"
}

.hgi-bulk.hgi-dart::before,.hgi-stroke.hgi-dart::before {
  content: "\f09c5"
}

.hgi-bulk.hgi-dashboard-browsing::before,.hgi-stroke.hgi-dashboard-browsing::before {
  content: "\f09c7"
}

.hgi-bulk.hgi-dashboard-circle-add::before,.hgi-stroke.hgi-dashboard-circle-add::before {
  content: "\f09c9"
}

.hgi-bulk.hgi-dashboard-circle-edit::before,.hgi-stroke.hgi-dashboard-circle-edit::before {
  content: "\f09cb"
}

.hgi-bulk.hgi-dashboard-circle-remove::before,.hgi-stroke.hgi-dashboard-circle-remove::before {
  content: "\f09cd"
}

.hgi-bulk.hgi-dashboard-circle-settings::before,.hgi-stroke.hgi-dashboard-circle-settings::before {
  content: "\f09d0"
}

.hgi-bulk.hgi-dashboard-circle::before,.hgi-stroke.hgi-dashboard-circle::before {
  content: "\f09d1"
}

.hgi-bulk.hgi-dashboard-speed-01::before,.hgi-stroke.hgi-dashboard-speed-01::before {
  content: "\f09d3"
}

.hgi-bulk.hgi-dashboard-speed-02::before,.hgi-stroke.hgi-dashboard-speed-02::before {
  content: "\f09d5"
}

.hgi-bulk.hgi-dashboard-square-01::before,.hgi-stroke.hgi-dashboard-square-01::before {
  content: "\f09d7"
}

.hgi-bulk.hgi-dashboard-square-02::before,.hgi-stroke.hgi-dashboard-square-02::before {
  content: "\f09d9"
}

.hgi-bulk.hgi-dashboard-square-03::before,.hgi-stroke.hgi-dashboard-square-03::before {
  content: "\f09db"
}

.hgi-bulk.hgi-dashboard-square-add::before,.hgi-stroke.hgi-dashboard-square-add::before {
  content: "\f09dd"
}

.hgi-bulk.hgi-dashboard-square-edit::before,.hgi-stroke.hgi-dashboard-square-edit::before {
  content: "\f09df"
}

.hgi-bulk.hgi-dashboard-square-remove::before,.hgi-stroke.hgi-dashboard-square-remove::before {
  content: "\f09e1"
}

.hgi-bulk.hgi-dashboard-square-setting::before,.hgi-stroke.hgi-dashboard-square-setting::before {
  content: "\f09e3"
}

.hgi-bulk.hgi-dashed-line-01::before,.hgi-stroke.hgi-dashed-line-01::before {
  content: "\f09e5"
}

.hgi-bulk.hgi-dashed-line-02::before,.hgi-stroke.hgi-dashed-line-02::before {
  content: "\f09e7"
}

.hgi-bulk.hgi-dashed-line-circle::before,.hgi-stroke.hgi-dashed-line-circle::before {
  content: "\f09e9"
}

.hgi-bulk.hgi-data-recovery::before,.hgi-stroke.hgi-data-recovery::before {
  content: "\f09eb"
}

.hgi-bulk.hgi-database-01::before,.hgi-stroke.hgi-database-01::before {
  content: "\f09ed"
}

.hgi-bulk.hgi-database-02::before,.hgi-stroke.hgi-database-02::before {
  content: "\f09ef"
}

.hgi-bulk.hgi-database-add::before,.hgi-stroke.hgi-database-add::before {
  content: "\f09f1"
}

.hgi-bulk.hgi-database-expand::before,.hgi-stroke.hgi-database-expand::before {
  content: "\f09f3"
}

.hgi-bulk.hgi-database-export::before,.hgi-stroke.hgi-database-export::before {
  content: "\f09f5"
}

.hgi-bulk.hgi-database-import::before,.hgi-stroke.hgi-database-import::before {
  content: "\f09f7"
}

.hgi-bulk.hgi-database-lightning::before,.hgi-stroke.hgi-database-lightning::before {
  content: "\f09f9"
}

.hgi-bulk.hgi-database-locked::before,.hgi-stroke.hgi-database-locked::before {
  content: "\f09fb"
}

.hgi-bulk.hgi-database-restore::before,.hgi-stroke.hgi-database-restore::before {
  content: "\f09fd"
}

.hgi-bulk.hgi-database-setting::before,.hgi-stroke.hgi-database-setting::before {
  content: "\f0a00"
}

.hgi-bulk.hgi-database-sync-01::before,.hgi-stroke.hgi-database-sync-01::before {
  content: "\f0a02"
}

.hgi-bulk.hgi-database-sync::before,.hgi-stroke.hgi-database-sync::before {
  content: "\f0a04"
}

.hgi-bulk.hgi-database::before,.hgi-stroke.hgi-database::before {
  content: "\f0a05"
}

.hgi-bulk.hgi-date-time::before,.hgi-stroke.hgi-date-time::before {
  content: "\f0a07"
}

.hgi-bulk.hgi-dates::before,.hgi-stroke.hgi-dates::before {
  content: "\f0a09"
}

.hgi-bulk.hgi-datev::before,.hgi-stroke.hgi-datev::before {
  content: "\f0a0b"
}

.hgi-bulk.hgi-dead::before,.hgi-stroke.hgi-dead::before {
  content: "\f0a0d"
}

.hgi-bulk.hgi-deepseek::before,.hgi-stroke.hgi-deepseek::before {
  content: "\f0a0f"
}

.hgi-bulk.hgi-delete-01::before,.hgi-stroke.hgi-delete-01::before {
  content: "\f0a11"
}

.hgi-bulk.hgi-delete-02::before,.hgi-stroke.hgi-delete-02::before {
  content: "\f0a13"
}

.hgi-bulk.hgi-delete-03::before,.hgi-stroke.hgi-delete-03::before {
  content: "\f0a15"
}

.hgi-bulk.hgi-delete-04::before,.hgi-stroke.hgi-delete-04::before {
  content: "\f0a17"
}

.hgi-bulk.hgi-delete-column::before,.hgi-stroke.hgi-delete-column::before {
  content: "\f0a19"
}

.hgi-bulk.hgi-delete-put-back::before,.hgi-stroke.hgi-delete-put-back::before {
  content: "\f0a1b"
}

.hgi-bulk.hgi-delete-row::before,.hgi-stroke.hgi-delete-row::before {
  content: "\f0a1d"
}

.hgi-bulk.hgi-delete-throw::before,.hgi-stroke.hgi-delete-throw::before {
  content: "\f0a1f"
}

.hgi-bulk.hgi-delivered-sent::before,.hgi-stroke.hgi-delivered-sent::before {
  content: "\f0a21"
}

.hgi-bulk.hgi-delivery-box-01::before,.hgi-stroke.hgi-delivery-box-01::before {
  content: "\f0a23"
}

.hgi-bulk.hgi-delivery-box-02::before,.hgi-stroke.hgi-delivery-box-02::before {
  content: "\f0a25"
}

.hgi-bulk.hgi-delivery-delay-01::before,.hgi-stroke.hgi-delivery-delay-01::before {
  content: "\f0a27"
}

.hgi-bulk.hgi-delivery-delay-02::before,.hgi-stroke.hgi-delivery-delay-02::before {
  content: "\f0a29"
}

.hgi-bulk.hgi-delivery-return-01::before,.hgi-stroke.hgi-delivery-return-01::before {
  content: "\f0a2b"
}

.hgi-bulk.hgi-delivery-return-02::before,.hgi-stroke.hgi-delivery-return-02::before {
  content: "\f0a2d"
}

.hgi-bulk.hgi-delivery-secure-01::before,.hgi-stroke.hgi-delivery-secure-01::before {
  content: "\f0a2f"
}

.hgi-bulk.hgi-delivery-secure-02::before,.hgi-stroke.hgi-delivery-secure-02::before {
  content: "\f0a31"
}

.hgi-bulk.hgi-delivery-sent-01::before,.hgi-stroke.hgi-delivery-sent-01::before {
  content: "\f0a33"
}

.hgi-bulk.hgi-delivery-sent-02::before,.hgi-stroke.hgi-delivery-sent-02::before {
  content: "\f0a35"
}

.hgi-bulk.hgi-delivery-tracking-01::before,.hgi-stroke.hgi-delivery-tracking-01::before {
  content: "\f0a37"
}

.hgi-bulk.hgi-delivery-tracking-02::before,.hgi-stroke.hgi-delivery-tracking-02::before {
  content: "\f0a39"
}

.hgi-bulk.hgi-delivery-truck-01::before,.hgi-stroke.hgi-delivery-truck-01::before {
  content: "\f0a3b"
}

.hgi-bulk.hgi-delivery-truck-02::before,.hgi-stroke.hgi-delivery-truck-02::before {
  content: "\f0a3d"
}

.hgi-bulk.hgi-delivery-view-01::before,.hgi-stroke.hgi-delivery-view-01::before {
  content: "\f0a3f"
}

.hgi-bulk.hgi-delivery-view-02::before,.hgi-stroke.hgi-delivery-view-02::before {
  content: "\f0a41"
}

.hgi-bulk.hgi-dental-braces::before,.hgi-stroke.hgi-dental-braces::before {
  content: "\f0a43"
}

.hgi-bulk.hgi-dental-broken-tooth::before,.hgi-stroke.hgi-dental-broken-tooth::before {
  content: "\f0a45"
}

.hgi-bulk.hgi-dental-care::before,.hgi-stroke.hgi-dental-care::before {
  content: "\f0a47"
}

.hgi-bulk.hgi-dental-tooth::before,.hgi-stroke.hgi-dental-tooth::before {
  content: "\f0a49"
}

.hgi-bulk.hgi-departement::before,.hgi-stroke.hgi-departement::before {
  content: "\f0a4b"
}

.hgi-bulk.hgi-desert::before,.hgi-stroke.hgi-desert::before {
  content: "\f0a4d"
}

.hgi-bulk.hgi-desk-01::before,.hgi-stroke.hgi-desk-01::before {
  content: "\f0a4f"
}

.hgi-bulk.hgi-desk-02::before,.hgi-stroke.hgi-desk-02::before {
  content: "\f0a51"
}

.hgi-bulk.hgi-desk::before,.hgi-stroke.hgi-desk::before {
  content: "\f0a53"
}

.hgi-bulk.hgi-detergent::before,.hgi-stroke.hgi-detergent::before {
  content: "\f0a55"
}

.hgi-bulk.hgi-developer::before,.hgi-stroke.hgi-developer::before {
  content: "\f0a57"
}

.hgi-bulk.hgi-deviantart::before,.hgi-stroke.hgi-deviantart::before {
  content: "\f0a59"
}

.hgi-bulk.hgi-device-access::before,.hgi-stroke.hgi-device-access::before {
  content: "\f0a5b"
}

.hgi-bulk.hgi-diagonal-scroll-point-01::before,.hgi-stroke.hgi-diagonal-scroll-point-01::before {
  content: "\f0a5d"
}

.hgi-bulk.hgi-diagonal-scroll-point-02::before,.hgi-stroke.hgi-diagonal-scroll-point-02::before {
  content: "\f0a5f"
}

.hgi-bulk.hgi-dialpad-circle-01::before,.hgi-stroke.hgi-dialpad-circle-01::before {
  content: "\f0a61"
}

.hgi-bulk.hgi-dialpad-circle-02::before,.hgi-stroke.hgi-dialpad-circle-02::before {
  content: "\f0a63"
}

.hgi-bulk.hgi-dialpad-square-01::before,.hgi-stroke.hgi-dialpad-square-01::before {
  content: "\f0a65"
}

.hgi-bulk.hgi-dialpad-square-02::before,.hgi-stroke.hgi-dialpad-square-02::before {
  content: "\f0a67"
}

.hgi-bulk.hgi-diameter::before,.hgi-stroke.hgi-diameter::before {
  content: "\f0a69"
}

.hgi-bulk.hgi-diamond-01::before,.hgi-stroke.hgi-diamond-01::before {
  content: "\f0a6b"
}

.hgi-bulk.hgi-diamond-02::before,.hgi-stroke.hgi-diamond-02::before {
  content: "\f0a6d"
}

.hgi-bulk.hgi-diamond::before,.hgi-stroke.hgi-diamond::before {
  content: "\f0a6f"
}

.hgi-bulk.hgi-diaper::before,.hgi-stroke.hgi-diaper::before {
  content: "\f0a71"
}

.hgi-bulk.hgi-dice-faces-01::before,.hgi-stroke.hgi-dice-faces-01::before {
  content: "\f0a73"
}

.hgi-bulk.hgi-dice-faces-02::before,.hgi-stroke.hgi-dice-faces-02::before {
  content: "\f0a75"
}

.hgi-bulk.hgi-dice-faces-03::before,.hgi-stroke.hgi-dice-faces-03::before {
  content: "\f0a77"
}

.hgi-bulk.hgi-dice-faces-04::before,.hgi-stroke.hgi-dice-faces-04::before {
  content: "\f0a79"
}

.hgi-bulk.hgi-dice-faces-05::before,.hgi-stroke.hgi-dice-faces-05::before {
  content: "\f0a7b"
}

.hgi-bulk.hgi-dice-faces-06::before,.hgi-stroke.hgi-dice-faces-06::before {
  content: "\f0a7d"
}

.hgi-bulk.hgi-dice::before,.hgi-stroke.hgi-dice::before {
  content: "\f0a7f"
}

.hgi-bulk.hgi-digestion::before,.hgi-stroke.hgi-digestion::before {
  content: "\f0a81"
}

.hgi-bulk.hgi-digg::before,.hgi-stroke.hgi-digg::before {
  content: "\f0a83"
}

.hgi-bulk.hgi-digital-clock::before,.hgi-stroke.hgi-digital-clock::before {
  content: "\f0a85"
}

.hgi-bulk.hgi-dim-sum-01::before,.hgi-stroke.hgi-dim-sum-01::before {
  content: "\f0a87"
}

.hgi-bulk.hgi-dim-sum-02::before,.hgi-stroke.hgi-dim-sum-02::before {
  content: "\f0a89"
}

.hgi-bulk.hgi-dining-table::before,.hgi-stroke.hgi-dining-table::before {
  content: "\f0a8b"
}

.hgi-bulk.hgi-diploma::before,.hgi-stroke.hgi-diploma::before {
  content: "\f0a8d"
}

.hgi-bulk.hgi-direction-left-01::before,.hgi-stroke.hgi-direction-left-01::before {
  content: "\f0a8f"
}

.hgi-bulk.hgi-direction-left-02::before,.hgi-stroke.hgi-direction-left-02::before {
  content: "\f0a91"
}

.hgi-bulk.hgi-direction-right-01::before,.hgi-stroke.hgi-direction-right-01::before {
  content: "\f0a93"
}

.hgi-bulk.hgi-direction-right-02::before,.hgi-stroke.hgi-direction-right-02::before {
  content: "\f0a95"
}

.hgi-bulk.hgi-directions-01::before,.hgi-stroke.hgi-directions-01::before {
  content: "\f0a97"
}

.hgi-bulk.hgi-directions-02::before,.hgi-stroke.hgi-directions-02::before {
  content: "\f0a99"
}

.hgi-bulk.hgi-dirham::before,.hgi-stroke.hgi-dirham::before {
  content: "\f0a9b"
}

.hgi-bulk.hgi-disability-01::before,.hgi-stroke.hgi-disability-01::before {
  content: "\f0a9d"
}

.hgi-bulk.hgi-disability-02::before,.hgi-stroke.hgi-disability-02::before {
  content: "\f0a9f"
}

.hgi-bulk.hgi-discord::before,.hgi-stroke.hgi-discord::before {
  content: "\f0aa1"
}

.hgi-bulk.hgi-discount-01::before,.hgi-stroke.hgi-discount-01::before {
  content: "\f0aa3"
}

.hgi-bulk.hgi-discount-tag-01::before,.hgi-stroke.hgi-discount-tag-01::before {
  content: "\f0aa6"
}

.hgi-bulk.hgi-discount-tag-02::before,.hgi-stroke.hgi-discount-tag-02::before {
  content: "\f0aa8"
}

.hgi-bulk.hgi-discount::before,.hgi-stroke.hgi-discount::before {
  content: "\f0aa9"
}

.hgi-bulk.hgi-discover-circle::before,.hgi-stroke.hgi-discover-circle::before {
  content: "\f0aab"
}

.hgi-bulk.hgi-discover-square::before,.hgi-stroke.hgi-discover-square::before {
  content: "\f0aad"
}

.hgi-bulk.hgi-dish-01::before,.hgi-stroke.hgi-dish-01::before {
  content: "\f0aaf"
}

.hgi-bulk.hgi-dish-02::before,.hgi-stroke.hgi-dish-02::before {
  content: "\f0ab1"
}

.hgi-bulk.hgi-dish-washer::before,.hgi-stroke.hgi-dish-washer::before {
  content: "\f0ab3"
}

.hgi-bulk.hgi-displeased::before,.hgi-stroke.hgi-displeased::before {
  content: "\f0ab5"
}

.hgi-bulk.hgi-distribute-horizontal-center::before,.hgi-stroke.hgi-distribute-horizontal-center::before {
  content: "\f0ab7"
}

.hgi-bulk.hgi-distribute-horizontal-left::before,.hgi-stroke.hgi-distribute-horizontal-left::before {
  content: "\f0ab9"
}

.hgi-bulk.hgi-distribute-horizontal-right::before,.hgi-stroke.hgi-distribute-horizontal-right::before {
  content: "\f0abb"
}

.hgi-bulk.hgi-distribute-vertical-bottom::before,.hgi-stroke.hgi-distribute-vertical-bottom::before {
  content: "\f0abd"
}

.hgi-bulk.hgi-distribute-vertical-center::before,.hgi-stroke.hgi-distribute-vertical-center::before {
  content: "\f0abf"
}

.hgi-bulk.hgi-distribute-vertical-top::before,.hgi-stroke.hgi-distribute-vertical-top::before {
  content: "\f0ac1"
}

.hgi-bulk.hgi-distribution::before,.hgi-stroke.hgi-distribution::before {
  content: "\f0ac3"
}

.hgi-bulk.hgi-divide-sign-circle::before,.hgi-stroke.hgi-divide-sign-circle::before {
  content: "\f0ac5"
}

.hgi-bulk.hgi-divide-sign-square::before,.hgi-stroke.hgi-divide-sign-square::before {
  content: "\f0ac8"
}

.hgi-bulk.hgi-divide-sign::before,.hgi-stroke.hgi-divide-sign::before {
  content: "\f0ac9"
}

.hgi-bulk.hgi-dna-01::before,.hgi-stroke.hgi-dna-01::before {
  content: "\f0acb"
}

.hgi-bulk.hgi-dna::before,.hgi-stroke.hgi-dna::before {
  content: "\f0acd"
}

.hgi-bulk.hgi-do-not-touch-01::before,.hgi-stroke.hgi-do-not-touch-01::before {
  content: "\f0acf"
}

.hgi-bulk.hgi-do-not-touch-02::before,.hgi-stroke.hgi-do-not-touch-02::before {
  content: "\f0ad1"
}

.hgi-bulk.hgi-doc-01::before,.hgi-stroke.hgi-doc-01::before {
  content: "\f0ad3"
}

.hgi-bulk.hgi-doc-02::before,.hgi-stroke.hgi-doc-02::before {
  content: "\f0ad5"
}

.hgi-bulk.hgi-doctor-01::before,.hgi-stroke.hgi-doctor-01::before {
  content: "\f0ad7"
}

.hgi-bulk.hgi-doctor-02::before,.hgi-stroke.hgi-doctor-02::before {
  content: "\f0ad9"
}

.hgi-bulk.hgi-doctor-03::before,.hgi-stroke.hgi-doctor-03::before {
  content: "\f0adb"
}

.hgi-bulk.hgi-document-attachment::before,.hgi-stroke.hgi-document-attachment::before {
  content: "\f0add"
}

.hgi-bulk.hgi-document-code::before,.hgi-stroke.hgi-document-code::before {
  content: "\f0adf"
}

.hgi-bulk.hgi-document-validation::before,.hgi-stroke.hgi-document-validation::before {
  content: "\f0ae1"
}

.hgi-bulk.hgi-dollar-01::before,.hgi-stroke.hgi-dollar-01::before {
  content: "\f0ae3"
}

.hgi-bulk.hgi-dollar-02::before,.hgi-stroke.hgi-dollar-02::before {
  content: "\f0ae5"
}

.hgi-bulk.hgi-dollar-circle::before,.hgi-stroke.hgi-dollar-circle::before {
  content: "\f0ae7"
}

.hgi-bulk.hgi-dollar-receive-01::before,.hgi-stroke.hgi-dollar-receive-01::before {
  content: "\f0ae9"
}

.hgi-bulk.hgi-dollar-receive-02::before,.hgi-stroke.hgi-dollar-receive-02::before {
  content: "\f0aeb"
}

.hgi-bulk.hgi-dollar-send-01::before,.hgi-stroke.hgi-dollar-send-01::before {
  content: "\f0aed"
}

.hgi-bulk.hgi-dollar-send-02::before,.hgi-stroke.hgi-dollar-send-02::before {
  content: "\f0aef"
}

.hgi-bulk.hgi-dollar-square::before,.hgi-stroke.hgi-dollar-square::before {
  content: "\f0af1"
}

.hgi-bulk.hgi-dome::before,.hgi-stroke.hgi-dome::before {
  content: "\f0af3"
}

.hgi-bulk.hgi-domino::before,.hgi-stroke.hgi-domino::before {
  content: "\f0af5"
}

.hgi-bulk.hgi-door-01::before,.hgi-stroke.hgi-door-01::before {
  content: "\f0af7"
}

.hgi-bulk.hgi-door-02::before,.hgi-stroke.hgi-door-02::before {
  content: "\f0af9"
}

.hgi-bulk.hgi-door-lock::before,.hgi-stroke.hgi-door-lock::before {
  content: "\f0afb"
}

.hgi-bulk.hgi-door::before,.hgi-stroke.hgi-door::before {
  content: "\f0afd"
}

.hgi-bulk.hgi-doughnut::before,.hgi-stroke.hgi-doughnut::before {
  content: "\f0aff"
}

.hgi-bulk.hgi-download-01::before,.hgi-stroke.hgi-download-01::before {
  content: "\f0b01"
}

.hgi-bulk.hgi-download-02::before,.hgi-stroke.hgi-download-02::before {
  content: "\f0b03"
}

.hgi-bulk.hgi-download-03::before,.hgi-stroke.hgi-download-03::before {
  content: "\f0b05"
}

.hgi-bulk.hgi-download-04::before,.hgi-stroke.hgi-download-04::before {
  content: "\f0b07"
}

.hgi-bulk.hgi-download-05::before,.hgi-stroke.hgi-download-05::before {
  content: "\f0b09"
}

.hgi-bulk.hgi-download-06::before,.hgi-stroke.hgi-download-06::before {
  content: "\f0b0b"
}

.hgi-bulk.hgi-download-circle-01::before,.hgi-stroke.hgi-download-circle-01::before {
  content: "\f0b0d"
}

.hgi-bulk.hgi-download-circle-02::before,.hgi-stroke.hgi-download-circle-02::before {
  content: "\f0b0f"
}

.hgi-bulk.hgi-download-square-01::before,.hgi-stroke.hgi-download-square-01::before {
  content: "\f0b11"
}

.hgi-bulk.hgi-download-square-02::before,.hgi-stroke.hgi-download-square-02::before {
  content: "\f0b13"
}

.hgi-bulk.hgi-drag-01::before,.hgi-stroke.hgi-drag-01::before {
  content: "\f0b15"
}

.hgi-bulk.hgi-drag-02::before,.hgi-stroke.hgi-drag-02::before {
  content: "\f0b17"
}

.hgi-bulk.hgi-drag-03::before,.hgi-stroke.hgi-drag-03::before {
  content: "\f0b19"
}

.hgi-bulk.hgi-drag-04::before,.hgi-stroke.hgi-drag-04::before {
  content: "\f0b1b"
}

.hgi-bulk.hgi-drag-drop-horizontal::before,.hgi-stroke.hgi-drag-drop-horizontal::before {
  content: "\f0b1d"
}

.hgi-bulk.hgi-drag-drop-vertical::before,.hgi-stroke.hgi-drag-drop-vertical::before {
  content: "\f0b20"
}

.hgi-bulk.hgi-drag-drop::before,.hgi-stroke.hgi-drag-drop::before {
  content: "\f0b21"
}

.hgi-bulk.hgi-drag-left-01::before,.hgi-stroke.hgi-drag-left-01::before {
  content: "\f0b23"
}

.hgi-bulk.hgi-drag-left-02::before,.hgi-stroke.hgi-drag-left-02::before {
  content: "\f0b25"
}

.hgi-bulk.hgi-drag-left-03::before,.hgi-stroke.hgi-drag-left-03::before {
  content: "\f0b27"
}

.hgi-bulk.hgi-drag-left-04::before,.hgi-stroke.hgi-drag-left-04::before {
  content: "\f0b29"
}

.hgi-bulk.hgi-drag-right-01::before,.hgi-stroke.hgi-drag-right-01::before {
  content: "\f0b2b"
}

.hgi-bulk.hgi-drag-right-02::before,.hgi-stroke.hgi-drag-right-02::before {
  content: "\f0b2d"
}

.hgi-bulk.hgi-drag-right-03::before,.hgi-stroke.hgi-drag-right-03::before {
  content: "\f0b2f"
}

.hgi-bulk.hgi-drag-right-04::before,.hgi-stroke.hgi-drag-right-04::before {
  content: "\f0b31"
}

.hgi-bulk.hgi-drawing-compass::before,.hgi-stroke.hgi-drawing-compass::before {
  content: "\f0b33"
}

.hgi-bulk.hgi-drawing-mode::before,.hgi-stroke.hgi-drawing-mode::before {
  content: "\f0b35"
}

.hgi-bulk.hgi-dress-01::before,.hgi-stroke.hgi-dress-01::before {
  content: "\f0b37"
}

.hgi-bulk.hgi-dress-02::before,.hgi-stroke.hgi-dress-02::before {
  content: "\f0b39"
}

.hgi-bulk.hgi-dress-03::before,.hgi-stroke.hgi-dress-03::before {
  content: "\f0b3b"
}

.hgi-bulk.hgi-dress-04::before,.hgi-stroke.hgi-dress-04::before {
  content: "\f0b3d"
}

.hgi-bulk.hgi-dress-05::before,.hgi-stroke.hgi-dress-05::before {
  content: "\f0b3f"
}

.hgi-bulk.hgi-dress-06::before,.hgi-stroke.hgi-dress-06::before {
  content: "\f0b41"
}

.hgi-bulk.hgi-dress-07::before,.hgi-stroke.hgi-dress-07::before {
  content: "\f0b43"
}

.hgi-bulk.hgi-dressing-table-01::before,.hgi-stroke.hgi-dressing-table-01::before {
  content: "\f0b45"
}

.hgi-bulk.hgi-dressing-table-02::before,.hgi-stroke.hgi-dressing-table-02::before {
  content: "\f0b47"
}

.hgi-bulk.hgi-dressing-table-03::before,.hgi-stroke.hgi-dressing-table-03::before {
  content: "\f0b49"
}

.hgi-bulk.hgi-dribbble::before,.hgi-stroke.hgi-dribbble::before {
  content: "\f0b4b"
}

.hgi-bulk.hgi-drink::before,.hgi-stroke.hgi-drink::before {
  content: "\f0b4d"
}

.hgi-bulk.hgi-drive::before,.hgi-stroke.hgi-drive::before {
  content: "\f0b4f"
}

.hgi-bulk.hgi-drone::before,.hgi-stroke.hgi-drone::before {
  content: "\f0b51"
}

.hgi-bulk.hgi-drooling::before,.hgi-stroke.hgi-drooling::before {
  content: "\f0b53"
}

.hgi-bulk.hgi-dropbox::before,.hgi-stroke.hgi-dropbox::before {
  content: "\f0b55"
}

.hgi-bulk.hgi-dropdown-field-type::before,.hgi-stroke.hgi-dropdown-field-type::before {
  content: "\f0b57"
}

.hgi-bulk.hgi-droplet::before,.hgi-stroke.hgi-droplet::before {
  content: "\f0b59"
}

.hgi-bulk.hgi-dropper::before,.hgi-stroke.hgi-dropper::before {
  content: "\f0b5b"
}

.hgi-bulk.hgi-ds3-tool::before,.hgi-stroke.hgi-ds3-tool::before {
  content: "\f0b5d"
}

.hgi-bulk.hgi-dua::before,.hgi-stroke.hgi-dua::before {
  content: "\f0b5f"
}

.hgi-bulk.hgi-dumbbell-01::before,.hgi-stroke.hgi-dumbbell-01::before {
  content: "\f0b61"
}

.hgi-bulk.hgi-dumbbell-02::before,.hgi-stroke.hgi-dumbbell-02::before {
  content: "\f0b63"
}

.hgi-bulk.hgi-dumbbell-03::before,.hgi-stroke.hgi-dumbbell-03::before {
  content: "\f0b65"
}

.hgi-bulk.hgi-duplex::before,.hgi-stroke.hgi-duplex::before {
  content: "\f0b67"
}

.hgi-bulk.hgi-ear-rings-01::before,.hgi-stroke.hgi-ear-rings-01::before {
  content: "\f0b69"
}

.hgi-bulk.hgi-ear-rings-02::before,.hgi-stroke.hgi-ear-rings-02::before {
  content: "\f0b6b"
}

.hgi-bulk.hgi-ear-rings-03::before,.hgi-stroke.hgi-ear-rings-03::before {
  content: "\f0b6d"
}

.hgi-bulk.hgi-ear::before,.hgi-stroke.hgi-ear::before {
  content: "\f0b6f"
}

.hgi-bulk.hgi-earth::before,.hgi-stroke.hgi-earth::before {
  content: "\f0b71"
}

.hgi-bulk.hgi-ease-curve-control-points::before,.hgi-stroke.hgi-ease-curve-control-points::before {
  content: "\f0b73"
}

.hgi-bulk.hgi-ease-in-control-point::before,.hgi-stroke.hgi-ease-in-control-point::before {
  content: "\f0b75"
}

.hgi-bulk.hgi-ease-in-out::before,.hgi-stroke.hgi-ease-in-out::before {
  content: "\f0b77"
}

.hgi-bulk.hgi-ease-in::before,.hgi-stroke.hgi-ease-in::before {
  content: "\f0b79"
}

.hgi-bulk.hgi-ease-out-control-point::before,.hgi-stroke.hgi-ease-out-control-point::before {
  content: "\f0b7b"
}

.hgi-bulk.hgi-ease-out::before,.hgi-stroke.hgi-ease-out::before {
  content: "\f0b7d"
}

.hgi-bulk.hgi-eco-energy::before,.hgi-stroke.hgi-eco-energy::before {
  content: "\f0b7f"
}

.hgi-bulk.hgi-eco-lab-01::before,.hgi-stroke.hgi-eco-lab-01::before {
  content: "\f0b81"
}

.hgi-bulk.hgi-eco-lab-02::before,.hgi-stroke.hgi-eco-lab-02::before {
  content: "\f0b83"
}

.hgi-bulk.hgi-eco-lab::before,.hgi-stroke.hgi-eco-lab::before {
  content: "\f0b85"
}

.hgi-bulk.hgi-eco-power::before,.hgi-stroke.hgi-eco-power::before {
  content: "\f0b87"
}

.hgi-bulk.hgi-edge-style::before,.hgi-stroke.hgi-edge-style::before {
  content: "\f0b89"
}

.hgi-bulk.hgi-edit-01::before,.hgi-stroke.hgi-edit-01::before {
  content: "\f0b8b"
}

.hgi-bulk.hgi-edit-02::before,.hgi-stroke.hgi-edit-02::before {
  content: "\f0b8d"
}

.hgi-bulk.hgi-edit-03::before,.hgi-stroke.hgi-edit-03::before {
  content: "\f0b8f"
}

.hgi-bulk.hgi-edit-04::before,.hgi-stroke.hgi-edit-04::before {
  content: "\f0b91"
}

.hgi-bulk.hgi-edit-off-03::before,.hgi-stroke.hgi-edit-off-03::before {
  content: "\f0b93"
}

.hgi-bulk.hgi-edit-off-04::before,.hgi-stroke.hgi-edit-off-04::before {
  content: "\f0b95"
}

.hgi-bulk.hgi-edit-off::before,.hgi-stroke.hgi-edit-off::before {
  content: "\f0b97"
}

.hgi-bulk.hgi-edit-road::before,.hgi-stroke.hgi-edit-road::before {
  content: "\f0b99"
}

.hgi-bulk.hgi-edit-table::before,.hgi-stroke.hgi-edit-table::before {
  content: "\f0b9b"
}

.hgi-bulk.hgi-edit-user-02::before,.hgi-stroke.hgi-edit-user-02::before {
  content: "\f0b9d"
}

.hgi-bulk.hgi-eggs::before,.hgi-stroke.hgi-eggs::before {
  content: "\f0b9f"
}

.hgi-bulk.hgi-eid-mubarak::before,.hgi-stroke.hgi-eid-mubarak::before {
  content: "\f0ba1"
}

.hgi-bulk.hgi-eiffel-tower::before,.hgi-stroke.hgi-eiffel-tower::before {
  content: "\f0ba3"
}

.hgi-bulk.hgi-eight-circle::before,.hgi-stroke.hgi-eight-circle::before {
  content: "\f0ba5"
}

.hgi-bulk.hgi-eight-square::before,.hgi-stroke.hgi-eight-square::before {
  content: "\f0ba7"
}

.hgi-bulk.hgi-elearning-exchange::before,.hgi-stroke.hgi-elearning-exchange::before {
  content: "\f0ba9"
}

.hgi-bulk.hgi-electric-home-01::before,.hgi-stroke.hgi-electric-home-01::before {
  content: "\f0bab"
}

.hgi-bulk.hgi-electric-home-02::before,.hgi-stroke.hgi-electric-home-02::before {
  content: "\f0bad"
}

.hgi-bulk.hgi-electric-plugs::before,.hgi-stroke.hgi-electric-plugs::before {
  content: "\f0baf"
}

.hgi-bulk.hgi-electric-tower-01::before,.hgi-stroke.hgi-electric-tower-01::before {
  content: "\f0bb1"
}

.hgi-bulk.hgi-electric-tower-02::before,.hgi-stroke.hgi-electric-tower-02::before {
  content: "\f0bb3"
}

.hgi-bulk.hgi-electric-wire::before,.hgi-stroke.hgi-electric-wire::before {
  content: "\f0bb5"
}

.hgi-bulk.hgi-ellipse-selection::before,.hgi-stroke.hgi-ellipse-selection::before {
  content: "\f0bb7"
}

.hgi-bulk.hgi-encrypt::before,.hgi-stroke.hgi-encrypt::before {
  content: "\f0bb9"
}

.hgi-bulk.hgi-energy-ellipse::before,.hgi-stroke.hgi-energy-ellipse::before {
  content: "\f0bbb"
}

.hgi-bulk.hgi-energy-rectangle::before,.hgi-stroke.hgi-energy-rectangle::before {
  content: "\f0bbd"
}

.hgi-bulk.hgi-energy::before,.hgi-stroke.hgi-energy::before {
  content: "\f0bbf"
}

.hgi-bulk.hgi-engine-slash::before,.hgi-stroke.hgi-engine-slash::before {
  content: "\f0bc2"
}

.hgi-bulk.hgi-engine::before,.hgi-stroke.hgi-engine::before {
  content: "\f0bc3"
}

.hgi-bulk.hgi-entering-geo-fence::before,.hgi-stroke.hgi-entering-geo-fence::before {
  content: "\f0bc5"
}

.hgi-bulk.hgi-entrance-stairs::before,.hgi-stroke.hgi-entrance-stairs::before {
  content: "\f0bc7"
}

.hgi-bulk.hgi-envato::before,.hgi-stroke.hgi-envato::before {
  content: "\f0bc9"
}

.hgi-bulk.hgi-equal-sign-circle::before,.hgi-stroke.hgi-equal-sign-circle::before {
  content: "\f0bcb"
}

.hgi-bulk.hgi-equal-sign-square::before,.hgi-stroke.hgi-equal-sign-square::before {
  content: "\f0bce"
}

.hgi-bulk.hgi-equal-sign::before,.hgi-stroke.hgi-equal-sign::before {
  content: "\f0bcf"
}

.hgi-bulk.hgi-equipment-bench-press::before,.hgi-stroke.hgi-equipment-bench-press::before {
  content: "\f0bd1"
}

.hgi-bulk.hgi-equipment-chest-press::before,.hgi-stroke.hgi-equipment-chest-press::before {
  content: "\f0bd3"
}

.hgi-bulk.hgi-equipment-gym-01::before,.hgi-stroke.hgi-equipment-gym-01::before {
  content: "\f0bd5"
}

.hgi-bulk.hgi-equipment-gym-02::before,.hgi-stroke.hgi-equipment-gym-02::before {
  content: "\f0bd7"
}

.hgi-bulk.hgi-equipment-gym-03::before,.hgi-stroke.hgi-equipment-gym-03::before {
  content: "\f0bd9"
}

.hgi-bulk.hgi-equipment-weightlifting::before,.hgi-stroke.hgi-equipment-weightlifting::before {
  content: "\f0bdb"
}

.hgi-bulk.hgi-eraser-01::before,.hgi-stroke.hgi-eraser-01::before {
  content: "\f0bdd"
}

.hgi-bulk.hgi-eraser-add::before,.hgi-stroke.hgi-eraser-add::before {
  content: "\f0bdf"
}

.hgi-bulk.hgi-eraser-auto::before,.hgi-stroke.hgi-eraser-auto::before {
  content: "\f0be1"
}

.hgi-bulk.hgi-eraser::before,.hgi-stroke.hgi-eraser::before {
  content: "\f0be3"
}

.hgi-bulk.hgi-estimate-01::before,.hgi-stroke.hgi-estimate-01::before {
  content: "\f0be5"
}

.hgi-bulk.hgi-estimate-02::before,.hgi-stroke.hgi-estimate-02::before {
  content: "\f0be7"
}

.hgi-bulk.hgi-ethereum-ellipse::before,.hgi-stroke.hgi-ethereum-ellipse::before {
  content: "\f0be9"
}

.hgi-bulk.hgi-ethereum-rectangle::before,.hgi-stroke.hgi-ethereum-rectangle::before {
  content: "\f0beb"
}

.hgi-bulk.hgi-ethereum::before,.hgi-stroke.hgi-ethereum::before {
  content: "\f0bed"
}

.hgi-bulk.hgi-euro-circle::before,.hgi-stroke.hgi-euro-circle::before {
  content: "\f0bef"
}

.hgi-bulk.hgi-euro-receive::before,.hgi-stroke.hgi-euro-receive::before {
  content: "\f0bf1"
}

.hgi-bulk.hgi-euro-send::before,.hgi-stroke.hgi-euro-send::before {
  content: "\f0bf4"
}

.hgi-bulk.hgi-euro-square::before,.hgi-stroke.hgi-euro-square::before {
  content: "\f0bf6"
}

.hgi-bulk.hgi-euro::before,.hgi-stroke.hgi-euro::before {
  content: "\f0bf7"
}

.hgi-bulk.hgi-ev-charging::before,.hgi-stroke.hgi-ev-charging::before {
  content: "\f0bf9"
}

.hgi-bulk.hgi-evil::before,.hgi-stroke.hgi-evil::before {
  content: "\f0bfb"
}

.hgi-bulk.hgi-exchange-01::before,.hgi-stroke.hgi-exchange-01::before {
  content: "\f0bfd"
}

.hgi-bulk.hgi-exchange-02::before,.hgi-stroke.hgi-exchange-02::before {
  content: "\f0bff"
}

.hgi-bulk.hgi-exchange-03::before,.hgi-stroke.hgi-exchange-03::before {
  content: "\f0c01"
}

.hgi-bulk.hgi-exclamation-mark-big-slash::before,.hgi-stroke.hgi-exclamation-mark-big-slash::before {
  content: "\f0c04"
}

.hgi-bulk.hgi-exclamation-mark-big::before,.hgi-stroke.hgi-exclamation-mark-big::before {
  content: "\f0c05"
}

.hgi-bulk.hgi-exclamation-mark-slash::before,.hgi-stroke.hgi-exclamation-mark-slash::before {
  content: "\f0c08"
}

.hgi-bulk.hgi-exclamation-mark::before,.hgi-stroke.hgi-exclamation-mark::before {
  content: "\f0c09"
}

.hgi-bulk.hgi-expand-paragraph::before,.hgi-stroke.hgi-expand-paragraph::before {
  content: "\f0c0b"
}

.hgi-bulk.hgi-expander::before,.hgi-stroke.hgi-expander::before {
  content: "\f0c0d"
}

.hgi-bulk.hgi-external-drive::before,.hgi-stroke.hgi-external-drive::before {
  content: "\f0c0f"
}

.hgi-bulk.hgi-eye::before,.hgi-stroke.hgi-eye::before {
  content: "\f0c11"
}

.hgi-bulk.hgi-face-id::before,.hgi-stroke.hgi-face-id::before {
  content: "\f0c13"
}

.hgi-bulk.hgi-facebook-01::before,.hgi-stroke.hgi-facebook-01::before {
  content: "\f0c15"
}

.hgi-bulk.hgi-facebook-02::before,.hgi-stroke.hgi-facebook-02::before {
  content: "\f0c17"
}

.hgi-bulk.hgi-factory-01::before,.hgi-stroke.hgi-factory-01::before {
  content: "\f0c19"
}

.hgi-bulk.hgi-factory-02::before,.hgi-stroke.hgi-factory-02::before {
  content: "\f0c1b"
}

.hgi-bulk.hgi-factory::before,.hgi-stroke.hgi-factory::before {
  content: "\f0c1d"
}

.hgi-bulk.hgi-fahrenheit::before,.hgi-stroke.hgi-fahrenheit::before {
  content: "\f0c1f"
}

.hgi-bulk.hgi-falling-star::before,.hgi-stroke.hgi-falling-star::before {
  content: "\f0c21"
}

.hgi-bulk.hgi-fan-01::before,.hgi-stroke.hgi-fan-01::before {
  content: "\f0c23"
}

.hgi-bulk.hgi-fan-02::before,.hgi-stroke.hgi-fan-02::before {
  content: "\f0c25"
}

.hgi-bulk.hgi-fast-wind::before,.hgi-stroke.hgi-fast-wind::before {
  content: "\f0c27"
}

.hgi-bulk.hgi-favourite-circle::before,.hgi-stroke.hgi-favourite-circle::before {
  content: "\f0c29"
}

.hgi-bulk.hgi-favourite-square::before,.hgi-stroke.hgi-favourite-square::before {
  content: "\f0c2c"
}

.hgi-bulk.hgi-favourite::before,.hgi-stroke.hgi-favourite::before {
  content: "\f0c2d"
}

.hgi-bulk.hgi-feather::before,.hgi-stroke.hgi-feather::before {
  content: "\f0c2f"
}

.hgi-bulk.hgi-female-02::before,.hgi-stroke.hgi-female-02::before {
  content: "\f0c31"
}

.hgi-bulk.hgi-female-symbol::before,.hgi-stroke.hgi-female-symbol::before {
  content: "\f0c33"
}

.hgi-bulk.hgi-fencing-mask::before,.hgi-stroke.hgi-fencing-mask::before {
  content: "\f0c35"
}

.hgi-bulk.hgi-fencing::before,.hgi-stroke.hgi-fencing::before {
  content: "\f0c37"
}

.hgi-bulk.hgi-ferris-wheel::before,.hgi-stroke.hgi-ferris-wheel::before {
  content: "\f0c39"
}

.hgi-bulk.hgi-ferry-boat::before,.hgi-stroke.hgi-ferry-boat::before {
  content: "\f0c3b"
}

.hgi-bulk.hgi-figma::before,.hgi-stroke.hgi-figma::before {
  content: "\f0c3d"
}

.hgi-bulk.hgi-file-01::before,.hgi-stroke.hgi-file-01::before {
  content: "\f0c3f"
}

.hgi-bulk.hgi-file-02::before,.hgi-stroke.hgi-file-02::before {
  content: "\f0c41"
}

.hgi-bulk.hgi-file-add::before,.hgi-stroke.hgi-file-add::before {
  content: "\f0c43"
}

.hgi-bulk.hgi-file-attachment::before,.hgi-stroke.hgi-file-attachment::before {
  content: "\f0c45"
}

.hgi-bulk.hgi-file-audio::before,.hgi-stroke.hgi-file-audio::before {
  content: "\f0c47"
}

.hgi-bulk.hgi-file-bitcoin::before,.hgi-stroke.hgi-file-bitcoin::before {
  content: "\f0c49"
}

.hgi-bulk.hgi-file-block::before,.hgi-stroke.hgi-file-block::before {
  content: "\f0c4b"
}

.hgi-bulk.hgi-file-bookmark::before,.hgi-stroke.hgi-file-bookmark::before {
  content: "\f0c4d"
}

.hgi-bulk.hgi-file-cloud::before,.hgi-stroke.hgi-file-cloud::before {
  content: "\f0c4f"
}

.hgi-bulk.hgi-file-corrupt::before,.hgi-stroke.hgi-file-corrupt::before {
  content: "\f0c51"
}

.hgi-bulk.hgi-file-database::before,.hgi-stroke.hgi-file-database::before {
  content: "\f0c53"
}

.hgi-bulk.hgi-file-dollar::before,.hgi-stroke.hgi-file-dollar::before {
  content: "\f0c55"
}

.hgi-bulk.hgi-file-download::before,.hgi-stroke.hgi-file-download::before {
  content: "\f0c57"
}

.hgi-bulk.hgi-file-edit::before,.hgi-stroke.hgi-file-edit::before {
  content: "\f0c59"
}

.hgi-bulk.hgi-file-empty-01::before,.hgi-stroke.hgi-file-empty-01::before {
  content: "\f0c5b"
}

.hgi-bulk.hgi-file-empty-02::before,.hgi-stroke.hgi-file-empty-02::before {
  content: "\f0c5d"
}

.hgi-bulk.hgi-file-euro::before,.hgi-stroke.hgi-file-euro::before {
  content: "\f0c5f"
}

.hgi-bulk.hgi-file-export::before,.hgi-stroke.hgi-file-export::before {
  content: "\f0c61"
}

.hgi-bulk.hgi-file-favourite::before,.hgi-stroke.hgi-file-favourite::before {
  content: "\f0c63"
}

.hgi-bulk.hgi-file-import::before,.hgi-stroke.hgi-file-import::before {
  content: "\f0c65"
}

.hgi-bulk.hgi-file-link::before,.hgi-stroke.hgi-file-link::before {
  content: "\f0c67"
}

.hgi-bulk.hgi-file-locked::before,.hgi-stroke.hgi-file-locked::before {
  content: "\f0c69"
}

.hgi-bulk.hgi-file-management::before,.hgi-stroke.hgi-file-management::before {
  content: "\f0c6b"
}

.hgi-bulk.hgi-file-minus::before,.hgi-stroke.hgi-file-minus::before {
  content: "\f0c6d"
}

.hgi-bulk.hgi-file-music::before,.hgi-stroke.hgi-file-music::before {
  content: "\f0c6f"
}

.hgi-bulk.hgi-file-not-found::before,.hgi-stroke.hgi-file-not-found::before {
  content: "\f0c71"
}

.hgi-bulk.hgi-file-paste::before,.hgi-stroke.hgi-file-paste::before {
  content: "\f0c73"
}

.hgi-bulk.hgi-file-pin::before,.hgi-stroke.hgi-file-pin::before {
  content: "\f0c75"
}

.hgi-bulk.hgi-file-pound::before,.hgi-stroke.hgi-file-pound::before {
  content: "\f0c77"
}

.hgi-bulk.hgi-file-remove::before,.hgi-stroke.hgi-file-remove::before {
  content: "\f0c79"
}

.hgi-bulk.hgi-file-script::before,.hgi-stroke.hgi-file-script::before {
  content: "\f0c7b"
}

.hgi-bulk.hgi-file-search::before,.hgi-stroke.hgi-file-search::before {
  content: "\f0c7d"
}

.hgi-bulk.hgi-file-security::before,.hgi-stroke.hgi-file-security::before {
  content: "\f0c7f"
}

.hgi-bulk.hgi-file-shredder::before,.hgi-stroke.hgi-file-shredder::before {
  content: "\f0c81"
}

.hgi-bulk.hgi-file-star::before,.hgi-stroke.hgi-file-star::before {
  content: "\f0c83"
}

.hgi-bulk.hgi-file-sync::before,.hgi-stroke.hgi-file-sync::before {
  content: "\f0c85"
}

.hgi-bulk.hgi-file-unknown::before,.hgi-stroke.hgi-file-unknown::before {
  content: "\f0c87"
}

.hgi-bulk.hgi-file-unlocked::before,.hgi-stroke.hgi-file-unlocked::before {
  content: "\f0c89"
}

.hgi-bulk.hgi-file-upload::before,.hgi-stroke.hgi-file-upload::before {
  content: "\f0c8b"
}

.hgi-bulk.hgi-file-validation::before,.hgi-stroke.hgi-file-validation::before {
  content: "\f0c8d"
}

.hgi-bulk.hgi-file-verified::before,.hgi-stroke.hgi-file-verified::before {
  content: "\f0c8f"
}

.hgi-bulk.hgi-file-video::before,.hgi-stroke.hgi-file-video::before {
  content: "\f0c91"
}

.hgi-bulk.hgi-file-view::before,.hgi-stroke.hgi-file-view::before {
  content: "\f0c93"
}

.hgi-bulk.hgi-file-yen::before,.hgi-stroke.hgi-file-yen::before {
  content: "\f0c95"
}

.hgi-bulk.hgi-file-zip::before,.hgi-stroke.hgi-file-zip::before {
  content: "\f0c97"
}

.hgi-bulk.hgi-files-01::before,.hgi-stroke.hgi-files-01::before {
  content: "\f0c99"
}

.hgi-bulk.hgi-files-02::before,.hgi-stroke.hgi-files-02::before {
  content: "\f0c9b"
}

.hgi-bulk.hgi-film-01::before,.hgi-stroke.hgi-film-01::before {
  content: "\f0c9d"
}

.hgi-bulk.hgi-film-02::before,.hgi-stroke.hgi-film-02::before {
  content: "\f0c9f"
}

.hgi-bulk.hgi-film-roll-01::before,.hgi-stroke.hgi-film-roll-01::before {
  content: "\f0ca1"
}

.hgi-bulk.hgi-film-roll-02::before,.hgi-stroke.hgi-film-roll-02::before {
  content: "\f0ca3"
}

.hgi-bulk.hgi-filter-add::before,.hgi-stroke.hgi-filter-add::before {
  content: "\f0ca5"
}

.hgi-bulk.hgi-filter-edit::before,.hgi-stroke.hgi-filter-edit::before {
  content: "\f0ca7"
}

.hgi-bulk.hgi-filter-horizontal::before,.hgi-stroke.hgi-filter-horizontal::before {
  content: "\f0ca9"
}

.hgi-bulk.hgi-filter-mail-circle::before,.hgi-stroke.hgi-filter-mail-circle::before {
  content: "\f0cab"
}

.hgi-bulk.hgi-filter-mail-edit::before,.hgi-stroke.hgi-filter-mail-edit::before {
  content: "\f0cad"
}

.hgi-bulk.hgi-filter-mail-remove::before,.hgi-stroke.hgi-filter-mail-remove::before {
  content: "\f0caf"
}

.hgi-bulk.hgi-filter-mail-square::before,.hgi-stroke.hgi-filter-mail-square::before {
  content: "\f0cb2"
}

.hgi-bulk.hgi-filter-mail::before,.hgi-stroke.hgi-filter-mail::before {
  content: "\f0cb3"
}

.hgi-bulk.hgi-filter-remove::before,.hgi-stroke.hgi-filter-remove::before {
  content: "\f0cb5"
}

.hgi-bulk.hgi-filter-reset::before,.hgi-stroke.hgi-filter-reset::before {
  content: "\f0cb7"
}

.hgi-bulk.hgi-filter-vertical::before,.hgi-stroke.hgi-filter-vertical::before {
  content: "\f0cba"
}

.hgi-bulk.hgi-filter::before,.hgi-stroke.hgi-filter::before {
  content: "\f0cbb"
}

.hgi-bulk.hgi-finger-access::before,.hgi-stroke.hgi-finger-access::before {
  content: "\f0cbd"
}

.hgi-bulk.hgi-finger-print-add::before,.hgi-stroke.hgi-finger-print-add::before {
  content: "\f0cbf"
}

.hgi-bulk.hgi-finger-print-check::before,.hgi-stroke.hgi-finger-print-check::before {
  content: "\f0cc1"
}

.hgi-bulk.hgi-finger-print-minus::before,.hgi-stroke.hgi-finger-print-minus::before {
  content: "\f0cc3"
}

.hgi-bulk.hgi-finger-print-remove::before,.hgi-stroke.hgi-finger-print-remove::before {
  content: "\f0cc5"
}

.hgi-bulk.hgi-finger-print-scan::before,.hgi-stroke.hgi-finger-print-scan::before {
  content: "\f0cc7"
}

.hgi-bulk.hgi-finger-print::before,.hgi-stroke.hgi-finger-print::before {
  content: "\f0cc9"
}

.hgi-bulk.hgi-fingerprint-scan::before,.hgi-stroke.hgi-fingerprint-scan::before {
  content: "\f0ccb"
}

.hgi-bulk.hgi-fins::before,.hgi-stroke.hgi-fins::before {
  content: "\f0ccd"
}

.hgi-bulk.hgi-fire-02::before,.hgi-stroke.hgi-fire-02::before {
  content: "\f0ccf"
}

.hgi-bulk.hgi-fire-03::before,.hgi-stroke.hgi-fire-03::before {
  content: "\f0cd1"
}

.hgi-bulk.hgi-fire-pit::before,.hgi-stroke.hgi-fire-pit::before {
  content: "\f0cd3"
}

.hgi-bulk.hgi-fire-security::before,.hgi-stroke.hgi-fire-security::before {
  content: "\f0cd6"
}

.hgi-bulk.hgi-fire::before,.hgi-stroke.hgi-fire::before {
  content: "\f0cd7"
}

.hgi-bulk.hgi-firewall::before,.hgi-stroke.hgi-firewall::before {
  content: "\f0cd9"
}

.hgi-bulk.hgi-fireworks::before,.hgi-stroke.hgi-fireworks::before {
  content: "\f0cdb"
}

.hgi-bulk.hgi-first-aid-kit::before,.hgi-stroke.hgi-first-aid-kit::before {
  content: "\f0cdd"
}

.hgi-bulk.hgi-first-bracket-circle::before,.hgi-stroke.hgi-first-bracket-circle::before {
  content: "\f0cdf"
}

.hgi-bulk.hgi-first-bracket-square::before,.hgi-stroke.hgi-first-bracket-square::before {
  content: "\f0ce2"
}

.hgi-bulk.hgi-first-bracket::before,.hgi-stroke.hgi-first-bracket::before {
  content: "\f0ce3"
}

.hgi-bulk.hgi-fish-food::before,.hgi-stroke.hgi-fish-food::before {
  content: "\f0ce5"
}

.hgi-bulk.hgi-fit-to-screen::before,.hgi-stroke.hgi-fit-to-screen::before {
  content: "\f0ce7"
}

.hgi-bulk.hgi-five-circle::before,.hgi-stroke.hgi-five-circle::before {
  content: "\f0ce9"
}

.hgi-bulk.hgi-five-square::before,.hgi-stroke.hgi-five-square::before {
  content: "\f0ceb"
}

.hgi-bulk.hgi-fiverr::before,.hgi-stroke.hgi-fiverr::before {
  content: "\f0ced"
}

.hgi-bulk.hgi-flag-01::before,.hgi-stroke.hgi-flag-01::before {
  content: "\f0cef"
}

.hgi-bulk.hgi-flag-02::before,.hgi-stroke.hgi-flag-02::before {
  content: "\f0cf1"
}

.hgi-bulk.hgi-flag-03::before,.hgi-stroke.hgi-flag-03::before {
  content: "\f0cf3"
}

.hgi-bulk.hgi-flash-off::before,.hgi-stroke.hgi-flash-off::before {
  content: "\f0cf5"
}

.hgi-bulk.hgi-flash::before,.hgi-stroke.hgi-flash::before {
  content: "\f0cf7"
}

.hgi-bulk.hgi-flashlight::before,.hgi-stroke.hgi-flashlight::before {
  content: "\f0cf9"
}

.hgi-bulk.hgi-flaticon::before,.hgi-stroke.hgi-flaticon::before {
  content: "\f0cfb"
}

.hgi-bulk.hgi-flickr::before,.hgi-stroke.hgi-flickr::before {
  content: "\f0cfd"
}

.hgi-bulk.hgi-flim-slate::before,.hgi-stroke.hgi-flim-slate::before {
  content: "\f0cff"
}

.hgi-bulk.hgi-flip-bottom::before,.hgi-stroke.hgi-flip-bottom::before {
  content: "\f0d01"
}

.hgi-bulk.hgi-flip-horizontal::before,.hgi-stroke.hgi-flip-horizontal::before {
  content: "\f0d03"
}

.hgi-bulk.hgi-flip-left::before,.hgi-stroke.hgi-flip-left::before {
  content: "\f0d05"
}

.hgi-bulk.hgi-flip-phone::before,.hgi-stroke.hgi-flip-phone::before {
  content: "\f0d07"
}

.hgi-bulk.hgi-flip-right::before,.hgi-stroke.hgi-flip-right::before {
  content: "\f0d09"
}

.hgi-bulk.hgi-flip-top::before,.hgi-stroke.hgi-flip-top::before {
  content: "\f0d0b"
}

.hgi-bulk.hgi-flip-vertical::before,.hgi-stroke.hgi-flip-vertical::before {
  content: "\f0d0d"
}

.hgi-bulk.hgi-floor-plan::before,.hgi-stroke.hgi-floor-plan::before {
  content: "\f0d0f"
}

.hgi-bulk.hgi-floppy-disk::before,.hgi-stroke.hgi-floppy-disk::before {
  content: "\f0d11"
}

.hgi-bulk.hgi-flow-circle::before,.hgi-stroke.hgi-flow-circle::before {
  content: "\f0d13"
}

.hgi-bulk.hgi-flow-connection::before,.hgi-stroke.hgi-flow-connection::before {
  content: "\f0d15"
}

.hgi-bulk.hgi-flow-square::before,.hgi-stroke.hgi-flow-square::before {
  content: "\f0d18"
}

.hgi-bulk.hgi-flow::before,.hgi-stroke.hgi-flow::before {
  content: "\f0d19"
}

.hgi-bulk.hgi-flowchart-01::before,.hgi-stroke.hgi-flowchart-01::before {
  content: "\f0d1b"
}

.hgi-bulk.hgi-flowchart-02::before,.hgi-stroke.hgi-flowchart-02::before {
  content: "\f0d1d"
}

.hgi-bulk.hgi-flower-pot::before,.hgi-stroke.hgi-flower-pot::before {
  content: "\f0d1f"
}

.hgi-bulk.hgi-flower::before,.hgi-stroke.hgi-flower::before {
  content: "\f0d21"
}

.hgi-bulk.hgi-flushed::before,.hgi-stroke.hgi-flushed::before {
  content: "\f0d23"
}

.hgi-bulk.hgi-flying-human::before,.hgi-stroke.hgi-flying-human::before {
  content: "\f0d25"
}

.hgi-bulk.hgi-focus-point::before,.hgi-stroke.hgi-focus-point::before {
  content: "\f0d27"
}

.hgi-bulk.hgi-folder-01::before,.hgi-stroke.hgi-folder-01::before {
  content: "\f0d29"
}

.hgi-bulk.hgi-folder-02::before,.hgi-stroke.hgi-folder-02::before {
  content: "\f0d2b"
}

.hgi-bulk.hgi-folder-03::before,.hgi-stroke.hgi-folder-03::before {
  content: "\f0d2d"
}

.hgi-bulk.hgi-folder-add::before,.hgi-stroke.hgi-folder-add::before {
  content: "\f0d2f"
}

.hgi-bulk.hgi-folder-attachment::before,.hgi-stroke.hgi-folder-attachment::before {
  content: "\f0d31"
}

.hgi-bulk.hgi-folder-audio::before,.hgi-stroke.hgi-folder-audio::before {
  content: "\f0d33"
}

.hgi-bulk.hgi-folder-block::before,.hgi-stroke.hgi-folder-block::before {
  content: "\f0d35"
}

.hgi-bulk.hgi-folder-check::before,.hgi-stroke.hgi-folder-check::before {
  content: "\f0d37"
}

.hgi-bulk.hgi-folder-clock::before,.hgi-stroke.hgi-folder-clock::before {
  content: "\f0d39"
}

.hgi-bulk.hgi-folder-cloud::before,.hgi-stroke.hgi-folder-cloud::before {
  content: "\f0d3b"
}

.hgi-bulk.hgi-folder-details-reference::before,.hgi-stroke.hgi-folder-details-reference::before {
  content: "\f0d3d"
}

.hgi-bulk.hgi-folder-details::before,.hgi-stroke.hgi-folder-details::before {
  content: "\f0d3f"
}

.hgi-bulk.hgi-folder-download::before,.hgi-stroke.hgi-folder-download::before {
  content: "\f0d41"
}

.hgi-bulk.hgi-folder-edit::before,.hgi-stroke.hgi-folder-edit::before {
  content: "\f0d43"
}

.hgi-bulk.hgi-folder-export::before,.hgi-stroke.hgi-folder-export::before {
  content: "\f0d45"
}

.hgi-bulk.hgi-folder-favourite::before,.hgi-stroke.hgi-folder-favourite::before {
  content: "\f0d47"
}

.hgi-bulk.hgi-folder-file-storage::before,.hgi-stroke.hgi-folder-file-storage::before {
  content: "\f0d49"
}

.hgi-bulk.hgi-folder-import::before,.hgi-stroke.hgi-folder-import::before {
  content: "\f0d4b"
}

.hgi-bulk.hgi-folder-library::before,.hgi-stroke.hgi-folder-library::before {
  content: "\f0d4d"
}

.hgi-bulk.hgi-folder-links::before,.hgi-stroke.hgi-folder-links::before {
  content: "\f0d4f"
}

.hgi-bulk.hgi-folder-locked::before,.hgi-stroke.hgi-folder-locked::before {
  content: "\f0d51"
}

.hgi-bulk.hgi-folder-management::before,.hgi-stroke.hgi-folder-management::before {
  content: "\f0d53"
}

.hgi-bulk.hgi-folder-minus::before,.hgi-stroke.hgi-folder-minus::before {
  content: "\f0d55"
}

.hgi-bulk.hgi-folder-music::before,.hgi-stroke.hgi-folder-music::before {
  content: "\f0d57"
}

.hgi-bulk.hgi-folder-off::before,.hgi-stroke.hgi-folder-off::before {
  content: "\f0d59"
}

.hgi-bulk.hgi-folder-open::before,.hgi-stroke.hgi-folder-open::before {
  content: "\f0d5b"
}

.hgi-bulk.hgi-folder-pin::before,.hgi-stroke.hgi-folder-pin::before {
  content: "\f0d5d"
}

.hgi-bulk.hgi-folder-remove::before,.hgi-stroke.hgi-folder-remove::before {
  content: "\f0d5f"
}

.hgi-bulk.hgi-folder-search::before,.hgi-stroke.hgi-folder-search::before {
  content: "\f0d61"
}

.hgi-bulk.hgi-folder-security::before,.hgi-stroke.hgi-folder-security::before {
  content: "\f0d63"
}

.hgi-bulk.hgi-folder-shared-01::before,.hgi-stroke.hgi-folder-shared-01::before {
  content: "\f0d65"
}

.hgi-bulk.hgi-folder-shared-02::before,.hgi-stroke.hgi-folder-shared-02::before {
  content: "\f0d67"
}

.hgi-bulk.hgi-folder-shared-03::before,.hgi-stroke.hgi-folder-shared-03::before {
  content: "\f0d69"
}

.hgi-bulk.hgi-folder-sync::before,.hgi-stroke.hgi-folder-sync::before {
  content: "\f0d6b"
}

.hgi-bulk.hgi-folder-transfer::before,.hgi-stroke.hgi-folder-transfer::before {
  content: "\f0d6d"
}

.hgi-bulk.hgi-folder-unknown::before,.hgi-stroke.hgi-folder-unknown::before {
  content: "\f0d6f"
}

.hgi-bulk.hgi-folder-unlocked::before,.hgi-stroke.hgi-folder-unlocked::before {
  content: "\f0d71"
}

.hgi-bulk.hgi-folder-upload::before,.hgi-stroke.hgi-folder-upload::before {
  content: "\f0d73"
}

.hgi-bulk.hgi-folder-video::before,.hgi-stroke.hgi-folder-video::before {
  content: "\f0d75"
}

.hgi-bulk.hgi-folder-view::before,.hgi-stroke.hgi-folder-view::before {
  content: "\f0d77"
}

.hgi-bulk.hgi-folder-zip::before,.hgi-stroke.hgi-folder-zip::before {
  content: "\f0d79"
}

.hgi-bulk.hgi-folders::before,.hgi-stroke.hgi-folders::before {
  content: "\f0d7b"
}

.hgi-bulk.hgi-football-pitch::before,.hgi-stroke.hgi-football-pitch::before {
  content: "\f0d7d"
}

.hgi-bulk.hgi-football::before,.hgi-stroke.hgi-football::before {
  content: "\f0d7f"
}

.hgi-bulk.hgi-forgot-password::before,.hgi-stroke.hgi-forgot-password::before {
  content: "\f0d81"
}

.hgi-bulk.hgi-fork::before,.hgi-stroke.hgi-fork::before {
  content: "\f0d83"
}

.hgi-bulk.hgi-forrst::before,.hgi-stroke.hgi-forrst::before {
  content: "\f0d85"
}

.hgi-bulk.hgi-fortress::before,.hgi-stroke.hgi-fortress::before {
  content: "\f0d87"
}

.hgi-bulk.hgi-forward-01::before,.hgi-stroke.hgi-forward-01::before {
  content: "\f0d89"
}

.hgi-bulk.hgi-forward-02::before,.hgi-stroke.hgi-forward-02::before {
  content: "\f0d8b"
}

.hgi-bulk.hgi-four-circle::before,.hgi-stroke.hgi-four-circle::before {
  content: "\f0d8d"
}

.hgi-bulk.hgi-four-finger-02::before,.hgi-stroke.hgi-four-finger-02::before {
  content: "\f0d8f"
}

.hgi-bulk.hgi-four-finger-03::before,.hgi-stroke.hgi-four-finger-03::before {
  content: "\f0d91"
}

.hgi-bulk.hgi-four-k::before,.hgi-stroke.hgi-four-k::before {
  content: "\f0d93"
}

.hgi-bulk.hgi-four-square::before,.hgi-stroke.hgi-four-square::before {
  content: "\f0d95"
}

.hgi-bulk.hgi-foursquare::before,.hgi-stroke.hgi-foursquare::before {
  content: "\f0d97"
}

.hgi-bulk.hgi-framer::before,.hgi-stroke.hgi-framer::before {
  content: "\f0d99"
}

.hgi-bulk.hgi-frameworks::before,.hgi-stroke.hgi-frameworks::before {
  content: "\f0d9b"
}

.hgi-bulk.hgi-french-fries-01::before,.hgi-stroke.hgi-french-fries-01::before {
  content: "\f0d9d"
}

.hgi-bulk.hgi-french-fries-02::before,.hgi-stroke.hgi-french-fries-02::before {
  content: "\f0d9f"
}

.hgi-bulk.hgi-fridge::before,.hgi-stroke.hgi-fridge::before {
  content: "\f0da1"
}

.hgi-bulk.hgi-fry::before,.hgi-stroke.hgi-fry::before {
  content: "\f0da3"
}

.hgi-bulk.hgi-fuel-01::before,.hgi-stroke.hgi-fuel-01::before {
  content: "\f0da5"
}

.hgi-bulk.hgi-fuel-02::before,.hgi-stroke.hgi-fuel-02::before {
  content: "\f0da7"
}

.hgi-bulk.hgi-fuel-station::before,.hgi-stroke.hgi-fuel-station::before {
  content: "\f0da9"
}

.hgi-bulk.hgi-full-screen::before,.hgi-stroke.hgi-full-screen::before {
  content: "\f0dab"
}

.hgi-bulk.hgi-full-signal::before,.hgi-stroke.hgi-full-signal::before {
  content: "\f0dad"
}

.hgi-bulk.hgi-function-circle::before,.hgi-stroke.hgi-function-circle::before {
  content: "\f0daf"
}

.hgi-bulk.hgi-function-of-x::before,.hgi-stroke.hgi-function-of-x::before {
  content: "\f0db1"
}

.hgi-bulk.hgi-function-square::before,.hgi-stroke.hgi-function-square::before {
  content: "\f0db4"
}

.hgi-bulk.hgi-function::before,.hgi-stroke.hgi-function::before {
  content: "\f0db5"
}

.hgi-bulk.hgi-galaxy::before,.hgi-stroke.hgi-galaxy::before {
  content: "\f0db7"
}

.hgi-bulk.hgi-game-controller-01::before,.hgi-stroke.hgi-game-controller-01::before {
  content: "\f0db9"
}

.hgi-bulk.hgi-game-controller-02::before,.hgi-stroke.hgi-game-controller-02::before {
  content: "\f0dbb"
}

.hgi-bulk.hgi-game-controller-03::before,.hgi-stroke.hgi-game-controller-03::before {
  content: "\f0dbd"
}

.hgi-bulk.hgi-game::before,.hgi-stroke.hgi-game::before {
  content: "\f0dbf"
}

.hgi-bulk.hgi-gameboy::before,.hgi-stroke.hgi-gameboy::before {
  content: "\f0dc1"
}

.hgi-bulk.hgi-garage::before,.hgi-stroke.hgi-garage::before {
  content: "\f0dc3"
}

.hgi-bulk.hgi-garbage-truck::before,.hgi-stroke.hgi-garbage-truck::before {
  content: "\f0dc5"
}

.hgi-bulk.hgi-garlands::before,.hgi-stroke.hgi-garlands::before {
  content: "\f0dc7"
}

.hgi-bulk.hgi-gas-pipe::before,.hgi-stroke.hgi-gas-pipe::before {
  content: "\f0dc9"
}

.hgi-bulk.hgi-gas-stove::before,.hgi-stroke.hgi-gas-stove::before {
  content: "\f0dcb"
}

.hgi-bulk.hgi-gears::before,.hgi-stroke.hgi-gears::before {
  content: "\f0dcd"
}

.hgi-bulk.hgi-gem::before,.hgi-stroke.hgi-gem::before {
  content: "\f0dcf"
}

.hgi-bulk.hgi-geology-crust::before,.hgi-stroke.hgi-geology-crust::before {
  content: "\f0dd1"
}

.hgi-bulk.hgi-geometric-shapes-01::before,.hgi-stroke.hgi-geometric-shapes-01::before {
  content: "\f0dd3"
}

.hgi-bulk.hgi-geometric-shapes-02::before,.hgi-stroke.hgi-geometric-shapes-02::before {
  content: "\f0dd5"
}

.hgi-bulk.hgi-gibbous-moon::before,.hgi-stroke.hgi-gibbous-moon::before {
  content: "\f0dd7"
}

.hgi-bulk.hgi-gif-01::before,.hgi-stroke.hgi-gif-01::before {
  content: "\f0dd9"
}

.hgi-bulk.hgi-gif-02::before,.hgi-stroke.hgi-gif-02::before {
  content: "\f0ddb"
}

.hgi-bulk.hgi-gift-card-02::before,.hgi-stroke.hgi-gift-card-02::before {
  content: "\f0ddd"
}

.hgi-bulk.hgi-gift-card::before,.hgi-stroke.hgi-gift-card::before {
  content: "\f0ddf"
}

.hgi-bulk.hgi-gift::before,.hgi-stroke.hgi-gift::before {
  content: "\f0de1"
}

.hgi-bulk.hgi-git-branch::before,.hgi-stroke.hgi-git-branch::before {
  content: "\f0de3"
}

.hgi-bulk.hgi-git-commit::before,.hgi-stroke.hgi-git-commit::before {
  content: "\f0de5"
}

.hgi-bulk.hgi-git-compare::before,.hgi-stroke.hgi-git-compare::before {
  content: "\f0de7"
}

.hgi-bulk.hgi-git-fork::before,.hgi-stroke.hgi-git-fork::before {
  content: "\f0de9"
}

.hgi-bulk.hgi-git-merge::before,.hgi-stroke.hgi-git-merge::before {
  content: "\f0deb"
}

.hgi-bulk.hgi-git-pull-request-closed::before,.hgi-stroke.hgi-git-pull-request-closed::before {
  content: "\f0ded"
}

.hgi-bulk.hgi-git-pull-request-draft::before,.hgi-stroke.hgi-git-pull-request-draft::before {
  content: "\f0def"
}

.hgi-bulk.hgi-git-pull-request::before,.hgi-stroke.hgi-git-pull-request::before {
  content: "\f0df1"
}

.hgi-bulk.hgi-gitbook::before,.hgi-stroke.hgi-gitbook::before {
  content: "\f0df3"
}

.hgi-bulk.hgi-github-01::before,.hgi-stroke.hgi-github-01::before {
  content: "\f0df5"
}

.hgi-bulk.hgi-github::before,.hgi-stroke.hgi-github::before {
  content: "\f0df7"
}

.hgi-bulk.hgi-gitlab::before,.hgi-stroke.hgi-gitlab::before {
  content: "\f0df9"
}

.hgi-bulk.hgi-give-blood::before,.hgi-stroke.hgi-give-blood::before {
  content: "\f0dfb"
}

.hgi-bulk.hgi-give-pill::before,.hgi-stroke.hgi-give-pill::before {
  content: "\f0dfd"
}

.hgi-bulk.hgi-glasses::before,.hgi-stroke.hgi-glasses::before {
  content: "\f0dff"
}

.hgi-bulk.hgi-global-editing::before,.hgi-stroke.hgi-global-editing::before {
  content: "\f0e01"
}

.hgi-bulk.hgi-global-education::before,.hgi-stroke.hgi-global-education::before {
  content: "\f0e03"
}

.hgi-bulk.hgi-global-refresh::before,.hgi-stroke.hgi-global-refresh::before {
  content: "\f0e05"
}

.hgi-bulk.hgi-global-search::before,.hgi-stroke.hgi-global-search::before {
  content: "\f0e07"
}

.hgi-bulk.hgi-global::before,.hgi-stroke.hgi-global::before {
  content: "\f0e09"
}

.hgi-bulk.hgi-globe-02::before,.hgi-stroke.hgi-globe-02::before {
  content: "\f0e0b"
}

.hgi-bulk.hgi-globe::before,.hgi-stroke.hgi-globe::before {
  content: "\f0e0d"
}

.hgi-bulk.hgi-glove::before,.hgi-stroke.hgi-glove::before {
  content: "\f0e0f"
}

.hgi-bulk.hgi-gnome::before,.hgi-stroke.hgi-gnome::before {
  content: "\f0e11"
}

.hgi-bulk.hgi-go-backward-10-sec::before,.hgi-stroke.hgi-go-backward-10-sec::before {
  content: "\f0e13"
}

.hgi-bulk.hgi-go-backward-15-sec::before,.hgi-stroke.hgi-go-backward-15-sec::before {
  content: "\f0e15"
}

.hgi-bulk.hgi-go-backward-30-sec::before,.hgi-stroke.hgi-go-backward-30-sec::before {
  content: "\f0e17"
}

.hgi-bulk.hgi-go-backward-60-sec::before,.hgi-stroke.hgi-go-backward-60-sec::before {
  content: "\f0e19"
}

.hgi-bulk.hgi-go-backward-five-sec::before,.hgi-stroke.hgi-go-backward-five-sec::before {
  content: "\f0e1b"
}

.hgi-bulk.hgi-go-forward-10-sec::before,.hgi-stroke.hgi-go-forward-10-sec::before {
  content: "\f0e1d"
}

.hgi-bulk.hgi-go-forward-15-sec::before,.hgi-stroke.hgi-go-forward-15-sec::before {
  content: "\f0e1f"
}

.hgi-bulk.hgi-go-forward-30-sec::before,.hgi-stroke.hgi-go-forward-30-sec::before {
  content: "\f0e21"
}

.hgi-bulk.hgi-go-forward-60-sec::before,.hgi-stroke.hgi-go-forward-60-sec::before {
  content: "\f0e23"
}

.hgi-bulk.hgi-go-forward-five-sec::before,.hgi-stroke.hgi-go-forward-five-sec::before {
  content: "\f0e25"
}

.hgi-bulk.hgi-gold-ingots::before,.hgi-stroke.hgi-gold-ingots::before {
  content: "\f0e27"
}

.hgi-bulk.hgi-gold::before,.hgi-stroke.hgi-gold::before {
  content: "\f0e29"
}

.hgi-bulk.hgi-golf-ball::before,.hgi-stroke.hgi-golf-ball::before {
  content: "\f0e2b"
}

.hgi-bulk.hgi-golf-bat::before,.hgi-stroke.hgi-golf-bat::before {
  content: "\f0e2d"
}

.hgi-bulk.hgi-golf-cart::before,.hgi-stroke.hgi-golf-cart::before {
  content: "\f0e2f"
}

.hgi-bulk.hgi-golf-hole::before,.hgi-stroke.hgi-golf-hole::before {
  content: "\f0e31"
}

.hgi-bulk.hgi-google-doc::before,.hgi-stroke.hgi-google-doc::before {
  content: "\f0e33"
}

.hgi-bulk.hgi-google-drive::before,.hgi-stroke.hgi-google-drive::before {
  content: "\f0e35"
}

.hgi-bulk.hgi-google-gemini::before,.hgi-stroke.hgi-google-gemini::before {
  content: "\f0e37"
}

.hgi-bulk.hgi-google-home::before,.hgi-stroke.hgi-google-home::before {
  content: "\f0e39"
}

.hgi-bulk.hgi-google-lens::before,.hgi-stroke.hgi-google-lens::before {
  content: "\f0e3b"
}

.hgi-bulk.hgi-google-maps::before,.hgi-stroke.hgi-google-maps::before {
  content: "\f0e3d"
}

.hgi-bulk.hgi-google-photos::before,.hgi-stroke.hgi-google-photos::before {
  content: "\f0e3f"
}

.hgi-bulk.hgi-google-sheet::before,.hgi-stroke.hgi-google-sheet::before {
  content: "\f0e42"
}

.hgi-bulk.hgi-google::before,.hgi-stroke.hgi-google::before {
  content: "\f0e43"
}

.hgi-bulk.hgi-gps-01::before,.hgi-stroke.hgi-gps-01::before {
  content: "\f0e45"
}

.hgi-bulk.hgi-gps-02::before,.hgi-stroke.hgi-gps-02::before {
  content: "\f0e47"
}

.hgi-bulk.hgi-gps-disconnected::before,.hgi-stroke.hgi-gps-disconnected::before {
  content: "\f0e49"
}

.hgi-bulk.hgi-gps-off-01::before,.hgi-stroke.hgi-gps-off-01::before {
  content: "\f0e4b"
}

.hgi-bulk.hgi-gps-off-02::before,.hgi-stroke.hgi-gps-off-02::before {
  content: "\f0e4d"
}

.hgi-bulk.hgi-gps-signal-01::before,.hgi-stroke.hgi-gps-signal-01::before {
  content: "\f0e4f"
}

.hgi-bulk.hgi-gps-signal-02::before,.hgi-stroke.hgi-gps-signal-02::before {
  content: "\f0e51"
}

.hgi-bulk.hgi-gpu::before,.hgi-stroke.hgi-gpu::before {
  content: "\f0e53"
}

.hgi-bulk.hgi-graduate-female::before,.hgi-stroke.hgi-graduate-female::before {
  content: "\f0e55"
}

.hgi-bulk.hgi-graduate-male::before,.hgi-stroke.hgi-graduate-male::before {
  content: "\f0e57"
}

.hgi-bulk.hgi-graduation-scroll::before,.hgi-stroke.hgi-graduation-scroll::before {
  content: "\f0e59"
}

.hgi-bulk.hgi-grapes::before,.hgi-stroke.hgi-grapes::before {
  content: "\f0e5b"
}

.hgi-bulk.hgi-graphic-card::before,.hgi-stroke.hgi-graphic-card::before {
  content: "\f0e5d"
}

.hgi-bulk.hgi-gravity::before,.hgi-stroke.hgi-gravity::before {
  content: "\f0e5f"
}

.hgi-bulk.hgi-greater-than-circle::before,.hgi-stroke.hgi-greater-than-circle::before {
  content: "\f0e61"
}

.hgi-bulk.hgi-greater-than-square::before,.hgi-stroke.hgi-greater-than-square::before {
  content: "\f0e64"
}

.hgi-bulk.hgi-greater-than::before,.hgi-stroke.hgi-greater-than::before {
  content: "\f0e65"
}

.hgi-bulk.hgi-greek-helmet::before,.hgi-stroke.hgi-greek-helmet::before {
  content: "\f0e67"
}

.hgi-bulk.hgi-green-house::before,.hgi-stroke.hgi-green-house::before {
  content: "\f0e69"
}

.hgi-bulk.hgi-grid-02::before,.hgi-stroke.hgi-grid-02::before {
  content: "\f0e6b"
}

.hgi-bulk.hgi-grid-off::before,.hgi-stroke.hgi-grid-off::before {
  content: "\f0e6d"
}

.hgi-bulk.hgi-grid-table::before,.hgi-stroke.hgi-grid-table::before {
  content: "\f0e70"
}

.hgi-bulk.hgi-grid-view::before,.hgi-stroke.hgi-grid-view::before {
  content: "\f0e72"
}

.hgi-bulk.hgi-grid::before,.hgi-stroke.hgi-grid::before {
  content: "\f0e73"
}

.hgi-bulk.hgi-grimacing::before,.hgi-stroke.hgi-grimacing::before {
  content: "\f0e75"
}

.hgi-bulk.hgi-grinning::before,.hgi-stroke.hgi-grinning::before {
  content: "\f0e77"
}

.hgi-bulk.hgi-grok-02::before,.hgi-stroke.hgi-grok-02::before {
  content: "\f0e79"
}

.hgi-bulk.hgi-grok::before,.hgi-stroke.hgi-grok::before {
  content: "\f0e7b"
}

.hgi-bulk.hgi-group-01::before,.hgi-stroke.hgi-group-01::before {
  content: "\f0e7d"
}

.hgi-bulk.hgi-group-items::before,.hgi-stroke.hgi-group-items::before {
  content: "\f0e7f"
}

.hgi-bulk.hgi-group-layers::before,.hgi-stroke.hgi-group-layers::before {
  content: "\f0e81"
}

.hgi-bulk.hgi-guest-house::before,.hgi-stroke.hgi-guest-house::before {
  content: "\f0e83"
}

.hgi-bulk.hgi-gun::before,.hgi-stroke.hgi-gun::before {
  content: "\f0e85"
}

.hgi-bulk.hgi-gymnastic-rings::before,.hgi-stroke.hgi-gymnastic-rings::before {
  content: "\f0e87"
}

.hgi-bulk.hgi-gymnastic::before,.hgi-stroke.hgi-gymnastic::before {
  content: "\f0e89"
}

.hgi-bulk.hgi-hackerrank::before,.hgi-stroke.hgi-hackerrank::before {
  content: "\f0e8b"
}

.hgi-bulk.hgi-hair-clips::before,.hgi-stroke.hgi-hair-clips::before {
  content: "\f0e8d"
}

.hgi-bulk.hgi-hair-dryer::before,.hgi-stroke.hgi-hair-dryer::before {
  content: "\f0e8f"
}

.hgi-bulk.hgi-haji::before,.hgi-stroke.hgi-haji::before {
  content: "\f0e91"
}

.hgi-bulk.hgi-halal-lab::before,.hgi-stroke.hgi-halal-lab::before {
  content: "\f0e93"
}

.hgi-bulk.hgi-halal::before,.hgi-stroke.hgi-halal::before {
  content: "\f0e95"
}

.hgi-bulk.hgi-hamburger-01::before,.hgi-stroke.hgi-hamburger-01::before {
  content: "\f0e97"
}

.hgi-bulk.hgi-hamburger-02::before,.hgi-stroke.hgi-hamburger-02::before {
  content: "\f0e99"
}

.hgi-bulk.hgi-hand-bag-01::before,.hgi-stroke.hgi-hand-bag-01::before {
  content: "\f0e9b"
}

.hgi-bulk.hgi-hand-bag-02::before,.hgi-stroke.hgi-hand-bag-02::before {
  content: "\f0e9d"
}

.hgi-bulk.hgi-hand-beater::before,.hgi-stroke.hgi-hand-beater::before {
  content: "\f0e9f"
}

.hgi-bulk.hgi-hand-grip::before,.hgi-stroke.hgi-hand-grip::before {
  content: "\f0ea1"
}

.hgi-bulk.hgi-hand-pointing-down-01::before,.hgi-stroke.hgi-hand-pointing-down-01::before {
  content: "\f0ea3"
}

.hgi-bulk.hgi-hand-pointing-down-02::before,.hgi-stroke.hgi-hand-pointing-down-02::before {
  content: "\f0ea5"
}

.hgi-bulk.hgi-hand-pointing-down-03::before,.hgi-stroke.hgi-hand-pointing-down-03::before {
  content: "\f0ea7"
}

.hgi-bulk.hgi-hand-pointing-down-04::before,.hgi-stroke.hgi-hand-pointing-down-04::before {
  content: "\f0ea9"
}

.hgi-bulk.hgi-hand-pointing-left-01::before,.hgi-stroke.hgi-hand-pointing-left-01::before {
  content: "\f0eab"
}

.hgi-bulk.hgi-hand-pointing-left-02::before,.hgi-stroke.hgi-hand-pointing-left-02::before {
  content: "\f0ead"
}

.hgi-bulk.hgi-hand-pointing-left-03::before,.hgi-stroke.hgi-hand-pointing-left-03::before {
  content: "\f0eaf"
}

.hgi-bulk.hgi-hand-pointing-left-04::before,.hgi-stroke.hgi-hand-pointing-left-04::before {
  content: "\f0eb1"
}

.hgi-bulk.hgi-hand-pointing-right-01::before,.hgi-stroke.hgi-hand-pointing-right-01::before {
  content: "\f0eb3"
}

.hgi-bulk.hgi-hand-pointing-right-02::before,.hgi-stroke.hgi-hand-pointing-right-02::before {
  content: "\f0eb5"
}

.hgi-bulk.hgi-hand-pointing-right-03::before,.hgi-stroke.hgi-hand-pointing-right-03::before {
  content: "\f0eb7"
}

.hgi-bulk.hgi-hand-pointing-right-04::before,.hgi-stroke.hgi-hand-pointing-right-04::before {
  content: "\f0eb9"
}

.hgi-bulk.hgi-hand-prayer::before,.hgi-stroke.hgi-hand-prayer::before {
  content: "\f0ebb"
}

.hgi-bulk.hgi-hand-sanitizer::before,.hgi-stroke.hgi-hand-sanitizer::before {
  content: "\f0ebd"
}

.hgi-bulk.hgi-handcuffs::before,.hgi-stroke.hgi-handcuffs::before {
  content: "\f0ebf"
}

.hgi-bulk.hgi-hanger::before,.hgi-stroke.hgi-hanger::before {
  content: "\f0ec1"
}

.hgi-bulk.hgi-hanging-clock::before,.hgi-stroke.hgi-hanging-clock::before {
  content: "\f0ec3"
}

.hgi-bulk.hgi-hangout::before,.hgi-stroke.hgi-hangout::before {
  content: "\f0ec5"
}

.hgi-bulk.hgi-happy-01::before,.hgi-stroke.hgi-happy-01::before {
  content: "\f0ec7"
}

.hgi-bulk.hgi-happy::before,.hgi-stroke.hgi-happy::before {
  content: "\f0ec9"
}

.hgi-bulk.hgi-hard-drive::before,.hgi-stroke.hgi-hard-drive::before {
  content: "\f0ecb"
}

.hgi-bulk.hgi-hashtag::before,.hgi-stroke.hgi-hashtag::before {
  content: "\f0ecd"
}

.hgi-bulk.hgi-hat::before,.hgi-stroke.hgi-hat::before {
  content: "\f0ecf"
}

.hgi-bulk.hgi-hdd::before,.hgi-stroke.hgi-hdd::before {
  content: "\f0ed1"
}

.hgi-bulk.hgi-hdr-01::before,.hgi-stroke.hgi-hdr-01::before {
  content: "\f0ed3"
}

.hgi-bulk.hgi-hdr-02::before,.hgi-stroke.hgi-hdr-02::before {
  content: "\f0ed5"
}

.hgi-bulk.hgi-heading-01::before,.hgi-stroke.hgi-heading-01::before {
  content: "\f0ed7"
}

.hgi-bulk.hgi-heading-02::before,.hgi-stroke.hgi-heading-02::before {
  content: "\f0ed9"
}

.hgi-bulk.hgi-heading-03::before,.hgi-stroke.hgi-heading-03::before {
  content: "\f0edb"
}

.hgi-bulk.hgi-heading-04::before,.hgi-stroke.hgi-heading-04::before {
  content: "\f0edd"
}

.hgi-bulk.hgi-heading-05::before,.hgi-stroke.hgi-heading-05::before {
  content: "\f0edf"
}

.hgi-bulk.hgi-heading-06::before,.hgi-stroke.hgi-heading-06::before {
  content: "\f0ee1"
}

.hgi-bulk.hgi-heading::before,.hgi-stroke.hgi-heading::before {
  content: "\f0ee3"
}

.hgi-bulk.hgi-headphone-mute::before,.hgi-stroke.hgi-headphone-mute::before {
  content: "\f0ee5"
}

.hgi-bulk.hgi-headphones::before,.hgi-stroke.hgi-headphones::before {
  content: "\f0ee7"
}

.hgi-bulk.hgi-headset-connected::before,.hgi-stroke.hgi-headset-connected::before {
  content: "\f0ee9"
}

.hgi-bulk.hgi-headset-off::before,.hgi-stroke.hgi-headset-off::before {
  content: "\f0eeb"
}

.hgi-bulk.hgi-headset::before,.hgi-stroke.hgi-headset::before {
  content: "\f0eed"
}

.hgi-bulk.hgi-healtcare::before,.hgi-stroke.hgi-healtcare::before {
  content: "\f0eef"
}

.hgi-bulk.hgi-health::before,.hgi-stroke.hgi-health::before {
  content: "\f0ef1"
}

.hgi-bulk.hgi-heart-add::before,.hgi-stroke.hgi-heart-add::before {
  content: "\f0ef3"
}

.hgi-bulk.hgi-heart-check::before,.hgi-stroke.hgi-heart-check::before {
  content: "\f0ef5"
}

.hgi-bulk.hgi-heart-remove::before,.hgi-stroke.hgi-heart-remove::before {
  content: "\f0ef7"
}

.hgi-bulk.hgi-heartbreak::before,.hgi-stroke.hgi-heartbreak::before {
  content: "\f0ef9"
}

.hgi-bulk.hgi-helicopter::before,.hgi-stroke.hgi-helicopter::before {
  content: "\f0efb"
}

.hgi-bulk.hgi-help-circle::before,.hgi-stroke.hgi-help-circle::before {
  content: "\f0efd"
}

.hgi-bulk.hgi-help-square::before,.hgi-stroke.hgi-help-square::before {
  content: "\f0eff"
}

.hgi-bulk.hgi-hexagon-01::before,.hgi-stroke.hgi-hexagon-01::before {
  content: "\f0f01"
}

.hgi-bulk.hgi-hexagon::before,.hgi-stroke.hgi-hexagon::before {
  content: "\f0f03"
}

.hgi-bulk.hgi-hierarchy-circle-01::before,.hgi-stroke.hgi-hierarchy-circle-01::before {
  content: "\f0f05"
}

.hgi-bulk.hgi-hierarchy-circle-02::before,.hgi-stroke.hgi-hierarchy-circle-02::before {
  content: "\f0f07"
}

.hgi-bulk.hgi-hierarchy-circle-03::before,.hgi-stroke.hgi-hierarchy-circle-03::before {
  content: "\f0f09"
}

.hgi-bulk.hgi-hierarchy-files::before,.hgi-stroke.hgi-hierarchy-files::before {
  content: "\f0f0b"
}

.hgi-bulk.hgi-hierarchy-square-01::before,.hgi-stroke.hgi-hierarchy-square-01::before {
  content: "\f0f0e"
}

.hgi-bulk.hgi-hierarchy-square-02::before,.hgi-stroke.hgi-hierarchy-square-02::before {
  content: "\f0f10"
}

.hgi-bulk.hgi-hierarchy-square-03::before,.hgi-stroke.hgi-hierarchy-square-03::before {
  content: "\f0f12"
}

.hgi-bulk.hgi-hierarchy-square-04::before,.hgi-stroke.hgi-hierarchy-square-04::before {
  content: "\f0f14"
}

.hgi-bulk.hgi-hierarchy-square-05::before,.hgi-stroke.hgi-hierarchy-square-05::before {
  content: "\f0f16"
}

.hgi-bulk.hgi-hierarchy-square-06::before,.hgi-stroke.hgi-hierarchy-square-06::before {
  content: "\f0f18"
}

.hgi-bulk.hgi-hierarchy-square-07::before,.hgi-stroke.hgi-hierarchy-square-07::before {
  content: "\f0f1a"
}

.hgi-bulk.hgi-hierarchy-square-08::before,.hgi-stroke.hgi-hierarchy-square-08::before {
  content: "\f0f1c"
}

.hgi-bulk.hgi-hierarchy-square-10::before,.hgi-stroke.hgi-hierarchy-square-10::before {
  content: "\f0f1e"
}

.hgi-bulk.hgi-hierarchy::before,.hgi-stroke.hgi-hierarchy::before {
  content: "\f0f1f"
}

.hgi-bulk.hgi-high-heels-01::before,.hgi-stroke.hgi-high-heels-01::before {
  content: "\f0f21"
}

.hgi-bulk.hgi-high-heels-02::before,.hgi-stroke.hgi-high-heels-02::before {
  content: "\f0f23"
}

.hgi-bulk.hgi-highlighter::before,.hgi-stroke.hgi-highlighter::before {
  content: "\f0f25"
}

.hgi-bulk.hgi-hijab::before,.hgi-stroke.hgi-hijab::before {
  content: "\f0f27"
}

.hgi-bulk.hgi-hockey::before,.hgi-stroke.hgi-hockey::before {
  content: "\f0f29"
}

.hgi-bulk.hgi-hold-01::before,.hgi-stroke.hgi-hold-01::before {
  content: "\f0f2b"
}

.hgi-bulk.hgi-hold-02::before,.hgi-stroke.hgi-hold-02::before {
  content: "\f0f2d"
}

.hgi-bulk.hgi-hold-03::before,.hgi-stroke.hgi-hold-03::before {
  content: "\f0f2f"
}

.hgi-bulk.hgi-hold-04::before,.hgi-stroke.hgi-hold-04::before {
  content: "\f0f31"
}

.hgi-bulk.hgi-hold-05::before,.hgi-stroke.hgi-hold-05::before {
  content: "\f0f33"
}

.hgi-bulk.hgi-hold-locked-01::before,.hgi-stroke.hgi-hold-locked-01::before {
  content: "\f0f35"
}

.hgi-bulk.hgi-hold-locked-02::before,.hgi-stroke.hgi-hold-locked-02::before {
  content: "\f0f37"
}

.hgi-bulk.hgi-hold-phone::before,.hgi-stroke.hgi-hold-phone::before {
  content: "\f0f39"
}

.hgi-bulk.hgi-hologram::before,.hgi-stroke.hgi-hologram::before {
  content: "\f0f3b"
}

.hgi-bulk.hgi-home-01::before,.hgi-stroke.hgi-home-01::before {
  content: "\f0f3d"
}

.hgi-bulk.hgi-home-02::before,.hgi-stroke.hgi-home-02::before {
  content: "\f0f3f"
}

.hgi-bulk.hgi-home-03::before,.hgi-stroke.hgi-home-03::before {
  content: "\f0f41"
}

.hgi-bulk.hgi-home-04::before,.hgi-stroke.hgi-home-04::before {
  content: "\f0f43"
}

.hgi-bulk.hgi-home-05::before,.hgi-stroke.hgi-home-05::before {
  content: "\f0f45"
}

.hgi-bulk.hgi-home-06::before,.hgi-stroke.hgi-home-06::before {
  content: "\f0f47"
}

.hgi-bulk.hgi-home-07::before,.hgi-stroke.hgi-home-07::before {
  content: "\f0f49"
}

.hgi-bulk.hgi-home-08::before,.hgi-stroke.hgi-home-08::before {
  content: "\f0f4b"
}

.hgi-bulk.hgi-home-09::before,.hgi-stroke.hgi-home-09::before {
  content: "\f0f4d"
}

.hgi-bulk.hgi-home-10::before,.hgi-stroke.hgi-home-10::before {
  content: "\f0f4f"
}

.hgi-bulk.hgi-home-11::before,.hgi-stroke.hgi-home-11::before {
  content: "\f0f51"
}

.hgi-bulk.hgi-home-12::before,.hgi-stroke.hgi-home-12::before {
  content: "\f0f53"
}

.hgi-bulk.hgi-home-13::before,.hgi-stroke.hgi-home-13::before {
  content: "\f0f55"
}

.hgi-bulk.hgi-home-wifi::before,.hgi-stroke.hgi-home-wifi::before {
  content: "\f0f57"
}

.hgi-bulk.hgi-honey-01::before,.hgi-stroke.hgi-honey-01::before {
  content: "\f0f59"
}

.hgi-bulk.hgi-honey-02::before,.hgi-stroke.hgi-honey-02::before {
  content: "\f0f5b"
}

.hgi-bulk.hgi-honor::before,.hgi-stroke.hgi-honor::before {
  content: "\f0f5d"
}

.hgi-bulk.hgi-honour-star::before,.hgi-stroke.hgi-honour-star::before {
  content: "\f0f5f"
}

.hgi-bulk.hgi-hoodie::before,.hgi-stroke.hgi-hoodie::before {
  content: "\f0f61"
}

.hgi-bulk.hgi-horizonal-scroll-point::before,.hgi-stroke.hgi-horizonal-scroll-point::before {
  content: "\f0f63"
}

.hgi-bulk.hgi-horizontal-resize::before,.hgi-stroke.hgi-horizontal-resize::before {
  content: "\f0f65"
}

.hgi-bulk.hgi-horse-head::before,.hgi-stroke.hgi-horse-head::before {
  content: "\f0f67"
}

.hgi-bulk.hgi-horse-saddle::before,.hgi-stroke.hgi-horse-saddle::before {
  content: "\f0f69"
}

.hgi-bulk.hgi-horse::before,.hgi-stroke.hgi-horse::before {
  content: "\f0f6b"
}

.hgi-bulk.hgi-hospital-01::before,.hgi-stroke.hgi-hospital-01::before {
  content: "\f0f6d"
}

.hgi-bulk.hgi-hospital-02::before,.hgi-stroke.hgi-hospital-02::before {
  content: "\f0f6f"
}

.hgi-bulk.hgi-hospital-bed-01::before,.hgi-stroke.hgi-hospital-bed-01::before {
  content: "\f0f71"
}

.hgi-bulk.hgi-hospital-bed-02::before,.hgi-stroke.hgi-hospital-bed-02::before {
  content: "\f0f73"
}

.hgi-bulk.hgi-hospital-location::before,.hgi-stroke.hgi-hospital-location::before {
  content: "\f0f75"
}

.hgi-bulk.hgi-hot-air-balloon::before,.hgi-stroke.hgi-hot-air-balloon::before {
  content: "\f0f77"
}

.hgi-bulk.hgi-hot-price::before,.hgi-stroke.hgi-hot-price::before {
  content: "\f0f79"
}

.hgi-bulk.hgi-hot-tube::before,.hgi-stroke.hgi-hot-tube::before {
  content: "\f0f7b"
}

.hgi-bulk.hgi-hotdog::before,.hgi-stroke.hgi-hotdog::before {
  content: "\f0f7d"
}

.hgi-bulk.hgi-hotel-01::before,.hgi-stroke.hgi-hotel-01::before {
  content: "\f0f7f"
}

.hgi-bulk.hgi-hotel-02::before,.hgi-stroke.hgi-hotel-02::before {
  content: "\f0f81"
}

.hgi-bulk.hgi-hotel-bell::before,.hgi-stroke.hgi-hotel-bell::before {
  content: "\f0f83"
}

.hgi-bulk.hgi-hotspot-offline::before,.hgi-stroke.hgi-hotspot-offline::before {
  content: "\f0f85"
}

.hgi-bulk.hgi-hotspot::before,.hgi-stroke.hgi-hotspot::before {
  content: "\f0f87"
}

.hgi-bulk.hgi-hourglass-off::before,.hgi-stroke.hgi-hourglass-off::before {
  content: "\f0f89"
}

.hgi-bulk.hgi-hourglass::before,.hgi-stroke.hgi-hourglass::before {
  content: "\f0f8b"
}

.hgi-bulk.hgi-house-01::before,.hgi-stroke.hgi-house-01::before {
  content: "\f0f8d"
}

.hgi-bulk.hgi-house-02::before,.hgi-stroke.hgi-house-02::before {
  content: "\f0f8f"
}

.hgi-bulk.hgi-house-03::before,.hgi-stroke.hgi-house-03::before {
  content: "\f0f91"
}

.hgi-bulk.hgi-house-04::before,.hgi-stroke.hgi-house-04::before {
  content: "\f0f93"
}

.hgi-bulk.hgi-house-05::before,.hgi-stroke.hgi-house-05::before {
  content: "\f0f95"
}

.hgi-bulk.hgi-house-solar-panel::before,.hgi-stroke.hgi-house-solar-panel::before {
  content: "\f0f97"
}

.hgi-bulk.hgi-html-5::before,.hgi-stroke.hgi-html-5::before {
  content: "\f0f99"
}

.hgi-bulk.hgi-html-file-01::before,.hgi-stroke.hgi-html-file-01::before {
  content: "\f0f9b"
}

.hgi-bulk.hgi-html-file-02::before,.hgi-stroke.hgi-html-file-02::before {
  content: "\f0f9d"
}

.hgi-bulk.hgi-hugeicons::before,.hgi-stroke.hgi-hugeicons::before {
  content: "\f0f9f"
}

.hgi-bulk.hgi-humidity::before,.hgi-stroke.hgi-humidity::before {
  content: "\f0fa1"
}

.hgi-bulk.hgi-hut::before,.hgi-stroke.hgi-hut::before {
  content: "\f0fa3"
}

.hgi-bulk.hgi-hydro-power::before,.hgi-stroke.hgi-hydro-power::before {
  content: "\f0fa5"
}

.hgi-bulk.hgi-hyperbole::before,.hgi-stroke.hgi-hyperbole::before {
  content: "\f0fa7"
}

.hgi-bulk.hgi-ice-cream-01::before,.hgi-stroke.hgi-ice-cream-01::before {
  content: "\f0fa9"
}

.hgi-bulk.hgi-ice-cream-02::before,.hgi-stroke.hgi-ice-cream-02::before {
  content: "\f0fab"
}

.hgi-bulk.hgi-ice-cream-03::before,.hgi-stroke.hgi-ice-cream-03::before {
  content: "\f0fad"
}

.hgi-bulk.hgi-ice-cream-04::before,.hgi-stroke.hgi-ice-cream-04::before {
  content: "\f0faf"
}

.hgi-bulk.hgi-ice-cubes::before,.hgi-stroke.hgi-ice-cubes::before {
  content: "\f0fb1"
}

.hgi-bulk.hgi-ice-hockey::before,.hgi-stroke.hgi-ice-hockey::before {
  content: "\f0fb3"
}

.hgi-bulk.hgi-ice-skating::before,.hgi-stroke.hgi-ice-skating::before {
  content: "\f0fb5"
}

.hgi-bulk.hgi-ico::before,.hgi-stroke.hgi-ico::before {
  content: "\f0fb7"
}

.hgi-bulk.hgi-iconjar::before,.hgi-stroke.hgi-iconjar::before {
  content: "\f0fb9"
}

.hgi-bulk.hgi-id-not-verified::before,.hgi-stroke.hgi-id-not-verified::before {
  content: "\f0fbb"
}

.hgi-bulk.hgi-id-verified::before,.hgi-stroke.hgi-id-verified::before {
  content: "\f0fbe"
}

.hgi-bulk.hgi-id::before,.hgi-stroke.hgi-id::before {
  content: "\f0fbf"
}

.hgi-bulk.hgi-idea-01::before,.hgi-stroke.hgi-idea-01::before {
  content: "\f0fc1"
}

.hgi-bulk.hgi-idea::before,.hgi-stroke.hgi-idea::before {
  content: "\f0fc3"
}

.hgi-bulk.hgi-identification::before,.hgi-stroke.hgi-identification::before {
  content: "\f0fc5"
}

.hgi-bulk.hgi-identity-card::before,.hgi-stroke.hgi-identity-card::before {
  content: "\f0fc7"
}

.hgi-bulk.hgi-image-01::before,.hgi-stroke.hgi-image-01::before {
  content: "\f0fc9"
}

.hgi-bulk.hgi-image-02::before,.hgi-stroke.hgi-image-02::before {
  content: "\f0fcb"
}

.hgi-bulk.hgi-image-03::before,.hgi-stroke.hgi-image-03::before {
  content: "\f0fcd"
}

.hgi-bulk.hgi-image-actual-size::before,.hgi-stroke.hgi-image-actual-size::before {
  content: "\f0fcf"
}

.hgi-bulk.hgi-image-add-01::before,.hgi-stroke.hgi-image-add-01::before {
  content: "\f0fd1"
}

.hgi-bulk.hgi-image-add-02::before,.hgi-stroke.hgi-image-add-02::before {
  content: "\f0fd3"
}

.hgi-bulk.hgi-image-composition-oval::before,.hgi-stroke.hgi-image-composition-oval::before {
  content: "\f0fd5"
}

.hgi-bulk.hgi-image-composition::before,.hgi-stroke.hgi-image-composition::before {
  content: "\f0fd7"
}

.hgi-bulk.hgi-image-counter-clockwise::before,.hgi-stroke.hgi-image-counter-clockwise::before {
  content: "\f0fd9"
}

.hgi-bulk.hgi-image-crop::before,.hgi-stroke.hgi-image-crop::before {
  content: "\f0fdb"
}

.hgi-bulk.hgi-image-delete-01::before,.hgi-stroke.hgi-image-delete-01::before {
  content: "\f0fdd"
}

.hgi-bulk.hgi-image-delete-02::before,.hgi-stroke.hgi-image-delete-02::before {
  content: "\f0fdf"
}

.hgi-bulk.hgi-image-done-01::before,.hgi-stroke.hgi-image-done-01::before {
  content: "\f0fe1"
}

.hgi-bulk.hgi-image-done-02::before,.hgi-stroke.hgi-image-done-02::before {
  content: "\f0fe3"
}

.hgi-bulk.hgi-image-download-02::before,.hgi-stroke.hgi-image-download-02::before {
  content: "\f0fe5"
}

.hgi-bulk.hgi-image-download::before,.hgi-stroke.hgi-image-download::before {
  content: "\f0fe7"
}

.hgi-bulk.hgi-image-flip-horizontal::before,.hgi-stroke.hgi-image-flip-horizontal::before {
  content: "\f0fe9"
}

.hgi-bulk.hgi-image-flip-vertical::before,.hgi-stroke.hgi-image-flip-vertical::before {
  content: "\f0feb"
}

.hgi-bulk.hgi-image-not-found-01::before,.hgi-stroke.hgi-image-not-found-01::before {
  content: "\f0fed"
}

.hgi-bulk.hgi-image-not-found-02::before,.hgi-stroke.hgi-image-not-found-02::before {
  content: "\f0fef"
}

.hgi-bulk.hgi-image-remove-01::before,.hgi-stroke.hgi-image-remove-01::before {
  content: "\f0ff1"
}

.hgi-bulk.hgi-image-remove-02::before,.hgi-stroke.hgi-image-remove-02::before {
  content: "\f0ff3"
}

.hgi-bulk.hgi-image-rotation-clockwise::before,.hgi-stroke.hgi-image-rotation-clockwise::before {
  content: "\f0ff5"
}

.hgi-bulk.hgi-image-upload-01::before,.hgi-stroke.hgi-image-upload-01::before {
  content: "\f0ff7"
}

.hgi-bulk.hgi-image-upload::before,.hgi-stroke.hgi-image-upload::before {
  content: "\f0ff9"
}

.hgi-bulk.hgi-imo::before,.hgi-stroke.hgi-imo::before {
  content: "\f0ffb"
}

.hgi-bulk.hgi-important-book::before,.hgi-stroke.hgi-important-book::before {
  content: "\f0ffd"
}

.hgi-bulk.hgi-in-love::before,.hgi-stroke.hgi-in-love::before {
  content: "\f0fff"
}

.hgi-bulk.hgi-inbox-check::before,.hgi-stroke.hgi-inbox-check::before {
  content: "\f1001"
}

.hgi-bulk.hgi-inbox-download::before,.hgi-stroke.hgi-inbox-download::before {
  content: "\f1003"
}

.hgi-bulk.hgi-inbox-unread::before,.hgi-stroke.hgi-inbox-unread::before {
  content: "\f1006"
}

.hgi-bulk.hgi-inbox-upload::before,.hgi-stroke.hgi-inbox-upload::before {
  content: "\f1008"
}

.hgi-bulk.hgi-inbox::before,.hgi-stroke.hgi-inbox::before {
  content: "\f1009"
}

.hgi-bulk.hgi-incognito::before,.hgi-stroke.hgi-incognito::before {
  content: "\f100b"
}

.hgi-bulk.hgi-india-gate::before,.hgi-stroke.hgi-india-gate::before {
  content: "\f100d"
}

.hgi-bulk.hgi-inequality-01::before,.hgi-stroke.hgi-inequality-01::before {
  content: "\f100f"
}

.hgi-bulk.hgi-inequality-02::before,.hgi-stroke.hgi-inequality-02::before {
  content: "\f1011"
}

.hgi-bulk.hgi-inequality-circle-01::before,.hgi-stroke.hgi-inequality-circle-01::before {
  content: "\f1013"
}

.hgi-bulk.hgi-inequality-circle-02::before,.hgi-stroke.hgi-inequality-circle-02::before {
  content: "\f1015"
}

.hgi-bulk.hgi-inequality-square-01::before,.hgi-stroke.hgi-inequality-square-01::before {
  content: "\f1017"
}

.hgi-bulk.hgi-inequality-square-02::before,.hgi-stroke.hgi-inequality-square-02::before {
  content: "\f1019"
}

.hgi-bulk.hgi-infant::before,.hgi-stroke.hgi-infant::before {
  content: "\f101b"
}

.hgi-bulk.hgi-infinity-01::before,.hgi-stroke.hgi-infinity-01::before {
  content: "\f101d"
}

.hgi-bulk.hgi-infinity-02::before,.hgi-stroke.hgi-infinity-02::before {
  content: "\f101f"
}

.hgi-bulk.hgi-infinity-circle::before,.hgi-stroke.hgi-infinity-circle::before {
  content: "\f1021"
}

.hgi-bulk.hgi-infinity-square::before,.hgi-stroke.hgi-infinity-square::before {
  content: "\f1023"
}

.hgi-bulk.hgi-information-circle::before,.hgi-stroke.hgi-information-circle::before {
  content: "\f1025"
}

.hgi-bulk.hgi-information-diamond::before,.hgi-stroke.hgi-information-diamond::before {
  content: "\f1027"
}

.hgi-bulk.hgi-information-square::before,.hgi-stroke.hgi-information-square::before {
  content: "\f1029"
}

.hgi-bulk.hgi-injection::before,.hgi-stroke.hgi-injection::before {
  content: "\f102b"
}

.hgi-bulk.hgi-input-cursor-text::before,.hgi-stroke.hgi-input-cursor-text::before {
  content: "\f102d"
}

.hgi-bulk.hgi-input-long-text::before,.hgi-stroke.hgi-input-long-text::before {
  content: "\f102f"
}

.hgi-bulk.hgi-input-numeric::before,.hgi-stroke.hgi-input-numeric::before {
  content: "\f1031"
}

.hgi-bulk.hgi-input-short-text::before,.hgi-stroke.hgi-input-short-text::before {
  content: "\f1033"
}

.hgi-bulk.hgi-input-text::before,.hgi-stroke.hgi-input-text::before {
  content: "\f1035"
}

.hgi-bulk.hgi-insert-bottom-image::before,.hgi-stroke.hgi-insert-bottom-image::before {
  content: "\f1037"
}

.hgi-bulk.hgi-insert-center-image::before,.hgi-stroke.hgi-insert-center-image::before {
  content: "\f1039"
}

.hgi-bulk.hgi-insert-column-left::before,.hgi-stroke.hgi-insert-column-left::before {
  content: "\f103b"
}

.hgi-bulk.hgi-insert-column::before,.hgi-stroke.hgi-insert-column::before {
  content: "\f103d"
}

.hgi-bulk.hgi-insert-pi::before,.hgi-stroke.hgi-insert-pi::before {
  content: "\f103f"
}

.hgi-bulk.hgi-insert-row-down::before,.hgi-stroke.hgi-insert-row-down::before {
  content: "\f1041"
}

.hgi-bulk.hgi-insert-row-up::before,.hgi-stroke.hgi-insert-row-up::before {
  content: "\f1044"
}

.hgi-bulk.hgi-insert-row::before,.hgi-stroke.hgi-insert-row::before {
  content: "\f1045"
}

.hgi-bulk.hgi-insert-top-image::before,.hgi-stroke.hgi-insert-top-image::before {
  content: "\f1047"
}

.hgi-bulk.hgi-inspect-code::before,.hgi-stroke.hgi-inspect-code::before {
  content: "\f1049"
}

.hgi-bulk.hgi-instagram::before,.hgi-stroke.hgi-instagram::before {
  content: "\f104b"
}

.hgi-bulk.hgi-installing-updates-01::before,.hgi-stroke.hgi-installing-updates-01::before {
  content: "\f104d"
}

.hgi-bulk.hgi-installing-updates-02::before,.hgi-stroke.hgi-installing-updates-02::before {
  content: "\f104f"
}

.hgi-bulk.hgi-internet-antenna-01::before,.hgi-stroke.hgi-internet-antenna-01::before {
  content: "\f1051"
}

.hgi-bulk.hgi-internet-antenna-02::before,.hgi-stroke.hgi-internet-antenna-02::before {
  content: "\f1053"
}

.hgi-bulk.hgi-internet-antenna-03::before,.hgi-stroke.hgi-internet-antenna-03::before {
  content: "\f1055"
}

.hgi-bulk.hgi-internet-antenna-04::before,.hgi-stroke.hgi-internet-antenna-04::before {
  content: "\f1057"
}

.hgi-bulk.hgi-internet::before,.hgi-stroke.hgi-internet::before {
  content: "\f1059"
}

.hgi-bulk.hgi-investigation::before,.hgi-stroke.hgi-investigation::before {
  content: "\f105b"
}

.hgi-bulk.hgi-invoice-01::before,.hgi-stroke.hgi-invoice-01::before {
  content: "\f105d"
}

.hgi-bulk.hgi-invoice-02::before,.hgi-stroke.hgi-invoice-02::before {
  content: "\f105f"
}

.hgi-bulk.hgi-invoice-03::before,.hgi-stroke.hgi-invoice-03::before {
  content: "\f1061"
}

.hgi-bulk.hgi-invoice-04::before,.hgi-stroke.hgi-invoice-04::before {
  content: "\f1063"
}

.hgi-bulk.hgi-invoice::before,.hgi-stroke.hgi-invoice::before {
  content: "\f1065"
}

.hgi-bulk.hgi-ipod::before,.hgi-stroke.hgi-ipod::before {
  content: "\f1067"
}

.hgi-bulk.hgi-iris-scan::before,.hgi-stroke.hgi-iris-scan::before {
  content: "\f1069"
}

.hgi-bulk.hgi-island::before,.hgi-stroke.hgi-island::before {
  content: "\f106b"
}

.hgi-bulk.hgi-jar::before,.hgi-stroke.hgi-jar::before {
  content: "\f106d"
}

.hgi-bulk.hgi-java-script::before,.hgi-stroke.hgi-java-script::before {
  content: "\f106f"
}

.hgi-bulk.hgi-java::before,.hgi-stroke.hgi-java::before {
  content: "\f1071"
}

.hgi-bulk.hgi-job-link::before,.hgi-stroke.hgi-job-link::before {
  content: "\f1073"
}

.hgi-bulk.hgi-job-search::before,.hgi-stroke.hgi-job-search::before {
  content: "\f1075"
}

.hgi-bulk.hgi-job-share::before,.hgi-stroke.hgi-job-share::before {
  content: "\f1077"
}

.hgi-bulk.hgi-jogger-pants::before,.hgi-stroke.hgi-jogger-pants::before {
  content: "\f1079"
}

.hgi-bulk.hgi-join-bevel::before,.hgi-stroke.hgi-join-bevel::before {
  content: "\f107b"
}

.hgi-bulk.hgi-join-round::before,.hgi-stroke.hgi-join-round::before {
  content: "\f107d"
}

.hgi-bulk.hgi-join-straight::before,.hgi-stroke.hgi-join-straight::before {
  content: "\f107f"
}

.hgi-bulk.hgi-joker::before,.hgi-stroke.hgi-joker::before {
  content: "\f1081"
}

.hgi-bulk.hgi-joystick-01::before,.hgi-stroke.hgi-joystick-01::before {
  content: "\f1083"
}

.hgi-bulk.hgi-joystick-02::before,.hgi-stroke.hgi-joystick-02::before {
  content: "\f1085"
}

.hgi-bulk.hgi-joystick-03::before,.hgi-stroke.hgi-joystick-03::before {
  content: "\f1087"
}

.hgi-bulk.hgi-joystick-04::before,.hgi-stroke.hgi-joystick-04::before {
  content: "\f1089"
}

.hgi-bulk.hgi-joystick-05::before,.hgi-stroke.hgi-joystick-05::before {
  content: "\f108b"
}

.hgi-bulk.hgi-jpg-01::before,.hgi-stroke.hgi-jpg-01::before {
  content: "\f108d"
}

.hgi-bulk.hgi-jpg-02::before,.hgi-stroke.hgi-jpg-02::before {
  content: "\f108f"
}

.hgi-bulk.hgi-jsx-01::before,.hgi-stroke.hgi-jsx-01::before {
  content: "\f1091"
}

.hgi-bulk.hgi-jsx-02::before,.hgi-stroke.hgi-jsx-02::before {
  content: "\f1093"
}

.hgi-bulk.hgi-jsx-03::before,.hgi-stroke.hgi-jsx-03::before {
  content: "\f1095"
}

.hgi-bulk.hgi-judge::before,.hgi-stroke.hgi-judge::before {
  content: "\f1097"
}

.hgi-bulk.hgi-jumpers::before,.hgi-stroke.hgi-jumpers::before {
  content: "\f1099"
}

.hgi-bulk.hgi-jupiter::before,.hgi-stroke.hgi-jupiter::before {
  content: "\f109b"
}

.hgi-bulk.hgi-justice-scale-01::before,.hgi-stroke.hgi-justice-scale-01::before {
  content: "\f109d"
}

.hgi-bulk.hgi-justice-scale-02::before,.hgi-stroke.hgi-justice-scale-02::before {
  content: "\f109f"
}

.hgi-bulk.hgi-kaaba-01::before,.hgi-stroke.hgi-kaaba-01::before {
  content: "\f10a1"
}

.hgi-bulk.hgi-kaaba-02::before,.hgi-stroke.hgi-kaaba-02::before {
  content: "\f10a3"
}

.hgi-bulk.hgi-kanban::before,.hgi-stroke.hgi-kanban::before {
  content: "\f10a5"
}

.hgi-bulk.hgi-kayak::before,.hgi-stroke.hgi-kayak::before {
  content: "\f10a7"
}

.hgi-bulk.hgi-keffiyeh::before,.hgi-stroke.hgi-keffiyeh::before {
  content: "\f10a9"
}

.hgi-bulk.hgi-kettle-01::before,.hgi-stroke.hgi-kettle-01::before {
  content: "\f10ab"
}

.hgi-bulk.hgi-kettle::before,.hgi-stroke.hgi-kettle::before {
  content: "\f10ad"
}

.hgi-bulk.hgi-kettlebell::before,.hgi-stroke.hgi-kettlebell::before {
  content: "\f10af"
}

.hgi-bulk.hgi-ketupat::before,.hgi-stroke.hgi-ketupat::before {
  content: "\f10b1"
}

.hgi-bulk.hgi-key-01::before,.hgi-stroke.hgi-key-01::before {
  content: "\f10b3"
}

.hgi-bulk.hgi-key-02::before,.hgi-stroke.hgi-key-02::before {
  content: "\f10b5"
}

.hgi-bulk.hgi-key-generator-fob::before,.hgi-stroke.hgi-key-generator-fob::before {
  content: "\f10b7"
}

.hgi-bulk.hgi-keyboard::before,.hgi-stroke.hgi-keyboard::before {
  content: "\f10b9"
}

.hgi-bulk.hgi-keyframe-add::before,.hgi-stroke.hgi-keyframe-add::before {
  content: "\f10bb"
}

.hgi-bulk.hgi-keyframe-align-center::before,.hgi-stroke.hgi-keyframe-align-center::before {
  content: "\f10bd"
}

.hgi-bulk.hgi-keyframe-align-horizontal::before,.hgi-stroke.hgi-keyframe-align-horizontal::before {
  content: "\f10bf"
}

.hgi-bulk.hgi-keyframe-align-vertical::before,.hgi-stroke.hgi-keyframe-align-vertical::before {
  content: "\f10c1"
}

.hgi-bulk.hgi-keyframe-bottom::before,.hgi-stroke.hgi-keyframe-bottom::before {
  content: "\f10c3"
}

.hgi-bulk.hgi-keyframe-left::before,.hgi-stroke.hgi-keyframe-left::before {
  content: "\f10c5"
}

.hgi-bulk.hgi-keyframe-remove::before,.hgi-stroke.hgi-keyframe-remove::before {
  content: "\f10c7"
}

.hgi-bulk.hgi-keyframe-right::before,.hgi-stroke.hgi-keyframe-right::before {
  content: "\f10c9"
}

.hgi-bulk.hgi-keyframe-top::before,.hgi-stroke.hgi-keyframe-top::before {
  content: "\f10cc"
}

.hgi-bulk.hgi-keyframe::before,.hgi-stroke.hgi-keyframe::before {
  content: "\f10cd"
}

.hgi-bulk.hgi-keyframes-double-add::before,.hgi-stroke.hgi-keyframes-double-add::before {
  content: "\f10cf"
}

.hgi-bulk.hgi-keyframes-double-remove::before,.hgi-stroke.hgi-keyframes-double-remove::before {
  content: "\f10d1"
}

.hgi-bulk.hgi-keyframes-double::before,.hgi-stroke.hgi-keyframes-double::before {
  content: "\f10d3"
}

.hgi-bulk.hgi-keyframes-multiple-add::before,.hgi-stroke.hgi-keyframes-multiple-add::before {
  content: "\f10d5"
}

.hgi-bulk.hgi-keyframes-multiple-remove::before,.hgi-stroke.hgi-keyframes-multiple-remove::before {
  content: "\f10d7"
}

.hgi-bulk.hgi-keyframes-multiple::before,.hgi-stroke.hgi-keyframes-multiple::before {
  content: "\f10d9"
}

.hgi-bulk.hgi-kickstarter-01::before,.hgi-stroke.hgi-kickstarter-01::before {
  content: "\f10db"
}

.hgi-bulk.hgi-kickstarter-02::before,.hgi-stroke.hgi-kickstarter-02::before {
  content: "\f10dd"
}

.hgi-bulk.hgi-kid::before,.hgi-stroke.hgi-kid::before {
  content: "\f10df"
}

.hgi-bulk.hgi-kidneys::before,.hgi-stroke.hgi-kidneys::before {
  content: "\f10e1"
}

.hgi-bulk.hgi-kimi-ai::before,.hgi-stroke.hgi-kimi-ai::before {
  content: "\f10e3"
}

.hgi-bulk.hgi-kissing::before,.hgi-stroke.hgi-kissing::before {
  content: "\f10e5"
}

.hgi-bulk.hgi-kitchen-utensils::before,.hgi-stroke.hgi-kitchen-utensils::before {
  content: "\f10e7"
}

.hgi-bulk.hgi-kite::before,.hgi-stroke.hgi-kite::before {
  content: "\f10e9"
}

.hgi-bulk.hgi-klarna::before,.hgi-stroke.hgi-klarna::before {
  content: "\f10eb"
}

.hgi-bulk.hgi-knife-01::before,.hgi-stroke.hgi-knife-01::before {
  content: "\f10ed"
}

.hgi-bulk.hgi-knife-02::before,.hgi-stroke.hgi-knife-02::before {
  content: "\f10ef"
}

.hgi-bulk.hgi-knife-bread::before,.hgi-stroke.hgi-knife-bread::before {
  content: "\f10f1"
}

.hgi-bulk.hgi-knight-shield::before,.hgi-stroke.hgi-knight-shield::before {
  content: "\f10f3"
}

.hgi-bulk.hgi-knives::before,.hgi-stroke.hgi-knives::before {
  content: "\f10f5"
}

.hgi-bulk.hgi-knowledge-01::before,.hgi-stroke.hgi-knowledge-01::before {
  content: "\f10f7"
}

.hgi-bulk.hgi-knowledge-02::before,.hgi-stroke.hgi-knowledge-02::before {
  content: "\f10f9"
}

.hgi-bulk.hgi-ko-fi::before,.hgi-stroke.hgi-ko-fi::before {
  content: "\f10fb"
}

.hgi-bulk.hgi-kurta-01::before,.hgi-stroke.hgi-kurta-01::before {
  content: "\f10fd"
}

.hgi-bulk.hgi-kurta::before,.hgi-stroke.hgi-kurta::before {
  content: "\f10ff"
}

.hgi-bulk.hgi-label-important::before,.hgi-stroke.hgi-label-important::before {
  content: "\f1101"
}

.hgi-bulk.hgi-label::before,.hgi-stroke.hgi-label::before {
  content: "\f1103"
}

.hgi-bulk.hgi-labor::before,.hgi-stroke.hgi-labor::before {
  content: "\f1105"
}

.hgi-bulk.hgi-labs::before,.hgi-stroke.hgi-labs::before {
  content: "\f1107"
}

.hgi-bulk.hgi-lake::before,.hgi-stroke.hgi-lake::before {
  content: "\f1109"
}

.hgi-bulk.hgi-lamp-01::before,.hgi-stroke.hgi-lamp-01::before {
  content: "\f110b"
}

.hgi-bulk.hgi-lamp-02::before,.hgi-stroke.hgi-lamp-02::before {
  content: "\f110d"
}

.hgi-bulk.hgi-lamp-03::before,.hgi-stroke.hgi-lamp-03::before {
  content: "\f110f"
}

.hgi-bulk.hgi-lamp-04::before,.hgi-stroke.hgi-lamp-04::before {
  content: "\f1111"
}

.hgi-bulk.hgi-lamp-05::before,.hgi-stroke.hgi-lamp-05::before {
  content: "\f1113"
}

.hgi-bulk.hgi-lamp::before,.hgi-stroke.hgi-lamp::before {
  content: "\f1115"
}

.hgi-bulk.hgi-language-circle::before,.hgi-stroke.hgi-language-circle::before {
  content: "\f1117"
}

.hgi-bulk.hgi-language-skill::before,.hgi-stroke.hgi-language-skill::before {
  content: "\f1119"
}

.hgi-bulk.hgi-language-square::before,.hgi-stroke.hgi-language-square::before {
  content: "\f111b"
}

.hgi-bulk.hgi-lantern::before,.hgi-stroke.hgi-lantern::before {
  content: "\f111d"
}

.hgi-bulk.hgi-laptop-add::before,.hgi-stroke.hgi-laptop-add::before {
  content: "\f111f"
}

.hgi-bulk.hgi-laptop-charging::before,.hgi-stroke.hgi-laptop-charging::before {
  content: "\f1121"
}

.hgi-bulk.hgi-laptop-check::before,.hgi-stroke.hgi-laptop-check::before {
  content: "\f1123"
}

.hgi-bulk.hgi-laptop-cloud::before,.hgi-stroke.hgi-laptop-cloud::before {
  content: "\f1125"
}

.hgi-bulk.hgi-laptop-issue::before,.hgi-stroke.hgi-laptop-issue::before {
  content: "\f1127"
}

.hgi-bulk.hgi-laptop-performance::before,.hgi-stroke.hgi-laptop-performance::before {
  content: "\f1129"
}

.hgi-bulk.hgi-laptop-phone-sync::before,.hgi-stroke.hgi-laptop-phone-sync::before {
  content: "\f112b"
}

.hgi-bulk.hgi-laptop-programming::before,.hgi-stroke.hgi-laptop-programming::before {
  content: "\f112d"
}

.hgi-bulk.hgi-laptop-remove::before,.hgi-stroke.hgi-laptop-remove::before {
  content: "\f112f"
}

.hgi-bulk.hgi-laptop-settings::before,.hgi-stroke.hgi-laptop-settings::before {
  content: "\f1132"
}

.hgi-bulk.hgi-laptop-video::before,.hgi-stroke.hgi-laptop-video::before {
  content: "\f1134"
}

.hgi-bulk.hgi-laptop::before,.hgi-stroke.hgi-laptop::before {
  content: "\f1135"
}

.hgi-bulk.hgi-lasso-tool-01::before,.hgi-stroke.hgi-lasso-tool-01::before {
  content: "\f1137"
}

.hgi-bulk.hgi-lasso-tool-02::before,.hgi-stroke.hgi-lasso-tool-02::before {
  content: "\f1139"
}

.hgi-bulk.hgi-last-fm::before,.hgi-stroke.hgi-last-fm::before {
  content: "\f113b"
}

.hgi-bulk.hgi-latitude::before,.hgi-stroke.hgi-latitude::before {
  content: "\f113d"
}

.hgi-bulk.hgi-laughing::before,.hgi-stroke.hgi-laughing::before {
  content: "\f113f"
}

.hgi-bulk.hgi-laurel-wreath-01::before,.hgi-stroke.hgi-laurel-wreath-01::before {
  content: "\f1141"
}

.hgi-bulk.hgi-laurel-wreath-02::before,.hgi-stroke.hgi-laurel-wreath-02::before {
  content: "\f1143"
}

.hgi-bulk.hgi-laurel-wreath-first-01::before,.hgi-stroke.hgi-laurel-wreath-first-01::before {
  content: "\f1145"
}

.hgi-bulk.hgi-laurel-wreath-first-02::before,.hgi-stroke.hgi-laurel-wreath-first-02::before {
  content: "\f1147"
}

.hgi-bulk.hgi-laurel-wreath-left-01::before,.hgi-stroke.hgi-laurel-wreath-left-01::before {
  content: "\f1149"
}

.hgi-bulk.hgi-laurel-wreath-left-02::before,.hgi-stroke.hgi-laurel-wreath-left-02::before {
  content: "\f114b"
}

.hgi-bulk.hgi-laurel-wreath-left-03::before,.hgi-stroke.hgi-laurel-wreath-left-03::before {
  content: "\f114d"
}

.hgi-bulk.hgi-laurel-wreath-right-01::before,.hgi-stroke.hgi-laurel-wreath-right-01::before {
  content: "\f114f"
}

.hgi-bulk.hgi-laurel-wreath-right-02::before,.hgi-stroke.hgi-laurel-wreath-right-02::before {
  content: "\f1151"
}

.hgi-bulk.hgi-laurel-wreath-right-03::before,.hgi-stroke.hgi-laurel-wreath-right-03::before {
  content: "\f1153"
}

.hgi-bulk.hgi-layer-add::before,.hgi-stroke.hgi-layer-add::before {
  content: "\f1155"
}

.hgi-bulk.hgi-layer-bring-forward::before,.hgi-stroke.hgi-layer-bring-forward::before {
  content: "\f1157"
}

.hgi-bulk.hgi-layer-bring-to-front::before,.hgi-stroke.hgi-layer-bring-to-front::before {
  content: "\f1159"
}

.hgi-bulk.hgi-layer-mask-01::before,.hgi-stroke.hgi-layer-mask-01::before {
  content: "\f115b"
}

.hgi-bulk.hgi-layer-mask-02::before,.hgi-stroke.hgi-layer-mask-02::before {
  content: "\f115d"
}

.hgi-bulk.hgi-layer-send-backward::before,.hgi-stroke.hgi-layer-send-backward::before {
  content: "\f1160"
}

.hgi-bulk.hgi-layer-send-to-back::before,.hgi-stroke.hgi-layer-send-to-back::before {
  content: "\f1162"
}

.hgi-bulk.hgi-layer::before,.hgi-stroke.hgi-layer::before {
  content: "\f1163"
}

.hgi-bulk.hgi-layers-01::before,.hgi-stroke.hgi-layers-01::before {
  content: "\f1165"
}

.hgi-bulk.hgi-layers-02::before,.hgi-stroke.hgi-layers-02::before {
  content: "\f1167"
}

.hgi-bulk.hgi-layers-logo::before,.hgi-stroke.hgi-layers-logo::before {
  content: "\f1169"
}

.hgi-bulk.hgi-layout-01::before,.hgi-stroke.hgi-layout-01::before {
  content: "\f116b"
}

.hgi-bulk.hgi-layout-02::before,.hgi-stroke.hgi-layout-02::before {
  content: "\f116d"
}

.hgi-bulk.hgi-layout-03::before,.hgi-stroke.hgi-layout-03::before {
  content: "\f116f"
}

.hgi-bulk.hgi-layout-04::before,.hgi-stroke.hgi-layout-04::before {
  content: "\f1171"
}

.hgi-bulk.hgi-layout-05::before,.hgi-stroke.hgi-layout-05::before {
  content: "\f1173"
}

.hgi-bulk.hgi-layout-06::before,.hgi-stroke.hgi-layout-06::before {
  content: "\f1175"
}

.hgi-bulk.hgi-layout-07::before,.hgi-stroke.hgi-layout-07::before {
  content: "\f1177"
}

.hgi-bulk.hgi-layout-align-bottom::before,.hgi-stroke.hgi-layout-align-bottom::before {
  content: "\f1179"
}

.hgi-bulk.hgi-layout-align-left::before,.hgi-stroke.hgi-layout-align-left::before {
  content: "\f117b"
}

.hgi-bulk.hgi-layout-align-right::before,.hgi-stroke.hgi-layout-align-right::before {
  content: "\f117d"
}

.hgi-bulk.hgi-layout-align-top::before,.hgi-stroke.hgi-layout-align-top::before {
  content: "\f117f"
}

.hgi-bulk.hgi-layout-bottom::before,.hgi-stroke.hgi-layout-bottom::before {
  content: "\f1181"
}

.hgi-bulk.hgi-layout-grid::before,.hgi-stroke.hgi-layout-grid::before {
  content: "\f1183"
}

.hgi-bulk.hgi-layout-left::before,.hgi-stroke.hgi-layout-left::before {
  content: "\f1185"
}

.hgi-bulk.hgi-layout-right::before,.hgi-stroke.hgi-layout-right::before {
  content: "\f1187"
}

.hgi-bulk.hgi-layout-table-01::before,.hgi-stroke.hgi-layout-table-01::before {
  content: "\f1189"
}

.hgi-bulk.hgi-layout-table-02::before,.hgi-stroke.hgi-layout-table-02::before {
  content: "\f118b"
}

.hgi-bulk.hgi-layout-three-column::before,.hgi-stroke.hgi-layout-three-column::before {
  content: "\f118d"
}

.hgi-bulk.hgi-layout-three-row::before,.hgi-stroke.hgi-layout-three-row::before {
  content: "\f118f"
}

.hgi-bulk.hgi-layout-top::before,.hgi-stroke.hgi-layout-top::before {
  content: "\f1191"
}

.hgi-bulk.hgi-layout-two-column::before,.hgi-stroke.hgi-layout-two-column::before {
  content: "\f1193"
}

.hgi-bulk.hgi-layout-two-row::before,.hgi-stroke.hgi-layout-two-row::before {
  content: "\f1195"
}

.hgi-bulk.hgi-leaf-01::before,.hgi-stroke.hgi-leaf-01::before {
  content: "\f1197"
}

.hgi-bulk.hgi-leaf-02::before,.hgi-stroke.hgi-leaf-02::before {
  content: "\f1199"
}

.hgi-bulk.hgi-leaf-03::before,.hgi-stroke.hgi-leaf-03::before {
  content: "\f119b"
}

.hgi-bulk.hgi-leaf-04::before,.hgi-stroke.hgi-leaf-04::before {
  content: "\f119d"
}

.hgi-bulk.hgi-leaving-geo-fence::before,.hgi-stroke.hgi-leaving-geo-fence::before {
  content: "\f119f"
}

.hgi-bulk.hgi-leetcode::before,.hgi-stroke.hgi-leetcode::before {
  content: "\f11a1"
}

.hgi-bulk.hgi-left-angle::before,.hgi-stroke.hgi-left-angle::before {
  content: "\f11a3"
}

.hgi-bulk.hgi-left-to-right-block-quote::before,.hgi-stroke.hgi-left-to-right-block-quote::before {
  content: "\f11a5"
}

.hgi-bulk.hgi-left-to-right-list-bullet::before,.hgi-stroke.hgi-left-to-right-list-bullet::before {
  content: "\f11a7"
}

.hgi-bulk.hgi-left-to-right-list-dash::before,.hgi-stroke.hgi-left-to-right-list-dash::before {
  content: "\f11a9"
}

.hgi-bulk.hgi-left-to-right-list-number::before,.hgi-stroke.hgi-left-to-right-list-number::before {
  content: "\f11ab"
}

.hgi-bulk.hgi-left-to-right-list-star-01::before,.hgi-stroke.hgi-left-to-right-list-star-01::before {
  content: "\f11ad"
}

.hgi-bulk.hgi-left-to-right-list-star::before,.hgi-stroke.hgi-left-to-right-list-star::before {
  content: "\f11af"
}

.hgi-bulk.hgi-left-to-right-list-triangle::before,.hgi-stroke.hgi-left-to-right-list-triangle::before {
  content: "\f11b1"
}

.hgi-bulk.hgi-left-triangle::before,.hgi-stroke.hgi-left-triangle::before {
  content: "\f11b3"
}

.hgi-bulk.hgi-legal-01::before,.hgi-stroke.hgi-legal-01::before {
  content: "\f11b5"
}

.hgi-bulk.hgi-legal-02::before,.hgi-stroke.hgi-legal-02::before {
  content: "\f11b7"
}

.hgi-bulk.hgi-legal-document-01::before,.hgi-stroke.hgi-legal-document-01::before {
  content: "\f11b9"
}

.hgi-bulk.hgi-legal-document-02::before,.hgi-stroke.hgi-legal-document-02::before {
  content: "\f11bb"
}

.hgi-bulk.hgi-legal-hammer::before,.hgi-stroke.hgi-legal-hammer::before {
  content: "\f11bd"
}

.hgi-bulk.hgi-less-than-circle::before,.hgi-stroke.hgi-less-than-circle::before {
  content: "\f11bf"
}

.hgi-bulk.hgi-less-than-square::before,.hgi-stroke.hgi-less-than-square::before {
  content: "\f11c2"
}

.hgi-bulk.hgi-less-than::before,.hgi-stroke.hgi-less-than::before {
  content: "\f11c3"
}

.hgi-bulk.hgi-letter-spacing::before,.hgi-stroke.hgi-letter-spacing::before {
  content: "\f11c5"
}

.hgi-bulk.hgi-libraries::before,.hgi-stroke.hgi-libraries::before {
  content: "\f11c7"
}

.hgi-bulk.hgi-library::before,.hgi-stroke.hgi-library::before {
  content: "\f11c9"
}

.hgi-bulk.hgi-license-draft::before,.hgi-stroke.hgi-license-draft::before {
  content: "\f11cb"
}

.hgi-bulk.hgi-license-maintenance::before,.hgi-stroke.hgi-license-maintenance::before {
  content: "\f11cd"
}

.hgi-bulk.hgi-license-no::before,.hgi-stroke.hgi-license-no::before {
  content: "\f11cf"
}

.hgi-bulk.hgi-license-pin::before,.hgi-stroke.hgi-license-pin::before {
  content: "\f11d1"
}

.hgi-bulk.hgi-license-third-party::before,.hgi-stroke.hgi-license-third-party::before {
  content: "\f11d4"
}

.hgi-bulk.hgi-license::before,.hgi-stroke.hgi-license::before {
  content: "\f11d5"
}

.hgi-bulk.hgi-lift-truck::before,.hgi-stroke.hgi-lift-truck::before {
  content: "\f11d7"
}

.hgi-bulk.hgi-lighthouse::before,.hgi-stroke.hgi-lighthouse::before {
  content: "\f11d9"
}

.hgi-bulk.hgi-limit-order::before,.hgi-stroke.hgi-limit-order::before {
  content: "\f11db"
}

.hgi-bulk.hgi-limitation::before,.hgi-stroke.hgi-limitation::before {
  content: "\f11dd"
}

.hgi-bulk.hgi-line::before,.hgi-stroke.hgi-line::before {
  content: "\f11df"
}

.hgi-bulk.hgi-liner::before,.hgi-stroke.hgi-liner::before {
  content: "\f11e1"
}

.hgi-bulk.hgi-link-01::before,.hgi-stroke.hgi-link-01::before {
  content: "\f11e3"
}

.hgi-bulk.hgi-link-02::before,.hgi-stroke.hgi-link-02::before {
  content: "\f11e5"
}

.hgi-bulk.hgi-link-03::before,.hgi-stroke.hgi-link-03::before {
  content: "\f11e7"
}

.hgi-bulk.hgi-link-04::before,.hgi-stroke.hgi-link-04::before {
  content: "\f11e9"
}

.hgi-bulk.hgi-link-05::before,.hgi-stroke.hgi-link-05::before {
  content: "\f11eb"
}

.hgi-bulk.hgi-link-06::before,.hgi-stroke.hgi-link-06::before {
  content: "\f11ed"
}

.hgi-bulk.hgi-link-backward::before,.hgi-stroke.hgi-link-backward::before {
  content: "\f11ef"
}

.hgi-bulk.hgi-link-circle-02::before,.hgi-stroke.hgi-link-circle-02::before {
  content: "\f11f1"
}

.hgi-bulk.hgi-link-circle::before,.hgi-stroke.hgi-link-circle::before {
  content: "\f11f3"
}

.hgi-bulk.hgi-link-forward::before,.hgi-stroke.hgi-link-forward::before {
  content: "\f11f5"
}

.hgi-bulk.hgi-link-square-01::before,.hgi-stroke.hgi-link-square-01::before {
  content: "\f11f7"
}

.hgi-bulk.hgi-link-square-02::before,.hgi-stroke.hgi-link-square-02::before {
  content: "\f11f9"
}

.hgi-bulk.hgi-linkedin-01::before,.hgi-stroke.hgi-linkedin-01::before {
  content: "\f11fb"
}

.hgi-bulk.hgi-linkedin-02::before,.hgi-stroke.hgi-linkedin-02::before {
  content: "\f11fd"
}

.hgi-bulk.hgi-list-setting::before,.hgi-stroke.hgi-list-setting::before {
  content: "\f11ff"
}

.hgi-bulk.hgi-list-view::before,.hgi-stroke.hgi-list-view::before {
  content: "\f1201"
}

.hgi-bulk.hgi-litecoin::before,.hgi-stroke.hgi-litecoin::before {
  content: "\f1203"
}

.hgi-bulk.hgi-live-streaming-01::before,.hgi-stroke.hgi-live-streaming-01::before {
  content: "\f1205"
}

.hgi-bulk.hgi-live-streaming-02::before,.hgi-stroke.hgi-live-streaming-02::before {
  content: "\f1207"
}

.hgi-bulk.hgi-live-streaming-03::before,.hgi-stroke.hgi-live-streaming-03::before {
  content: "\f1209"
}

.hgi-bulk.hgi-liver::before,.hgi-stroke.hgi-liver::before {
  content: "\f120b"
}

.hgi-bulk.hgi-loading-01::before,.hgi-stroke.hgi-loading-01::before {
  content: "\f120d"
}

.hgi-bulk.hgi-loading-02::before,.hgi-stroke.hgi-loading-02::before {
  content: "\f120f"
}

.hgi-bulk.hgi-loading-03::before,.hgi-stroke.hgi-loading-03::before {
  content: "\f1211"
}

.hgi-bulk.hgi-loading-04::before,.hgi-stroke.hgi-loading-04::before {
  content: "\f1213"
}

.hgi-bulk.hgi-location-01::before,.hgi-stroke.hgi-location-01::before {
  content: "\f1215"
}

.hgi-bulk.hgi-location-02::before,.hgi-stroke.hgi-location-02::before {
  content: "\f1217"
}

.hgi-bulk.hgi-location-03::before,.hgi-stroke.hgi-location-03::before {
  content: "\f1219"
}

.hgi-bulk.hgi-location-04::before,.hgi-stroke.hgi-location-04::before {
  content: "\f121b"
}

.hgi-bulk.hgi-location-05::before,.hgi-stroke.hgi-location-05::before {
  content: "\f121d"
}

.hgi-bulk.hgi-location-06::before,.hgi-stroke.hgi-location-06::before {
  content: "\f121f"
}

.hgi-bulk.hgi-location-07::before,.hgi-stroke.hgi-location-07::before {
  content: "\f1221"
}

.hgi-bulk.hgi-location-08::before,.hgi-stroke.hgi-location-08::before {
  content: "\f1223"
}

.hgi-bulk.hgi-location-09::before,.hgi-stroke.hgi-location-09::before {
  content: "\f1225"
}

.hgi-bulk.hgi-location-10::before,.hgi-stroke.hgi-location-10::before {
  content: "\f1227"
}

.hgi-bulk.hgi-location-add-01::before,.hgi-stroke.hgi-location-add-01::before {
  content: "\f1229"
}

.hgi-bulk.hgi-location-add-02::before,.hgi-stroke.hgi-location-add-02::before {
  content: "\f122b"
}

.hgi-bulk.hgi-location-check-01::before,.hgi-stroke.hgi-location-check-01::before {
  content: "\f122d"
}

.hgi-bulk.hgi-location-check-02::before,.hgi-stroke.hgi-location-check-02::before {
  content: "\f122f"
}

.hgi-bulk.hgi-location-favourite-01::before,.hgi-stroke.hgi-location-favourite-01::before {
  content: "\f1231"
}

.hgi-bulk.hgi-location-favourite-02::before,.hgi-stroke.hgi-location-favourite-02::before {
  content: "\f1233"
}

.hgi-bulk.hgi-location-offline-01::before,.hgi-stroke.hgi-location-offline-01::before {
  content: "\f1235"
}

.hgi-bulk.hgi-location-offline-02::before,.hgi-stroke.hgi-location-offline-02::before {
  content: "\f1237"
}

.hgi-bulk.hgi-location-offline-03::before,.hgi-stroke.hgi-location-offline-03::before {
  content: "\f1239"
}

.hgi-bulk.hgi-location-offline-04::before,.hgi-stroke.hgi-location-offline-04::before {
  content: "\f123b"
}

.hgi-bulk.hgi-location-remove-01::before,.hgi-stroke.hgi-location-remove-01::before {
  content: "\f123d"
}

.hgi-bulk.hgi-location-remove-02::before,.hgi-stroke.hgi-location-remove-02::before {
  content: "\f123f"
}

.hgi-bulk.hgi-location-share-01::before,.hgi-stroke.hgi-location-share-01::before {
  content: "\f1241"
}

.hgi-bulk.hgi-location-share-02::before,.hgi-stroke.hgi-location-share-02::before {
  content: "\f1243"
}

.hgi-bulk.hgi-location-star-01::before,.hgi-stroke.hgi-location-star-01::before {
  content: "\f1245"
}

.hgi-bulk.hgi-location-star-02::before,.hgi-stroke.hgi-location-star-02::before {
  content: "\f1247"
}

.hgi-bulk.hgi-location-update-01::before,.hgi-stroke.hgi-location-update-01::before {
  content: "\f1249"
}

.hgi-bulk.hgi-location-update-02::before,.hgi-stroke.hgi-location-update-02::before {
  content: "\f124b"
}

.hgi-bulk.hgi-location-user-01::before,.hgi-stroke.hgi-location-user-01::before {
  content: "\f124d"
}

.hgi-bulk.hgi-location-user-02::before,.hgi-stroke.hgi-location-user-02::before {
  content: "\f124f"
}

.hgi-bulk.hgi-location-user-03::before,.hgi-stroke.hgi-location-user-03::before {
  content: "\f1251"
}

.hgi-bulk.hgi-location-user-04::before,.hgi-stroke.hgi-location-user-04::before {
  content: "\f1253"
}

.hgi-bulk.hgi-lock-computer::before,.hgi-stroke.hgi-lock-computer::before {
  content: "\f1255"
}

.hgi-bulk.hgi-lock-key::before,.hgi-stroke.hgi-lock-key::before {
  content: "\f1257"
}

.hgi-bulk.hgi-lock-password::before,.hgi-stroke.hgi-lock-password::before {
  content: "\f1259"
}

.hgi-bulk.hgi-lock-sync-01::before,.hgi-stroke.hgi-lock-sync-01::before {
  content: "\f125c"
}

.hgi-bulk.hgi-lock-sync-02::before,.hgi-stroke.hgi-lock-sync-02::before {
  content: "\f125e"
}

.hgi-bulk.hgi-lock::before,.hgi-stroke.hgi-lock::before {
  content: "\f125f"
}

.hgi-bulk.hgi-locked::before,.hgi-stroke.hgi-locked::before {
  content: "\f1261"
}

.hgi-bulk.hgi-locker-01::before,.hgi-stroke.hgi-locker-01::before {
  content: "\f1263"
}

.hgi-bulk.hgi-locker::before,.hgi-stroke.hgi-locker::before {
  content: "\f1265"
}

.hgi-bulk.hgi-login-01::before,.hgi-stroke.hgi-login-01::before {
  content: "\f1267"
}

.hgi-bulk.hgi-login-02::before,.hgi-stroke.hgi-login-02::before {
  content: "\f1269"
}

.hgi-bulk.hgi-login-03::before,.hgi-stroke.hgi-login-03::before {
  content: "\f126b"
}

.hgi-bulk.hgi-login-circle-01::before,.hgi-stroke.hgi-login-circle-01::before {
  content: "\f126d"
}

.hgi-bulk.hgi-login-circle-02::before,.hgi-stroke.hgi-login-circle-02::before {
  content: "\f126f"
}

.hgi-bulk.hgi-login-method::before,.hgi-stroke.hgi-login-method::before {
  content: "\f1271"
}

.hgi-bulk.hgi-login-square-01::before,.hgi-stroke.hgi-login-square-01::before {
  content: "\f1273"
}

.hgi-bulk.hgi-login-square-02::before,.hgi-stroke.hgi-login-square-02::before {
  content: "\f1275"
}

.hgi-bulk.hgi-logout-01::before,.hgi-stroke.hgi-logout-01::before {
  content: "\f1277"
}

.hgi-bulk.hgi-logout-02::before,.hgi-stroke.hgi-logout-02::before {
  content: "\f1279"
}

.hgi-bulk.hgi-logout-03::before,.hgi-stroke.hgi-logout-03::before {
  content: "\f127b"
}

.hgi-bulk.hgi-logout-04::before,.hgi-stroke.hgi-logout-04::before {
  content: "\f127d"
}

.hgi-bulk.hgi-logout-05::before,.hgi-stroke.hgi-logout-05::before {
  content: "\f127f"
}

.hgi-bulk.hgi-logout-circle-01::before,.hgi-stroke.hgi-logout-circle-01::before {
  content: "\f1281"
}

.hgi-bulk.hgi-logout-circle-02::before,.hgi-stroke.hgi-logout-circle-02::before {
  content: "\f1283"
}

.hgi-bulk.hgi-logout-square-01::before,.hgi-stroke.hgi-logout-square-01::before {
  content: "\f1285"
}

.hgi-bulk.hgi-logout-square-02::before,.hgi-stroke.hgi-logout-square-02::before {
  content: "\f1287"
}

.hgi-bulk.hgi-lollipop::before,.hgi-stroke.hgi-lollipop::before {
  content: "\f1289"
}

.hgi-bulk.hgi-long-sleeve-shirt::before,.hgi-stroke.hgi-long-sleeve-shirt::before {
  content: "\f128b"
}

.hgi-bulk.hgi-longitude::before,.hgi-stroke.hgi-longitude::before {
  content: "\f128d"
}

.hgi-bulk.hgi-look-bottom::before,.hgi-stroke.hgi-look-bottom::before {
  content: "\f128f"
}

.hgi-bulk.hgi-look-left::before,.hgi-stroke.hgi-look-left::before {
  content: "\f1291"
}

.hgi-bulk.hgi-look-right::before,.hgi-stroke.hgi-look-right::before {
  content: "\f1293"
}

.hgi-bulk.hgi-look-top::before,.hgi-stroke.hgi-look-top::before {
  content: "\f1295"
}

.hgi-bulk.hgi-loom::before,.hgi-stroke.hgi-loom::before {
  content: "\f1297"
}

.hgi-bulk.hgi-lottiefiles::before,.hgi-stroke.hgi-lottiefiles::before {
  content: "\f1299"
}

.hgi-bulk.hgi-love-korean-finger::before,.hgi-stroke.hgi-love-korean-finger::before {
  content: "\f129b"
}

.hgi-bulk.hgi-low-signal::before,.hgi-stroke.hgi-low-signal::before {
  content: "\f129d"
}

.hgi-bulk.hgi-loyalty-card::before,.hgi-stroke.hgi-loyalty-card::before {
  content: "\f129f"
}

.hgi-bulk.hgi-luggage-01::before,.hgi-stroke.hgi-luggage-01::before {
  content: "\f12a1"
}

.hgi-bulk.hgi-luggage-02::before,.hgi-stroke.hgi-luggage-02::before {
  content: "\f12a3"
}

.hgi-bulk.hgi-lungs::before,.hgi-stroke.hgi-lungs::before {
  content: "\f12a5"
}

.hgi-bulk.hgi-machine-robot::before,.hgi-stroke.hgi-machine-robot::before {
  content: "\f12a7"
}

.hgi-bulk.hgi-magic-wand-01::before,.hgi-stroke.hgi-magic-wand-01::before {
  content: "\f12a9"
}

.hgi-bulk.hgi-magic-wand-02::before,.hgi-stroke.hgi-magic-wand-02::before {
  content: "\f12ab"
}

.hgi-bulk.hgi-magic-wand-03::before,.hgi-stroke.hgi-magic-wand-03::before {
  content: "\f12ad"
}

.hgi-bulk.hgi-magic-wand-04::before,.hgi-stroke.hgi-magic-wand-04::before {
  content: "\f12af"
}

.hgi-bulk.hgi-magic-wand-05::before,.hgi-stroke.hgi-magic-wand-05::before {
  content: "\f12b1"
}

.hgi-bulk.hgi-magnet-01::before,.hgi-stroke.hgi-magnet-01::before {
  content: "\f12b3"
}

.hgi-bulk.hgi-magnet-02::before,.hgi-stroke.hgi-magnet-02::before {
  content: "\f12b5"
}

.hgi-bulk.hgi-magnet::before,.hgi-stroke.hgi-magnet::before {
  content: "\f12b7"
}

.hgi-bulk.hgi-mail-01::before,.hgi-stroke.hgi-mail-01::before {
  content: "\f12b9"
}

.hgi-bulk.hgi-mail-02::before,.hgi-stroke.hgi-mail-02::before {
  content: "\f12bb"
}

.hgi-bulk.hgi-mail-account-01::before,.hgi-stroke.hgi-mail-account-01::before {
  content: "\f12bd"
}

.hgi-bulk.hgi-mail-account-02::before,.hgi-stroke.hgi-mail-account-02::before {
  content: "\f12bf"
}

.hgi-bulk.hgi-mail-add-01::before,.hgi-stroke.hgi-mail-add-01::before {
  content: "\f12c1"
}

.hgi-bulk.hgi-mail-add-02::before,.hgi-stroke.hgi-mail-add-02::before {
  content: "\f12c3"
}

.hgi-bulk.hgi-mail-at-sign-01::before,.hgi-stroke.hgi-mail-at-sign-01::before {
  content: "\f12c5"
}

.hgi-bulk.hgi-mail-at-sign-02::before,.hgi-stroke.hgi-mail-at-sign-02::before {
  content: "\f12c7"
}

.hgi-bulk.hgi-mail-block-01::before,.hgi-stroke.hgi-mail-block-01::before {
  content: "\f12c9"
}

.hgi-bulk.hgi-mail-block-02::before,.hgi-stroke.hgi-mail-block-02::before {
  content: "\f12cb"
}

.hgi-bulk.hgi-mail-download-01::before,.hgi-stroke.hgi-mail-download-01::before {
  content: "\f12cd"
}

.hgi-bulk.hgi-mail-download-02::before,.hgi-stroke.hgi-mail-download-02::before {
  content: "\f12cf"
}

.hgi-bulk.hgi-mail-edit-01::before,.hgi-stroke.hgi-mail-edit-01::before {
  content: "\f12d1"
}

.hgi-bulk.hgi-mail-edit-02::before,.hgi-stroke.hgi-mail-edit-02::before {
  content: "\f12d3"
}

.hgi-bulk.hgi-mail-lock-01::before,.hgi-stroke.hgi-mail-lock-01::before {
  content: "\f12d5"
}

.hgi-bulk.hgi-mail-lock-02::before,.hgi-stroke.hgi-mail-lock-02::before {
  content: "\f12d7"
}

.hgi-bulk.hgi-mail-love-01::before,.hgi-stroke.hgi-mail-love-01::before {
  content: "\f12d9"
}

.hgi-bulk.hgi-mail-love-02::before,.hgi-stroke.hgi-mail-love-02::before {
  content: "\f12db"
}

.hgi-bulk.hgi-mail-minus-01::before,.hgi-stroke.hgi-mail-minus-01::before {
  content: "\f12dd"
}

.hgi-bulk.hgi-mail-minus-02::before,.hgi-stroke.hgi-mail-minus-02::before {
  content: "\f12df"
}

.hgi-bulk.hgi-mail-open-01::before,.hgi-stroke.hgi-mail-open-01::before {
  content: "\f12e1"
}

.hgi-bulk.hgi-mail-open-02::before,.hgi-stroke.hgi-mail-open-02::before {
  content: "\f12e3"
}

.hgi-bulk.hgi-mail-open-love::before,.hgi-stroke.hgi-mail-open-love::before {
  content: "\f12e5"
}

.hgi-bulk.hgi-mail-open::before,.hgi-stroke.hgi-mail-open::before {
  content: "\f12e7"
}

.hgi-bulk.hgi-mail-receive-01::before,.hgi-stroke.hgi-mail-receive-01::before {
  content: "\f12e9"
}

.hgi-bulk.hgi-mail-receive-02::before,.hgi-stroke.hgi-mail-receive-02::before {
  content: "\f12eb"
}

.hgi-bulk.hgi-mail-remove-01::before,.hgi-stroke.hgi-mail-remove-01::before {
  content: "\f12ed"
}

.hgi-bulk.hgi-mail-remove-02::before,.hgi-stroke.hgi-mail-remove-02::before {
  content: "\f12ef"
}

.hgi-bulk.hgi-mail-reply-01::before,.hgi-stroke.hgi-mail-reply-01::before {
  content: "\f12f1"
}

.hgi-bulk.hgi-mail-reply-02::before,.hgi-stroke.hgi-mail-reply-02::before {
  content: "\f12f3"
}

.hgi-bulk.hgi-mail-reply-all-01::before,.hgi-stroke.hgi-mail-reply-all-01::before {
  content: "\f12f5"
}

.hgi-bulk.hgi-mail-reply-all-02::before,.hgi-stroke.hgi-mail-reply-all-02::before {
  content: "\f12f7"
}

.hgi-bulk.hgi-mail-search-01::before,.hgi-stroke.hgi-mail-search-01::before {
  content: "\f12f9"
}

.hgi-bulk.hgi-mail-search-02::before,.hgi-stroke.hgi-mail-search-02::before {
  content: "\f12fb"
}

.hgi-bulk.hgi-mail-secure-01::before,.hgi-stroke.hgi-mail-secure-01::before {
  content: "\f12fd"
}

.hgi-bulk.hgi-mail-secure-02::before,.hgi-stroke.hgi-mail-secure-02::before {
  content: "\f12ff"
}

.hgi-bulk.hgi-mail-send-01::before,.hgi-stroke.hgi-mail-send-01::before {
  content: "\f1301"
}

.hgi-bulk.hgi-mail-send-02::before,.hgi-stroke.hgi-mail-send-02::before {
  content: "\f1303"
}

.hgi-bulk.hgi-mail-setting-01::before,.hgi-stroke.hgi-mail-setting-01::before {
  content: "\f1305"
}

.hgi-bulk.hgi-mail-setting-02::before,.hgi-stroke.hgi-mail-setting-02::before {
  content: "\f1307"
}

.hgi-bulk.hgi-mail-unlock-01::before,.hgi-stroke.hgi-mail-unlock-01::before {
  content: "\f1309"
}

.hgi-bulk.hgi-mail-unlock-02::before,.hgi-stroke.hgi-mail-unlock-02::before {
  content: "\f130b"
}

.hgi-bulk.hgi-mail-upload-01::before,.hgi-stroke.hgi-mail-upload-01::before {
  content: "\f130d"
}

.hgi-bulk.hgi-mail-upload-02::before,.hgi-stroke.hgi-mail-upload-02::before {
  content: "\f130f"
}

.hgi-bulk.hgi-mail-validation-01::before,.hgi-stroke.hgi-mail-validation-01::before {
  content: "\f1311"
}

.hgi-bulk.hgi-mail-validation-02::before,.hgi-stroke.hgi-mail-validation-02::before {
  content: "\f1313"
}

.hgi-bulk.hgi-mail-voice-01::before,.hgi-stroke.hgi-mail-voice-01::before {
  content: "\f1315"
}

.hgi-bulk.hgi-mail-voice-02::before,.hgi-stroke.hgi-mail-voice-02::before {
  content: "\f1317"
}

.hgi-bulk.hgi-mailbox-01::before,.hgi-stroke.hgi-mailbox-01::before {
  content: "\f1319"
}

.hgi-bulk.hgi-mailbox::before,.hgi-stroke.hgi-mailbox::before {
  content: "\f131b"
}

.hgi-bulk.hgi-male-02::before,.hgi-stroke.hgi-male-02::before {
  content: "\f131d"
}

.hgi-bulk.hgi-male-symbol::before,.hgi-stroke.hgi-male-symbol::before {
  content: "\f131f"
}

.hgi-bulk.hgi-man-woman::before,.hgi-stroke.hgi-man-woman::before {
  content: "\f1322"
}

.hgi-bulk.hgi-man::before,.hgi-stroke.hgi-man::before {
  content: "\f1323"
}

.hgi-bulk.hgi-manager::before,.hgi-stroke.hgi-manager::before {
  content: "\f1325"
}

.hgi-bulk.hgi-map-pin::before,.hgi-stroke.hgi-map-pin::before {
  content: "\f1327"
}

.hgi-bulk.hgi-map-pinpoint-01::before,.hgi-stroke.hgi-map-pinpoint-01::before {
  content: "\f1329"
}

.hgi-bulk.hgi-map-pinpoint-02::before,.hgi-stroke.hgi-map-pinpoint-02::before {
  content: "\f132b"
}

.hgi-bulk.hgi-maping::before,.hgi-stroke.hgi-maping::before {
  content: "\f132d"
}

.hgi-bulk.hgi-maps-circle-01::before,.hgi-stroke.hgi-maps-circle-01::before {
  content: "\f132f"
}

.hgi-bulk.hgi-maps-circle-02::before,.hgi-stroke.hgi-maps-circle-02::before {
  content: "\f1331"
}

.hgi-bulk.hgi-maps-editing::before,.hgi-stroke.hgi-maps-editing::before {
  content: "\f1333"
}

.hgi-bulk.hgi-maps-global-01::before,.hgi-stroke.hgi-maps-global-01::before {
  content: "\f1335"
}

.hgi-bulk.hgi-maps-global-02::before,.hgi-stroke.hgi-maps-global-02::before {
  content: "\f1337"
}

.hgi-bulk.hgi-maps-location-01::before,.hgi-stroke.hgi-maps-location-01::before {
  content: "\f1339"
}

.hgi-bulk.hgi-maps-location-02::before,.hgi-stroke.hgi-maps-location-02::before {
  content: "\f133b"
}

.hgi-bulk.hgi-maps-off::before,.hgi-stroke.hgi-maps-off::before {
  content: "\f133d"
}

.hgi-bulk.hgi-maps-refresh::before,.hgi-stroke.hgi-maps-refresh::before {
  content: "\f133f"
}

.hgi-bulk.hgi-maps-search::before,.hgi-stroke.hgi-maps-search::before {
  content: "\f1341"
}

.hgi-bulk.hgi-maps-square-01::before,.hgi-stroke.hgi-maps-square-01::before {
  content: "\f1344"
}

.hgi-bulk.hgi-maps-square-02::before,.hgi-stroke.hgi-maps-square-02::before {
  content: "\f1346"
}

.hgi-bulk.hgi-maps::before,.hgi-stroke.hgi-maps::before {
  content: "\f1347"
}

.hgi-bulk.hgi-market-analysis::before,.hgi-stroke.hgi-market-analysis::before {
  content: "\f1349"
}

.hgi-bulk.hgi-market-order::before,.hgi-stroke.hgi-market-order::before {
  content: "\f134b"
}

.hgi-bulk.hgi-marketing::before,.hgi-stroke.hgi-marketing::before {
  content: "\f134d"
}

.hgi-bulk.hgi-mask-love::before,.hgi-stroke.hgi-mask-love::before {
  content: "\f134f"
}

.hgi-bulk.hgi-mask-theater-01::before,.hgi-stroke.hgi-mask-theater-01::before {
  content: "\f1352"
}

.hgi-bulk.hgi-mask-theater-02::before,.hgi-stroke.hgi-mask-theater-02::before {
  content: "\f1354"
}

.hgi-bulk.hgi-mask::before,.hgi-stroke.hgi-mask::before {
  content: "\f1355"
}

.hgi-bulk.hgi-master-card::before,.hgi-stroke.hgi-master-card::before {
  content: "\f1357"
}

.hgi-bulk.hgi-mastodon::before,.hgi-stroke.hgi-mastodon::before {
  content: "\f1359"
}

.hgi-bulk.hgi-matches::before,.hgi-stroke.hgi-matches::before {
  content: "\f135b"
}

.hgi-bulk.hgi-material-and-texture::before,.hgi-stroke.hgi-material-and-texture::before {
  content: "\f135d"
}

.hgi-bulk.hgi-math::before,.hgi-stroke.hgi-math::before {
  content: "\f135f"
}

.hgi-bulk.hgi-matrix::before,.hgi-stroke.hgi-matrix::before {
  content: "\f1361"
}

.hgi-bulk.hgi-maximize-01::before,.hgi-stroke.hgi-maximize-01::before {
  content: "\f1363"
}

.hgi-bulk.hgi-maximize-02::before,.hgi-stroke.hgi-maximize-02::before {
  content: "\f1365"
}

.hgi-bulk.hgi-maximize-03::before,.hgi-stroke.hgi-maximize-03::before {
  content: "\f1367"
}

.hgi-bulk.hgi-maximize-04::before,.hgi-stroke.hgi-maximize-04::before {
  content: "\f1369"
}

.hgi-bulk.hgi-maximize-screen::before,.hgi-stroke.hgi-maximize-screen::before {
  content: "\f136b"
}

.hgi-bulk.hgi-mayan-pyramid::before,.hgi-stroke.hgi-mayan-pyramid::before {
  content: "\f136d"
}

.hgi-bulk.hgi-maze::before,.hgi-stroke.hgi-maze::before {
  content: "\f136f"
}

.hgi-bulk.hgi-mcp-server::before,.hgi-stroke.hgi-mcp-server::before {
  content: "\f1371"
}

.hgi-bulk.hgi-meal-scan::before,.hgi-stroke.hgi-meal-scan::before {
  content: "\f1373"
}

.hgi-bulk.hgi-medal-01::before,.hgi-stroke.hgi-medal-01::before {
  content: "\f1375"
}

.hgi-bulk.hgi-medal-02::before,.hgi-stroke.hgi-medal-02::before {
  content: "\f1377"
}

.hgi-bulk.hgi-medal-03::before,.hgi-stroke.hgi-medal-03::before {
  content: "\f1379"
}

.hgi-bulk.hgi-medal-04::before,.hgi-stroke.hgi-medal-04::before {
  content: "\f137b"
}

.hgi-bulk.hgi-medal-05::before,.hgi-stroke.hgi-medal-05::before {
  content: "\f137d"
}

.hgi-bulk.hgi-medal-06::before,.hgi-stroke.hgi-medal-06::before {
  content: "\f137f"
}

.hgi-bulk.hgi-medal-07::before,.hgi-stroke.hgi-medal-07::before {
  content: "\f1381"
}

.hgi-bulk.hgi-medal-first-place::before,.hgi-stroke.hgi-medal-first-place::before {
  content: "\f1383"
}

.hgi-bulk.hgi-medal-second-place::before,.hgi-stroke.hgi-medal-second-place::before {
  content: "\f1385"
}

.hgi-bulk.hgi-medal-third-place::before,.hgi-stroke.hgi-medal-third-place::before {
  content: "\f1387"
}

.hgi-bulk.hgi-medical-file::before,.hgi-stroke.hgi-medical-file::before {
  content: "\f1389"
}

.hgi-bulk.hgi-medical-mask::before,.hgi-stroke.hgi-medical-mask::before {
  content: "\f138b"
}

.hgi-bulk.hgi-medicine-01::before,.hgi-stroke.hgi-medicine-01::before {
  content: "\f138d"
}

.hgi-bulk.hgi-medicine-02::before,.hgi-stroke.hgi-medicine-02::before {
  content: "\f138f"
}

.hgi-bulk.hgi-medicine-bottle-01::before,.hgi-stroke.hgi-medicine-bottle-01::before {
  content: "\f1391"
}

.hgi-bulk.hgi-medicine-bottle-02::before,.hgi-stroke.hgi-medicine-bottle-02::before {
  content: "\f1393"
}

.hgi-bulk.hgi-medicine-syrup::before,.hgi-stroke.hgi-medicine-syrup::before {
  content: "\f1395"
}

.hgi-bulk.hgi-medium-signal::before,.hgi-stroke.hgi-medium-signal::before {
  content: "\f1398"
}

.hgi-bulk.hgi-medium-square::before,.hgi-stroke.hgi-medium-square::before {
  content: "\f139a"
}

.hgi-bulk.hgi-medium::before,.hgi-stroke.hgi-medium::before {
  content: "\f139b"
}

.hgi-bulk.hgi-meeting-room::before,.hgi-stroke.hgi-meeting-room::before {
  content: "\f139d"
}

.hgi-bulk.hgi-megaphone-01::before,.hgi-stroke.hgi-megaphone-01::before {
  content: "\f139f"
}

.hgi-bulk.hgi-megaphone-02::before,.hgi-stroke.hgi-megaphone-02::before {
  content: "\f13a1"
}

.hgi-bulk.hgi-megaphone-03::before,.hgi-stroke.hgi-megaphone-03::before {
  content: "\f13a3"
}

.hgi-bulk.hgi-meh::before,.hgi-stroke.hgi-meh::before {
  content: "\f13a5"
}

.hgi-bulk.hgi-mentor::before,.hgi-stroke.hgi-mentor::before {
  content: "\f13a7"
}

.hgi-bulk.hgi-mentoring::before,.hgi-stroke.hgi-mentoring::before {
  content: "\f13a9"
}

.hgi-bulk.hgi-menu-01::before,.hgi-stroke.hgi-menu-01::before {
  content: "\f13ab"
}

.hgi-bulk.hgi-menu-02::before,.hgi-stroke.hgi-menu-02::before {
  content: "\f13ad"
}

.hgi-bulk.hgi-menu-03::before,.hgi-stroke.hgi-menu-03::before {
  content: "\f13af"
}

.hgi-bulk.hgi-menu-04::before,.hgi-stroke.hgi-menu-04::before {
  content: "\f13b1"
}

.hgi-bulk.hgi-menu-05::before,.hgi-stroke.hgi-menu-05::before {
  content: "\f13b3"
}

.hgi-bulk.hgi-menu-06::before,.hgi-stroke.hgi-menu-06::before {
  content: "\f13b5"
}

.hgi-bulk.hgi-menu-07::before,.hgi-stroke.hgi-menu-07::before {
  content: "\f13b7"
}

.hgi-bulk.hgi-menu-08::before,.hgi-stroke.hgi-menu-08::before {
  content: "\f13b9"
}

.hgi-bulk.hgi-menu-09::before,.hgi-stroke.hgi-menu-09::before {
  content: "\f13bb"
}

.hgi-bulk.hgi-menu-10::before,.hgi-stroke.hgi-menu-10::before {
  content: "\f13bd"
}

.hgi-bulk.hgi-menu-11::before,.hgi-stroke.hgi-menu-11::before {
  content: "\f13bf"
}

.hgi-bulk.hgi-menu-circle::before,.hgi-stroke.hgi-menu-circle::before {
  content: "\f13c1"
}

.hgi-bulk.hgi-menu-collapse::before,.hgi-stroke.hgi-menu-collapse::before {
  content: "\f13c3"
}

.hgi-bulk.hgi-menu-restaurant::before,.hgi-stroke.hgi-menu-restaurant::before {
  content: "\f13c5"
}

.hgi-bulk.hgi-menu-square::before,.hgi-stroke.hgi-menu-square::before {
  content: "\f13c7"
}

.hgi-bulk.hgi-menu-two-line::before,.hgi-stroke.hgi-menu-two-line::before {
  content: "\f13c9"
}

.hgi-bulk.hgi-message-01::before,.hgi-stroke.hgi-message-01::before {
  content: "\f13cb"
}

.hgi-bulk.hgi-message-02::before,.hgi-stroke.hgi-message-02::before {
  content: "\f13cd"
}

.hgi-bulk.hgi-message-add-01::before,.hgi-stroke.hgi-message-add-01::before {
  content: "\f13cf"
}

.hgi-bulk.hgi-message-add-02::before,.hgi-stroke.hgi-message-add-02::before {
  content: "\f13d1"
}

.hgi-bulk.hgi-message-blocked::before,.hgi-stroke.hgi-message-blocked::before {
  content: "\f13d3"
}

.hgi-bulk.hgi-message-cancel-01::before,.hgi-stroke.hgi-message-cancel-01::before {
  content: "\f13d5"
}

.hgi-bulk.hgi-message-cancel-02::before,.hgi-stroke.hgi-message-cancel-02::before {
  content: "\f13d7"
}

.hgi-bulk.hgi-message-delay-01::before,.hgi-stroke.hgi-message-delay-01::before {
  content: "\f13d9"
}

.hgi-bulk.hgi-message-delay-02::before,.hgi-stroke.hgi-message-delay-02::before {
  content: "\f13db"
}

.hgi-bulk.hgi-message-done-01::before,.hgi-stroke.hgi-message-done-01::before {
  content: "\f13dd"
}

.hgi-bulk.hgi-message-done-02::before,.hgi-stroke.hgi-message-done-02::before {
  content: "\f13df"
}

.hgi-bulk.hgi-message-download-01::before,.hgi-stroke.hgi-message-download-01::before {
  content: "\f13e1"
}

.hgi-bulk.hgi-message-download-02::before,.hgi-stroke.hgi-message-download-02::before {
  content: "\f13e3"
}

.hgi-bulk.hgi-message-edit-01::before,.hgi-stroke.hgi-message-edit-01::before {
  content: "\f13e5"
}

.hgi-bulk.hgi-message-edit-02::before,.hgi-stroke.hgi-message-edit-02::before {
  content: "\f13e7"
}

.hgi-bulk.hgi-message-favourite-01::before,.hgi-stroke.hgi-message-favourite-01::before {
  content: "\f13e9"
}

.hgi-bulk.hgi-message-favourite-02::before,.hgi-stroke.hgi-message-favourite-02::before {
  content: "\f13eb"
}

.hgi-bulk.hgi-message-incoming-01::before,.hgi-stroke.hgi-message-incoming-01::before {
  content: "\f13ed"
}

.hgi-bulk.hgi-message-incoming-02::before,.hgi-stroke.hgi-message-incoming-02::before {
  content: "\f13ef"
}

.hgi-bulk.hgi-message-lock-01::before,.hgi-stroke.hgi-message-lock-01::before {
  content: "\f13f1"
}

.hgi-bulk.hgi-message-lock-02::before,.hgi-stroke.hgi-message-lock-02::before {
  content: "\f13f3"
}

.hgi-bulk.hgi-message-multiple-01::before,.hgi-stroke.hgi-message-multiple-01::before {
  content: "\f13f5"
}

.hgi-bulk.hgi-message-multiple-02::before,.hgi-stroke.hgi-message-multiple-02::before {
  content: "\f13f7"
}

.hgi-bulk.hgi-message-notification-01::before,.hgi-stroke.hgi-message-notification-01::before {
  content: "\f13f9"
}

.hgi-bulk.hgi-message-notification-02::before,.hgi-stroke.hgi-message-notification-02::before {
  content: "\f13fb"
}

.hgi-bulk.hgi-message-outgoing-01::before,.hgi-stroke.hgi-message-outgoing-01::before {
  content: "\f13fd"
}

.hgi-bulk.hgi-message-outgoing-02::before,.hgi-stroke.hgi-message-outgoing-02::before {
  content: "\f13ff"
}

.hgi-bulk.hgi-message-preview-01::before,.hgi-stroke.hgi-message-preview-01::before {
  content: "\f1401"
}

.hgi-bulk.hgi-message-preview-02::before,.hgi-stroke.hgi-message-preview-02::before {
  content: "\f1403"
}

.hgi-bulk.hgi-message-programming::before,.hgi-stroke.hgi-message-programming::before {
  content: "\f1405"
}

.hgi-bulk.hgi-message-question::before,.hgi-stroke.hgi-message-question::before {
  content: "\f1407"
}

.hgi-bulk.hgi-message-search-01::before,.hgi-stroke.hgi-message-search-01::before {
  content: "\f1409"
}

.hgi-bulk.hgi-message-search-02::before,.hgi-stroke.hgi-message-search-02::before {
  content: "\f140b"
}

.hgi-bulk.hgi-message-secure-01::before,.hgi-stroke.hgi-message-secure-01::before {
  content: "\f140d"
}

.hgi-bulk.hgi-message-secure-02::before,.hgi-stroke.hgi-message-secure-02::before {
  content: "\f140f"
}

.hgi-bulk.hgi-message-translate::before,.hgi-stroke.hgi-message-translate::before {
  content: "\f1411"
}

.hgi-bulk.hgi-message-unlock-01::before,.hgi-stroke.hgi-message-unlock-01::before {
  content: "\f1413"
}

.hgi-bulk.hgi-message-unlock-02::before,.hgi-stroke.hgi-message-unlock-02::before {
  content: "\f1415"
}

.hgi-bulk.hgi-message-upload-01::before,.hgi-stroke.hgi-message-upload-01::before {
  content: "\f1417"
}

.hgi-bulk.hgi-message-upload-02::before,.hgi-stroke.hgi-message-upload-02::before {
  content: "\f1419"
}

.hgi-bulk.hgi-message-user-01::before,.hgi-stroke.hgi-message-user-01::before {
  content: "\f141b"
}

.hgi-bulk.hgi-message-user-02::before,.hgi-stroke.hgi-message-user-02::before {
  content: "\f141d"
}

.hgi-bulk.hgi-messenger::before,.hgi-stroke.hgi-messenger::before {
  content: "\f141f"
}

.hgi-bulk.hgi-meta::before,.hgi-stroke.hgi-meta::before {
  content: "\f1421"
}

.hgi-bulk.hgi-metro::before,.hgi-stroke.hgi-metro::before {
  content: "\f1423"
}

.hgi-bulk.hgi-mic-01::before,.hgi-stroke.hgi-mic-01::before {
  content: "\f1425"
}

.hgi-bulk.hgi-mic-02::before,.hgi-stroke.hgi-mic-02::before {
  content: "\f1427"
}

.hgi-bulk.hgi-mic-off-01::before,.hgi-stroke.hgi-mic-off-01::before {
  content: "\f1429"
}

.hgi-bulk.hgi-mic-off-02::before,.hgi-stroke.hgi-mic-off-02::before {
  content: "\f142b"
}

.hgi-bulk.hgi-microscope::before,.hgi-stroke.hgi-microscope::before {
  content: "\f142d"
}

.hgi-bulk.hgi-microsoft-admin::before,.hgi-stroke.hgi-microsoft-admin::before {
  content: "\f142f"
}

.hgi-bulk.hgi-microsoft::before,.hgi-stroke.hgi-microsoft::before {
  content: "\f1431"
}

.hgi-bulk.hgi-microwave::before,.hgi-stroke.hgi-microwave::before {
  content: "\f1433"
}

.hgi-bulk.hgi-milk-bottle::before,.hgi-stroke.hgi-milk-bottle::before {
  content: "\f1435"
}

.hgi-bulk.hgi-milk-carton::before,.hgi-stroke.hgi-milk-carton::before {
  content: "\f1437"
}

.hgi-bulk.hgi-milk-coconut::before,.hgi-stroke.hgi-milk-coconut::before {
  content: "\f1439"
}

.hgi-bulk.hgi-milk-oat::before,.hgi-stroke.hgi-milk-oat::before {
  content: "\f143b"
}

.hgi-bulk.hgi-minimize-01::before,.hgi-stroke.hgi-minimize-01::before {
  content: "\f143d"
}

.hgi-bulk.hgi-minimize-02::before,.hgi-stroke.hgi-minimize-02::before {
  content: "\f143f"
}

.hgi-bulk.hgi-minimize-03::before,.hgi-stroke.hgi-minimize-03::before {
  content: "\f1441"
}

.hgi-bulk.hgi-minimize-04::before,.hgi-stroke.hgi-minimize-04::before {
  content: "\f1443"
}

.hgi-bulk.hgi-minimize-screen::before,.hgi-stroke.hgi-minimize-screen::before {
  content: "\f1445"
}

.hgi-bulk.hgi-mining-01::before,.hgi-stroke.hgi-mining-01::before {
  content: "\f1447"
}

.hgi-bulk.hgi-mining-02::before,.hgi-stroke.hgi-mining-02::before {
  content: "\f1449"
}

.hgi-bulk.hgi-mining-03::before,.hgi-stroke.hgi-mining-03::before {
  content: "\f144b"
}

.hgi-bulk.hgi-minus-plus-01::before,.hgi-stroke.hgi-minus-plus-01::before {
  content: "\f144d"
}

.hgi-bulk.hgi-minus-plus-02::before,.hgi-stroke.hgi-minus-plus-02::before {
  content: "\f144f"
}

.hgi-bulk.hgi-minus-plus-circle-01::before,.hgi-stroke.hgi-minus-plus-circle-01::before {
  content: "\f1451"
}

.hgi-bulk.hgi-minus-plus-circle-02::before,.hgi-stroke.hgi-minus-plus-circle-02::before {
  content: "\f1453"
}

.hgi-bulk.hgi-minus-plus-square-01::before,.hgi-stroke.hgi-minus-plus-square-01::before {
  content: "\f1455"
}

.hgi-bulk.hgi-minus-plus-square-02::before,.hgi-stroke.hgi-minus-plus-square-02::before {
  content: "\f1457"
}

.hgi-bulk.hgi-minus-sign-circle::before,.hgi-stroke.hgi-minus-sign-circle::before {
  content: "\f1459"
}

.hgi-bulk.hgi-minus-sign-square::before,.hgi-stroke.hgi-minus-sign-square::before {
  content: "\f145c"
}

.hgi-bulk.hgi-minus-sign::before,.hgi-stroke.hgi-minus-sign::before {
  content: "\f145d"
}

.hgi-bulk.hgi-mirror::before,.hgi-stroke.hgi-mirror::before {
  content: "\f145f"
}

.hgi-bulk.hgi-mirroring-screen::before,.hgi-stroke.hgi-mirroring-screen::before {
  content: "\f1461"
}

.hgi-bulk.hgi-mistral::before,.hgi-stroke.hgi-mistral::before {
  content: "\f1463"
}

.hgi-bulk.hgi-mixer::before,.hgi-stroke.hgi-mixer::before {
  content: "\f1465"
}

.hgi-bulk.hgi-mobile-navigator-01::before,.hgi-stroke.hgi-mobile-navigator-01::before {
  content: "\f1467"
}

.hgi-bulk.hgi-mobile-navigator-02::before,.hgi-stroke.hgi-mobile-navigator-02::before {
  content: "\f1469"
}

.hgi-bulk.hgi-mobile-programming-01::before,.hgi-stroke.hgi-mobile-programming-01::before {
  content: "\f146b"
}

.hgi-bulk.hgi-mobile-programming-02::before,.hgi-stroke.hgi-mobile-programming-02::before {
  content: "\f146d"
}

.hgi-bulk.hgi-mobile-protection::before,.hgi-stroke.hgi-mobile-protection::before {
  content: "\f146f"
}

.hgi-bulk.hgi-mobile-security::before,.hgi-stroke.hgi-mobile-security::before {
  content: "\f1471"
}

.hgi-bulk.hgi-mochi::before,.hgi-stroke.hgi-mochi::before {
  content: "\f1473"
}

.hgi-bulk.hgi-modern-tv-four-k::before,.hgi-stroke.hgi-modern-tv-four-k::before {
  content: "\f1475"
}

.hgi-bulk.hgi-modern-tv-issue::before,.hgi-stroke.hgi-modern-tv-issue::before {
  content: "\f1477"
}

.hgi-bulk.hgi-modern-tv::before,.hgi-stroke.hgi-modern-tv::before {
  content: "\f1479"
}

.hgi-bulk.hgi-molecules::before,.hgi-stroke.hgi-molecules::before {
  content: "\f147b"
}

.hgi-bulk.hgi-mollie::before,.hgi-stroke.hgi-mollie::before {
  content: "\f147d"
}

.hgi-bulk.hgi-monas::before,.hgi-stroke.hgi-monas::before {
  content: "\f147f"
}

.hgi-bulk.hgi-money-01::before,.hgi-stroke.hgi-money-01::before {
  content: "\f1481"
}

.hgi-bulk.hgi-money-02::before,.hgi-stroke.hgi-money-02::before {
  content: "\f1483"
}

.hgi-bulk.hgi-money-03::before,.hgi-stroke.hgi-money-03::before {
  content: "\f1485"
}

.hgi-bulk.hgi-money-04::before,.hgi-stroke.hgi-money-04::before {
  content: "\f1487"
}

.hgi-bulk.hgi-money-add-01::before,.hgi-stroke.hgi-money-add-01::before {
  content: "\f1489"
}

.hgi-bulk.hgi-money-add-02::before,.hgi-stroke.hgi-money-add-02::before {
  content: "\f148b"
}

.hgi-bulk.hgi-money-bag-01::before,.hgi-stroke.hgi-money-bag-01::before {
  content: "\f148d"
}

.hgi-bulk.hgi-money-bag-02::before,.hgi-stroke.hgi-money-bag-02::before {
  content: "\f148f"
}

.hgi-bulk.hgi-money-exchange-01::before,.hgi-stroke.hgi-money-exchange-01::before {
  content: "\f1491"
}

.hgi-bulk.hgi-money-exchange-02::before,.hgi-stroke.hgi-money-exchange-02::before {
  content: "\f1493"
}

.hgi-bulk.hgi-money-exchange-03::before,.hgi-stroke.hgi-money-exchange-03::before {
  content: "\f1495"
}

.hgi-bulk.hgi-money-not-found-01::before,.hgi-stroke.hgi-money-not-found-01::before {
  content: "\f1497"
}

.hgi-bulk.hgi-money-not-found-02::before,.hgi-stroke.hgi-money-not-found-02::before {
  content: "\f1499"
}

.hgi-bulk.hgi-money-not-found-03::before,.hgi-stroke.hgi-money-not-found-03::before {
  content: "\f149b"
}

.hgi-bulk.hgi-money-not-found-04::before,.hgi-stroke.hgi-money-not-found-04::before {
  content: "\f149d"
}

.hgi-bulk.hgi-money-receive-01::before,.hgi-stroke.hgi-money-receive-01::before {
  content: "\f149f"
}

.hgi-bulk.hgi-money-receive-02::before,.hgi-stroke.hgi-money-receive-02::before {
  content: "\f14a1"
}

.hgi-bulk.hgi-money-receive-circle::before,.hgi-stroke.hgi-money-receive-circle::before {
  content: "\f14a3"
}

.hgi-bulk.hgi-money-receive-flow-01::before,.hgi-stroke.hgi-money-receive-flow-01::before {
  content: "\f14a5"
}

.hgi-bulk.hgi-money-receive-flow-02::before,.hgi-stroke.hgi-money-receive-flow-02::before {
  content: "\f14a7"
}

.hgi-bulk.hgi-money-receive-square::before,.hgi-stroke.hgi-money-receive-square::before {
  content: "\f14a9"
}

.hgi-bulk.hgi-money-remove-01::before,.hgi-stroke.hgi-money-remove-01::before {
  content: "\f14ab"
}

.hgi-bulk.hgi-money-remove-02::before,.hgi-stroke.hgi-money-remove-02::before {
  content: "\f14ad"
}

.hgi-bulk.hgi-money-safe::before,.hgi-stroke.hgi-money-safe::before {
  content: "\f14af"
}

.hgi-bulk.hgi-money-saving-jar::before,.hgi-stroke.hgi-money-saving-jar::before {
  content: "\f14b1"
}

.hgi-bulk.hgi-money-security::before,.hgi-stroke.hgi-money-security::before {
  content: "\f14b3"
}

.hgi-bulk.hgi-money-send-01::before,.hgi-stroke.hgi-money-send-01::before {
  content: "\f14b5"
}

.hgi-bulk.hgi-money-send-02::before,.hgi-stroke.hgi-money-send-02::before {
  content: "\f14b7"
}

.hgi-bulk.hgi-money-send-circle::before,.hgi-stroke.hgi-money-send-circle::before {
  content: "\f14b9"
}

.hgi-bulk.hgi-money-send-flow-01::before,.hgi-stroke.hgi-money-send-flow-01::before {
  content: "\f14bb"
}

.hgi-bulk.hgi-money-send-flow-02::before,.hgi-stroke.hgi-money-send-flow-02::before {
  content: "\f14bd"
}

.hgi-bulk.hgi-money-send-square::before,.hgi-stroke.hgi-money-send-square::before {
  content: "\f14bf"
}

.hgi-bulk.hgi-monocle-01::before,.hgi-stroke.hgi-monocle-01::before {
  content: "\f14c1"
}

.hgi-bulk.hgi-monocle::before,.hgi-stroke.hgi-monocle::before {
  content: "\f14c3"
}

.hgi-bulk.hgi-monster::before,.hgi-stroke.hgi-monster::before {
  content: "\f14c5"
}

.hgi-bulk.hgi-moon-01::before,.hgi-stroke.hgi-moon-01::before {
  content: "\f14c7"
}

.hgi-bulk.hgi-moon-02::before,.hgi-stroke.hgi-moon-02::before {
  content: "\f14c9"
}

.hgi-bulk.hgi-moon-angled-rain-zap::before,.hgi-stroke.hgi-moon-angled-rain-zap::before {
  content: "\f14cb"
}

.hgi-bulk.hgi-moon-cloud-angled-rain::before,.hgi-stroke.hgi-moon-cloud-angled-rain::before {
  content: "\f14cd"
}

.hgi-bulk.hgi-moon-cloud-angled-zap::before,.hgi-stroke.hgi-moon-cloud-angled-zap::before {
  content: "\f14cf"
}

.hgi-bulk.hgi-moon-cloud-big-rain::before,.hgi-stroke.hgi-moon-cloud-big-rain::before {
  content: "\f14d1"
}

.hgi-bulk.hgi-moon-cloud-fast-wind::before,.hgi-stroke.hgi-moon-cloud-fast-wind::before {
  content: "\f14d3"
}

.hgi-bulk.hgi-moon-cloud-hailstone::before,.hgi-stroke.hgi-moon-cloud-hailstone::before {
  content: "\f14d5"
}

.hgi-bulk.hgi-moon-cloud-little-rain::before,.hgi-stroke.hgi-moon-cloud-little-rain::before {
  content: "\f14d7"
}

.hgi-bulk.hgi-moon-cloud-little-snow::before,.hgi-stroke.hgi-moon-cloud-little-snow::before {
  content: "\f14d9"
}

.hgi-bulk.hgi-moon-cloud-mid-rain::before,.hgi-stroke.hgi-moon-cloud-mid-rain::before {
  content: "\f14db"
}

.hgi-bulk.hgi-moon-cloud-mid-snow::before,.hgi-stroke.hgi-moon-cloud-mid-snow::before {
  content: "\f14dd"
}

.hgi-bulk.hgi-moon-cloud-slow-wind::before,.hgi-stroke.hgi-moon-cloud-slow-wind::before {
  content: "\f14e0"
}

.hgi-bulk.hgi-moon-cloud-snow::before,.hgi-stroke.hgi-moon-cloud-snow::before {
  content: "\f14e2"
}

.hgi-bulk.hgi-moon-cloud::before,.hgi-stroke.hgi-moon-cloud::before {
  content: "\f14e3"
}

.hgi-bulk.hgi-moon-eclipse::before,.hgi-stroke.hgi-moon-eclipse::before {
  content: "\f14e5"
}

.hgi-bulk.hgi-moon-fast-wind::before,.hgi-stroke.hgi-moon-fast-wind::before {
  content: "\f14e7"
}

.hgi-bulk.hgi-moon-landing::before,.hgi-stroke.hgi-moon-landing::before {
  content: "\f14e9"
}

.hgi-bulk.hgi-moon-slow-wind::before,.hgi-stroke.hgi-moon-slow-wind::before {
  content: "\f14ec"
}

.hgi-bulk.hgi-moon::before,.hgi-stroke.hgi-moon::before {
  content: "\f14ed"
}

.hgi-bulk.hgi-moonset::before,.hgi-stroke.hgi-moonset::before {
  content: "\f14ef"
}

.hgi-bulk.hgi-more-01::before,.hgi-stroke.hgi-more-01::before {
  content: "\f14f1"
}

.hgi-bulk.hgi-more-02::before,.hgi-stroke.hgi-more-02::before {
  content: "\f14f3"
}

.hgi-bulk.hgi-more-03::before,.hgi-stroke.hgi-more-03::before {
  content: "\f14f5"
}

.hgi-bulk.hgi-more-horizontal-circle-01::before,.hgi-stroke.hgi-more-horizontal-circle-01::before {
  content: "\f14f7"
}

.hgi-bulk.hgi-more-horizontal-circle-02::before,.hgi-stroke.hgi-more-horizontal-circle-02::before {
  content: "\f14f9"
}

.hgi-bulk.hgi-more-horizontal-square-01::before,.hgi-stroke.hgi-more-horizontal-square-01::before {
  content: "\f14fc"
}

.hgi-bulk.hgi-more-horizontal-square-02::before,.hgi-stroke.hgi-more-horizontal-square-02::before {
  content: "\f14fe"
}

.hgi-bulk.hgi-more-horizontal::before,.hgi-stroke.hgi-more-horizontal::before {
  content: "\f14ff"
}

.hgi-bulk.hgi-more-or-less-circle::before,.hgi-stroke.hgi-more-or-less-circle::before {
  content: "\f1501"
}

.hgi-bulk.hgi-more-or-less-square::before,.hgi-stroke.hgi-more-or-less-square::before {
  content: "\f1504"
}

.hgi-bulk.hgi-more-or-less::before,.hgi-stroke.hgi-more-or-less::before {
  content: "\f1505"
}

.hgi-bulk.hgi-more-vertical-circle-01::before,.hgi-stroke.hgi-more-vertical-circle-01::before {
  content: "\f1508"
}

.hgi-bulk.hgi-more-vertical-circle-02::before,.hgi-stroke.hgi-more-vertical-circle-02::before {
  content: "\f150a"
}

.hgi-bulk.hgi-more-vertical-square-01::before,.hgi-stroke.hgi-more-vertical-square-01::before {
  content: "\f150d"
}

.hgi-bulk.hgi-more-vertical-square-02::before,.hgi-stroke.hgi-more-vertical-square-02::before {
  content: "\f150f"
}

.hgi-bulk.hgi-more-vertical::before,.hgi-stroke.hgi-more-vertical::before {
  content: "\f1510"
}

.hgi-bulk.hgi-more::before,.hgi-stroke.hgi-more::before {
  content: "\f1511"
}

.hgi-bulk.hgi-mortar::before,.hgi-stroke.hgi-mortar::before {
  content: "\f1513"
}

.hgi-bulk.hgi-mortarboard-01::before,.hgi-stroke.hgi-mortarboard-01::before {
  content: "\f1515"
}

.hgi-bulk.hgi-mortarboard-02::before,.hgi-stroke.hgi-mortarboard-02::before {
  content: "\f1517"
}

.hgi-bulk.hgi-mosque-01::before,.hgi-stroke.hgi-mosque-01::before {
  content: "\f1519"
}

.hgi-bulk.hgi-mosque-02::before,.hgi-stroke.hgi-mosque-02::before {
  content: "\f151b"
}

.hgi-bulk.hgi-mosque-03::before,.hgi-stroke.hgi-mosque-03::before {
  content: "\f151d"
}

.hgi-bulk.hgi-mosque-04::before,.hgi-stroke.hgi-mosque-04::before {
  content: "\f151f"
}

.hgi-bulk.hgi-mosque-05::before,.hgi-stroke.hgi-mosque-05::before {
  content: "\f1521"
}

.hgi-bulk.hgi-mosque-location::before,.hgi-stroke.hgi-mosque-location::before {
  content: "\f1523"
}

.hgi-bulk.hgi-motion-01::before,.hgi-stroke.hgi-motion-01::before {
  content: "\f1525"
}

.hgi-bulk.hgi-motion-02::before,.hgi-stroke.hgi-motion-02::before {
  content: "\f1527"
}

.hgi-bulk.hgi-motorbike-01::before,.hgi-stroke.hgi-motorbike-01::before {
  content: "\f1529"
}

.hgi-bulk.hgi-motorbike-02::before,.hgi-stroke.hgi-motorbike-02::before {
  content: "\f152b"
}

.hgi-bulk.hgi-mountain::before,.hgi-stroke.hgi-mountain::before {
  content: "\f152d"
}

.hgi-bulk.hgi-mouse-01::before,.hgi-stroke.hgi-mouse-01::before {
  content: "\f152f"
}

.hgi-bulk.hgi-mouse-02::before,.hgi-stroke.hgi-mouse-02::before {
  content: "\f1531"
}

.hgi-bulk.hgi-mouse-03::before,.hgi-stroke.hgi-mouse-03::before {
  content: "\f1533"
}

.hgi-bulk.hgi-mouse-04::before,.hgi-stroke.hgi-mouse-04::before {
  content: "\f1535"
}

.hgi-bulk.hgi-mouse-05::before,.hgi-stroke.hgi-mouse-05::before {
  content: "\f1537"
}

.hgi-bulk.hgi-mouse-06::before,.hgi-stroke.hgi-mouse-06::before {
  content: "\f1539"
}

.hgi-bulk.hgi-mouse-07::before,.hgi-stroke.hgi-mouse-07::before {
  content: "\f153b"
}

.hgi-bulk.hgi-mouse-08::before,.hgi-stroke.hgi-mouse-08::before {
  content: "\f153d"
}

.hgi-bulk.hgi-mouse-09::before,.hgi-stroke.hgi-mouse-09::before {
  content: "\f153f"
}

.hgi-bulk.hgi-mouse-10::before,.hgi-stroke.hgi-mouse-10::before {
  content: "\f1541"
}

.hgi-bulk.hgi-mouse-11::before,.hgi-stroke.hgi-mouse-11::before {
  content: "\f1543"
}

.hgi-bulk.hgi-mouse-12::before,.hgi-stroke.hgi-mouse-12::before {
  content: "\f1545"
}

.hgi-bulk.hgi-mouse-13::before,.hgi-stroke.hgi-mouse-13::before {
  content: "\f1547"
}

.hgi-bulk.hgi-mouse-14::before,.hgi-stroke.hgi-mouse-14::before {
  content: "\f1549"
}

.hgi-bulk.hgi-mouse-15::before,.hgi-stroke.hgi-mouse-15::before {
  content: "\f154b"
}

.hgi-bulk.hgi-mouse-16::before,.hgi-stroke.hgi-mouse-16::before {
  content: "\f154d"
}

.hgi-bulk.hgi-mouse-17::before,.hgi-stroke.hgi-mouse-17::before {
  content: "\f154f"
}

.hgi-bulk.hgi-mouse-18::before,.hgi-stroke.hgi-mouse-18::before {
  content: "\f1551"
}

.hgi-bulk.hgi-mouse-19::before,.hgi-stroke.hgi-mouse-19::before {
  content: "\f1553"
}

.hgi-bulk.hgi-mouse-20::before,.hgi-stroke.hgi-mouse-20::before {
  content: "\f1555"
}

.hgi-bulk.hgi-mouse-21::before,.hgi-stroke.hgi-mouse-21::before {
  content: "\f1557"
}

.hgi-bulk.hgi-mouse-22::before,.hgi-stroke.hgi-mouse-22::before {
  content: "\f1559"
}

.hgi-bulk.hgi-mouse-23::before,.hgi-stroke.hgi-mouse-23::before {
  content: "\f155b"
}

.hgi-bulk.hgi-mouse-left-click-01::before,.hgi-stroke.hgi-mouse-left-click-01::before {
  content: "\f155d"
}

.hgi-bulk.hgi-mouse-left-click-02::before,.hgi-stroke.hgi-mouse-left-click-02::before {
  content: "\f155f"
}

.hgi-bulk.hgi-mouse-left-click-03::before,.hgi-stroke.hgi-mouse-left-click-03::before {
  content: "\f1561"
}

.hgi-bulk.hgi-mouse-left-click-04::before,.hgi-stroke.hgi-mouse-left-click-04::before {
  content: "\f1563"
}

.hgi-bulk.hgi-mouse-left-click-05::before,.hgi-stroke.hgi-mouse-left-click-05::before {
  content: "\f1565"
}

.hgi-bulk.hgi-mouse-left-click-06::before,.hgi-stroke.hgi-mouse-left-click-06::before {
  content: "\f1567"
}

.hgi-bulk.hgi-mouse-right-click-01::before,.hgi-stroke.hgi-mouse-right-click-01::before {
  content: "\f1569"
}

.hgi-bulk.hgi-mouse-right-click-02::before,.hgi-stroke.hgi-mouse-right-click-02::before {
  content: "\f156b"
}

.hgi-bulk.hgi-mouse-right-click-03::before,.hgi-stroke.hgi-mouse-right-click-03::before {
  content: "\f156d"
}

.hgi-bulk.hgi-mouse-right-click-04::before,.hgi-stroke.hgi-mouse-right-click-04::before {
  content: "\f156f"
}

.hgi-bulk.hgi-mouse-right-click-05::before,.hgi-stroke.hgi-mouse-right-click-05::before {
  content: "\f1571"
}

.hgi-bulk.hgi-mouse-right-click-06::before,.hgi-stroke.hgi-mouse-right-click-06::before {
  content: "\f1573"
}

.hgi-bulk.hgi-mouse-scroll-01::before,.hgi-stroke.hgi-mouse-scroll-01::before {
  content: "\f1575"
}

.hgi-bulk.hgi-mouse-scroll-02::before,.hgi-stroke.hgi-mouse-scroll-02::before {
  content: "\f1577"
}

.hgi-bulk.hgi-move-01::before,.hgi-stroke.hgi-move-01::before {
  content: "\f1579"
}

.hgi-bulk.hgi-move-02::before,.hgi-stroke.hgi-move-02::before {
  content: "\f157b"
}

.hgi-bulk.hgi-move-bottom::before,.hgi-stroke.hgi-move-bottom::before {
  content: "\f157d"
}

.hgi-bulk.hgi-move-left::before,.hgi-stroke.hgi-move-left::before {
  content: "\f157f"
}

.hgi-bulk.hgi-move-right::before,.hgi-stroke.hgi-move-right::before {
  content: "\f1581"
}

.hgi-bulk.hgi-move-to::before,.hgi-stroke.hgi-move-to::before {
  content: "\f1584"
}

.hgi-bulk.hgi-move-top::before,.hgi-stroke.hgi-move-top::before {
  content: "\f1586"
}

.hgi-bulk.hgi-move::before,.hgi-stroke.hgi-move::before {
  content: "\f1587"
}

.hgi-bulk.hgi-mp-four-01::before,.hgi-stroke.hgi-mp-four-01::before {
  content: "\f1589"
}

.hgi-bulk.hgi-mp-four-02::before,.hgi-stroke.hgi-mp-four-02::before {
  content: "\f158b"
}

.hgi-bulk.hgi-mp-three-01::before,.hgi-stroke.hgi-mp-three-01::before {
  content: "\f158d"
}

.hgi-bulk.hgi-mp-three-02::before,.hgi-stroke.hgi-mp-three-02::before {
  content: "\f158f"
}

.hgi-bulk.hgi-muhammad::before,.hgi-stroke.hgi-muhammad::before {
  content: "\f1591"
}

.hgi-bulk.hgi-multiplication-sign-circle::before,.hgi-stroke.hgi-multiplication-sign-circle::before {
  content: "\f1593"
}

.hgi-bulk.hgi-multiplication-sign-square::before,.hgi-stroke.hgi-multiplication-sign-square::before {
  content: "\f1596"
}

.hgi-bulk.hgi-multiplication-sign::before,.hgi-stroke.hgi-multiplication-sign::before {
  content: "\f1597"
}

.hgi-bulk.hgi-mushroom-01::before,.hgi-stroke.hgi-mushroom-01::before {
  content: "\f1599"
}

.hgi-bulk.hgi-mushroom::before,.hgi-stroke.hgi-mushroom::before {
  content: "\f159b"
}

.hgi-bulk.hgi-music-note-01::before,.hgi-stroke.hgi-music-note-01::before {
  content: "\f159d"
}

.hgi-bulk.hgi-music-note-02::before,.hgi-stroke.hgi-music-note-02::before {
  content: "\f159f"
}

.hgi-bulk.hgi-music-note-03::before,.hgi-stroke.hgi-music-note-03::before {
  content: "\f15a1"
}

.hgi-bulk.hgi-music-note-04::before,.hgi-stroke.hgi-music-note-04::before {
  content: "\f15a3"
}

.hgi-bulk.hgi-music-note-square-01::before,.hgi-stroke.hgi-music-note-square-01::before {
  content: "\f15a5"
}

.hgi-bulk.hgi-music-note-square-02::before,.hgi-stroke.hgi-music-note-square-02::before {
  content: "\f15a7"
}

.hgi-bulk.hgi-muslim::before,.hgi-stroke.hgi-muslim::before {
  content: "\f15a9"
}

.hgi-bulk.hgi-mute::before,.hgi-stroke.hgi-mute::before {
  content: "\f15ab"
}

.hgi-bulk.hgi-mymind::before,.hgi-stroke.hgi-mymind::before {
  content: "\f15ad"
}

.hgi-bulk.hgi-n-th-root-circle::before,.hgi-stroke.hgi-n-th-root-circle::before {
  content: "\f15af"
}

.hgi-bulk.hgi-n-th-root-square::before,.hgi-stroke.hgi-n-th-root-square::before {
  content: "\f15b2"
}

.hgi-bulk.hgi-n-th-root::before,.hgi-stroke.hgi-n-th-root::before {
  content: "\f15b3"
}

.hgi-bulk.hgi-nano-technology::before,.hgi-stroke.hgi-nano-technology::before {
  content: "\f15b5"
}

.hgi-bulk.hgi-napkins-01::before,.hgi-stroke.hgi-napkins-01::before {
  content: "\f15b7"
}

.hgi-bulk.hgi-napkins-02::before,.hgi-stroke.hgi-napkins-02::before {
  content: "\f15b9"
}

.hgi-bulk.hgi-natural-food::before,.hgi-stroke.hgi-natural-food::before {
  content: "\f15bb"
}

.hgi-bulk.hgi-navigation-01::before,.hgi-stroke.hgi-navigation-01::before {
  content: "\f15bd"
}

.hgi-bulk.hgi-navigation-02::before,.hgi-stroke.hgi-navigation-02::before {
  content: "\f15bf"
}

.hgi-bulk.hgi-navigation-03::before,.hgi-stroke.hgi-navigation-03::before {
  content: "\f15c1"
}

.hgi-bulk.hgi-navigation-04::before,.hgi-stroke.hgi-navigation-04::before {
  content: "\f15c3"
}

.hgi-bulk.hgi-navigation-05::before,.hgi-stroke.hgi-navigation-05::before {
  content: "\f15c5"
}

.hgi-bulk.hgi-navigation-06::before,.hgi-stroke.hgi-navigation-06::before {
  content: "\f15c7"
}

.hgi-bulk.hgi-navigator-01::before,.hgi-stroke.hgi-navigator-01::before {
  content: "\f15c9"
}

.hgi-bulk.hgi-navigator-02::before,.hgi-stroke.hgi-navigator-02::before {
  content: "\f15cb"
}

.hgi-bulk.hgi-necklace::before,.hgi-stroke.hgi-necklace::before {
  content: "\f15cd"
}

.hgi-bulk.hgi-nerd::before,.hgi-stroke.hgi-nerd::before {
  content: "\f15cf"
}

.hgi-bulk.hgi-neural-network::before,.hgi-stroke.hgi-neural-network::before {
  content: "\f15d1"
}

.hgi-bulk.hgi-neutral::before,.hgi-stroke.hgi-neutral::before {
  content: "\f15d3"
}

.hgi-bulk.hgi-new-job::before,.hgi-stroke.hgi-new-job::before {
  content: "\f15d5"
}

.hgi-bulk.hgi-new-office::before,.hgi-stroke.hgi-new-office::before {
  content: "\f15d7"
}

.hgi-bulk.hgi-new-releases::before,.hgi-stroke.hgi-new-releases::before {
  content: "\f15d9"
}

.hgi-bulk.hgi-new-twitter-ellipse::before,.hgi-stroke.hgi-new-twitter-ellipse::before {
  content: "\f15db"
}

.hgi-bulk.hgi-new-twitter-rectangle::before,.hgi-stroke.hgi-new-twitter-rectangle::before {
  content: "\f15dd"
}

.hgi-bulk.hgi-new-twitter::before,.hgi-stroke.hgi-new-twitter::before {
  content: "\f15df"
}

.hgi-bulk.hgi-news-01::before,.hgi-stroke.hgi-news-01::before {
  content: "\f15e1"
}

.hgi-bulk.hgi-news::before,.hgi-stroke.hgi-news::before {
  content: "\f15e3"
}

.hgi-bulk.hgi-next::before,.hgi-stroke.hgi-next::before {
  content: "\f15e5"
}

.hgi-bulk.hgi-nike::before,.hgi-stroke.hgi-nike::before {
  content: "\f15e7"
}

.hgi-bulk.hgi-nine-circle::before,.hgi-stroke.hgi-nine-circle::before {
  content: "\f15e9"
}

.hgi-bulk.hgi-nine-square::before,.hgi-stroke.hgi-nine-square::before {
  content: "\f15eb"
}

.hgi-bulk.hgi-nintendo-switch::before,.hgi-stroke.hgi-nintendo-switch::before {
  content: "\f15ee"
}

.hgi-bulk.hgi-nintendo::before,.hgi-stroke.hgi-nintendo::before {
  content: "\f15ef"
}

.hgi-bulk.hgi-niqab::before,.hgi-stroke.hgi-niqab::before {
  content: "\f15f1"
}

.hgi-bulk.hgi-no-internet::before,.hgi-stroke.hgi-no-internet::before {
  content: "\f15f3"
}

.hgi-bulk.hgi-no-meeting-room::before,.hgi-stroke.hgi-no-meeting-room::before {
  content: "\f15f5"
}

.hgi-bulk.hgi-no-signal::before,.hgi-stroke.hgi-no-signal::before {
  content: "\f15f7"
}

.hgi-bulk.hgi-node-add::before,.hgi-stroke.hgi-node-add::before {
  content: "\f15f9"
}

.hgi-bulk.hgi-node-edit::before,.hgi-stroke.hgi-node-edit::before {
  content: "\f15fb"
}

.hgi-bulk.hgi-node-move-down::before,.hgi-stroke.hgi-node-move-down::before {
  content: "\f15fd"
}

.hgi-bulk.hgi-node-move-up::before,.hgi-stroke.hgi-node-move-up::before {
  content: "\f15ff"
}

.hgi-bulk.hgi-node-remove::before,.hgi-stroke.hgi-node-remove::before {
  content: "\f1601"
}

.hgi-bulk.hgi-noodles::before,.hgi-stroke.hgi-noodles::before {
  content: "\f1603"
}

.hgi-bulk.hgi-nose::before,.hgi-stroke.hgi-nose::before {
  content: "\f1605"
}

.hgi-bulk.hgi-not-equal-sign-circle::before,.hgi-stroke.hgi-not-equal-sign-circle::before {
  content: "\f1607"
}

.hgi-bulk.hgi-not-equal-sign-square::before,.hgi-stroke.hgi-not-equal-sign-square::before {
  content: "\f160a"
}

.hgi-bulk.hgi-not-equal-sign::before,.hgi-stroke.hgi-not-equal-sign::before {
  content: "\f160b"
}

.hgi-bulk.hgi-note-01::before,.hgi-stroke.hgi-note-01::before {
  content: "\f160d"
}

.hgi-bulk.hgi-note-02::before,.hgi-stroke.hgi-note-02::before {
  content: "\f160f"
}

.hgi-bulk.hgi-note-03::before,.hgi-stroke.hgi-note-03::before {
  content: "\f1611"
}

.hgi-bulk.hgi-note-04::before,.hgi-stroke.hgi-note-04::before {
  content: "\f1613"
}

.hgi-bulk.hgi-note-05::before,.hgi-stroke.hgi-note-05::before {
  content: "\f1615"
}

.hgi-bulk.hgi-note-add::before,.hgi-stroke.hgi-note-add::before {
  content: "\f1617"
}

.hgi-bulk.hgi-note-done::before,.hgi-stroke.hgi-note-done::before {
  content: "\f1619"
}

.hgi-bulk.hgi-note-edit::before,.hgi-stroke.hgi-note-edit::before {
  content: "\f161b"
}

.hgi-bulk.hgi-note-remove::before,.hgi-stroke.hgi-note-remove::before {
  content: "\f161d"
}

.hgi-bulk.hgi-note::before,.hgi-stroke.hgi-note::before {
  content: "\f161f"
}

.hgi-bulk.hgi-notebook-01::before,.hgi-stroke.hgi-notebook-01::before {
  content: "\f1621"
}

.hgi-bulk.hgi-notebook-02::before,.hgi-stroke.hgi-notebook-02::before {
  content: "\f1623"
}

.hgi-bulk.hgi-notebook::before,.hgi-stroke.hgi-notebook::before {
  content: "\f1625"
}

.hgi-bulk.hgi-notification-01::before,.hgi-stroke.hgi-notification-01::before {
  content: "\f1627"
}

.hgi-bulk.hgi-notification-02::before,.hgi-stroke.hgi-notification-02::before {
  content: "\f1629"
}

.hgi-bulk.hgi-notification-03::before,.hgi-stroke.hgi-notification-03::before {
  content: "\f162b"
}

.hgi-bulk.hgi-notification-block-01::before,.hgi-stroke.hgi-notification-block-01::before {
  content: "\f162d"
}

.hgi-bulk.hgi-notification-block-02::before,.hgi-stroke.hgi-notification-block-02::before {
  content: "\f162f"
}

.hgi-bulk.hgi-notification-block-03::before,.hgi-stroke.hgi-notification-block-03::before {
  content: "\f1631"
}

.hgi-bulk.hgi-notification-bubble::before,.hgi-stroke.hgi-notification-bubble::before {
  content: "\f1633"
}

.hgi-bulk.hgi-notification-circle::before,.hgi-stroke.hgi-notification-circle::before {
  content: "\f1635"
}

.hgi-bulk.hgi-notification-off-01::before,.hgi-stroke.hgi-notification-off-01::before {
  content: "\f1637"
}

.hgi-bulk.hgi-notification-off-02::before,.hgi-stroke.hgi-notification-off-02::before {
  content: "\f1639"
}

.hgi-bulk.hgi-notification-off-03::before,.hgi-stroke.hgi-notification-off-03::before {
  content: "\f163b"
}

.hgi-bulk.hgi-notification-snooze-01::before,.hgi-stroke.hgi-notification-snooze-01::before {
  content: "\f163d"
}

.hgi-bulk.hgi-notification-snooze-02::before,.hgi-stroke.hgi-notification-snooze-02::before {
  content: "\f163f"
}

.hgi-bulk.hgi-notification-snooze-03::before,.hgi-stroke.hgi-notification-snooze-03::before {
  content: "\f1641"
}

.hgi-bulk.hgi-notification-square::before,.hgi-stroke.hgi-notification-square::before {
  content: "\f1643"
}

.hgi-bulk.hgi-notion-01::before,.hgi-stroke.hgi-notion-01::before {
  content: "\f1645"
}

.hgi-bulk.hgi-notion-02::before,.hgi-stroke.hgi-notion-02::before {
  content: "\f1647"
}

.hgi-bulk.hgi-npm::before,.hgi-stroke.hgi-npm::before {
  content: "\f1649"
}

.hgi-bulk.hgi-nuclear-power::before,.hgi-stroke.hgi-nuclear-power::before {
  content: "\f164b"
}

.hgi-bulk.hgi-nut::before,.hgi-stroke.hgi-nut::before {
  content: "\f164d"
}

.hgi-bulk.hgi-obtuse::before,.hgi-stroke.hgi-obtuse::before {
  content: "\f164f"
}

.hgi-bulk.hgi-octagon::before,.hgi-stroke.hgi-octagon::before {
  content: "\f1651"
}

.hgi-bulk.hgi-octopus::before,.hgi-stroke.hgi-octopus::before {
  content: "\f1653"
}

.hgi-bulk.hgi-office-365::before,.hgi-stroke.hgi-office-365::before {
  content: "\f1655"
}

.hgi-bulk.hgi-office-chair::before,.hgi-stroke.hgi-office-chair::before {
  content: "\f1657"
}

.hgi-bulk.hgi-office::before,.hgi-stroke.hgi-office::before {
  content: "\f1659"
}

.hgi-bulk.hgi-oil-barrel::before,.hgi-stroke.hgi-oil-barrel::before {
  content: "\f165b"
}

.hgi-bulk.hgi-ok-finger::before,.hgi-stroke.hgi-ok-finger::before {
  content: "\f165d"
}

.hgi-bulk.hgi-olympic-torch::before,.hgi-stroke.hgi-olympic-torch::before {
  content: "\f165f"
}

.hgi-bulk.hgi-one-circle::before,.hgi-stroke.hgi-one-circle::before {
  content: "\f1661"
}

.hgi-bulk.hgi-one-square::before,.hgi-stroke.hgi-one-square::before {
  content: "\f1663"
}

.hgi-bulk.hgi-online-learning-01::before,.hgi-stroke.hgi-online-learning-01::before {
  content: "\f1665"
}

.hgi-bulk.hgi-online-learning-02::before,.hgi-stroke.hgi-online-learning-02::before {
  content: "\f1667"
}

.hgi-bulk.hgi-online-learning-03::before,.hgi-stroke.hgi-online-learning-03::before {
  content: "\f1669"
}

.hgi-bulk.hgi-online-learning-04::before,.hgi-stroke.hgi-online-learning-04::before {
  content: "\f166b"
}

.hgi-bulk.hgi-open-caption::before,.hgi-stroke.hgi-open-caption::before {
  content: "\f166d"
}

.hgi-bulk.hgi-open-source::before,.hgi-stroke.hgi-open-source::before {
  content: "\f166f"
}

.hgi-bulk.hgi-option::before,.hgi-stroke.hgi-option::before {
  content: "\f1671"
}

.hgi-bulk.hgi-orange::before,.hgi-stroke.hgi-orange::before {
  content: "\f1673"
}

.hgi-bulk.hgi-orbit-01::before,.hgi-stroke.hgi-orbit-01::before {
  content: "\f1675"
}

.hgi-bulk.hgi-orbit-02::before,.hgi-stroke.hgi-orbit-02::before {
  content: "\f1677"
}

.hgi-bulk.hgi-organic-food::before,.hgi-stroke.hgi-organic-food::before {
  content: "\f1679"
}

.hgi-bulk.hgi-orientation-image-landscape-to-potrait::before,.hgi-stroke.hgi-orientation-image-landscape-to-potrait::before {
  content: "\f167b"
}

.hgi-bulk.hgi-orientation-image-potrait-to-landscape::before,.hgi-stroke.hgi-orientation-image-potrait-to-landscape::before {
  content: "\f167d"
}

.hgi-bulk.hgi-orientation-landscape-to-potrait::before,.hgi-stroke.hgi-orientation-landscape-to-potrait::before {
  content: "\f167f"
}

.hgi-bulk.hgi-orientation-potrait-to-landscape::before,.hgi-stroke.hgi-orientation-potrait-to-landscape::before {
  content: "\f1681"
}

.hgi-bulk.hgi-orthogonal-edge::before,.hgi-stroke.hgi-orthogonal-edge::before {
  content: "\f1683"
}

.hgi-bulk.hgi-oval::before,.hgi-stroke.hgi-oval::before {
  content: "\f1685"
}

.hgi-bulk.hgi-oven::before,.hgi-stroke.hgi-oven::before {
  content: "\f1687"
}

.hgi-bulk.hgi-package-01::before,.hgi-stroke.hgi-package-01::before {
  content: "\f1689"
}

.hgi-bulk.hgi-package-02::before,.hgi-stroke.hgi-package-02::before {
  content: "\f168b"
}

.hgi-bulk.hgi-package-03::before,.hgi-stroke.hgi-package-03::before {
  content: "\f168d"
}

.hgi-bulk.hgi-package-add-01::before,.hgi-stroke.hgi-package-add-01::before {
  content: "\f168f"
}

.hgi-bulk.hgi-package-add::before,.hgi-stroke.hgi-package-add::before {
  content: "\f1691"
}

.hgi-bulk.hgi-package-delivered::before,.hgi-stroke.hgi-package-delivered::before {
  content: "\f1693"
}

.hgi-bulk.hgi-package-dimensions-01::before,.hgi-stroke.hgi-package-dimensions-01::before {
  content: "\f1695"
}

.hgi-bulk.hgi-package-dimensions-02::before,.hgi-stroke.hgi-package-dimensions-02::before {
  content: "\f1697"
}

.hgi-bulk.hgi-package-moving-01::before,.hgi-stroke.hgi-package-moving-01::before {
  content: "\f1699"
}

.hgi-bulk.hgi-package-moving::before,.hgi-stroke.hgi-package-moving::before {
  content: "\f169b"
}

.hgi-bulk.hgi-package-open::before,.hgi-stroke.hgi-package-open::before {
  content: "\f169d"
}

.hgi-bulk.hgi-package-out-of-stock::before,.hgi-stroke.hgi-package-out-of-stock::before {
  content: "\f169f"
}

.hgi-bulk.hgi-package-process-01::before,.hgi-stroke.hgi-package-process-01::before {
  content: "\f16a1"
}

.hgi-bulk.hgi-package-process::before,.hgi-stroke.hgi-package-process::before {
  content: "\f16a3"
}

.hgi-bulk.hgi-package-receive-01::before,.hgi-stroke.hgi-package-receive-01::before {
  content: "\f16a5"
}

.hgi-bulk.hgi-package-receive::before,.hgi-stroke.hgi-package-receive::before {
  content: "\f16a7"
}

.hgi-bulk.hgi-package-remove-01::before,.hgi-stroke.hgi-package-remove-01::before {
  content: "\f16a9"
}

.hgi-bulk.hgi-package-remove::before,.hgi-stroke.hgi-package-remove::before {
  content: "\f16ab"
}

.hgi-bulk.hgi-package-search-01::before,.hgi-stroke.hgi-package-search-01::before {
  content: "\f16ad"
}

.hgi-bulk.hgi-package-search::before,.hgi-stroke.hgi-package-search::before {
  content: "\f16af"
}

.hgi-bulk.hgi-package-sent-01::before,.hgi-stroke.hgi-package-sent-01::before {
  content: "\f16b2"
}

.hgi-bulk.hgi-package-sent::before,.hgi-stroke.hgi-package-sent::before {
  content: "\f16b4"
}

.hgi-bulk.hgi-package::before,.hgi-stroke.hgi-package::before {
  content: "\f16b5"
}

.hgi-bulk.hgi-packaging::before,.hgi-stroke.hgi-packaging::before {
  content: "\f16b7"
}

.hgi-bulk.hgi-pacman-01::before,.hgi-stroke.hgi-pacman-01::before {
  content: "\f16b9"
}

.hgi-bulk.hgi-pacman-02::before,.hgi-stroke.hgi-pacman-02::before {
  content: "\f16bb"
}

.hgi-bulk.hgi-paella::before,.hgi-stroke.hgi-paella::before {
  content: "\f16bd"
}

.hgi-bulk.hgi-paint-board::before,.hgi-stroke.hgi-paint-board::before {
  content: "\f16bf"
}

.hgi-bulk.hgi-paint-brush-01::before,.hgi-stroke.hgi-paint-brush-01::before {
  content: "\f16c1"
}

.hgi-bulk.hgi-paint-brush-02::before,.hgi-stroke.hgi-paint-brush-02::before {
  content: "\f16c3"
}

.hgi-bulk.hgi-paint-brush-03::before,.hgi-stroke.hgi-paint-brush-03::before {
  content: "\f16c5"
}

.hgi-bulk.hgi-paint-brush-04::before,.hgi-stroke.hgi-paint-brush-04::before {
  content: "\f16c7"
}

.hgi-bulk.hgi-paint-bucket::before,.hgi-stroke.hgi-paint-bucket::before {
  content: "\f16c9"
}

.hgi-bulk.hgi-pan-01::before,.hgi-stroke.hgi-pan-01::before {
  content: "\f16cb"
}

.hgi-bulk.hgi-pan-02::before,.hgi-stroke.hgi-pan-02::before {
  content: "\f16cd"
}

.hgi-bulk.hgi-pan-03::before,.hgi-stroke.hgi-pan-03::before {
  content: "\f16cf"
}

.hgi-bulk.hgi-panel-left-close::before,.hgi-stroke.hgi-panel-left-close::before {
  content: "\f16d1"
}

.hgi-bulk.hgi-panel-left-dashed::before,.hgi-stroke.hgi-panel-left-dashed::before {
  content: "\f16d3"
}

.hgi-bulk.hgi-panel-left-open::before,.hgi-stroke.hgi-panel-left-open::before {
  content: "\f16d5"
}

.hgi-bulk.hgi-panel-left::before,.hgi-stroke.hgi-panel-left::before {
  content: "\f16d7"
}

.hgi-bulk.hgi-panel-right-close::before,.hgi-stroke.hgi-panel-right-close::before {
  content: "\f16d9"
}

.hgi-bulk.hgi-panel-right-dashed::before,.hgi-stroke.hgi-panel-right-dashed::before {
  content: "\f16db"
}

.hgi-bulk.hgi-panel-right-open::before,.hgi-stroke.hgi-panel-right-open::before {
  content: "\f16dd"
}

.hgi-bulk.hgi-panel-right::before,.hgi-stroke.hgi-panel-right::before {
  content: "\f16df"
}

.hgi-bulk.hgi-parabola-01::before,.hgi-stroke.hgi-parabola-01::before {
  content: "\f16e1"
}

.hgi-bulk.hgi-parabola-02::before,.hgi-stroke.hgi-parabola-02::before {
  content: "\f16e3"
}

.hgi-bulk.hgi-parabola-03::before,.hgi-stroke.hgi-parabola-03::before {
  content: "\f16e5"
}

.hgi-bulk.hgi-paragliding::before,.hgi-stroke.hgi-paragliding::before {
  content: "\f16e7"
}

.hgi-bulk.hgi-paragraph-bullets-point-01::before,.hgi-stroke.hgi-paragraph-bullets-point-01::before {
  content: "\f16e9"
}

.hgi-bulk.hgi-paragraph-bullets-point-02::before,.hgi-stroke.hgi-paragraph-bullets-point-02::before {
  content: "\f16eb"
}

.hgi-bulk.hgi-paragraph-spacing::before,.hgi-stroke.hgi-paragraph-spacing::before {
  content: "\f16ee"
}

.hgi-bulk.hgi-paragraph::before,.hgi-stroke.hgi-paragraph::before {
  content: "\f16ef"
}

.hgi-bulk.hgi-parallelogram::before,.hgi-stroke.hgi-parallelogram::before {
  content: "\f16f1"
}

.hgi-bulk.hgi-parking-area-circle::before,.hgi-stroke.hgi-parking-area-circle::before {
  content: "\f16f3"
}

.hgi-bulk.hgi-parking-area-square::before,.hgi-stroke.hgi-parking-area-square::before {
  content: "\f16f5"
}

.hgi-bulk.hgi-party::before,.hgi-stroke.hgi-party::before {
  content: "\f16f7"
}

.hgi-bulk.hgi-passport-01::before,.hgi-stroke.hgi-passport-01::before {
  content: "\f16f9"
}

.hgi-bulk.hgi-passport-expired::before,.hgi-stroke.hgi-passport-expired::before {
  content: "\f16fb"
}

.hgi-bulk.hgi-passport-valid::before,.hgi-stroke.hgi-passport-valid::before {
  content: "\f16fe"
}

.hgi-bulk.hgi-passport::before,.hgi-stroke.hgi-passport::before {
  content: "\f16ff"
}

.hgi-bulk.hgi-password-validation::before,.hgi-stroke.hgi-password-validation::before {
  content: "\f1701"
}

.hgi-bulk.hgi-path::before,.hgi-stroke.hgi-path::before {
  content: "\f1703"
}

.hgi-bulk.hgi-pathfinder-crop::before,.hgi-stroke.hgi-pathfinder-crop::before {
  content: "\f1705"
}

.hgi-bulk.hgi-pathfinder-divide::before,.hgi-stroke.hgi-pathfinder-divide::before {
  content: "\f1707"
}

.hgi-bulk.hgi-pathfinder-exclude::before,.hgi-stroke.hgi-pathfinder-exclude::before {
  content: "\f1709"
}

.hgi-bulk.hgi-pathfinder-intersect::before,.hgi-stroke.hgi-pathfinder-intersect::before {
  content: "\f170b"
}

.hgi-bulk.hgi-pathfinder-merge::before,.hgi-stroke.hgi-pathfinder-merge::before {
  content: "\f170d"
}

.hgi-bulk.hgi-pathfinder-minus-back::before,.hgi-stroke.hgi-pathfinder-minus-back::before {
  content: "\f170f"
}

.hgi-bulk.hgi-pathfinder-minus-front::before,.hgi-stroke.hgi-pathfinder-minus-front::before {
  content: "\f1711"
}

.hgi-bulk.hgi-pathfinder-outline::before,.hgi-stroke.hgi-pathfinder-outline::before {
  content: "\f1713"
}

.hgi-bulk.hgi-pathfinder-trim::before,.hgi-stroke.hgi-pathfinder-trim::before {
  content: "\f1715"
}

.hgi-bulk.hgi-pathfinder-unite::before,.hgi-stroke.hgi-pathfinder-unite::before {
  content: "\f1717"
}

.hgi-bulk.hgi-patient::before,.hgi-stroke.hgi-patient::before {
  content: "\f1719"
}

.hgi-bulk.hgi-patio::before,.hgi-stroke.hgi-patio::before {
  content: "\f171b"
}

.hgi-bulk.hgi-pause-circle::before,.hgi-stroke.hgi-pause-circle::before {
  content: "\f171d"
}

.hgi-bulk.hgi-pause::before,.hgi-stroke.hgi-pause::before {
  content: "\f171f"
}

.hgi-bulk.hgi-pavilon::before,.hgi-stroke.hgi-pavilon::before {
  content: "\f1721"
}

.hgi-bulk.hgi-pay-by-check::before,.hgi-stroke.hgi-pay-by-check::before {
  content: "\f1723"
}

.hgi-bulk.hgi-payment-01::before,.hgi-stroke.hgi-payment-01::before {
  content: "\f1725"
}

.hgi-bulk.hgi-payment-02::before,.hgi-stroke.hgi-payment-02::before {
  content: "\f1727"
}

.hgi-bulk.hgi-payment-success-01::before,.hgi-stroke.hgi-payment-success-01::before {
  content: "\f1729"
}

.hgi-bulk.hgi-payment-success-02::before,.hgi-stroke.hgi-payment-success-02::before {
  content: "\f172b"
}

.hgi-bulk.hgi-payoneer::before,.hgi-stroke.hgi-payoneer::before {
  content: "\f172d"
}

.hgi-bulk.hgi-paypal::before,.hgi-stroke.hgi-paypal::before {
  content: "\f172f"
}

.hgi-bulk.hgi-pc-case::before,.hgi-stroke.hgi-pc-case::before {
  content: "\f1731"
}

.hgi-bulk.hgi-pdf-01::before,.hgi-stroke.hgi-pdf-01::before {
  content: "\f1733"
}

.hgi-bulk.hgi-pdf-02::before,.hgi-stroke.hgi-pdf-02::before {
  content: "\f1735"
}

.hgi-bulk.hgi-peer-to-peer-01::before,.hgi-stroke.hgi-peer-to-peer-01::before {
  content: "\f1737"
}

.hgi-bulk.hgi-peer-to-peer-02::before,.hgi-stroke.hgi-peer-to-peer-02::before {
  content: "\f1739"
}

.hgi-bulk.hgi-peer-to-peer-03::before,.hgi-stroke.hgi-peer-to-peer-03::before {
  content: "\f173b"
}

.hgi-bulk.hgi-pen-01::before,.hgi-stroke.hgi-pen-01::before {
  content: "\f173d"
}

.hgi-bulk.hgi-pen-02::before,.hgi-stroke.hgi-pen-02::before {
  content: "\f173f"
}

.hgi-bulk.hgi-pen-connect-bluetooth::before,.hgi-stroke.hgi-pen-connect-bluetooth::before {
  content: "\f1741"
}

.hgi-bulk.hgi-pen-connect-usb::before,.hgi-stroke.hgi-pen-connect-usb::before {
  content: "\f1743"
}

.hgi-bulk.hgi-pen-connect-wifi::before,.hgi-stroke.hgi-pen-connect-wifi::before {
  content: "\f1745"
}

.hgi-bulk.hgi-pen-tool-01::before,.hgi-stroke.hgi-pen-tool-01::before {
  content: "\f1747"
}

.hgi-bulk.hgi-pen-tool-02::before,.hgi-stroke.hgi-pen-tool-02::before {
  content: "\f1749"
}

.hgi-bulk.hgi-pen-tool-03::before,.hgi-stroke.hgi-pen-tool-03::before {
  content: "\f174b"
}

.hgi-bulk.hgi-pen-tool-add::before,.hgi-stroke.hgi-pen-tool-add::before {
  content: "\f174d"
}

.hgi-bulk.hgi-pen-tool-minus::before,.hgi-stroke.hgi-pen-tool-minus::before {
  content: "\f174f"
}

.hgi-bulk.hgi-pencil-edit-01::before,.hgi-stroke.hgi-pencil-edit-01::before {
  content: "\f1751"
}

.hgi-bulk.hgi-pencil-edit-02::before,.hgi-stroke.hgi-pencil-edit-02::before {
  content: "\f1753"
}

.hgi-bulk.hgi-pencil::before,.hgi-stroke.hgi-pencil::before {
  content: "\f1755"
}

.hgi-bulk.hgi-pendulum::before,.hgi-stroke.hgi-pendulum::before {
  content: "\f1757"
}

.hgi-bulk.hgi-pensive::before,.hgi-stroke.hgi-pensive::before {
  content: "\f1759"
}

.hgi-bulk.hgi-pentagon-01::before,.hgi-stroke.hgi-pentagon-01::before {
  content: "\f175b"
}

.hgi-bulk.hgi-pentagon::before,.hgi-stroke.hgi-pentagon::before {
  content: "\f175d"
}

.hgi-bulk.hgi-percent-circle::before,.hgi-stroke.hgi-percent-circle::before {
  content: "\f175f"
}

.hgi-bulk.hgi-percent-square::before,.hgi-stroke.hgi-percent-square::before {
  content: "\f1762"
}

.hgi-bulk.hgi-percent::before,.hgi-stroke.hgi-percent::before {
  content: "\f1763"
}

.hgi-bulk.hgi-perfume::before,.hgi-stroke.hgi-perfume::before {
  content: "\f1765"
}

.hgi-bulk.hgi-periscope::before,.hgi-stroke.hgi-periscope::before {
  content: "\f1767"
}

.hgi-bulk.hgi-permanent-job::before,.hgi-stroke.hgi-permanent-job::before {
  content: "\f1769"
}

.hgi-bulk.hgi-perplexity-ai::before,.hgi-stroke.hgi-perplexity-ai::before {
  content: "\f176b"
}

.hgi-bulk.hgi-perspective::before,.hgi-stroke.hgi-perspective::before {
  content: "\f176d"
}

.hgi-bulk.hgi-petrol-pump::before,.hgi-stroke.hgi-petrol-pump::before {
  content: "\f176f"
}

.hgi-bulk.hgi-pexels::before,.hgi-stroke.hgi-pexels::before {
  content: "\f1771"
}

.hgi-bulk.hgi-phone-arrow-down::before,.hgi-stroke.hgi-phone-arrow-down::before {
  content: "\f1773"
}

.hgi-bulk.hgi-phone-arrow-up::before,.hgi-stroke.hgi-phone-arrow-up::before {
  content: "\f1775"
}

.hgi-bulk.hgi-phone-check::before,.hgi-stroke.hgi-phone-check::before {
  content: "\f1777"
}

.hgi-bulk.hgi-phone-developer-mode::before,.hgi-stroke.hgi-phone-developer-mode::before {
  content: "\f1779"
}

.hgi-bulk.hgi-phone-erase::before,.hgi-stroke.hgi-phone-erase::before {
  content: "\f177b"
}

.hgi-bulk.hgi-phone-lock::before,.hgi-stroke.hgi-phone-lock::before {
  content: "\f177d"
}

.hgi-bulk.hgi-phone-off-01::before,.hgi-stroke.hgi-phone-off-01::before {
  content: "\f177f"
}

.hgi-bulk.hgi-phone-off-02::before,.hgi-stroke.hgi-phone-off-02::before {
  content: "\f1781"
}

.hgi-bulk.hgi-php::before,.hgi-stroke.hgi-php::before {
  content: "\f1783"
}

.hgi-bulk.hgi-physics::before,.hgi-stroke.hgi-physics::before {
  content: "\f1785"
}

.hgi-bulk.hgi-pi-circle::before,.hgi-stroke.hgi-pi-circle::before {
  content: "\f1787"
}

.hgi-bulk.hgi-pi-square::before,.hgi-stroke.hgi-pi-square::before {
  content: "\f178a"
}

.hgi-bulk.hgi-pi::before,.hgi-stroke.hgi-pi::before {
  content: "\f178b"
}

.hgi-bulk.hgi-picasa::before,.hgi-stroke.hgi-picasa::before {
  content: "\f178d"
}

.hgi-bulk.hgi-pickup-01::before,.hgi-stroke.hgi-pickup-01::before {
  content: "\f178f"
}

.hgi-bulk.hgi-pickup-02::before,.hgi-stroke.hgi-pickup-02::before {
  content: "\f1791"
}

.hgi-bulk.hgi-picture-in-picture-exit::before,.hgi-stroke.hgi-picture-in-picture-exit::before {
  content: "\f1793"
}

.hgi-bulk.hgi-picture-in-picture-on::before,.hgi-stroke.hgi-picture-in-picture-on::before {
  content: "\f1795"
}

.hgi-bulk.hgi-pie-chart-01::before,.hgi-stroke.hgi-pie-chart-01::before {
  content: "\f1797"
}

.hgi-bulk.hgi-pie-chart-02::before,.hgi-stroke.hgi-pie-chart-02::before {
  content: "\f1799"
}

.hgi-bulk.hgi-pie-chart-03::before,.hgi-stroke.hgi-pie-chart-03::before {
  content: "\f179b"
}

.hgi-bulk.hgi-pie-chart-04::before,.hgi-stroke.hgi-pie-chart-04::before {
  content: "\f179d"
}

.hgi-bulk.hgi-pie-chart-05::before,.hgi-stroke.hgi-pie-chart-05::before {
  content: "\f179f"
}

.hgi-bulk.hgi-pie-chart-06::before,.hgi-stroke.hgi-pie-chart-06::before {
  content: "\f17a1"
}

.hgi-bulk.hgi-pie-chart-07::before,.hgi-stroke.hgi-pie-chart-07::before {
  content: "\f17a3"
}

.hgi-bulk.hgi-pie-chart-08::before,.hgi-stroke.hgi-pie-chart-08::before {
  content: "\f17a5"
}

.hgi-bulk.hgi-pie-chart-09::before,.hgi-stroke.hgi-pie-chart-09::before {
  content: "\f17a7"
}

.hgi-bulk.hgi-pie-chart-square::before,.hgi-stroke.hgi-pie-chart-square::before {
  content: "\f17aa"
}

.hgi-bulk.hgi-pie-chart::before,.hgi-stroke.hgi-pie-chart::before {
  content: "\f17ab"
}

.hgi-bulk.hgi-pie::before,.hgi-stroke.hgi-pie::before {
  content: "\f17ad"
}

.hgi-bulk.hgi-piggy-bank::before,.hgi-stroke.hgi-piggy-bank::before {
  content: "\f17af"
}

.hgi-bulk.hgi-pill-bottle::before,.hgi-stroke.hgi-pill-bottle::before {
  content: "\f17b1"
}

.hgi-bulk.hgi-pill-off::before,.hgi-stroke.hgi-pill-off::before {
  content: "\f17b3"
}

.hgi-bulk.hgi-pill::before,.hgi-stroke.hgi-pill::before {
  content: "\f17b5"
}

.hgi-bulk.hgi-pills-tablet::before,.hgi-stroke.hgi-pills-tablet::before {
  content: "\f17b7"
}

.hgi-bulk.hgi-pin-02::before,.hgi-stroke.hgi-pin-02::before {
  content: "\f17b9"
}

.hgi-bulk.hgi-pin-code::before,.hgi-stroke.hgi-pin-code::before {
  content: "\f17bb"
}

.hgi-bulk.hgi-pin-location-01::before,.hgi-stroke.hgi-pin-location-01::before {
  content: "\f17bd"
}

.hgi-bulk.hgi-pin-location-02::before,.hgi-stroke.hgi-pin-location-02::before {
  content: "\f17bf"
}

.hgi-bulk.hgi-pin-location-03::before,.hgi-stroke.hgi-pin-location-03::before {
  content: "\f17c1"
}

.hgi-bulk.hgi-pin-off::before,.hgi-stroke.hgi-pin-off::before {
  content: "\f17c3"
}

.hgi-bulk.hgi-pin::before,.hgi-stroke.hgi-pin::before {
  content: "\f17c5"
}

.hgi-bulk.hgi-pine-tree::before,.hgi-stroke.hgi-pine-tree::before {
  content: "\f17c7"
}

.hgi-bulk.hgi-pinterest::before,.hgi-stroke.hgi-pinterest::before {
  content: "\f17c9"
}

.hgi-bulk.hgi-pipeline::before,.hgi-stroke.hgi-pipeline::before {
  content: "\f17cb"
}

.hgi-bulk.hgi-pisa-tower::before,.hgi-stroke.hgi-pisa-tower::before {
  content: "\f17cd"
}

.hgi-bulk.hgi-pivot::before,.hgi-stroke.hgi-pivot::before {
  content: "\f17cf"
}

.hgi-bulk.hgi-pizza-01::before,.hgi-stroke.hgi-pizza-01::before {
  content: "\f17d1"
}

.hgi-bulk.hgi-pizza-02::before,.hgi-stroke.hgi-pizza-02::before {
  content: "\f17d3"
}

.hgi-bulk.hgi-pizza-03::before,.hgi-stroke.hgi-pizza-03::before {
  content: "\f17d5"
}

.hgi-bulk.hgi-pizza-04::before,.hgi-stroke.hgi-pizza-04::before {
  content: "\f17d7"
}

.hgi-bulk.hgi-pizza-cutter::before,.hgi-stroke.hgi-pizza-cutter::before {
  content: "\f17d9"
}

.hgi-bulk.hgi-plane::before,.hgi-stroke.hgi-plane::before {
  content: "\f17db"
}

.hgi-bulk.hgi-plant-01::before,.hgi-stroke.hgi-plant-01::before {
  content: "\f17dd"
}

.hgi-bulk.hgi-plant-02::before,.hgi-stroke.hgi-plant-02::before {
  content: "\f17df"
}

.hgi-bulk.hgi-plant-03::before,.hgi-stroke.hgi-plant-03::before {
  content: "\f17e1"
}

.hgi-bulk.hgi-plant-04::before,.hgi-stroke.hgi-plant-04::before {
  content: "\f17e3"
}

.hgi-bulk.hgi-plate::before,.hgi-stroke.hgi-plate::before {
  content: "\f17e5"
}

.hgi-bulk.hgi-plaxo::before,.hgi-stroke.hgi-plaxo::before {
  content: "\f17e7"
}

.hgi-bulk.hgi-play-circle-02::before,.hgi-stroke.hgi-play-circle-02::before {
  content: "\f17e9"
}

.hgi-bulk.hgi-play-circle::before,.hgi-stroke.hgi-play-circle::before {
  content: "\f17eb"
}

.hgi-bulk.hgi-play-list-add::before,.hgi-stroke.hgi-play-list-add::before {
  content: "\f17ed"
}

.hgi-bulk.hgi-play-list-favourite-01::before,.hgi-stroke.hgi-play-list-favourite-01::before {
  content: "\f17ef"
}

.hgi-bulk.hgi-play-list-favourite-02::before,.hgi-stroke.hgi-play-list-favourite-02::before {
  content: "\f17f1"
}

.hgi-bulk.hgi-play-list-minus::before,.hgi-stroke.hgi-play-list-minus::before {
  content: "\f17f3"
}

.hgi-bulk.hgi-play-list-remove::before,.hgi-stroke.hgi-play-list-remove::before {
  content: "\f17f5"
}

.hgi-bulk.hgi-play-list::before,.hgi-stroke.hgi-play-list::before {
  content: "\f17f7"
}

.hgi-bulk.hgi-play-square::before,.hgi-stroke.hgi-play-square::before {
  content: "\f17fa"
}

.hgi-bulk.hgi-play-store::before,.hgi-stroke.hgi-play-store::before {
  content: "\f17fc"
}

.hgi-bulk.hgi-play::before,.hgi-stroke.hgi-play::before {
  content: "\f17fd"
}

.hgi-bulk.hgi-playlist-01::before,.hgi-stroke.hgi-playlist-01::before {
  content: "\f17ff"
}

.hgi-bulk.hgi-playlist-02::before,.hgi-stroke.hgi-playlist-02::before {
  content: "\f1801"
}

.hgi-bulk.hgi-playlist-03::before,.hgi-stroke.hgi-playlist-03::before {
  content: "\f1803"
}

.hgi-bulk.hgi-plaza::before,.hgi-stroke.hgi-plaza::before {
  content: "\f1805"
}

.hgi-bulk.hgi-plug-01::before,.hgi-stroke.hgi-plug-01::before {
  content: "\f1807"
}

.hgi-bulk.hgi-plug-02::before,.hgi-stroke.hgi-plug-02::before {
  content: "\f1809"
}

.hgi-bulk.hgi-plug-socket::before,.hgi-stroke.hgi-plug-socket::before {
  content: "\f180b"
}

.hgi-bulk.hgi-plus-minus-01::before,.hgi-stroke.hgi-plus-minus-01::before {
  content: "\f180d"
}

.hgi-bulk.hgi-plus-minus-02::before,.hgi-stroke.hgi-plus-minus-02::before {
  content: "\f180f"
}

.hgi-bulk.hgi-plus-minus-circle-01::before,.hgi-stroke.hgi-plus-minus-circle-01::before {
  content: "\f1811"
}

.hgi-bulk.hgi-plus-minus-circle-02::before,.hgi-stroke.hgi-plus-minus-circle-02::before {
  content: "\f1813"
}

.hgi-bulk.hgi-plus-minus-square-01::before,.hgi-stroke.hgi-plus-minus-square-01::before {
  content: "\f1816"
}

.hgi-bulk.hgi-plus-minus-square-02::before,.hgi-stroke.hgi-plus-minus-square-02::before {
  content: "\f1818"
}

.hgi-bulk.hgi-plus-minus::before,.hgi-stroke.hgi-plus-minus::before {
  content: "\f1819"
}

.hgi-bulk.hgi-plus-sign-circle::before,.hgi-stroke.hgi-plus-sign-circle::before {
  content: "\f181b"
}

.hgi-bulk.hgi-plus-sign-square::before,.hgi-stroke.hgi-plus-sign-square::before {
  content: "\f181e"
}

.hgi-bulk.hgi-plus-sign::before,.hgi-stroke.hgi-plus-sign::before {
  content: "\f181f"
}

.hgi-bulk.hgi-png-01::before,.hgi-stroke.hgi-png-01::before {
  content: "\f1821"
}

.hgi-bulk.hgi-png-02::before,.hgi-stroke.hgi-png-02::before {
  content: "\f1823"
}

.hgi-bulk.hgi-podcast::before,.hgi-stroke.hgi-podcast::before {
  content: "\f1825"
}

.hgi-bulk.hgi-podium::before,.hgi-stroke.hgi-podium::before {
  content: "\f1827"
}

.hgi-bulk.hgi-pointing-left-01::before,.hgi-stroke.hgi-pointing-left-01::before {
  content: "\f1829"
}

.hgi-bulk.hgi-pointing-left-02::before,.hgi-stroke.hgi-pointing-left-02::before {
  content: "\f182b"
}

.hgi-bulk.hgi-pointing-left-03::before,.hgi-stroke.hgi-pointing-left-03::before {
  content: "\f182d"
}

.hgi-bulk.hgi-pointing-left-04::before,.hgi-stroke.hgi-pointing-left-04::before {
  content: "\f182f"
}

.hgi-bulk.hgi-pointing-left-05::before,.hgi-stroke.hgi-pointing-left-05::before {
  content: "\f1831"
}

.hgi-bulk.hgi-pointing-left-06::before,.hgi-stroke.hgi-pointing-left-06::before {
  content: "\f1833"
}

.hgi-bulk.hgi-pointing-left-07::before,.hgi-stroke.hgi-pointing-left-07::before {
  content: "\f1835"
}

.hgi-bulk.hgi-pointing-left-08::before,.hgi-stroke.hgi-pointing-left-08::before {
  content: "\f1837"
}

.hgi-bulk.hgi-pointing-right-01::before,.hgi-stroke.hgi-pointing-right-01::before {
  content: "\f1839"
}

.hgi-bulk.hgi-pointing-right-02::before,.hgi-stroke.hgi-pointing-right-02::before {
  content: "\f183b"
}

.hgi-bulk.hgi-pointing-right-03::before,.hgi-stroke.hgi-pointing-right-03::before {
  content: "\f183d"
}

.hgi-bulk.hgi-pointing-right-04::before,.hgi-stroke.hgi-pointing-right-04::before {
  content: "\f183f"
}

.hgi-bulk.hgi-pointing-right-05::before,.hgi-stroke.hgi-pointing-right-05::before {
  content: "\f1841"
}

.hgi-bulk.hgi-pointing-right-06::before,.hgi-stroke.hgi-pointing-right-06::before {
  content: "\f1843"
}

.hgi-bulk.hgi-pointing-right-07::before,.hgi-stroke.hgi-pointing-right-07::before {
  content: "\f1845"
}

.hgi-bulk.hgi-pointing-right-08::before,.hgi-stroke.hgi-pointing-right-08::before {
  content: "\f1847"
}

.hgi-bulk.hgi-pokeball::before,.hgi-stroke.hgi-pokeball::before {
  content: "\f1849"
}

.hgi-bulk.hgi-pokemon::before,.hgi-stroke.hgi-pokemon::before {
  content: "\f184b"
}

.hgi-bulk.hgi-police-badge::before,.hgi-stroke.hgi-police-badge::before {
  content: "\f184d"
}

.hgi-bulk.hgi-police-cap::before,.hgi-stroke.hgi-police-cap::before {
  content: "\f184f"
}

.hgi-bulk.hgi-police-car::before,.hgi-stroke.hgi-police-car::before {
  content: "\f1851"
}

.hgi-bulk.hgi-police-station::before,.hgi-stroke.hgi-police-station::before {
  content: "\f1853"
}

.hgi-bulk.hgi-policy::before,.hgi-stroke.hgi-policy::before {
  content: "\f1855"
}

.hgi-bulk.hgi-poly-tank::before,.hgi-stroke.hgi-poly-tank::before {
  content: "\f1857"
}

.hgi-bulk.hgi-polygon::before,.hgi-stroke.hgi-polygon::before {
  content: "\f1859"
}

.hgi-bulk.hgi-pool-table::before,.hgi-stroke.hgi-pool-table::before {
  content: "\f185c"
}

.hgi-bulk.hgi-pool::before,.hgi-stroke.hgi-pool::before {
  content: "\f185d"
}

.hgi-bulk.hgi-poop::before,.hgi-stroke.hgi-poop::before {
  content: "\f185f"
}

.hgi-bulk.hgi-popcorn::before,.hgi-stroke.hgi-popcorn::before {
  content: "\f1861"
}

.hgi-bulk.hgi-pot-01::before,.hgi-stroke.hgi-pot-01::before {
  content: "\f1863"
}

.hgi-bulk.hgi-pot-02::before,.hgi-stroke.hgi-pot-02::before {
  content: "\f1865"
}

.hgi-bulk.hgi-potion::before,.hgi-stroke.hgi-potion::before {
  content: "\f1867"
}

.hgi-bulk.hgi-pound-circle::before,.hgi-stroke.hgi-pound-circle::before {
  content: "\f1869"
}

.hgi-bulk.hgi-pound-receive::before,.hgi-stroke.hgi-pound-receive::before {
  content: "\f186b"
}

.hgi-bulk.hgi-pound-send::before,.hgi-stroke.hgi-pound-send::before {
  content: "\f186e"
}

.hgi-bulk.hgi-pound-square::before,.hgi-stroke.hgi-pound-square::before {
  content: "\f1870"
}

.hgi-bulk.hgi-pound::before,.hgi-stroke.hgi-pound::before {
  content: "\f1871"
}

.hgi-bulk.hgi-power-service::before,.hgi-stroke.hgi-power-service::before {
  content: "\f1873"
}

.hgi-bulk.hgi-power-socket-01::before,.hgi-stroke.hgi-power-socket-01::before {
  content: "\f1875"
}

.hgi-bulk.hgi-power-socket-02::before,.hgi-stroke.hgi-power-socket-02::before {
  content: "\f1877"
}

.hgi-bulk.hgi-ppt-01::before,.hgi-stroke.hgi-ppt-01::before {
  content: "\f1879"
}

.hgi-bulk.hgi-ppt-02::before,.hgi-stroke.hgi-ppt-02::before {
  content: "\f187b"
}

.hgi-bulk.hgi-prawn::before,.hgi-stroke.hgi-prawn::before {
  content: "\f187d"
}

.hgi-bulk.hgi-prayer-rug-01::before,.hgi-stroke.hgi-prayer-rug-01::before {
  content: "\f187f"
}

.hgi-bulk.hgi-prayer-rug-02::before,.hgi-stroke.hgi-prayer-rug-02::before {
  content: "\f1881"
}

.hgi-bulk.hgi-preference-horizontal::before,.hgi-stroke.hgi-preference-horizontal::before {
  content: "\f1883"
}

.hgi-bulk.hgi-preference-vertical::before,.hgi-stroke.hgi-preference-vertical::before {
  content: "\f1885"
}

.hgi-bulk.hgi-prescription::before,.hgi-stroke.hgi-prescription::before {
  content: "\f1887"
}

.hgi-bulk.hgi-prescriptions::before,.hgi-stroke.hgi-prescriptions::before {
  content: "\f1889"
}

.hgi-bulk.hgi-presentation-01::before,.hgi-stroke.hgi-presentation-01::before {
  content: "\f188b"
}

.hgi-bulk.hgi-presentation-02::before,.hgi-stroke.hgi-presentation-02::before {
  content: "\f188d"
}

.hgi-bulk.hgi-presentation-03::before,.hgi-stroke.hgi-presentation-03::before {
  content: "\f188f"
}

.hgi-bulk.hgi-presentation-04::before,.hgi-stroke.hgi-presentation-04::before {
  content: "\f1891"
}

.hgi-bulk.hgi-presentation-05::before,.hgi-stroke.hgi-presentation-05::before {
  content: "\f1893"
}

.hgi-bulk.hgi-presentation-06::before,.hgi-stroke.hgi-presentation-06::before {
  content: "\f1895"
}

.hgi-bulk.hgi-presentation-07::before,.hgi-stroke.hgi-presentation-07::before {
  content: "\f1897"
}

.hgi-bulk.hgi-presentation-bar-chart-01::before,.hgi-stroke.hgi-presentation-bar-chart-01::before {
  content: "\f1899"
}

.hgi-bulk.hgi-presentation-bar-chart-02::before,.hgi-stroke.hgi-presentation-bar-chart-02::before {
  content: "\f189b"
}

.hgi-bulk.hgi-presentation-line-chart-01::before,.hgi-stroke.hgi-presentation-line-chart-01::before {
  content: "\f189d"
}

.hgi-bulk.hgi-presentation-line-chart-02::before,.hgi-stroke.hgi-presentation-line-chart-02::before {
  content: "\f189f"
}

.hgi-bulk.hgi-presentation-online::before,.hgi-stroke.hgi-presentation-online::before {
  content: "\f18a1"
}

.hgi-bulk.hgi-presentation-podium::before,.hgi-stroke.hgi-presentation-podium::before {
  content: "\f18a3"
}

.hgi-bulk.hgi-previous::before,.hgi-stroke.hgi-previous::before {
  content: "\f18a5"
}

.hgi-bulk.hgi-printer-off::before,.hgi-stroke.hgi-printer-off::before {
  content: "\f18a7"
}

.hgi-bulk.hgi-printer-three-d::before,.hgi-stroke.hgi-printer-three-d::before {
  content: "\f18aa"
}

.hgi-bulk.hgi-printer::before,.hgi-stroke.hgi-printer::before {
  content: "\f18ab"
}

.hgi-bulk.hgi-prism-01::before,.hgi-stroke.hgi-prism-01::before {
  content: "\f18ad"
}

.hgi-bulk.hgi-prism::before,.hgi-stroke.hgi-prism::before {
  content: "\f18af"
}

.hgi-bulk.hgi-prison-guard::before,.hgi-stroke.hgi-prison-guard::before {
  content: "\f18b1"
}

.hgi-bulk.hgi-prison::before,.hgi-stroke.hgi-prison::before {
  content: "\f18b3"
}

.hgi-bulk.hgi-prisoner::before,.hgi-stroke.hgi-prisoner::before {
  content: "\f18b5"
}

.hgi-bulk.hgi-product-loading::before,.hgi-stroke.hgi-product-loading::before {
  content: "\f18b7"
}

.hgi-bulk.hgi-profile-02::before,.hgi-stroke.hgi-profile-02::before {
  content: "\f18b9"
}

.hgi-bulk.hgi-profile::before,.hgi-stroke.hgi-profile::before {
  content: "\f18bb"
}

.hgi-bulk.hgi-profit::before,.hgi-stroke.hgi-profit::before {
  content: "\f18bd"
}

.hgi-bulk.hgi-programming-flag::before,.hgi-stroke.hgi-programming-flag::before {
  content: "\f18bf"
}

.hgi-bulk.hgi-progress-01::before,.hgi-stroke.hgi-progress-01::before {
  content: "\f18c1"
}

.hgi-bulk.hgi-progress-02::before,.hgi-stroke.hgi-progress-02::before {
  content: "\f18c3"
}

.hgi-bulk.hgi-progress-03::before,.hgi-stroke.hgi-progress-03::before {
  content: "\f18c5"
}

.hgi-bulk.hgi-progress-04::before,.hgi-stroke.hgi-progress-04::before {
  content: "\f18c7"
}

.hgi-bulk.hgi-progress::before,.hgi-stroke.hgi-progress::before {
  content: "\f18c9"
}

.hgi-bulk.hgi-projector-01::before,.hgi-stroke.hgi-projector-01::before {
  content: "\f18cb"
}

.hgi-bulk.hgi-projector::before,.hgi-stroke.hgi-projector::before {
  content: "\f18cd"
}

.hgi-bulk.hgi-promotion::before,.hgi-stroke.hgi-promotion::before {
  content: "\f18cf"
}

.hgi-bulk.hgi-property-add::before,.hgi-stroke.hgi-property-add::before {
  content: "\f18d1"
}

.hgi-bulk.hgi-property-delete::before,.hgi-stroke.hgi-property-delete::before {
  content: "\f18d3"
}

.hgi-bulk.hgi-property-edit::before,.hgi-stroke.hgi-property-edit::before {
  content: "\f18d5"
}

.hgi-bulk.hgi-property-new::before,.hgi-stroke.hgi-property-new::before {
  content: "\f18d7"
}

.hgi-bulk.hgi-property-search::before,.hgi-stroke.hgi-property-search::before {
  content: "\f18d9"
}

.hgi-bulk.hgi-property-view::before,.hgi-stroke.hgi-property-view::before {
  content: "\f18db"
}

.hgi-bulk.hgi-protection-mask::before,.hgi-stroke.hgi-protection-mask::before {
  content: "\f18dd"
}

.hgi-bulk.hgi-pulley::before,.hgi-stroke.hgi-pulley::before {
  content: "\f18df"
}

.hgi-bulk.hgi-pulse-01::before,.hgi-stroke.hgi-pulse-01::before {
  content: "\f18e1"
}

.hgi-bulk.hgi-pulse-02::before,.hgi-stroke.hgi-pulse-02::before {
  content: "\f18e3"
}

.hgi-bulk.hgi-pulse-rectangle-01::before,.hgi-stroke.hgi-pulse-rectangle-01::before {
  content: "\f18e5"
}

.hgi-bulk.hgi-pulse-rectangle-02::before,.hgi-stroke.hgi-pulse-rectangle-02::before {
  content: "\f18e7"
}

.hgi-bulk.hgi-pumpkin::before,.hgi-stroke.hgi-pumpkin::before {
  content: "\f18e9"
}

.hgi-bulk.hgi-punch::before,.hgi-stroke.hgi-punch::before {
  content: "\f18eb"
}

.hgi-bulk.hgi-punching-ball-01::before,.hgi-stroke.hgi-punching-ball-01::before {
  content: "\f18ed"
}

.hgi-bulk.hgi-punching-ball-02::before,.hgi-stroke.hgi-punching-ball-02::before {
  content: "\f18ef"
}

.hgi-bulk.hgi-purse-01::before,.hgi-stroke.hgi-purse-01::before {
  content: "\f18f1"
}

.hgi-bulk.hgi-purse::before,.hgi-stroke.hgi-purse::before {
  content: "\f18f3"
}

.hgi-bulk.hgi-push-up-bar::before,.hgi-stroke.hgi-push-up-bar::before {
  content: "\f18f5"
}

.hgi-bulk.hgi-puzzle::before,.hgi-stroke.hgi-puzzle::before {
  content: "\f18f7"
}

.hgi-bulk.hgi-pyramid-maslowo::before,.hgi-stroke.hgi-pyramid-maslowo::before {
  content: "\f18f9"
}

.hgi-bulk.hgi-pyramid-structure-01::before,.hgi-stroke.hgi-pyramid-structure-01::before {
  content: "\f18fc"
}

.hgi-bulk.hgi-pyramid-structure-02::before,.hgi-stroke.hgi-pyramid-structure-02::before {
  content: "\f18fe"
}

.hgi-bulk.hgi-pyramid::before,.hgi-stroke.hgi-pyramid::before {
  content: "\f18ff"
}

.hgi-bulk.hgi-python::before,.hgi-stroke.hgi-python::before {
  content: "\f1901"
}

.hgi-bulk.hgi-qq-plot::before,.hgi-stroke.hgi-qq-plot::before {
  content: "\f1903"
}

.hgi-bulk.hgi-qr-code-01::before,.hgi-stroke.hgi-qr-code-01::before {
  content: "\f1905"
}

.hgi-bulk.hgi-qr-code-scan::before,.hgi-stroke.hgi-qr-code-scan::before {
  content: "\f1907"
}

.hgi-bulk.hgi-qr-code::before,.hgi-stroke.hgi-qr-code::before {
  content: "\f1909"
}

.hgi-bulk.hgi-question::before,.hgi-stroke.hgi-question::before {
  content: "\f190b"
}

.hgi-bulk.hgi-queue-01::before,.hgi-stroke.hgi-queue-01::before {
  content: "\f190d"
}

.hgi-bulk.hgi-queue-02::before,.hgi-stroke.hgi-queue-02::before {
  content: "\f190f"
}

.hgi-bulk.hgi-quill-write-01::before,.hgi-stroke.hgi-quill-write-01::before {
  content: "\f1911"
}

.hgi-bulk.hgi-quill-write-02::before,.hgi-stroke.hgi-quill-write-02::before {
  content: "\f1913"
}

.hgi-bulk.hgi-quiz-01::before,.hgi-stroke.hgi-quiz-01::before {
  content: "\f1915"
}

.hgi-bulk.hgi-quiz-02::before,.hgi-stroke.hgi-quiz-02::before {
  content: "\f1917"
}

.hgi-bulk.hgi-quiz-03::before,.hgi-stroke.hgi-quiz-03::before {
  content: "\f1919"
}

.hgi-bulk.hgi-quiz-04::before,.hgi-stroke.hgi-quiz-04::before {
  content: "\f191b"
}

.hgi-bulk.hgi-quiz-05::before,.hgi-stroke.hgi-quiz-05::before {
  content: "\f191d"
}

.hgi-bulk.hgi-quora::before,.hgi-stroke.hgi-quora::before {
  content: "\f191f"
}

.hgi-bulk.hgi-quote-down-circle::before,.hgi-stroke.hgi-quote-down-circle::before {
  content: "\f1921"
}

.hgi-bulk.hgi-quote-down-square::before,.hgi-stroke.hgi-quote-down-square::before {
  content: "\f1924"
}

.hgi-bulk.hgi-quote-down::before,.hgi-stroke.hgi-quote-down::before {
  content: "\f1925"
}

.hgi-bulk.hgi-quote-up-circle::before,.hgi-stroke.hgi-quote-up-circle::before {
  content: "\f1927"
}

.hgi-bulk.hgi-quote-up-square::before,.hgi-stroke.hgi-quote-up-square::before {
  content: "\f192a"
}

.hgi-bulk.hgi-quote-up::before,.hgi-stroke.hgi-quote-up::before {
  content: "\f192b"
}

.hgi-bulk.hgi-quotes::before,.hgi-stroke.hgi-quotes::before {
  content: "\f192d"
}

.hgi-bulk.hgi-quran-01::before,.hgi-stroke.hgi-quran-01::before {
  content: "\f192f"
}

.hgi-bulk.hgi-quran-02::before,.hgi-stroke.hgi-quran-02::before {
  content: "\f1931"
}

.hgi-bulk.hgi-quran-03::before,.hgi-stroke.hgi-quran-03::before {
  content: "\f1933"
}

.hgi-bulk.hgi-qwen::before,.hgi-stroke.hgi-qwen::before {
  content: "\f1935"
}

.hgi-bulk.hgi-racing-flag::before,.hgi-stroke.hgi-racing-flag::before {
  content: "\f1937"
}

.hgi-bulk.hgi-radar-01::before,.hgi-stroke.hgi-radar-01::before {
  content: "\f1939"
}

.hgi-bulk.hgi-radar-02::before,.hgi-stroke.hgi-radar-02::before {
  content: "\f193b"
}

.hgi-bulk.hgi-radial::before,.hgi-stroke.hgi-radial::before {
  content: "\f193d"
}

.hgi-bulk.hgi-radio-01::before,.hgi-stroke.hgi-radio-01::before {
  content: "\f193f"
}

.hgi-bulk.hgi-radio-02::before,.hgi-stroke.hgi-radio-02::before {
  content: "\f1941"
}

.hgi-bulk.hgi-radio-button::before,.hgi-stroke.hgi-radio-button::before {
  content: "\f1943"
}

.hgi-bulk.hgi-radio::before,.hgi-stroke.hgi-radio::before {
  content: "\f1945"
}

.hgi-bulk.hgi-radioactive-alert::before,.hgi-stroke.hgi-radioactive-alert::before {
  content: "\f1947"
}

.hgi-bulk.hgi-radius::before,.hgi-stroke.hgi-radius::before {
  content: "\f1949"
}

.hgi-bulk.hgi-rain-double-drop::before,.hgi-stroke.hgi-rain-double-drop::before {
  content: "\f194b"
}

.hgi-bulk.hgi-rain-drop::before,.hgi-stroke.hgi-rain-drop::before {
  content: "\f194d"
}

.hgi-bulk.hgi-rain::before,.hgi-stroke.hgi-rain::before {
  content: "\f194f"
}

.hgi-bulk.hgi-rainbow::before,.hgi-stroke.hgi-rainbow::before {
  content: "\f1951"
}

.hgi-bulk.hgi-ram-memory::before,.hgi-stroke.hgi-ram-memory::before {
  content: "\f1953"
}

.hgi-bulk.hgi-ramadhan-01::before,.hgi-stroke.hgi-ramadhan-01::before {
  content: "\f1955"
}

.hgi-bulk.hgi-ramadhan-02::before,.hgi-stroke.hgi-ramadhan-02::before {
  content: "\f1957"
}

.hgi-bulk.hgi-ramadhan-month::before,.hgi-stroke.hgi-ramadhan-month::before {
  content: "\f1959"
}

.hgi-bulk.hgi-ranking::before,.hgi-stroke.hgi-ranking::before {
  content: "\f195b"
}

.hgi-bulk.hgi-rar-01::before,.hgi-stroke.hgi-rar-01::before {
  content: "\f195d"
}

.hgi-bulk.hgi-rar-02::before,.hgi-stroke.hgi-rar-02::before {
  content: "\f195f"
}

.hgi-bulk.hgi-raw-01::before,.hgi-stroke.hgi-raw-01::before {
  content: "\f1961"
}

.hgi-bulk.hgi-raw-02::before,.hgi-stroke.hgi-raw-02::before {
  content: "\f1963"
}

.hgi-bulk.hgi-re::before,.hgi-stroke.hgi-re::before {
  content: "\f1965"
}

.hgi-bulk.hgi-react::before,.hgi-stroke.hgi-react::before {
  content: "\f1967"
}

.hgi-bulk.hgi-real-estate-01::before,.hgi-stroke.hgi-real-estate-01::before {
  content: "\f1969"
}

.hgi-bulk.hgi-real-estate-02::before,.hgi-stroke.hgi-real-estate-02::before {
  content: "\f196b"
}

.hgi-bulk.hgi-receipt-dollar::before,.hgi-stroke.hgi-receipt-dollar::before {
  content: "\f196d"
}

.hgi-bulk.hgi-record::before,.hgi-stroke.hgi-record::before {
  content: "\f196f"
}

.hgi-bulk.hgi-recovery-mail::before,.hgi-stroke.hgi-recovery-mail::before {
  content: "\f1971"
}

.hgi-bulk.hgi-rectangular-01::before,.hgi-stroke.hgi-rectangular-01::before {
  content: "\f1973"
}

.hgi-bulk.hgi-rectangular::before,.hgi-stroke.hgi-rectangular::before {
  content: "\f1975"
}

.hgi-bulk.hgi-recycle-01::before,.hgi-stroke.hgi-recycle-01::before {
  content: "\f1977"
}

.hgi-bulk.hgi-recycle-02::before,.hgi-stroke.hgi-recycle-02::before {
  content: "\f1979"
}

.hgi-bulk.hgi-recycle-03::before,.hgi-stroke.hgi-recycle-03::before {
  content: "\f197b"
}

.hgi-bulk.hgi-reddit::before,.hgi-stroke.hgi-reddit::before {
  content: "\f197d"
}

.hgi-bulk.hgi-redo-02::before,.hgi-stroke.hgi-redo-02::before {
  content: "\f197f"
}

.hgi-bulk.hgi-redo-03::before,.hgi-stroke.hgi-redo-03::before {
  content: "\f1981"
}

.hgi-bulk.hgi-redo::before,.hgi-stroke.hgi-redo::before {
  content: "\f1983"
}

.hgi-bulk.hgi-reduce-paragraph::before,.hgi-stroke.hgi-reduce-paragraph::before {
  content: "\f1985"
}

.hgi-bulk.hgi-reflex::before,.hgi-stroke.hgi-reflex::before {
  content: "\f1987"
}

.hgi-bulk.hgi-refresh-01::before,.hgi-stroke.hgi-refresh-01::before {
  content: "\f1989"
}

.hgi-bulk.hgi-refresh-03::before,.hgi-stroke.hgi-refresh-03::before {
  content: "\f198b"
}

.hgi-bulk.hgi-refresh-04::before,.hgi-stroke.hgi-refresh-04::before {
  content: "\f198d"
}

.hgi-bulk.hgi-refresh-dot::before,.hgi-stroke.hgi-refresh-dot::before {
  content: "\f198f"
}

.hgi-bulk.hgi-refresh::before,.hgi-stroke.hgi-refresh::before {
  content: "\f1991"
}

.hgi-bulk.hgi-refrigerator::before,.hgi-stroke.hgi-refrigerator::before {
  content: "\f1993"
}

.hgi-bulk.hgi-register::before,.hgi-stroke.hgi-register::before {
  content: "\f1995"
}

.hgi-bulk.hgi-registered::before,.hgi-stroke.hgi-registered::before {
  content: "\f1997"
}

.hgi-bulk.hgi-relieved-01::before,.hgi-stroke.hgi-relieved-01::before {
  content: "\f1999"
}

.hgi-bulk.hgi-relieved-02::before,.hgi-stroke.hgi-relieved-02::before {
  content: "\f199b"
}

.hgi-bulk.hgi-reload::before,.hgi-stroke.hgi-reload::before {
  content: "\f199d"
}

.hgi-bulk.hgi-reminder::before,.hgi-stroke.hgi-reminder::before {
  content: "\f199f"
}

.hgi-bulk.hgi-remote-control::before,.hgi-stroke.hgi-remote-control::before {
  content: "\f19a1"
}

.hgi-bulk.hgi-remove-01::before,.hgi-stroke.hgi-remove-01::before {
  content: "\f19a3"
}

.hgi-bulk.hgi-remove-02::before,.hgi-stroke.hgi-remove-02::before {
  content: "\f19a5"
}

.hgi-bulk.hgi-remove-circle-half-dot::before,.hgi-stroke.hgi-remove-circle-half-dot::before {
  content: "\f19a7"
}

.hgi-bulk.hgi-remove-circle::before,.hgi-stroke.hgi-remove-circle::before {
  content: "\f19a9"
}

.hgi-bulk.hgi-remove-female::before,.hgi-stroke.hgi-remove-female::before {
  content: "\f19ab"
}

.hgi-bulk.hgi-remove-male::before,.hgi-stroke.hgi-remove-male::before {
  content: "\f19ad"
}

.hgi-bulk.hgi-remove-pi::before,.hgi-stroke.hgi-remove-pi::before {
  content: "\f19af"
}

.hgi-bulk.hgi-remove-square::before,.hgi-stroke.hgi-remove-square::before {
  content: "\f19b1"
}

.hgi-bulk.hgi-renewable-energy-01::before,.hgi-stroke.hgi-renewable-energy-01::before {
  content: "\f19b3"
}

.hgi-bulk.hgi-renewable-energy::before,.hgi-stroke.hgi-renewable-energy::before {
  content: "\f19b5"
}

.hgi-bulk.hgi-repair::before,.hgi-stroke.hgi-repair::before {
  content: "\f19b7"
}

.hgi-bulk.hgi-repeat-off::before,.hgi-stroke.hgi-repeat-off::before {
  content: "\f19b9"
}

.hgi-bulk.hgi-repeat-one-01::before,.hgi-stroke.hgi-repeat-one-01::before {
  content: "\f19bb"
}

.hgi-bulk.hgi-repeat-one-02::before,.hgi-stroke.hgi-repeat-one-02::before {
  content: "\f19bd"
}

.hgi-bulk.hgi-repeat::before,.hgi-stroke.hgi-repeat::before {
  content: "\f19bf"
}

.hgi-bulk.hgi-replay::before,.hgi-stroke.hgi-replay::before {
  content: "\f19c1"
}

.hgi-bulk.hgi-replit::before,.hgi-stroke.hgi-replit::before {
  content: "\f19c3"
}

.hgi-bulk.hgi-repository::before,.hgi-stroke.hgi-repository::before {
  content: "\f19c5"
}

.hgi-bulk.hgi-repost::before,.hgi-stroke.hgi-repost::before {
  content: "\f19c7"
}

.hgi-bulk.hgi-reset-password::before,.hgi-stroke.hgi-reset-password::before {
  content: "\f19c9"
}

.hgi-bulk.hgi-resize-01::before,.hgi-stroke.hgi-resize-01::before {
  content: "\f19cb"
}

.hgi-bulk.hgi-resize-02::before,.hgi-stroke.hgi-resize-02::before {
  content: "\f19cd"
}

.hgi-bulk.hgi-resize-field-rectangle::before,.hgi-stroke.hgi-resize-field-rectangle::before {
  content: "\f19cf"
}

.hgi-bulk.hgi-resize-field::before,.hgi-stroke.hgi-resize-field::before {
  content: "\f19d1"
}

.hgi-bulk.hgi-resources-add::before,.hgi-stroke.hgi-resources-add::before {
  content: "\f19d3"
}

.hgi-bulk.hgi-resources-remove::before,.hgi-stroke.hgi-resources-remove::before {
  content: "\f19d5"
}

.hgi-bulk.hgi-restaurant-01::before,.hgi-stroke.hgi-restaurant-01::before {
  content: "\f19d7"
}

.hgi-bulk.hgi-restaurant-02::before,.hgi-stroke.hgi-restaurant-02::before {
  content: "\f19d9"
}

.hgi-bulk.hgi-restaurant-03::before,.hgi-stroke.hgi-restaurant-03::before {
  content: "\f19db"
}

.hgi-bulk.hgi-restaurant-table::before,.hgi-stroke.hgi-restaurant-table::before {
  content: "\f19dd"
}

.hgi-bulk.hgi-restore-bin::before,.hgi-stroke.hgi-restore-bin::before {
  content: "\f19df"
}

.hgi-bulk.hgi-return-request::before,.hgi-stroke.hgi-return-request::before {
  content: "\f19e1"
}

.hgi-bulk.hgi-reverse-withdrawal-01::before,.hgi-stroke.hgi-reverse-withdrawal-01::before {
  content: "\f19e3"
}

.hgi-bulk.hgi-reverse-withdrawal-02::before,.hgi-stroke.hgi-reverse-withdrawal-02::before {
  content: "\f19e5"
}

.hgi-bulk.hgi-rhombus-01::before,.hgi-stroke.hgi-rhombus-01::before {
  content: "\f19e7"
}

.hgi-bulk.hgi-rhombus::before,.hgi-stroke.hgi-rhombus::before {
  content: "\f19e9"
}

.hgi-bulk.hgi-rice-bowl-01::before,.hgi-stroke.hgi-rice-bowl-01::before {
  content: "\f19eb"
}

.hgi-bulk.hgi-rice-bowl-02::before,.hgi-stroke.hgi-rice-bowl-02::before {
  content: "\f19ed"
}

.hgi-bulk.hgi-right-angle::before,.hgi-stroke.hgi-right-angle::before {
  content: "\f19ef"
}

.hgi-bulk.hgi-right-to-left-block-quote::before,.hgi-stroke.hgi-right-to-left-block-quote::before {
  content: "\f19f1"
}

.hgi-bulk.hgi-right-to-left-list-bullet::before,.hgi-stroke.hgi-right-to-left-list-bullet::before {
  content: "\f19f3"
}

.hgi-bulk.hgi-right-to-left-list-dash::before,.hgi-stroke.hgi-right-to-left-list-dash::before {
  content: "\f19f5"
}

.hgi-bulk.hgi-right-to-left-list-number::before,.hgi-stroke.hgi-right-to-left-list-number::before {
  content: "\f19f7"
}

.hgi-bulk.hgi-right-to-left-list-triangle::before,.hgi-stroke.hgi-right-to-left-list-triangle::before {
  content: "\f19f9"
}

.hgi-bulk.hgi-right-triangle::before,.hgi-stroke.hgi-right-triangle::before {
  content: "\f19fb"
}

.hgi-bulk.hgi-ripple::before,.hgi-stroke.hgi-ripple::before {
  content: "\f19fd"
}

.hgi-bulk.hgi-riyal-rectangle::before,.hgi-stroke.hgi-riyal-rectangle::before {
  content: "\f19ff"
}

.hgi-bulk.hgi-riyal::before,.hgi-stroke.hgi-riyal::before {
  content: "\f1a01"
}

.hgi-bulk.hgi-road-01::before,.hgi-stroke.hgi-road-01::before {
  content: "\f1a03"
}

.hgi-bulk.hgi-road-02::before,.hgi-stroke.hgi-road-02::before {
  content: "\f1a05"
}

.hgi-bulk.hgi-road-location-01::before,.hgi-stroke.hgi-road-location-01::before {
  content: "\f1a07"
}

.hgi-bulk.hgi-road-location-02::before,.hgi-stroke.hgi-road-location-02::before {
  content: "\f1a09"
}

.hgi-bulk.hgi-road-wayside::before,.hgi-stroke.hgi-road-wayside::before {
  content: "\f1a0c"
}

.hgi-bulk.hgi-road::before,.hgi-stroke.hgi-road::before {
  content: "\f1a0d"
}

.hgi-bulk.hgi-robot-01::before,.hgi-stroke.hgi-robot-01::before {
  content: "\f1a0f"
}

.hgi-bulk.hgi-robot-02::before,.hgi-stroke.hgi-robot-02::before {
  content: "\f1a11"
}

.hgi-bulk.hgi-robotic::before,.hgi-stroke.hgi-robotic::before {
  content: "\f1a13"
}

.hgi-bulk.hgi-rocket-01::before,.hgi-stroke.hgi-rocket-01::before {
  content: "\f1a15"
}

.hgi-bulk.hgi-rocket-02::before,.hgi-stroke.hgi-rocket-02::before {
  content: "\f1a17"
}

.hgi-bulk.hgi-rocket::before,.hgi-stroke.hgi-rocket::before {
  content: "\f1a19"
}

.hgi-bulk.hgi-rocking-chair::before,.hgi-stroke.hgi-rocking-chair::before {
  content: "\f1a1b"
}

.hgi-bulk.hgi-rocking-horse::before,.hgi-stroke.hgi-rocking-horse::before {
  content: "\f1a1d"
}

.hgi-bulk.hgi-roller-skate::before,.hgi-stroke.hgi-roller-skate::before {
  content: "\f1a1f"
}

.hgi-bulk.hgi-rolling-pin::before,.hgi-stroke.hgi-rolling-pin::before {
  content: "\f1a21"
}

.hgi-bulk.hgi-root-01::before,.hgi-stroke.hgi-root-01::before {
  content: "\f1a23"
}

.hgi-bulk.hgi-root-02::before,.hgi-stroke.hgi-root-02::before {
  content: "\f1a25"
}

.hgi-bulk.hgi-root-circle::before,.hgi-stroke.hgi-root-circle::before {
  content: "\f1a27"
}

.hgi-bulk.hgi-root-first-bracket::before,.hgi-stroke.hgi-root-first-bracket::before {
  content: "\f1a29"
}

.hgi-bulk.hgi-root-second-bracket::before,.hgi-stroke.hgi-root-second-bracket::before {
  content: "\f1a2b"
}

.hgi-bulk.hgi-root-third-bracket::before,.hgi-stroke.hgi-root-third-bracket::before {
  content: "\f1a2d"
}

.hgi-bulk.hgi-rotate-01::before,.hgi-stroke.hgi-rotate-01::before {
  content: "\f1a2f"
}

.hgi-bulk.hgi-rotate-02::before,.hgi-stroke.hgi-rotate-02::before {
  content: "\f1a31"
}

.hgi-bulk.hgi-rotate-360::before,.hgi-stroke.hgi-rotate-360::before {
  content: "\f1a33"
}

.hgi-bulk.hgi-rotate-bottom-left::before,.hgi-stroke.hgi-rotate-bottom-left::before {
  content: "\f1a35"
}

.hgi-bulk.hgi-rotate-bottom-right::before,.hgi-stroke.hgi-rotate-bottom-right::before {
  content: "\f1a37"
}

.hgi-bulk.hgi-rotate-clockwise::before,.hgi-stroke.hgi-rotate-clockwise::before {
  content: "\f1a39"
}

.hgi-bulk.hgi-rotate-crop::before,.hgi-stroke.hgi-rotate-crop::before {
  content: "\f1a3b"
}

.hgi-bulk.hgi-rotate-left-01::before,.hgi-stroke.hgi-rotate-left-01::before {
  content: "\f1a3d"
}

.hgi-bulk.hgi-rotate-left-02::before,.hgi-stroke.hgi-rotate-left-02::before {
  content: "\f1a3f"
}

.hgi-bulk.hgi-rotate-left-03::before,.hgi-stroke.hgi-rotate-left-03::before {
  content: "\f1a41"
}

.hgi-bulk.hgi-rotate-left-04::before,.hgi-stroke.hgi-rotate-left-04::before {
  content: "\f1a43"
}

.hgi-bulk.hgi-rotate-left-05::before,.hgi-stroke.hgi-rotate-left-05::before {
  content: "\f1a45"
}

.hgi-bulk.hgi-rotate-left-06::before,.hgi-stroke.hgi-rotate-left-06::before {
  content: "\f1a47"
}

.hgi-bulk.hgi-rotate-right-01::before,.hgi-stroke.hgi-rotate-right-01::before {
  content: "\f1a49"
}

.hgi-bulk.hgi-rotate-right-02::before,.hgi-stroke.hgi-rotate-right-02::before {
  content: "\f1a4b"
}

.hgi-bulk.hgi-rotate-right-03::before,.hgi-stroke.hgi-rotate-right-03::before {
  content: "\f1a4d"
}

.hgi-bulk.hgi-rotate-right-04::before,.hgi-stroke.hgi-rotate-right-04::before {
  content: "\f1a4f"
}

.hgi-bulk.hgi-rotate-right-05::before,.hgi-stroke.hgi-rotate-right-05::before {
  content: "\f1a51"
}

.hgi-bulk.hgi-rotate-right-06::before,.hgi-stroke.hgi-rotate-right-06::before {
  content: "\f1a53"
}

.hgi-bulk.hgi-rotate-square::before,.hgi-stroke.hgi-rotate-square::before {
  content: "\f1a55"
}

.hgi-bulk.hgi-rotate-top-left::before,.hgi-stroke.hgi-rotate-top-left::before {
  content: "\f1a57"
}

.hgi-bulk.hgi-rotate-top-right::before,.hgi-stroke.hgi-rotate-top-right::before {
  content: "\f1a59"
}

.hgi-bulk.hgi-route-01::before,.hgi-stroke.hgi-route-01::before {
  content: "\f1a5b"
}

.hgi-bulk.hgi-route-02::before,.hgi-stroke.hgi-route-02::before {
  content: "\f1a5d"
}

.hgi-bulk.hgi-route-03::before,.hgi-stroke.hgi-route-03::before {
  content: "\f1a5f"
}

.hgi-bulk.hgi-route-block::before,.hgi-stroke.hgi-route-block::before {
  content: "\f1a61"
}

.hgi-bulk.hgi-router-01::before,.hgi-stroke.hgi-router-01::before {
  content: "\f1a63"
}

.hgi-bulk.hgi-router-02::before,.hgi-stroke.hgi-router-02::before {
  content: "\f1a65"
}

.hgi-bulk.hgi-router::before,.hgi-stroke.hgi-router::before {
  content: "\f1a67"
}

.hgi-bulk.hgi-row-delete::before,.hgi-stroke.hgi-row-delete::before {
  content: "\f1a69"
}

.hgi-bulk.hgi-row-insert::before,.hgi-stroke.hgi-row-insert::before {
  content: "\f1a6b"
}

.hgi-bulk.hgi-rss-connected-01::before,.hgi-stroke.hgi-rss-connected-01::before {
  content: "\f1a6d"
}

.hgi-bulk.hgi-rss-connected-02::before,.hgi-stroke.hgi-rss-connected-02::before {
  content: "\f1a6f"
}

.hgi-bulk.hgi-rss-error::before,.hgi-stroke.hgi-rss-error::before {
  content: "\f1a71"
}

.hgi-bulk.hgi-rss-locked::before,.hgi-stroke.hgi-rss-locked::before {
  content: "\f1a73"
}

.hgi-bulk.hgi-rss-unlocked::before,.hgi-stroke.hgi-rss-unlocked::before {
  content: "\f1a76"
}

.hgi-bulk.hgi-rss::before,.hgi-stroke.hgi-rss::before {
  content: "\f1a77"
}

.hgi-bulk.hgi-rub-el-hizb::before,.hgi-stroke.hgi-rub-el-hizb::before {
  content: "\f1a79"
}

.hgi-bulk.hgi-rubber-duck::before,.hgi-stroke.hgi-rubber-duck::before {
  content: "\f1a7b"
}

.hgi-bulk.hgi-rubiks-cube::before,.hgi-stroke.hgi-rubiks-cube::before {
  content: "\f1a7d"
}

.hgi-bulk.hgi-ruku::before,.hgi-stroke.hgi-ruku::before {
  content: "\f1a7f"
}

.hgi-bulk.hgi-ruler::before,.hgi-stroke.hgi-ruler::before {
  content: "\f1a81"
}

.hgi-bulk.hgi-running-shoes::before,.hgi-stroke.hgi-running-shoes::before {
  content: "\f1a83"
}

.hgi-bulk.hgi-rupee::before,.hgi-stroke.hgi-rupee::before {
  content: "\f1a85"
}

.hgi-bulk.hgi-sad-01::before,.hgi-stroke.hgi-sad-01::before {
  content: "\f1a87"
}

.hgi-bulk.hgi-sad-02::before,.hgi-stroke.hgi-sad-02::before {
  content: "\f1a89"
}

.hgi-bulk.hgi-sad-dizzy::before,.hgi-stroke.hgi-sad-dizzy::before {
  content: "\f1a8b"
}

.hgi-bulk.hgi-safari::before,.hgi-stroke.hgi-safari::before {
  content: "\f1a8d"
}

.hgi-bulk.hgi-safe-delivery-01::before,.hgi-stroke.hgi-safe-delivery-01::before {
  content: "\f1a8f"
}

.hgi-bulk.hgi-safe-delivery-02::before,.hgi-stroke.hgi-safe-delivery-02::before {
  content: "\f1a91"
}

.hgi-bulk.hgi-safe::before,.hgi-stroke.hgi-safe::before {
  content: "\f1a93"
}

.hgi-bulk.hgi-safety-pin-01::before,.hgi-stroke.hgi-safety-pin-01::before {
  content: "\f1a95"
}

.hgi-bulk.hgi-safety-pin-02::before,.hgi-stroke.hgi-safety-pin-02::before {
  content: "\f1a97"
}

.hgi-bulk.hgi-sailboat-coastal::before,.hgi-stroke.hgi-sailboat-coastal::before {
  content: "\f1a99"
}

.hgi-bulk.hgi-sailboat-offshore::before,.hgi-stroke.hgi-sailboat-offshore::before {
  content: "\f1a9b"
}

.hgi-bulk.hgi-sakura::before,.hgi-stroke.hgi-sakura::before {
  content: "\f1a9d"
}

.hgi-bulk.hgi-salah-time::before,.hgi-stroke.hgi-salah-time::before {
  content: "\f1aa0"
}

.hgi-bulk.hgi-salah::before,.hgi-stroke.hgi-salah::before {
  content: "\f1aa1"
}

.hgi-bulk.hgi-sale-tag-01::before,.hgi-stroke.hgi-sale-tag-01::before {
  content: "\f1aa3"
}

.hgi-bulk.hgi-sale-tag-02::before,.hgi-stroke.hgi-sale-tag-02::before {
  content: "\f1aa5"
}

.hgi-bulk.hgi-sandals::before,.hgi-stroke.hgi-sandals::before {
  content: "\f1aa7"
}

.hgi-bulk.hgi-satellite-01::before,.hgi-stroke.hgi-satellite-01::before {
  content: "\f1aa9"
}

.hgi-bulk.hgi-satellite-02::before,.hgi-stroke.hgi-satellite-02::before {
  content: "\f1aab"
}

.hgi-bulk.hgi-satellite-03::before,.hgi-stroke.hgi-satellite-03::before {
  content: "\f1aad"
}

.hgi-bulk.hgi-satellite::before,.hgi-stroke.hgi-satellite::before {
  content: "\f1aaf"
}

.hgi-bulk.hgi-saturn-01::before,.hgi-stroke.hgi-saturn-01::before {
  content: "\f1ab1"
}

.hgi-bulk.hgi-saturn-02::before,.hgi-stroke.hgi-saturn-02::before {
  content: "\f1ab3"
}

.hgi-bulk.hgi-saturn::before,.hgi-stroke.hgi-saturn::before {
  content: "\f1ab5"
}

.hgi-bulk.hgi-sausage::before,.hgi-stroke.hgi-sausage::before {
  content: "\f1ab7"
}

.hgi-bulk.hgi-save-energy-01::before,.hgi-stroke.hgi-save-energy-01::before {
  content: "\f1ab9"
}

.hgi-bulk.hgi-save-energy-02::before,.hgi-stroke.hgi-save-energy-02::before {
  content: "\f1abb"
}

.hgi-bulk.hgi-save-money-dollar::before,.hgi-stroke.hgi-save-money-dollar::before {
  content: "\f1abd"
}

.hgi-bulk.hgi-save-money-euro::before,.hgi-stroke.hgi-save-money-euro::before {
  content: "\f1abf"
}

.hgi-bulk.hgi-save-money-pound::before,.hgi-stroke.hgi-save-money-pound::before {
  content: "\f1ac1"
}

.hgi-bulk.hgi-save-money-yen::before,.hgi-stroke.hgi-save-money-yen::before {
  content: "\f1ac3"
}

.hgi-bulk.hgi-savings::before,.hgi-stroke.hgi-savings::before {
  content: "\f1ac5"
}

.hgi-bulk.hgi-scan-image::before,.hgi-stroke.hgi-scan-image::before {
  content: "\f1ac7"
}

.hgi-bulk.hgi-scan::before,.hgi-stroke.hgi-scan::before {
  content: "\f1ac9"
}

.hgi-bulk.hgi-scheme::before,.hgi-stroke.hgi-scheme::before {
  content: "\f1acb"
}

.hgi-bulk.hgi-school-01::before,.hgi-stroke.hgi-school-01::before {
  content: "\f1acd"
}

.hgi-bulk.hgi-school-bell-01::before,.hgi-stroke.hgi-school-bell-01::before {
  content: "\f1acf"
}

.hgi-bulk.hgi-school-bell-02::before,.hgi-stroke.hgi-school-bell-02::before {
  content: "\f1ad1"
}

.hgi-bulk.hgi-school-bus::before,.hgi-stroke.hgi-school-bus::before {
  content: "\f1ad3"
}

.hgi-bulk.hgi-school-report-card::before,.hgi-stroke.hgi-school-report-card::before {
  content: "\f1ad5"
}

.hgi-bulk.hgi-school-tie::before,.hgi-stroke.hgi-school-tie::before {
  content: "\f1ad8"
}

.hgi-bulk.hgi-school::before,.hgi-stroke.hgi-school::before {
  content: "\f1ad9"
}

.hgi-bulk.hgi-scissor-01::before,.hgi-stroke.hgi-scissor-01::before {
  content: "\f1adb"
}

.hgi-bulk.hgi-scissor-rectangle::before,.hgi-stroke.hgi-scissor-rectangle::before {
  content: "\f1add"
}

.hgi-bulk.hgi-scissor::before,.hgi-stroke.hgi-scissor::before {
  content: "\f1adf"
}

.hgi-bulk.hgi-scooter-01::before,.hgi-stroke.hgi-scooter-01::before {
  content: "\f1ae1"
}

.hgi-bulk.hgi-scooter-02::before,.hgi-stroke.hgi-scooter-02::before {
  content: "\f1ae3"
}

.hgi-bulk.hgi-scooter-03::before,.hgi-stroke.hgi-scooter-03::before {
  content: "\f1ae5"
}

.hgi-bulk.hgi-scooter-04::before,.hgi-stroke.hgi-scooter-04::before {
  content: "\f1ae7"
}

.hgi-bulk.hgi-scooter-electric::before,.hgi-stroke.hgi-scooter-electric::before {
  content: "\f1ae9"
}

.hgi-bulk.hgi-scratch-card::before,.hgi-stroke.hgi-scratch-card::before {
  content: "\f1aeb"
}

.hgi-bulk.hgi-screen-add-to-home-02::before,.hgi-stroke.hgi-screen-add-to-home-02::before {
  content: "\f1aed"
}

.hgi-bulk.hgi-screen-add-to-home::before,.hgi-stroke.hgi-screen-add-to-home::before {
  content: "\f1aef"
}

.hgi-bulk.hgi-screen-lock-rotation::before,.hgi-stroke.hgi-screen-lock-rotation::before {
  content: "\f1af1"
}

.hgi-bulk.hgi-screen-rotation::before,.hgi-stroke.hgi-screen-rotation::before {
  content: "\f1af3"
}

.hgi-bulk.hgi-scribd::before,.hgi-stroke.hgi-scribd::before {
  content: "\f1af5"
}

.hgi-bulk.hgi-scroll-horizontal::before,.hgi-stroke.hgi-scroll-horizontal::before {
  content: "\f1af7"
}

.hgi-bulk.hgi-scroll-vertical::before,.hgi-stroke.hgi-scroll-vertical::before {
  content: "\f1afa"
}

.hgi-bulk.hgi-scroll::before,.hgi-stroke.hgi-scroll::before {
  content: "\f1afb"
}

.hgi-bulk.hgi-sd-card::before,.hgi-stroke.hgi-sd-card::before {
  content: "\f1afd"
}

.hgi-bulk.hgi-seal::before,.hgi-stroke.hgi-seal::before {
  content: "\f1aff"
}

.hgi-bulk.hgi-search-01::before,.hgi-stroke.hgi-search-01::before {
  content: "\f1b01"
}

.hgi-bulk.hgi-search-02::before,.hgi-stroke.hgi-search-02::before {
  content: "\f1b03"
}

.hgi-bulk.hgi-search-add::before,.hgi-stroke.hgi-search-add::before {
  content: "\f1b05"
}

.hgi-bulk.hgi-search-area::before,.hgi-stroke.hgi-search-area::before {
  content: "\f1b07"
}

.hgi-bulk.hgi-search-circle::before,.hgi-stroke.hgi-search-circle::before {
  content: "\f1b09"
}

.hgi-bulk.hgi-search-dollar::before,.hgi-stroke.hgi-search-dollar::before {
  content: "\f1b0b"
}

.hgi-bulk.hgi-search-focus::before,.hgi-stroke.hgi-search-focus::before {
  content: "\f1b0d"
}

.hgi-bulk.hgi-search-list-01::before,.hgi-stroke.hgi-search-list-01::before {
  content: "\f1b0f"
}

.hgi-bulk.hgi-search-list-02::before,.hgi-stroke.hgi-search-list-02::before {
  content: "\f1b11"
}

.hgi-bulk.hgi-search-minus::before,.hgi-stroke.hgi-search-minus::before {
  content: "\f1b13"
}

.hgi-bulk.hgi-search-remove::before,.hgi-stroke.hgi-search-remove::before {
  content: "\f1b15"
}

.hgi-bulk.hgi-search-replace::before,.hgi-stroke.hgi-search-replace::before {
  content: "\f1b17"
}

.hgi-bulk.hgi-search-square::before,.hgi-stroke.hgi-search-square::before {
  content: "\f1b19"
}

.hgi-bulk.hgi-search-visual::before,.hgi-stroke.hgi-search-visual::before {
  content: "\f1b1b"
}

.hgi-bulk.hgi-searching::before,.hgi-stroke.hgi-searching::before {
  content: "\f1b1d"
}

.hgi-bulk.hgi-seat-selector::before,.hgi-stroke.hgi-seat-selector::before {
  content: "\f1b1f"
}

.hgi-bulk.hgi-second-bracket-circle::before,.hgi-stroke.hgi-second-bracket-circle::before {
  content: "\f1b21"
}

.hgi-bulk.hgi-second-bracket-square::before,.hgi-stroke.hgi-second-bracket-square::before {
  content: "\f1b24"
}

.hgi-bulk.hgi-second-bracket::before,.hgi-stroke.hgi-second-bracket::before {
  content: "\f1b25"
}

.hgi-bulk.hgi-secured-network::before,.hgi-stroke.hgi-secured-network::before {
  content: "\f1b27"
}

.hgi-bulk.hgi-security-block::before,.hgi-stroke.hgi-security-block::before {
  content: "\f1b29"
}

.hgi-bulk.hgi-security-check::before,.hgi-stroke.hgi-security-check::before {
  content: "\f1b2b"
}

.hgi-bulk.hgi-security-key-usb::before,.hgi-stroke.hgi-security-key-usb::before {
  content: "\f1b2d"
}

.hgi-bulk.hgi-security-lock::before,.hgi-stroke.hgi-security-lock::before {
  content: "\f1b2f"
}

.hgi-bulk.hgi-security-password::before,.hgi-stroke.hgi-security-password::before {
  content: "\f1b31"
}

.hgi-bulk.hgi-security-validation::before,.hgi-stroke.hgi-security-validation::before {
  content: "\f1b34"
}

.hgi-bulk.hgi-security-wifi::before,.hgi-stroke.hgi-security-wifi::before {
  content: "\f1b36"
}

.hgi-bulk.hgi-security::before,.hgi-stroke.hgi-security::before {
  content: "\f1b37"
}

.hgi-bulk.hgi-seesaw::before,.hgi-stroke.hgi-seesaw::before {
  content: "\f1b39"
}

.hgi-bulk.hgi-segment::before,.hgi-stroke.hgi-segment::before {
  content: "\f1b3b"
}

.hgi-bulk.hgi-select-01::before,.hgi-stroke.hgi-select-01::before {
  content: "\f1b3d"
}

.hgi-bulk.hgi-select-02::before,.hgi-stroke.hgi-select-02::before {
  content: "\f1b3f"
}

.hgi-bulk.hgi-self-transfer::before,.hgi-stroke.hgi-self-transfer::before {
  content: "\f1b41"
}

.hgi-bulk.hgi-send-to-mobile-02::before,.hgi-stroke.hgi-send-to-mobile-02::before {
  content: "\f1b43"
}

.hgi-bulk.hgi-send-to-mobile::before,.hgi-stroke.hgi-send-to-mobile::before {
  content: "\f1b45"
}

.hgi-bulk.hgi-sending-order::before,.hgi-stroke.hgi-sending-order::before {
  content: "\f1b47"
}

.hgi-bulk.hgi-senseless::before,.hgi-stroke.hgi-senseless::before {
  content: "\f1b49"
}

.hgi-bulk.hgi-sent-02::before,.hgi-stroke.hgi-sent-02::before {
  content: "\f1b4b"
}

.hgi-bulk.hgi-sent::before,.hgi-stroke.hgi-sent::before {
  content: "\f1b4d"
}

.hgi-bulk.hgi-seo::before,.hgi-stroke.hgi-seo::before {
  content: "\f1b4f"
}

.hgi-bulk.hgi-server-stack-01::before,.hgi-stroke.hgi-server-stack-01::before {
  content: "\f1b51"
}

.hgi-bulk.hgi-server-stack-02::before,.hgi-stroke.hgi-server-stack-02::before {
  content: "\f1b53"
}

.hgi-bulk.hgi-server-stack-03::before,.hgi-stroke.hgi-server-stack-03::before {
  content: "\f1b55"
}

.hgi-bulk.hgi-service::before,.hgi-stroke.hgi-service::before {
  content: "\f1b57"
}

.hgi-bulk.hgi-serving-food::before,.hgi-stroke.hgi-serving-food::before {
  content: "\f1b59"
}

.hgi-bulk.hgi-setting-06::before,.hgi-stroke.hgi-setting-06::before {
  content: "\f1b5b"
}

.hgi-bulk.hgi-setting-07::before,.hgi-stroke.hgi-setting-07::before {
  content: "\f1b5d"
}

.hgi-bulk.hgi-setting-done-01::before,.hgi-stroke.hgi-setting-done-01::before {
  content: "\f1b5f"
}

.hgi-bulk.hgi-setting-done-02::before,.hgi-stroke.hgi-setting-done-02::before {
  content: "\f1b61"
}

.hgi-bulk.hgi-setting-done-03::before,.hgi-stroke.hgi-setting-done-03::before {
  content: "\f1b63"
}

.hgi-bulk.hgi-setting-done-04::before,.hgi-stroke.hgi-setting-done-04::before {
  content: "\f1b65"
}

.hgi-bulk.hgi-setting-error-03::before,.hgi-stroke.hgi-setting-error-03::before {
  content: "\f1b67"
}

.hgi-bulk.hgi-setting-error-04::before,.hgi-stroke.hgi-setting-error-04::before {
  content: "\f1b69"
}

.hgi-bulk.hgi-settings-01::before,.hgi-stroke.hgi-settings-01::before {
  content: "\f1b6b"
}

.hgi-bulk.hgi-settings-02::before,.hgi-stroke.hgi-settings-02::before {
  content: "\f1b6d"
}

.hgi-bulk.hgi-settings-03::before,.hgi-stroke.hgi-settings-03::before {
  content: "\f1b6f"
}

.hgi-bulk.hgi-settings-04::before,.hgi-stroke.hgi-settings-04::before {
  content: "\f1b71"
}

.hgi-bulk.hgi-settings-05::before,.hgi-stroke.hgi-settings-05::before {
  content: "\f1b73"
}

.hgi-bulk.hgi-settings-error-01::before,.hgi-stroke.hgi-settings-error-01::before {
  content: "\f1b75"
}

.hgi-bulk.hgi-settings-error-02::before,.hgi-stroke.hgi-settings-error-02::before {
  content: "\f1b77"
}

.hgi-bulk.hgi-setup-01::before,.hgi-stroke.hgi-setup-01::before {
  content: "\f1b79"
}

.hgi-bulk.hgi-setup-02::before,.hgi-stroke.hgi-setup-02::before {
  content: "\f1b7b"
}

.hgi-bulk.hgi-seven-circle::before,.hgi-stroke.hgi-seven-circle::before {
  content: "\f1b7d"
}

.hgi-bulk.hgi-seven-square::before,.hgi-stroke.hgi-seven-square::before {
  content: "\f1b7f"
}

.hgi-bulk.hgi-seven-z-01::before,.hgi-stroke.hgi-seven-z-01::before {
  content: "\f1b81"
}

.hgi-bulk.hgi-seven-z-02::before,.hgi-stroke.hgi-seven-z-02::before {
  content: "\f1b83"
}

.hgi-bulk.hgi-shadcn-square::before,.hgi-stroke.hgi-shadcn-square::before {
  content: "\f1b86"
}

.hgi-bulk.hgi-shadcn::before,.hgi-stroke.hgi-shadcn::before {
  content: "\f1b87"
}

.hgi-bulk.hgi-shaka-01::before,.hgi-stroke.hgi-shaka-01::before {
  content: "\f1b89"
}

.hgi-bulk.hgi-shaka-02::before,.hgi-stroke.hgi-shaka-02::before {
  content: "\f1b8b"
}

.hgi-bulk.hgi-shaka-03::before,.hgi-stroke.hgi-shaka-03::before {
  content: "\f1b8d"
}

.hgi-bulk.hgi-shaka-04::before,.hgi-stroke.hgi-shaka-04::before {
  content: "\f1b8f"
}

.hgi-bulk.hgi-shampoo::before,.hgi-stroke.hgi-shampoo::before {
  content: "\f1b91"
}

.hgi-bulk.hgi-shape-collection::before,.hgi-stroke.hgi-shape-collection::before {
  content: "\f1b93"
}

.hgi-bulk.hgi-shapes::before,.hgi-stroke.hgi-shapes::before {
  content: "\f1b95"
}

.hgi-bulk.hgi-share-01::before,.hgi-stroke.hgi-share-01::before {
  content: "\f1b97"
}

.hgi-bulk.hgi-share-02::before,.hgi-stroke.hgi-share-02::before {
  content: "\f1b99"
}

.hgi-bulk.hgi-share-03::before,.hgi-stroke.hgi-share-03::before {
  content: "\f1b9b"
}

.hgi-bulk.hgi-share-04::before,.hgi-stroke.hgi-share-04::before {
  content: "\f1b9d"
}

.hgi-bulk.hgi-share-05::before,.hgi-stroke.hgi-share-05::before {
  content: "\f1b9f"
}

.hgi-bulk.hgi-share-06::before,.hgi-stroke.hgi-share-06::before {
  content: "\f1ba1"
}

.hgi-bulk.hgi-share-07::before,.hgi-stroke.hgi-share-07::before {
  content: "\f1ba3"
}

.hgi-bulk.hgi-share-08::before,.hgi-stroke.hgi-share-08::before {
  content: "\f1ba5"
}

.hgi-bulk.hgi-share-knowledge::before,.hgi-stroke.hgi-share-knowledge::before {
  content: "\f1ba7"
}

.hgi-bulk.hgi-share-location-01::before,.hgi-stroke.hgi-share-location-01::before {
  content: "\f1ba9"
}

.hgi-bulk.hgi-share-location-02::before,.hgi-stroke.hgi-share-location-02::before {
  content: "\f1bab"
}

.hgi-bulk.hgi-shared-drive::before,.hgi-stroke.hgi-shared-drive::before {
  content: "\f1bad"
}

.hgi-bulk.hgi-shared-wifi::before,.hgi-stroke.hgi-shared-wifi::before {
  content: "\f1baf"
}

.hgi-bulk.hgi-sharing::before,.hgi-stroke.hgi-sharing::before {
  content: "\f1bb1"
}

.hgi-bulk.hgi-shellfish::before,.hgi-stroke.hgi-shellfish::before {
  content: "\f1bb3"
}

.hgi-bulk.hgi-sheriff-01::before,.hgi-stroke.hgi-sheriff-01::before {
  content: "\f1bb5"
}

.hgi-bulk.hgi-sheriff-02::before,.hgi-stroke.hgi-sheriff-02::before {
  content: "\f1bb7"
}

.hgi-bulk.hgi-shield-01::before,.hgi-stroke.hgi-shield-01::before {
  content: "\f1bb9"
}

.hgi-bulk.hgi-shield-02::before,.hgi-stroke.hgi-shield-02::before {
  content: "\f1bbb"
}

.hgi-bulk.hgi-shield-blockchain::before,.hgi-stroke.hgi-shield-blockchain::before {
  content: "\f1bbd"
}

.hgi-bulk.hgi-shield-energy::before,.hgi-stroke.hgi-shield-energy::before {
  content: "\f1bbf"
}

.hgi-bulk.hgi-shield-key::before,.hgi-stroke.hgi-shield-key::before {
  content: "\f1bc1"
}

.hgi-bulk.hgi-shield-user::before,.hgi-stroke.hgi-shield-user::before {
  content: "\f1bc3"
}

.hgi-bulk.hgi-shipment-tracking::before,.hgi-stroke.hgi-shipment-tracking::before {
  content: "\f1bc5"
}

.hgi-bulk.hgi-shipping-center::before,.hgi-stroke.hgi-shipping-center::before {
  content: "\f1bc7"
}

.hgi-bulk.hgi-shipping-loading::before,.hgi-stroke.hgi-shipping-loading::before {
  content: "\f1bc9"
}

.hgi-bulk.hgi-shipping-truck-01::before,.hgi-stroke.hgi-shipping-truck-01::before {
  content: "\f1bcb"
}

.hgi-bulk.hgi-shipping-truck-02::before,.hgi-stroke.hgi-shipping-truck-02::before {
  content: "\f1bcd"
}

.hgi-bulk.hgi-shirt-01::before,.hgi-stroke.hgi-shirt-01::before {
  content: "\f1bcf"
}

.hgi-bulk.hgi-shocked::before,.hgi-stroke.hgi-shocked::before {
  content: "\f1bd1"
}

.hgi-bulk.hgi-shop-sign::before,.hgi-stroke.hgi-shop-sign::before {
  content: "\f1bd3"
}

.hgi-bulk.hgi-shopify::before,.hgi-stroke.hgi-shopify::before {
  content: "\f1bd5"
}

.hgi-bulk.hgi-shopping-bag-01::before,.hgi-stroke.hgi-shopping-bag-01::before {
  content: "\f1bd7"
}

.hgi-bulk.hgi-shopping-bag-02::before,.hgi-stroke.hgi-shopping-bag-02::before {
  content: "\f1bd9"
}

.hgi-bulk.hgi-shopping-bag-03::before,.hgi-stroke.hgi-shopping-bag-03::before {
  content: "\f1bdb"
}

.hgi-bulk.hgi-shopping-bag-add::before,.hgi-stroke.hgi-shopping-bag-add::before {
  content: "\f1bdd"
}

.hgi-bulk.hgi-shopping-bag-check::before,.hgi-stroke.hgi-shopping-bag-check::before {
  content: "\f1bdf"
}

.hgi-bulk.hgi-shopping-bag-favorite::before,.hgi-stroke.hgi-shopping-bag-favorite::before {
  content: "\f1be1"
}

.hgi-bulk.hgi-shopping-bag-remove::before,.hgi-stroke.hgi-shopping-bag-remove::before {
  content: "\f1be3"
}

.hgi-bulk.hgi-shopping-basket-01::before,.hgi-stroke.hgi-shopping-basket-01::before {
  content: "\f1be5"
}

.hgi-bulk.hgi-shopping-basket-02::before,.hgi-stroke.hgi-shopping-basket-02::before {
  content: "\f1be7"
}

.hgi-bulk.hgi-shopping-basket-03::before,.hgi-stroke.hgi-shopping-basket-03::before {
  content: "\f1be9"
}

.hgi-bulk.hgi-shopping-basket-add-01::before,.hgi-stroke.hgi-shopping-basket-add-01::before {
  content: "\f1beb"
}

.hgi-bulk.hgi-shopping-basket-add-02::before,.hgi-stroke.hgi-shopping-basket-add-02::before {
  content: "\f1bed"
}

.hgi-bulk.hgi-shopping-basket-add-03::before,.hgi-stroke.hgi-shopping-basket-add-03::before {
  content: "\f1bef"
}

.hgi-bulk.hgi-shopping-basket-check-in-01::before,.hgi-stroke.hgi-shopping-basket-check-in-01::before {
  content: "\f1bf1"
}

.hgi-bulk.hgi-shopping-basket-check-in-02::before,.hgi-stroke.hgi-shopping-basket-check-in-02::before {
  content: "\f1bf3"
}

.hgi-bulk.hgi-shopping-basket-check-in-03::before,.hgi-stroke.hgi-shopping-basket-check-in-03::before {
  content: "\f1bf5"
}

.hgi-bulk.hgi-shopping-basket-check-out-01::before,.hgi-stroke.hgi-shopping-basket-check-out-01::before {
  content: "\f1bf7"
}

.hgi-bulk.hgi-shopping-basket-check-out-02::before,.hgi-stroke.hgi-shopping-basket-check-out-02::before {
  content: "\f1bf9"
}

.hgi-bulk.hgi-shopping-basket-check-out-03::before,.hgi-stroke.hgi-shopping-basket-check-out-03::before {
  content: "\f1bfb"
}

.hgi-bulk.hgi-shopping-basket-done-01::before,.hgi-stroke.hgi-shopping-basket-done-01::before {
  content: "\f1bfd"
}

.hgi-bulk.hgi-shopping-basket-done-02::before,.hgi-stroke.hgi-shopping-basket-done-02::before {
  content: "\f1bff"
}

.hgi-bulk.hgi-shopping-basket-done-03::before,.hgi-stroke.hgi-shopping-basket-done-03::before {
  content: "\f1c01"
}

.hgi-bulk.hgi-shopping-basket-favorite-01::before,.hgi-stroke.hgi-shopping-basket-favorite-01::before {
  content: "\f1c03"
}

.hgi-bulk.hgi-shopping-basket-favorite-02::before,.hgi-stroke.hgi-shopping-basket-favorite-02::before {
  content: "\f1c05"
}

.hgi-bulk.hgi-shopping-basket-favorite-03::before,.hgi-stroke.hgi-shopping-basket-favorite-03::before {
  content: "\f1c07"
}

.hgi-bulk.hgi-shopping-basket-remove-01::before,.hgi-stroke.hgi-shopping-basket-remove-01::before {
  content: "\f1c09"
}

.hgi-bulk.hgi-shopping-basket-remove-02::before,.hgi-stroke.hgi-shopping-basket-remove-02::before {
  content: "\f1c0b"
}

.hgi-bulk.hgi-shopping-basket-remove-03::before,.hgi-stroke.hgi-shopping-basket-remove-03::before {
  content: "\f1c0d"
}

.hgi-bulk.hgi-shopping-basket-secure-01::before,.hgi-stroke.hgi-shopping-basket-secure-01::before {
  content: "\f1c0f"
}

.hgi-bulk.hgi-shopping-basket-secure-02::before,.hgi-stroke.hgi-shopping-basket-secure-02::before {
  content: "\f1c11"
}

.hgi-bulk.hgi-shopping-basket-secure-03::before,.hgi-stroke.hgi-shopping-basket-secure-03::before {
  content: "\f1c13"
}

.hgi-bulk.hgi-shopping-cart-01::before,.hgi-stroke.hgi-shopping-cart-01::before {
  content: "\f1c15"
}

.hgi-bulk.hgi-shopping-cart-02::before,.hgi-stroke.hgi-shopping-cart-02::before {
  content: "\f1c17"
}

.hgi-bulk.hgi-shopping-cart-add-01::before,.hgi-stroke.hgi-shopping-cart-add-01::before {
  content: "\f1c19"
}

.hgi-bulk.hgi-shopping-cart-add-02::before,.hgi-stroke.hgi-shopping-cart-add-02::before {
  content: "\f1c1b"
}

.hgi-bulk.hgi-shopping-cart-check-01::before,.hgi-stroke.hgi-shopping-cart-check-01::before {
  content: "\f1c1d"
}

.hgi-bulk.hgi-shopping-cart-check-02::before,.hgi-stroke.hgi-shopping-cart-check-02::before {
  content: "\f1c1f"
}

.hgi-bulk.hgi-shopping-cart-check-in-01::before,.hgi-stroke.hgi-shopping-cart-check-in-01::before {
  content: "\f1c21"
}

.hgi-bulk.hgi-shopping-cart-check-in-02::before,.hgi-stroke.hgi-shopping-cart-check-in-02::before {
  content: "\f1c23"
}

.hgi-bulk.hgi-shopping-cart-check-out-01::before,.hgi-stroke.hgi-shopping-cart-check-out-01::before {
  content: "\f1c25"
}

.hgi-bulk.hgi-shopping-cart-check-out-02::before,.hgi-stroke.hgi-shopping-cart-check-out-02::before {
  content: "\f1c27"
}

.hgi-bulk.hgi-shopping-cart-favorite-01::before,.hgi-stroke.hgi-shopping-cart-favorite-01::before {
  content: "\f1c29"
}

.hgi-bulk.hgi-shopping-cart-favorite-02::before,.hgi-stroke.hgi-shopping-cart-favorite-02::before {
  content: "\f1c2b"
}

.hgi-bulk.hgi-shopping-cart-remove-01::before,.hgi-stroke.hgi-shopping-cart-remove-01::before {
  content: "\f1c2d"
}

.hgi-bulk.hgi-shopping-cart-remove-02::before,.hgi-stroke.hgi-shopping-cart-remove-02::before {
  content: "\f1c2f"
}

.hgi-bulk.hgi-shorts-pants::before,.hgi-stroke.hgi-shorts-pants::before {
  content: "\f1c31"
}

.hgi-bulk.hgi-shoulder::before,.hgi-stroke.hgi-shoulder::before {
  content: "\f1c33"
}

.hgi-bulk.hgi-shuffle-square::before,.hgi-stroke.hgi-shuffle-square::before {
  content: "\f1c36"
}

.hgi-bulk.hgi-shuffle::before,.hgi-stroke.hgi-shuffle::before {
  content: "\f1c37"
}

.hgi-bulk.hgi-shut-down::before,.hgi-stroke.hgi-shut-down::before {
  content: "\f1c39"
}

.hgi-bulk.hgi-shutterstock::before,.hgi-stroke.hgi-shutterstock::before {
  content: "\f1c3b"
}

.hgi-bulk.hgi-sidebar-bottom::before,.hgi-stroke.hgi-sidebar-bottom::before {
  content: "\f1c3d"
}

.hgi-bulk.hgi-sidebar-left-01::before,.hgi-stroke.hgi-sidebar-left-01::before {
  content: "\f1c3f"
}

.hgi-bulk.hgi-sidebar-left::before,.hgi-stroke.hgi-sidebar-left::before {
  content: "\f1c41"
}

.hgi-bulk.hgi-sidebar-right-01::before,.hgi-stroke.hgi-sidebar-right-01::before {
  content: "\f1c43"
}

.hgi-bulk.hgi-sidebar-right::before,.hgi-stroke.hgi-sidebar-right::before {
  content: "\f1c45"
}

.hgi-bulk.hgi-sidebar-top::before,.hgi-stroke.hgi-sidebar-top::before {
  content: "\f1c47"
}

.hgi-bulk.hgi-sign-language-c::before,.hgi-stroke.hgi-sign-language-c::before {
  content: "\f1c49"
}

.hgi-bulk.hgi-signal-full-01::before,.hgi-stroke.hgi-signal-full-01::before {
  content: "\f1c4b"
}

.hgi-bulk.hgi-signal-full-02::before,.hgi-stroke.hgi-signal-full-02::before {
  content: "\f1c4d"
}

.hgi-bulk.hgi-signal-low-01::before,.hgi-stroke.hgi-signal-low-01::before {
  content: "\f1c4f"
}

.hgi-bulk.hgi-signal-low-02::before,.hgi-stroke.hgi-signal-low-02::before {
  content: "\f1c51"
}

.hgi-bulk.hgi-signal-low-medium::before,.hgi-stroke.hgi-signal-low-medium::before {
  content: "\f1c53"
}

.hgi-bulk.hgi-signal-medium-01::before,.hgi-stroke.hgi-signal-medium-01::before {
  content: "\f1c55"
}

.hgi-bulk.hgi-signal-medium-02::before,.hgi-stroke.hgi-signal-medium-02::before {
  content: "\f1c57"
}

.hgi-bulk.hgi-signal-no-01::before,.hgi-stroke.hgi-signal-no-01::before {
  content: "\f1c59"
}

.hgi-bulk.hgi-signal-no-02::before,.hgi-stroke.hgi-signal-no-02::before {
  content: "\f1c5b"
}

.hgi-bulk.hgi-signal::before,.hgi-stroke.hgi-signal::before {
  content: "\f1c5d"
}

.hgi-bulk.hgi-signature::before,.hgi-stroke.hgi-signature::before {
  content: "\f1c5f"
}

.hgi-bulk.hgi-silence::before,.hgi-stroke.hgi-silence::before {
  content: "\f1c61"
}

.hgi-bulk.hgi-simcard-01::before,.hgi-stroke.hgi-simcard-01::before {
  content: "\f1c63"
}

.hgi-bulk.hgi-simcard-02::before,.hgi-stroke.hgi-simcard-02::before {
  content: "\f1c65"
}

.hgi-bulk.hgi-simcard-dual::before,.hgi-stroke.hgi-simcard-dual::before {
  content: "\f1c67"
}

.hgi-bulk.hgi-sin::before,.hgi-stroke.hgi-sin::before {
  content: "\f1c69"
}

.hgi-bulk.hgi-sine-01::before,.hgi-stroke.hgi-sine-01::before {
  content: "\f1c6b"
}

.hgi-bulk.hgi-sine-02::before,.hgi-stroke.hgi-sine-02::before {
  content: "\f1c6d"
}

.hgi-bulk.hgi-sing-left::before,.hgi-stroke.hgi-sing-left::before {
  content: "\f1c6f"
}

.hgi-bulk.hgi-sing-right::before,.hgi-stroke.hgi-sing-right::before {
  content: "\f1c71"
}

.hgi-bulk.hgi-sink-01::before,.hgi-stroke.hgi-sink-01::before {
  content: "\f1c73"
}

.hgi-bulk.hgi-sink-02::before,.hgi-stroke.hgi-sink-02::before {
  content: "\f1c75"
}

.hgi-bulk.hgi-siri-new::before,.hgi-stroke.hgi-siri-new::before {
  content: "\f1c77"
}

.hgi-bulk.hgi-siri::before,.hgi-stroke.hgi-siri::before {
  content: "\f1c79"
}

.hgi-bulk.hgi-six-circle::before,.hgi-stroke.hgi-six-circle::before {
  content: "\f1c7b"
}

.hgi-bulk.hgi-six-square::before,.hgi-stroke.hgi-six-square::before {
  content: "\f1c7d"
}

.hgi-bulk.hgi-sketch::before,.hgi-stroke.hgi-sketch::before {
  content: "\f1c7f"
}

.hgi-bulk.hgi-skew::before,.hgi-stroke.hgi-skew::before {
  content: "\f1c81"
}

.hgi-bulk.hgi-ski-dice-faces-01::before,.hgi-stroke.hgi-ski-dice-faces-01::before {
  content: "\f1c83"
}

.hgi-bulk.hgi-skipping-rope::before,.hgi-stroke.hgi-skipping-rope::before {
  content: "\f1c85"
}

.hgi-bulk.hgi-skool::before,.hgi-stroke.hgi-skool::before {
  content: "\f1c87"
}

.hgi-bulk.hgi-skull::before,.hgi-stroke.hgi-skull::before {
  content: "\f1c89"
}

.hgi-bulk.hgi-skype::before,.hgi-stroke.hgi-skype::before {
  content: "\f1c8b"
}

.hgi-bulk.hgi-slack::before,.hgi-stroke.hgi-slack::before {
  content: "\f1c8d"
}

.hgi-bulk.hgi-sleeping::before,.hgi-stroke.hgi-sleeping::before {
  content: "\f1c8f"
}

.hgi-bulk.hgi-sleeveless::before,.hgi-stroke.hgi-sleeveless::before {
  content: "\f1c91"
}

.hgi-bulk.hgi-slide::before,.hgi-stroke.hgi-slide::before {
  content: "\f1c93"
}

.hgi-bulk.hgi-sliders-horizontal::before,.hgi-stroke.hgi-sliders-horizontal::before {
  content: "\f1c95"
}

.hgi-bulk.hgi-sliders-vertical::before,.hgi-stroke.hgi-sliders-vertical::before {
  content: "\f1c97"
}

.hgi-bulk.hgi-slideshare::before,.hgi-stroke.hgi-slideshare::before {
  content: "\f1c99"
}

.hgi-bulk.hgi-slow-winds::before,.hgi-stroke.hgi-slow-winds::before {
  content: "\f1c9b"
}

.hgi-bulk.hgi-smart-ac::before,.hgi-stroke.hgi-smart-ac::before {
  content: "\f1c9d"
}

.hgi-bulk.hgi-smart-phone-01::before,.hgi-stroke.hgi-smart-phone-01::before {
  content: "\f1c9f"
}

.hgi-bulk.hgi-smart-phone-02::before,.hgi-stroke.hgi-smart-phone-02::before {
  content: "\f1ca1"
}

.hgi-bulk.hgi-smart-phone-03::before,.hgi-stroke.hgi-smart-phone-03::before {
  content: "\f1ca3"
}

.hgi-bulk.hgi-smart-phone-04::before,.hgi-stroke.hgi-smart-phone-04::before {
  content: "\f1ca5"
}

.hgi-bulk.hgi-smart-phone-landscape-02::before,.hgi-stroke.hgi-smart-phone-landscape-02::before {
  content: "\f1ca7"
}

.hgi-bulk.hgi-smart-phone-landscape::before,.hgi-stroke.hgi-smart-phone-landscape::before {
  content: "\f1ca9"
}

.hgi-bulk.hgi-smart-watch-01::before,.hgi-stroke.hgi-smart-watch-01::before {
  content: "\f1cac"
}

.hgi-bulk.hgi-smart-watch-02::before,.hgi-stroke.hgi-smart-watch-02::before {
  content: "\f1cae"
}

.hgi-bulk.hgi-smart-watch-03::before,.hgi-stroke.hgi-smart-watch-03::before {
  content: "\f1cb0"
}

.hgi-bulk.hgi-smart-watch-04::before,.hgi-stroke.hgi-smart-watch-04::before {
  content: "\f1cb2"
}

.hgi-bulk.hgi-smart::before,.hgi-stroke.hgi-smart::before {
  content: "\f1cb3"
}

.hgi-bulk.hgi-smartphone-lost-wifi::before,.hgi-stroke.hgi-smartphone-lost-wifi::before {
  content: "\f1cb5"
}

.hgi-bulk.hgi-smartphone-wifi::before,.hgi-stroke.hgi-smartphone-wifi::before {
  content: "\f1cb7"
}

.hgi-bulk.hgi-smile-dizzy::before,.hgi-stroke.hgi-smile-dizzy::before {
  content: "\f1cb9"
}

.hgi-bulk.hgi-smile::before,.hgi-stroke.hgi-smile::before {
  content: "\f1cbb"
}

.hgi-bulk.hgi-sms-code::before,.hgi-stroke.hgi-sms-code::before {
  content: "\f1cbd"
}

.hgi-bulk.hgi-snail::before,.hgi-stroke.hgi-snail::before {
  content: "\f1cbf"
}

.hgi-bulk.hgi-snapchat::before,.hgi-stroke.hgi-snapchat::before {
  content: "\f1cc1"
}

.hgi-bulk.hgi-snow::before,.hgi-stroke.hgi-snow::before {
  content: "\f1cc3"
}

.hgi-bulk.hgi-socks::before,.hgi-stroke.hgi-socks::before {
  content: "\f1cc5"
}

.hgi-bulk.hgi-soda-can::before,.hgi-stroke.hgi-soda-can::before {
  content: "\f1cc7"
}

.hgi-bulk.hgi-sofa-01::before,.hgi-stroke.hgi-sofa-01::before {
  content: "\f1cc9"
}

.hgi-bulk.hgi-sofa-02::before,.hgi-stroke.hgi-sofa-02::before {
  content: "\f1ccb"
}

.hgi-bulk.hgi-sofa-03::before,.hgi-stroke.hgi-sofa-03::before {
  content: "\f1ccd"
}

.hgi-bulk.hgi-sofa-single::before,.hgi-stroke.hgi-sofa-single::before {
  content: "\f1ccf"
}

.hgi-bulk.hgi-soft-drink-01::before,.hgi-stroke.hgi-soft-drink-01::before {
  content: "\f1cd1"
}

.hgi-bulk.hgi-soft-drink-02::before,.hgi-stroke.hgi-soft-drink-02::before {
  content: "\f1cd3"
}

.hgi-bulk.hgi-software-license::before,.hgi-stroke.hgi-software-license::before {
  content: "\f1cd5"
}

.hgi-bulk.hgi-software-uninstall::before,.hgi-stroke.hgi-software-uninstall::before {
  content: "\f1cd8"
}

.hgi-bulk.hgi-software::before,.hgi-stroke.hgi-software::before {
  content: "\f1cd9"
}

.hgi-bulk.hgi-soil-moisture-field::before,.hgi-stroke.hgi-soil-moisture-field::before {
  content: "\f1cdb"
}

.hgi-bulk.hgi-soil-moisture-global::before,.hgi-stroke.hgi-soil-moisture-global::before {
  content: "\f1cdd"
}

.hgi-bulk.hgi-soil-temperature-field::before,.hgi-stroke.hgi-soil-temperature-field::before {
  content: "\f1cdf"
}

.hgi-bulk.hgi-soil-temperature-global::before,.hgi-stroke.hgi-soil-temperature-global::before {
  content: "\f1ce1"
}

.hgi-bulk.hgi-solar-energy::before,.hgi-stroke.hgi-solar-energy::before {
  content: "\f1ce3"
}

.hgi-bulk.hgi-solar-panel-01::before,.hgi-stroke.hgi-solar-panel-01::before {
  content: "\f1ce5"
}

.hgi-bulk.hgi-solar-panel-02::before,.hgi-stroke.hgi-solar-panel-02::before {
  content: "\f1ce7"
}

.hgi-bulk.hgi-solar-panel-03::before,.hgi-stroke.hgi-solar-panel-03::before {
  content: "\f1ce9"
}

.hgi-bulk.hgi-solar-panel-04::before,.hgi-stroke.hgi-solar-panel-04::before {
  content: "\f1ceb"
}

.hgi-bulk.hgi-solar-panel-05::before,.hgi-stroke.hgi-solar-panel-05::before {
  content: "\f1ced"
}

.hgi-bulk.hgi-solar-power::before,.hgi-stroke.hgi-solar-power::before {
  content: "\f1cef"
}

.hgi-bulk.hgi-solar-system-01::before,.hgi-stroke.hgi-solar-system-01::before {
  content: "\f1cf1"
}

.hgi-bulk.hgi-solar-system::before,.hgi-stroke.hgi-solar-system::before {
  content: "\f1cf3"
}

.hgi-bulk.hgi-solid-line-01::before,.hgi-stroke.hgi-solid-line-01::before {
  content: "\f1cf5"
}

.hgi-bulk.hgi-solid-line-02::before,.hgi-stroke.hgi-solid-line-02::before {
  content: "\f1cf7"
}

.hgi-bulk.hgi-sort-by-down-01::before,.hgi-stroke.hgi-sort-by-down-01::before {
  content: "\f1cf9"
}

.hgi-bulk.hgi-sort-by-down-02::before,.hgi-stroke.hgi-sort-by-down-02::before {
  content: "\f1cfb"
}

.hgi-bulk.hgi-sort-by-up-01::before,.hgi-stroke.hgi-sort-by-up-01::before {
  content: "\f1cfd"
}

.hgi-bulk.hgi-sort-by-up-02::before,.hgi-stroke.hgi-sort-by-up-02::before {
  content: "\f1cff"
}

.hgi-bulk.hgi-sort-descending::before,.hgi-stroke.hgi-sort-descending::before {
  content: "\f1d01"
}

.hgi-bulk.hgi-sorting-01::before,.hgi-stroke.hgi-sorting-01::before {
  content: "\f1d03"
}

.hgi-bulk.hgi-sorting-02::before,.hgi-stroke.hgi-sorting-02::before {
  content: "\f1d05"
}

.hgi-bulk.hgi-sorting-03::before,.hgi-stroke.hgi-sorting-03::before {
  content: "\f1d07"
}

.hgi-bulk.hgi-sorting-04::before,.hgi-stroke.hgi-sorting-04::before {
  content: "\f1d09"
}

.hgi-bulk.hgi-sorting-05::before,.hgi-stroke.hgi-sorting-05::before {
  content: "\f1d0b"
}

.hgi-bulk.hgi-sorting-a-z-01::before,.hgi-stroke.hgi-sorting-a-z-01::before {
  content: "\f1d0d"
}

.hgi-bulk.hgi-sorting-a-z-02::before,.hgi-stroke.hgi-sorting-a-z-02::before {
  content: "\f1d0f"
}

.hgi-bulk.hgi-sorting-down::before,.hgi-stroke.hgi-sorting-down::before {
  content: "\f1d11"
}

.hgi-bulk.hgi-sorting-nine-1::before,.hgi-stroke.hgi-sorting-nine-1::before {
  content: "\f1d13"
}

.hgi-bulk.hgi-sorting-one-9::before,.hgi-stroke.hgi-sorting-one-9::before {
  content: "\f1d15"
}

.hgi-bulk.hgi-sorting-up::before,.hgi-stroke.hgi-sorting-up::before {
  content: "\f1d17"
}

.hgi-bulk.hgi-sorting-z-a-01::before,.hgi-stroke.hgi-sorting-z-a-01::before {
  content: "\f1d19"
}

.hgi-bulk.hgi-soundcloud::before,.hgi-stroke.hgi-soundcloud::before {
  content: "\f1d1b"
}

.hgi-bulk.hgi-source-code-circle::before,.hgi-stroke.hgi-source-code-circle::before {
  content: "\f1d1d"
}

.hgi-bulk.hgi-source-code-square::before,.hgi-stroke.hgi-source-code-square::before {
  content: "\f1d20"
}

.hgi-bulk.hgi-source-code::before,.hgi-stroke.hgi-source-code::before {
  content: "\f1d21"
}

.hgi-bulk.hgi-spaceship::before,.hgi-stroke.hgi-spaceship::before {
  content: "\f1d23"
}

.hgi-bulk.hgi-spades::before,.hgi-stroke.hgi-spades::before {
  content: "\f1d25"
}

.hgi-bulk.hgi-spaghetti::before,.hgi-stroke.hgi-spaghetti::before {
  content: "\f1d27"
}

.hgi-bulk.hgi-spam::before,.hgi-stroke.hgi-spam::before {
  content: "\f1d29"
}

.hgi-bulk.hgi-sparkles::before,.hgi-stroke.hgi-sparkles::before {
  content: "\f1d2b"
}

.hgi-bulk.hgi-spartan-helmet::before,.hgi-stroke.hgi-spartan-helmet::before {
  content: "\f1d2d"
}

.hgi-bulk.hgi-spatula::before,.hgi-stroke.hgi-spatula::before {
  content: "\f1d2f"
}

.hgi-bulk.hgi-speaker-01::before,.hgi-stroke.hgi-speaker-01::before {
  content: "\f1d31"
}

.hgi-bulk.hgi-speaker::before,.hgi-stroke.hgi-speaker::before {
  content: "\f1d33"
}

.hgi-bulk.hgi-speech-to-text::before,.hgi-stroke.hgi-speech-to-text::before {
  content: "\f1d35"
}

.hgi-bulk.hgi-speed-train-01::before,.hgi-stroke.hgi-speed-train-01::before {
  content: "\f1d37"
}

.hgi-bulk.hgi-speed-train-02::before,.hgi-stroke.hgi-speed-train-02::before {
  content: "\f1d39"
}

.hgi-bulk.hgi-sperm::before,.hgi-stroke.hgi-sperm::before {
  content: "\f1d3b"
}

.hgi-bulk.hgi-sphere::before,.hgi-stroke.hgi-sphere::before {
  content: "\f1d3d"
}

.hgi-bulk.hgi-spirals::before,.hgi-stroke.hgi-spirals::before {
  content: "\f1d3f"
}

.hgi-bulk.hgi-split::before,.hgi-stroke.hgi-split::before {
  content: "\f1d41"
}

.hgi-bulk.hgi-spoon-and-fork::before,.hgi-stroke.hgi-spoon-and-fork::before {
  content: "\f1d43"
}

.hgi-bulk.hgi-spoon-and-knife::before,.hgi-stroke.hgi-spoon-and-knife::before {
  content: "\f1d45"
}

.hgi-bulk.hgi-spoon::before,.hgi-stroke.hgi-spoon::before {
  content: "\f1d47"
}

.hgi-bulk.hgi-spotify::before,.hgi-stroke.hgi-spotify::before {
  content: "\f1d49"
}

.hgi-bulk.hgi-sql::before,.hgi-stroke.hgi-sql::before {
  content: "\f1d4b"
}

.hgi-bulk.hgi-square-01::before,.hgi-stroke.hgi-square-01::before {
  content: "\f1d4d"
}

.hgi-bulk.hgi-square-arrow-data-transfer-diagonal::before,.hgi-stroke.hgi-square-arrow-data-transfer-diagonal::before {
  content: "\f1d4f"
}

.hgi-bulk.hgi-square-arrow-data-transfer-horizontal::before,.hgi-stroke.hgi-square-arrow-data-transfer-horizontal::before {
  content: "\f1d51"
}

.hgi-bulk.hgi-square-arrow-data-transfer-vertical::before,.hgi-stroke.hgi-square-arrow-data-transfer-vertical::before {
  content: "\f1d53"
}

.hgi-bulk.hgi-square-arrow-diagonal-01::before,.hgi-stroke.hgi-square-arrow-diagonal-01::before {
  content: "\f1d55"
}

.hgi-bulk.hgi-square-arrow-diagonal-02::before,.hgi-stroke.hgi-square-arrow-diagonal-02::before {
  content: "\f1d57"
}

.hgi-bulk.hgi-square-arrow-down-01::before,.hgi-stroke.hgi-square-arrow-down-01::before {
  content: "\f1d59"
}

.hgi-bulk.hgi-square-arrow-down-02::before,.hgi-stroke.hgi-square-arrow-down-02::before {
  content: "\f1d5b"
}

.hgi-bulk.hgi-square-arrow-down-03::before,.hgi-stroke.hgi-square-arrow-down-03::before {
  content: "\f1d5d"
}

.hgi-bulk.hgi-square-arrow-down-double::before,.hgi-stroke.hgi-square-arrow-down-double::before {
  content: "\f1d5f"
}

.hgi-bulk.hgi-square-arrow-down-left::before,.hgi-stroke.hgi-square-arrow-down-left::before {
  content: "\f1d61"
}

.hgi-bulk.hgi-square-arrow-down-right::before,.hgi-stroke.hgi-square-arrow-down-right::before {
  content: "\f1d63"
}

.hgi-bulk.hgi-square-arrow-expand-01::before,.hgi-stroke.hgi-square-arrow-expand-01::before {
  content: "\f1d65"
}

.hgi-bulk.hgi-square-arrow-expand-02::before,.hgi-stroke.hgi-square-arrow-expand-02::before {
  content: "\f1d67"
}

.hgi-bulk.hgi-square-arrow-horizontal::before,.hgi-stroke.hgi-square-arrow-horizontal::before {
  content: "\f1d69"
}

.hgi-bulk.hgi-square-arrow-left-01::before,.hgi-stroke.hgi-square-arrow-left-01::before {
  content: "\f1d6b"
}

.hgi-bulk.hgi-square-arrow-left-02::before,.hgi-stroke.hgi-square-arrow-left-02::before {
  content: "\f1d6d"
}

.hgi-bulk.hgi-square-arrow-left-03::before,.hgi-stroke.hgi-square-arrow-left-03::before {
  content: "\f1d6f"
}

.hgi-bulk.hgi-square-arrow-left-double::before,.hgi-stroke.hgi-square-arrow-left-double::before {
  content: "\f1d71"
}

.hgi-bulk.hgi-square-arrow-left-right::before,.hgi-stroke.hgi-square-arrow-left-right::before {
  content: "\f1d73"
}

.hgi-bulk.hgi-square-arrow-move-down-left::before,.hgi-stroke.hgi-square-arrow-move-down-left::before {
  content: "\f1d75"
}

.hgi-bulk.hgi-square-arrow-move-down-right::before,.hgi-stroke.hgi-square-arrow-move-down-right::before {
  content: "\f1d77"
}

.hgi-bulk.hgi-square-arrow-move-left-down::before,.hgi-stroke.hgi-square-arrow-move-left-down::before {
  content: "\f1d79"
}

.hgi-bulk.hgi-square-arrow-move-left-up::before,.hgi-stroke.hgi-square-arrow-move-left-up::before {
  content: "\f1d7b"
}

.hgi-bulk.hgi-square-arrow-move-right-down::before,.hgi-stroke.hgi-square-arrow-move-right-down::before {
  content: "\f1d7d"
}

.hgi-bulk.hgi-square-arrow-move-right-up::before,.hgi-stroke.hgi-square-arrow-move-right-up::before {
  content: "\f1d7f"
}

.hgi-bulk.hgi-square-arrow-reload-01::before,.hgi-stroke.hgi-square-arrow-reload-01::before {
  content: "\f1d81"
}

.hgi-bulk.hgi-square-arrow-reload-02::before,.hgi-stroke.hgi-square-arrow-reload-02::before {
  content: "\f1d83"
}

.hgi-bulk.hgi-square-arrow-right-01::before,.hgi-stroke.hgi-square-arrow-right-01::before {
  content: "\f1d85"
}

.hgi-bulk.hgi-square-arrow-right-02::before,.hgi-stroke.hgi-square-arrow-right-02::before {
  content: "\f1d87"
}

.hgi-bulk.hgi-square-arrow-right-03::before,.hgi-stroke.hgi-square-arrow-right-03::before {
  content: "\f1d89"
}

.hgi-bulk.hgi-square-arrow-right-double::before,.hgi-stroke.hgi-square-arrow-right-double::before {
  content: "\f1d8b"
}

.hgi-bulk.hgi-square-arrow-shrink-01::before,.hgi-stroke.hgi-square-arrow-shrink-01::before {
  content: "\f1d8d"
}

.hgi-bulk.hgi-square-arrow-shrink-02::before,.hgi-stroke.hgi-square-arrow-shrink-02::before {
  content: "\f1d8f"
}

.hgi-bulk.hgi-square-arrow-up-01::before,.hgi-stroke.hgi-square-arrow-up-01::before {
  content: "\f1d91"
}

.hgi-bulk.hgi-square-arrow-up-02::before,.hgi-stroke.hgi-square-arrow-up-02::before {
  content: "\f1d93"
}

.hgi-bulk.hgi-square-arrow-up-03::before,.hgi-stroke.hgi-square-arrow-up-03::before {
  content: "\f1d95"
}

.hgi-bulk.hgi-square-arrow-up-double::before,.hgi-stroke.hgi-square-arrow-up-double::before {
  content: "\f1d97"
}

.hgi-bulk.hgi-square-arrow-up-down::before,.hgi-stroke.hgi-square-arrow-up-down::before {
  content: "\f1d99"
}

.hgi-bulk.hgi-square-arrow-up-left::before,.hgi-stroke.hgi-square-arrow-up-left::before {
  content: "\f1d9b"
}

.hgi-bulk.hgi-square-arrow-up-right::before,.hgi-stroke.hgi-square-arrow-up-right::before {
  content: "\f1d9d"
}

.hgi-bulk.hgi-square-arrow-vertical::before,.hgi-stroke.hgi-square-arrow-vertical::before {
  content: "\f1d9f"
}

.hgi-bulk.hgi-square-circle::before,.hgi-stroke.hgi-square-circle::before {
  content: "\f1da1"
}

.hgi-bulk.hgi-square-lock-01::before,.hgi-stroke.hgi-square-lock-01::before {
  content: "\f1da3"
}

.hgi-bulk.hgi-square-lock-02::before,.hgi-stroke.hgi-square-lock-02::before {
  content: "\f1da5"
}

.hgi-bulk.hgi-square-lock-add-01::before,.hgi-stroke.hgi-square-lock-add-01::before {
  content: "\f1da7"
}

.hgi-bulk.hgi-square-lock-add-02::before,.hgi-stroke.hgi-square-lock-add-02::before {
  content: "\f1da9"
}

.hgi-bulk.hgi-square-lock-check-01::before,.hgi-stroke.hgi-square-lock-check-01::before {
  content: "\f1dab"
}

.hgi-bulk.hgi-square-lock-check-02::before,.hgi-stroke.hgi-square-lock-check-02::before {
  content: "\f1dad"
}

.hgi-bulk.hgi-square-lock-minus-01::before,.hgi-stroke.hgi-square-lock-minus-01::before {
  content: "\f1daf"
}

.hgi-bulk.hgi-square-lock-minus-02::before,.hgi-stroke.hgi-square-lock-minus-02::before {
  content: "\f1db1"
}

.hgi-bulk.hgi-square-lock-password::before,.hgi-stroke.hgi-square-lock-password::before {
  content: "\f1db3"
}

.hgi-bulk.hgi-square-lock-remove-01::before,.hgi-stroke.hgi-square-lock-remove-01::before {
  content: "\f1db5"
}

.hgi-bulk.hgi-square-lock-remove-02::before,.hgi-stroke.hgi-square-lock-remove-02::before {
  content: "\f1db7"
}

.hgi-bulk.hgi-square-root-square::before,.hgi-stroke.hgi-square-root-square::before {
  content: "\f1db9"
}

.hgi-bulk.hgi-square-square::before,.hgi-stroke.hgi-square-square::before {
  content: "\f1dbc"
}

.hgi-bulk.hgi-square-unlock-01::before,.hgi-stroke.hgi-square-unlock-01::before {
  content: "\f1dbe"
}

.hgi-bulk.hgi-square-unlock-02::before,.hgi-stroke.hgi-square-unlock-02::before {
  content: "\f1dc0"
}

.hgi-bulk.hgi-square::before,.hgi-stroke.hgi-square::before {
  content: "\f1dc1"
}

.hgi-bulk.hgi-stack-star::before,.hgi-stroke.hgi-stack-star::before {
  content: "\f1dc3"
}

.hgi-bulk.hgi-stairs-01::before,.hgi-stroke.hgi-stairs-01::before {
  content: "\f1dc5"
}

.hgi-bulk.hgi-stairs-02::before,.hgi-stroke.hgi-stairs-02::before {
  content: "\f1dc7"
}

.hgi-bulk.hgi-stairs-03::before,.hgi-stroke.hgi-stairs-03::before {
  content: "\f1dc9"
}

.hgi-bulk.hgi-stairs-04::before,.hgi-stroke.hgi-stairs-04::before {
  content: "\f1dcb"
}

.hgi-bulk.hgi-stake::before,.hgi-stroke.hgi-stake::before {
  content: "\f1dcd"
}

.hgi-bulk.hgi-stamp-01::before,.hgi-stroke.hgi-stamp-01::before {
  content: "\f1dcf"
}

.hgi-bulk.hgi-stamp-02::before,.hgi-stroke.hgi-stamp-02::before {
  content: "\f1dd1"
}

.hgi-bulk.hgi-stamp::before,.hgi-stroke.hgi-stamp::before {
  content: "\f1dd3"
}

.hgi-bulk.hgi-star-award-01::before,.hgi-stroke.hgi-star-award-01::before {
  content: "\f1dd5"
}

.hgi-bulk.hgi-star-award-02::before,.hgi-stroke.hgi-star-award-02::before {
  content: "\f1dd7"
}

.hgi-bulk.hgi-star-circle::before,.hgi-stroke.hgi-star-circle::before {
  content: "\f1dd9"
}

.hgi-bulk.hgi-star-face::before,.hgi-stroke.hgi-star-face::before {
  content: "\f1ddb"
}

.hgi-bulk.hgi-star-half::before,.hgi-stroke.hgi-star-half::before {
  content: "\f1ddd"
}

.hgi-bulk.hgi-star-off::before,.hgi-stroke.hgi-star-off::before {
  content: "\f1ddf"
}

.hgi-bulk.hgi-star-square::before,.hgi-stroke.hgi-star-square::before {
  content: "\f1de2"
}

.hgi-bulk.hgi-star::before,.hgi-stroke.hgi-star::before {
  content: "\f1de3"
}

.hgi-bulk.hgi-stars::before,.hgi-stroke.hgi-stars::before {
  content: "\f1de5"
}

.hgi-bulk.hgi-start-up-01::before,.hgi-stroke.hgi-start-up-01::before {
  content: "\f1de7"
}

.hgi-bulk.hgi-start-up-02::before,.hgi-stroke.hgi-start-up-02::before {
  content: "\f1de9"
}

.hgi-bulk.hgi-stationery::before,.hgi-stroke.hgi-stationery::before {
  content: "\f1deb"
}

.hgi-bulk.hgi-status::before,.hgi-stroke.hgi-status::before {
  content: "\f1ded"
}

.hgi-bulk.hgi-steak::before,.hgi-stroke.hgi-steak::before {
  content: "\f1def"
}

.hgi-bulk.hgi-steering::before,.hgi-stroke.hgi-steering::before {
  content: "\f1df1"
}

.hgi-bulk.hgi-step-into::before,.hgi-stroke.hgi-step-into::before {
  content: "\f1df3"
}

.hgi-bulk.hgi-step-out::before,.hgi-stroke.hgi-step-out::before {
  content: "\f1df5"
}

.hgi-bulk.hgi-step-over::before,.hgi-stroke.hgi-step-over::before {
  content: "\f1df7"
}

.hgi-bulk.hgi-stethoscope-02::before,.hgi-stroke.hgi-stethoscope-02::before {
  content: "\f1df9"
}

.hgi-bulk.hgi-stethoscope::before,.hgi-stroke.hgi-stethoscope::before {
  content: "\f1dfb"
}

.hgi-bulk.hgi-sticky-note-01::before,.hgi-stroke.hgi-sticky-note-01::before {
  content: "\f1dfd"
}

.hgi-bulk.hgi-sticky-note-02::before,.hgi-stroke.hgi-sticky-note-02::before {
  content: "\f1dff"
}

.hgi-bulk.hgi-sticky-note-03::before,.hgi-stroke.hgi-sticky-note-03::before {
  content: "\f1e01"
}

.hgi-bulk.hgi-stop-circle::before,.hgi-stroke.hgi-stop-circle::before {
  content: "\f1e03"
}

.hgi-bulk.hgi-stop-loss-order::before,.hgi-stroke.hgi-stop-loss-order::before {
  content: "\f1e05"
}

.hgi-bulk.hgi-stop-watch::before,.hgi-stroke.hgi-stop-watch::before {
  content: "\f1e08"
}

.hgi-bulk.hgi-stop::before,.hgi-stroke.hgi-stop::before {
  content: "\f1e09"
}

.hgi-bulk.hgi-store-01::before,.hgi-stroke.hgi-store-01::before {
  content: "\f1e0b"
}

.hgi-bulk.hgi-store-02::before,.hgi-stroke.hgi-store-02::before {
  content: "\f1e0d"
}

.hgi-bulk.hgi-store-03::before,.hgi-stroke.hgi-store-03::before {
  content: "\f1e0f"
}

.hgi-bulk.hgi-store-04::before,.hgi-stroke.hgi-store-04::before {
  content: "\f1e11"
}

.hgi-bulk.hgi-store-add-01::before,.hgi-stroke.hgi-store-add-01::before {
  content: "\f1e13"
}

.hgi-bulk.hgi-store-add-02::before,.hgi-stroke.hgi-store-add-02::before {
  content: "\f1e15"
}

.hgi-bulk.hgi-store-location-01::before,.hgi-stroke.hgi-store-location-01::before {
  content: "\f1e17"
}

.hgi-bulk.hgi-store-location-02::before,.hgi-stroke.hgi-store-location-02::before {
  content: "\f1e19"
}

.hgi-bulk.hgi-store-management-01::before,.hgi-stroke.hgi-store-management-01::before {
  content: "\f1e1b"
}

.hgi-bulk.hgi-store-management-02::before,.hgi-stroke.hgi-store-management-02::before {
  content: "\f1e1d"
}

.hgi-bulk.hgi-store-remove-01::before,.hgi-stroke.hgi-store-remove-01::before {
  content: "\f1e1f"
}

.hgi-bulk.hgi-store-remove-02::before,.hgi-stroke.hgi-store-remove-02::before {
  content: "\f1e21"
}

.hgi-bulk.hgi-store-verified-01::before,.hgi-stroke.hgi-store-verified-01::before {
  content: "\f1e23"
}

.hgi-bulk.hgi-store-verified-02::before,.hgi-stroke.hgi-store-verified-02::before {
  content: "\f1e25"
}

.hgi-bulk.hgi-straight-edge::before,.hgi-stroke.hgi-straight-edge::before {
  content: "\f1e27"
}

.hgi-bulk.hgi-strategy::before,.hgi-stroke.hgi-strategy::before {
  content: "\f1e29"
}

.hgi-bulk.hgi-streering-wheel::before,.hgi-stroke.hgi-streering-wheel::before {
  content: "\f1e2b"
}

.hgi-bulk.hgi-street-food::before,.hgi-stroke.hgi-street-food::before {
  content: "\f1e2d"
}

.hgi-bulk.hgi-stripe::before,.hgi-stroke.hgi-stripe::before {
  content: "\f1e2f"
}

.hgi-bulk.hgi-stroke-bottom::before,.hgi-stroke.hgi-stroke-bottom::before {
  content: "\f1e31"
}

.hgi-bulk.hgi-stroke-center::before,.hgi-stroke.hgi-stroke-center::before {
  content: "\f1e33"
}

.hgi-bulk.hgi-stroke-inside::before,.hgi-stroke.hgi-stroke-inside::before {
  content: "\f1e35"
}

.hgi-bulk.hgi-stroke-left::before,.hgi-stroke.hgi-stroke-left::before {
  content: "\f1e37"
}

.hgi-bulk.hgi-stroke-outside::before,.hgi-stroke.hgi-stroke-outside::before {
  content: "\f1e39"
}

.hgi-bulk.hgi-stroke-right::before,.hgi-stroke.hgi-stroke-right::before {
  content: "\f1e3b"
}

.hgi-bulk.hgi-stroke-top::before,.hgi-stroke.hgi-stroke-top::before {
  content: "\f1e3d"
}

.hgi-bulk.hgi-structure-01::before,.hgi-stroke.hgi-structure-01::before {
  content: "\f1e3f"
}

.hgi-bulk.hgi-structure-02::before,.hgi-stroke.hgi-structure-02::before {
  content: "\f1e41"
}

.hgi-bulk.hgi-structure-03::before,.hgi-stroke.hgi-structure-03::before {
  content: "\f1e43"
}

.hgi-bulk.hgi-structure-04::before,.hgi-stroke.hgi-structure-04::before {
  content: "\f1e45"
}

.hgi-bulk.hgi-structure-05::before,.hgi-stroke.hgi-structure-05::before {
  content: "\f1e47"
}

.hgi-bulk.hgi-structure-add::before,.hgi-stroke.hgi-structure-add::before {
  content: "\f1e49"
}

.hgi-bulk.hgi-structure-check::before,.hgi-stroke.hgi-structure-check::before {
  content: "\f1e4b"
}

.hgi-bulk.hgi-structure-fail::before,.hgi-stroke.hgi-structure-fail::before {
  content: "\f1e4d"
}

.hgi-bulk.hgi-structure-folder-circle::before,.hgi-stroke.hgi-structure-folder-circle::before {
  content: "\f1e4f"
}

.hgi-bulk.hgi-structure-folder::before,.hgi-stroke.hgi-structure-folder::before {
  content: "\f1e51"
}

.hgi-bulk.hgi-student-card::before,.hgi-stroke.hgi-student-card::before {
  content: "\f1e53"
}

.hgi-bulk.hgi-student::before,.hgi-stroke.hgi-student::before {
  content: "\f1e55"
}

.hgi-bulk.hgi-students::before,.hgi-stroke.hgi-students::before {
  content: "\f1e57"
}

.hgi-bulk.hgi-study-desk::before,.hgi-stroke.hgi-study-desk::before {
  content: "\f1e59"
}

.hgi-bulk.hgi-study-lamp::before,.hgi-stroke.hgi-study-lamp::before {
  content: "\f1e5b"
}

.hgi-bulk.hgi-stumbleupon::before,.hgi-stroke.hgi-stumbleupon::before {
  content: "\f1e5d"
}

.hgi-bulk.hgi-submarine::before,.hgi-stroke.hgi-submarine::before {
  content: "\f1e5f"
}

.hgi-bulk.hgi-submerge::before,.hgi-stroke.hgi-submerge::before {
  content: "\f1e61"
}

.hgi-bulk.hgi-subnode-add::before,.hgi-stroke.hgi-subnode-add::before {
  content: "\f1e63"
}

.hgi-bulk.hgi-subnode-delete::before,.hgi-stroke.hgi-subnode-delete::before {
  content: "\f1e65"
}

.hgi-bulk.hgi-subpoena::before,.hgi-stroke.hgi-subpoena::before {
  content: "\f1e67"
}

.hgi-bulk.hgi-subtitle::before,.hgi-stroke.hgi-subtitle::before {
  content: "\f1e69"
}

.hgi-bulk.hgi-suit-01::before,.hgi-stroke.hgi-suit-01::before {
  content: "\f1e6b"
}

.hgi-bulk.hgi-suit-02::before,.hgi-stroke.hgi-suit-02::before {
  content: "\f1e6d"
}

.hgi-bulk.hgi-sujood::before,.hgi-stroke.hgi-sujood::before {
  content: "\f1e6f"
}

.hgi-bulk.hgi-summation-01::before,.hgi-stroke.hgi-summation-01::before {
  content: "\f1e71"
}

.hgi-bulk.hgi-summation-02::before,.hgi-stroke.hgi-summation-02::before {
  content: "\f1e73"
}

.hgi-bulk.hgi-summation-circle::before,.hgi-stroke.hgi-summation-circle::before {
  content: "\f1e75"
}

.hgi-bulk.hgi-summation-square::before,.hgi-stroke.hgi-summation-square::before {
  content: "\f1e77"
}

.hgi-bulk.hgi-sun-01::before,.hgi-stroke.hgi-sun-01::before {
  content: "\f1e79"
}

.hgi-bulk.hgi-sun-02::before,.hgi-stroke.hgi-sun-02::before {
  content: "\f1e7b"
}

.hgi-bulk.hgi-sun-03::before,.hgi-stroke.hgi-sun-03::before {
  content: "\f1e7d"
}

.hgi-bulk.hgi-sun-cloud-01::before,.hgi-stroke.hgi-sun-cloud-01::before {
  content: "\f1e7f"
}

.hgi-bulk.hgi-sun-cloud-02::before,.hgi-stroke.hgi-sun-cloud-02::before {
  content: "\f1e81"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-01::before,.hgi-stroke.hgi-sun-cloud-angled-rain-01::before {
  content: "\f1e83"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-02::before,.hgi-stroke.hgi-sun-cloud-angled-rain-02::before {
  content: "\f1e85"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-01::before,.hgi-stroke.hgi-sun-cloud-angled-rain-zap-01::before {
  content: "\f1e87"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-02::before,.hgi-stroke.hgi-sun-cloud-angled-rain-zap-02::before {
  content: "\f1e89"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-01::before,.hgi-stroke.hgi-sun-cloud-angled-zap-01::before {
  content: "\f1e8b"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-02::before,.hgi-stroke.hgi-sun-cloud-angled-zap-02::before {
  content: "\f1e8d"
}

.hgi-bulk.hgi-sun-cloud-big-rain-01::before,.hgi-stroke.hgi-sun-cloud-big-rain-01::before {
  content: "\f1e8f"
}

.hgi-bulk.hgi-sun-cloud-big-rain-02::before,.hgi-stroke.hgi-sun-cloud-big-rain-02::before {
  content: "\f1e91"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-01::before,.hgi-stroke.hgi-sun-cloud-fast-wind-01::before {
  content: "\f1e93"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-02::before,.hgi-stroke.hgi-sun-cloud-fast-wind-02::before {
  content: "\f1e95"
}

.hgi-bulk.hgi-sun-cloud-hailstone-01::before,.hgi-stroke.hgi-sun-cloud-hailstone-01::before {
  content: "\f1e97"
}

.hgi-bulk.hgi-sun-cloud-hailstone-02::before,.hgi-stroke.hgi-sun-cloud-hailstone-02::before {
  content: "\f1e99"
}

.hgi-bulk.hgi-sun-cloud-little-rain-01::before,.hgi-stroke.hgi-sun-cloud-little-rain-01::before {
  content: "\f1e9b"
}

.hgi-bulk.hgi-sun-cloud-little-rain-02::before,.hgi-stroke.hgi-sun-cloud-little-rain-02::before {
  content: "\f1e9d"
}

.hgi-bulk.hgi-sun-cloud-little-snow-01::before,.hgi-stroke.hgi-sun-cloud-little-snow-01::before {
  content: "\f1e9f"
}

.hgi-bulk.hgi-sun-cloud-little-snow-02::before,.hgi-stroke.hgi-sun-cloud-little-snow-02::before {
  content: "\f1ea1"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-01::before,.hgi-stroke.hgi-sun-cloud-mid-rain-01::before {
  content: "\f1ea3"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-02::before,.hgi-stroke.hgi-sun-cloud-mid-rain-02::before {
  content: "\f1ea5"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-01::before,.hgi-stroke.hgi-sun-cloud-mid-snow-01::before {
  content: "\f1ea7"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-02::before,.hgi-stroke.hgi-sun-cloud-mid-snow-02::before {
  content: "\f1ea9"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-01::before,.hgi-stroke.hgi-sun-cloud-slow-wind-01::before {
  content: "\f1eab"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-02::before,.hgi-stroke.hgi-sun-cloud-slow-wind-02::before {
  content: "\f1ead"
}

.hgi-bulk.hgi-sun-cloud-snow-01::before,.hgi-stroke.hgi-sun-cloud-snow-01::before {
  content: "\f1eaf"
}

.hgi-bulk.hgi-sun-cloud-snow-02::before,.hgi-stroke.hgi-sun-cloud-snow-02::before {
  content: "\f1eb1"
}

.hgi-bulk.hgi-sunglasses::before,.hgi-stroke.hgi-sunglasses::before {
  content: "\f1eb3"
}

.hgi-bulk.hgi-sunrise::before,.hgi-stroke.hgi-sunrise::before {
  content: "\f1eb5"
}

.hgi-bulk.hgi-sunset::before,.hgi-stroke.hgi-sunset::before {
  content: "\f1eb7"
}

.hgi-bulk.hgi-super-mario-toad::before,.hgi-stroke.hgi-super-mario-toad::before {
  content: "\f1eba"
}

.hgi-bulk.hgi-super-mario::before,.hgi-stroke.hgi-super-mario::before {
  content: "\f1ebb"
}

.hgi-bulk.hgi-surfboard::before,.hgi-stroke.hgi-surfboard::before {
  content: "\f1ebd"
}

.hgi-bulk.hgi-surprise::before,.hgi-stroke.hgi-surprise::before {
  content: "\f1ebf"
}

.hgi-bulk.hgi-sushi-01::before,.hgi-stroke.hgi-sushi-01::before {
  content: "\f1ec1"
}

.hgi-bulk.hgi-sushi-02::before,.hgi-stroke.hgi-sushi-02::before {
  content: "\f1ec3"
}

.hgi-bulk.hgi-sushi-03::before,.hgi-stroke.hgi-sushi-03::before {
  content: "\f1ec5"
}

.hgi-bulk.hgi-suspicious::before,.hgi-stroke.hgi-suspicious::before {
  content: "\f1ec7"
}

.hgi-bulk.hgi-sustainable-energy::before,.hgi-stroke.hgi-sustainable-energy::before {
  content: "\f1ec9"
}

.hgi-bulk.hgi-svg-01::before,.hgi-stroke.hgi-svg-01::before {
  content: "\f1ecb"
}

.hgi-bulk.hgi-svg-02::before,.hgi-stroke.hgi-svg-02::before {
  content: "\f1ecd"
}

.hgi-bulk.hgi-swarm::before,.hgi-stroke.hgi-swarm::before {
  content: "\f1ecf"
}

.hgi-bulk.hgi-swatch::before,.hgi-stroke.hgi-swatch::before {
  content: "\f1ed1"
}

.hgi-bulk.hgi-swimming-cap::before,.hgi-stroke.hgi-swimming-cap::before {
  content: "\f1ed3"
}

.hgi-bulk.hgi-swimming::before,.hgi-stroke.hgi-swimming::before {
  content: "\f1ed5"
}

.hgi-bulk.hgi-swipe-down-01::before,.hgi-stroke.hgi-swipe-down-01::before {
  content: "\f1ed7"
}

.hgi-bulk.hgi-swipe-down-02::before,.hgi-stroke.hgi-swipe-down-02::before {
  content: "\f1ed9"
}

.hgi-bulk.hgi-swipe-down-03::before,.hgi-stroke.hgi-swipe-down-03::before {
  content: "\f1edb"
}

.hgi-bulk.hgi-swipe-down-04::before,.hgi-stroke.hgi-swipe-down-04::before {
  content: "\f1edd"
}

.hgi-bulk.hgi-swipe-down-05::before,.hgi-stroke.hgi-swipe-down-05::before {
  content: "\f1edf"
}

.hgi-bulk.hgi-swipe-down-06::before,.hgi-stroke.hgi-swipe-down-06::before {
  content: "\f1ee1"
}

.hgi-bulk.hgi-swipe-down-07::before,.hgi-stroke.hgi-swipe-down-07::before {
  content: "\f1ee3"
}

.hgi-bulk.hgi-swipe-down-08::before,.hgi-stroke.hgi-swipe-down-08::before {
  content: "\f1ee5"
}

.hgi-bulk.hgi-swipe-left-01::before,.hgi-stroke.hgi-swipe-left-01::before {
  content: "\f1ee7"
}

.hgi-bulk.hgi-swipe-left-02::before,.hgi-stroke.hgi-swipe-left-02::before {
  content: "\f1ee9"
}

.hgi-bulk.hgi-swipe-left-03::before,.hgi-stroke.hgi-swipe-left-03::before {
  content: "\f1eeb"
}

.hgi-bulk.hgi-swipe-left-04::before,.hgi-stroke.hgi-swipe-left-04::before {
  content: "\f1eed"
}

.hgi-bulk.hgi-swipe-left-05::before,.hgi-stroke.hgi-swipe-left-05::before {
  content: "\f1eef"
}

.hgi-bulk.hgi-swipe-left-06::before,.hgi-stroke.hgi-swipe-left-06::before {
  content: "\f1ef1"
}

.hgi-bulk.hgi-swipe-left-07::before,.hgi-stroke.hgi-swipe-left-07::before {
  content: "\f1ef3"
}

.hgi-bulk.hgi-swipe-left-08::before,.hgi-stroke.hgi-swipe-left-08::before {
  content: "\f1ef5"
}

.hgi-bulk.hgi-swipe-left-09::before,.hgi-stroke.hgi-swipe-left-09::before {
  content: "\f1ef7"
}

.hgi-bulk.hgi-swipe-right-01::before,.hgi-stroke.hgi-swipe-right-01::before {
  content: "\f1ef9"
}

.hgi-bulk.hgi-swipe-right-02::before,.hgi-stroke.hgi-swipe-right-02::before {
  content: "\f1efb"
}

.hgi-bulk.hgi-swipe-right-03::before,.hgi-stroke.hgi-swipe-right-03::before {
  content: "\f1efd"
}

.hgi-bulk.hgi-swipe-right-04::before,.hgi-stroke.hgi-swipe-right-04::before {
  content: "\f1eff"
}

.hgi-bulk.hgi-swipe-right-05::before,.hgi-stroke.hgi-swipe-right-05::before {
  content: "\f1f01"
}

.hgi-bulk.hgi-swipe-right-06::before,.hgi-stroke.hgi-swipe-right-06::before {
  content: "\f1f03"
}

.hgi-bulk.hgi-swipe-right-07::before,.hgi-stroke.hgi-swipe-right-07::before {
  content: "\f1f05"
}

.hgi-bulk.hgi-swipe-right-08::before,.hgi-stroke.hgi-swipe-right-08::before {
  content: "\f1f07"
}

.hgi-bulk.hgi-swipe-right-09::before,.hgi-stroke.hgi-swipe-right-09::before {
  content: "\f1f09"
}

.hgi-bulk.hgi-swipe-up-01::before,.hgi-stroke.hgi-swipe-up-01::before {
  content: "\f1f0b"
}

.hgi-bulk.hgi-swipe-up-02::before,.hgi-stroke.hgi-swipe-up-02::before {
  content: "\f1f0d"
}

.hgi-bulk.hgi-swipe-up-03::before,.hgi-stroke.hgi-swipe-up-03::before {
  content: "\f1f0f"
}

.hgi-bulk.hgi-swipe-up-04::before,.hgi-stroke.hgi-swipe-up-04::before {
  content: "\f1f11"
}

.hgi-bulk.hgi-swipe-up-05::before,.hgi-stroke.hgi-swipe-up-05::before {
  content: "\f1f13"
}

.hgi-bulk.hgi-swipe-up-06::before,.hgi-stroke.hgi-swipe-up-06::before {
  content: "\f1f15"
}

.hgi-bulk.hgi-swipe-up-07::before,.hgi-stroke.hgi-swipe-up-07::before {
  content: "\f1f17"
}

.hgi-bulk.hgi-swipe-up-08::before,.hgi-stroke.hgi-swipe-up-08::before {
  content: "\f1f19"
}

.hgi-bulk.hgi-sword-01::before,.hgi-stroke.hgi-sword-01::before {
  content: "\f1f1b"
}

.hgi-bulk.hgi-sword-02::before,.hgi-stroke.hgi-sword-02::before {
  content: "\f1f1d"
}

.hgi-bulk.hgi-sword-03::before,.hgi-stroke.hgi-sword-03::before {
  content: "\f1f1f"
}

.hgi-bulk.hgi-system-update-01::before,.hgi-stroke.hgi-system-update-01::before {
  content: "\f1f21"
}

.hgi-bulk.hgi-system-update-02::before,.hgi-stroke.hgi-system-update-02::before {
  content: "\f1f23"
}

.hgi-bulk.hgi-t-shirt::before,.hgi-stroke.hgi-t-shirt::before {
  content: "\f1f25"
}

.hgi-bulk.hgi-table-01::before,.hgi-stroke.hgi-table-01::before {
  content: "\f1f27"
}

.hgi-bulk.hgi-table-02::before,.hgi-stroke.hgi-table-02::before {
  content: "\f1f29"
}

.hgi-bulk.hgi-table-03::before,.hgi-stroke.hgi-table-03::before {
  content: "\f1f2b"
}

.hgi-bulk.hgi-table-lamp-01::before,.hgi-stroke.hgi-table-lamp-01::before {
  content: "\f1f2d"
}

.hgi-bulk.hgi-table-lamp-02::before,.hgi-stroke.hgi-table-lamp-02::before {
  content: "\f1f2f"
}

.hgi-bulk.hgi-table-round::before,.hgi-stroke.hgi-table-round::before {
  content: "\f1f31"
}

.hgi-bulk.hgi-table-tennis-bat::before,.hgi-stroke.hgi-table-tennis-bat::before {
  content: "\f1f34"
}

.hgi-bulk.hgi-table::before,.hgi-stroke.hgi-table::before {
  content: "\f1f35"
}

.hgi-bulk.hgi-tablet-01::before,.hgi-stroke.hgi-tablet-01::before {
  content: "\f1f37"
}

.hgi-bulk.hgi-tablet-02::before,.hgi-stroke.hgi-tablet-02::before {
  content: "\f1f39"
}

.hgi-bulk.hgi-tablet-connected-bluetooth::before,.hgi-stroke.hgi-tablet-connected-bluetooth::before {
  content: "\f1f3b"
}

.hgi-bulk.hgi-tablet-connected-usb::before,.hgi-stroke.hgi-tablet-connected-usb::before {
  content: "\f1f3d"
}

.hgi-bulk.hgi-tablet-connected-wifi::before,.hgi-stroke.hgi-tablet-connected-wifi::before {
  content: "\f1f3f"
}

.hgi-bulk.hgi-tablet-pen::before,.hgi-stroke.hgi-tablet-pen::before {
  content: "\f1f41"
}

.hgi-bulk.hgi-taco-01::before,.hgi-stroke.hgi-taco-01::before {
  content: "\f1f43"
}

.hgi-bulk.hgi-taco-02::before,.hgi-stroke.hgi-taco-02::before {
  content: "\f1f45"
}

.hgi-bulk.hgi-tag-01::before,.hgi-stroke.hgi-tag-01::before {
  content: "\f1f47"
}

.hgi-bulk.hgi-tag-02::before,.hgi-stroke.hgi-tag-02::before {
  content: "\f1f49"
}

.hgi-bulk.hgi-tags::before,.hgi-stroke.hgi-tags::before {
  content: "\f1f4b"
}

.hgi-bulk.hgi-tailwindcss::before,.hgi-stroke.hgi-tailwindcss::before {
  content: "\f1f4d"
}

.hgi-bulk.hgi-taj-mahal::before,.hgi-stroke.hgi-taj-mahal::before {
  content: "\f1f4f"
}

.hgi-bulk.hgi-tan::before,.hgi-stroke.hgi-tan::before {
  content: "\f1f51"
}

.hgi-bulk.hgi-tank-top::before,.hgi-stroke.hgi-tank-top::before {
  content: "\f1f53"
}

.hgi-bulk.hgi-tap-01::before,.hgi-stroke.hgi-tap-01::before {
  content: "\f1f55"
}

.hgi-bulk.hgi-tap-02::before,.hgi-stroke.hgi-tap-02::before {
  content: "\f1f57"
}

.hgi-bulk.hgi-tap-03::before,.hgi-stroke.hgi-tap-03::before {
  content: "\f1f59"
}

.hgi-bulk.hgi-tap-04::before,.hgi-stroke.hgi-tap-04::before {
  content: "\f1f5b"
}

.hgi-bulk.hgi-tap-05::before,.hgi-stroke.hgi-tap-05::before {
  content: "\f1f5d"
}

.hgi-bulk.hgi-tap-06::before,.hgi-stroke.hgi-tap-06::before {
  content: "\f1f5f"
}

.hgi-bulk.hgi-tap-07::before,.hgi-stroke.hgi-tap-07::before {
  content: "\f1f61"
}

.hgi-bulk.hgi-tap-08::before,.hgi-stroke.hgi-tap-08::before {
  content: "\f1f63"
}

.hgi-bulk.hgi-tape-measure::before,.hgi-stroke.hgi-tape-measure::before {
  content: "\f1f65"
}

.hgi-bulk.hgi-target-01::before,.hgi-stroke.hgi-target-01::before {
  content: "\f1f67"
}

.hgi-bulk.hgi-target-02::before,.hgi-stroke.hgi-target-02::before {
  content: "\f1f69"
}

.hgi-bulk.hgi-target-03::before,.hgi-stroke.hgi-target-03::before {
  content: "\f1f6b"
}

.hgi-bulk.hgi-target-dollar::before,.hgi-stroke.hgi-target-dollar::before {
  content: "\f1f6d"
}

.hgi-bulk.hgi-tasbih::before,.hgi-stroke.hgi-tasbih::before {
  content: "\f1f6f"
}

.hgi-bulk.hgi-task-01::before,.hgi-stroke.hgi-task-01::before {
  content: "\f1f71"
}

.hgi-bulk.hgi-task-02::before,.hgi-stroke.hgi-task-02::before {
  content: "\f1f73"
}

.hgi-bulk.hgi-task-add-01::before,.hgi-stroke.hgi-task-add-01::before {
  content: "\f1f75"
}

.hgi-bulk.hgi-task-add-02::before,.hgi-stroke.hgi-task-add-02::before {
  content: "\f1f77"
}

.hgi-bulk.hgi-task-daily-01::before,.hgi-stroke.hgi-task-daily-01::before {
  content: "\f1f79"
}

.hgi-bulk.hgi-task-daily-02::before,.hgi-stroke.hgi-task-daily-02::before {
  content: "\f1f7b"
}

.hgi-bulk.hgi-task-done-01::before,.hgi-stroke.hgi-task-done-01::before {
  content: "\f1f7d"
}

.hgi-bulk.hgi-task-done-02::before,.hgi-stroke.hgi-task-done-02::before {
  content: "\f1f7f"
}

.hgi-bulk.hgi-task-edit-01::before,.hgi-stroke.hgi-task-edit-01::before {
  content: "\f1f81"
}

.hgi-bulk.hgi-task-edit-02::before,.hgi-stroke.hgi-task-edit-02::before {
  content: "\f1f83"
}

.hgi-bulk.hgi-task-remove-01::before,.hgi-stroke.hgi-task-remove-01::before {
  content: "\f1f85"
}

.hgi-bulk.hgi-task-remove-02::before,.hgi-stroke.hgi-task-remove-02::before {
  content: "\f1f87"
}

.hgi-bulk.hgi-taxes::before,.hgi-stroke.hgi-taxes::before {
  content: "\f1f89"
}

.hgi-bulk.hgi-taxi::before,.hgi-stroke.hgi-taxi::before {
  content: "\f1f8b"
}

.hgi-bulk.hgi-tea-pod::before,.hgi-stroke.hgi-tea-pod::before {
  content: "\f1f8d"
}

.hgi-bulk.hgi-tea::before,.hgi-stroke.hgi-tea::before {
  content: "\f1f8f"
}

.hgi-bulk.hgi-teacher::before,.hgi-stroke.hgi-teacher::before {
  content: "\f1f91"
}

.hgi-bulk.hgi-teaching::before,.hgi-stroke.hgi-teaching::before {
  content: "\f1f93"
}

.hgi-bulk.hgi-teamviewer::before,.hgi-stroke.hgi-teamviewer::before {
  content: "\f1f95"
}

.hgi-bulk.hgi-telegram::before,.hgi-stroke.hgi-telegram::before {
  content: "\f1f97"
}

.hgi-bulk.hgi-telephone::before,.hgi-stroke.hgi-telephone::before {
  content: "\f1f99"
}

.hgi-bulk.hgi-telescope-01::before,.hgi-stroke.hgi-telescope-01::before {
  content: "\f1f9b"
}

.hgi-bulk.hgi-telescope-02::before,.hgi-stroke.hgi-telescope-02::before {
  content: "\f1f9d"
}

.hgi-bulk.hgi-television-table::before,.hgi-stroke.hgi-television-table::before {
  content: "\f1f9f"
}

.hgi-bulk.hgi-temperature::before,.hgi-stroke.hgi-temperature::before {
  content: "\f1fa1"
}

.hgi-bulk.hgi-tennis-ball::before,.hgi-stroke.hgi-tennis-ball::before {
  content: "\f1fa3"
}

.hgi-bulk.hgi-tennis-racket::before,.hgi-stroke.hgi-tennis-racket::before {
  content: "\f1fa5"
}

.hgi-bulk.hgi-terrace::before,.hgi-stroke.hgi-terrace::before {
  content: "\f1fa7"
}

.hgi-bulk.hgi-test-tube-01::before,.hgi-stroke.hgi-test-tube-01::before {
  content: "\f1fa9"
}

.hgi-bulk.hgi-test-tube-02::before,.hgi-stroke.hgi-test-tube-02::before {
  content: "\f1fab"
}

.hgi-bulk.hgi-test-tube-03::before,.hgi-stroke.hgi-test-tube-03::before {
  content: "\f1fad"
}

.hgi-bulk.hgi-test-tube::before,.hgi-stroke.hgi-test-tube::before {
  content: "\f1faf"
}

.hgi-bulk.hgi-tetris::before,.hgi-stroke.hgi-tetris::before {
  content: "\f1fb1"
}

.hgi-bulk.hgi-text-align-center::before,.hgi-stroke.hgi-text-align-center::before {
  content: "\f1fb3"
}

.hgi-bulk.hgi-text-align-justify-center::before,.hgi-stroke.hgi-text-align-justify-center::before {
  content: "\f1fb5"
}

.hgi-bulk.hgi-text-align-justify-left::before,.hgi-stroke.hgi-text-align-justify-left::before {
  content: "\f1fb7"
}

.hgi-bulk.hgi-text-align-justify-right::before,.hgi-stroke.hgi-text-align-justify-right::before {
  content: "\f1fb9"
}

.hgi-bulk.hgi-text-align-left-01::before,.hgi-stroke.hgi-text-align-left-01::before {
  content: "\f1fbb"
}

.hgi-bulk.hgi-text-align-left::before,.hgi-stroke.hgi-text-align-left::before {
  content: "\f1fbd"
}

.hgi-bulk.hgi-text-align-right-01::before,.hgi-stroke.hgi-text-align-right-01::before {
  content: "\f1fbf"
}

.hgi-bulk.hgi-text-align-right::before,.hgi-stroke.hgi-text-align-right::before {
  content: "\f1fc1"
}

.hgi-bulk.hgi-text-all-caps::before,.hgi-stroke.hgi-text-all-caps::before {
  content: "\f1fc3"
}

.hgi-bulk.hgi-text-bold::before,.hgi-stroke.hgi-text-bold::before {
  content: "\f1fc5"
}

.hgi-bulk.hgi-text-centerline-center-top::before,.hgi-stroke.hgi-text-centerline-center-top::before {
  content: "\f1fc7"
}

.hgi-bulk.hgi-text-centerline-left::before,.hgi-stroke.hgi-text-centerline-left::before {
  content: "\f1fc9"
}

.hgi-bulk.hgi-text-centerline-middle::before,.hgi-stroke.hgi-text-centerline-middle::before {
  content: "\f1fcb"
}

.hgi-bulk.hgi-text-centerline-right::before,.hgi-stroke.hgi-text-centerline-right::before {
  content: "\f1fcd"
}

.hgi-bulk.hgi-text-check::before,.hgi-stroke.hgi-text-check::before {
  content: "\f1fcf"
}

.hgi-bulk.hgi-text-circle::before,.hgi-stroke.hgi-text-circle::before {
  content: "\f1fd1"
}

.hgi-bulk.hgi-text-clear::before,.hgi-stroke.hgi-text-clear::before {
  content: "\f1fd3"
}

.hgi-bulk.hgi-text-color::before,.hgi-stroke.hgi-text-color::before {
  content: "\f1fd5"
}

.hgi-bulk.hgi-text-creation::before,.hgi-stroke.hgi-text-creation::before {
  content: "\f1fd7"
}

.hgi-bulk.hgi-text-firstline-left::before,.hgi-stroke.hgi-text-firstline-left::before {
  content: "\f1fd9"
}

.hgi-bulk.hgi-text-firstline-right::before,.hgi-stroke.hgi-text-firstline-right::before {
  content: "\f1fdb"
}

.hgi-bulk.hgi-text-font::before,.hgi-stroke.hgi-text-font::before {
  content: "\f1fdd"
}

.hgi-bulk.hgi-text-footnote::before,.hgi-stroke.hgi-text-footnote::before {
  content: "\f1fdf"
}

.hgi-bulk.hgi-text-indent-01::before,.hgi-stroke.hgi-text-indent-01::before {
  content: "\f1fe1"
}

.hgi-bulk.hgi-text-indent-less::before,.hgi-stroke.hgi-text-indent-less::before {
  content: "\f1fe3"
}

.hgi-bulk.hgi-text-indent-more::before,.hgi-stroke.hgi-text-indent-more::before {
  content: "\f1fe5"
}

.hgi-bulk.hgi-text-indent::before,.hgi-stroke.hgi-text-indent::before {
  content: "\f1fe7"
}

.hgi-bulk.hgi-text-italic-slash::before,.hgi-stroke.hgi-text-italic-slash::before {
  content: "\f1fea"
}

.hgi-bulk.hgi-text-italic::before,.hgi-stroke.hgi-text-italic::before {
  content: "\f1feb"
}

.hgi-bulk.hgi-text-kerning::before,.hgi-stroke.hgi-text-kerning::before {
  content: "\f1fed"
}

.hgi-bulk.hgi-text-number-sign::before,.hgi-stroke.hgi-text-number-sign::before {
  content: "\f1fef"
}

.hgi-bulk.hgi-text-selection::before,.hgi-stroke.hgi-text-selection::before {
  content: "\f1ff2"
}

.hgi-bulk.hgi-text-smallcaps::before,.hgi-stroke.hgi-text-smallcaps::before {
  content: "\f1ff4"
}

.hgi-bulk.hgi-text-square::before,.hgi-stroke.hgi-text-square::before {
  content: "\f1ff6"
}

.hgi-bulk.hgi-text-strikethrough::before,.hgi-stroke.hgi-text-strikethrough::before {
  content: "\f1ff8"
}

.hgi-bulk.hgi-text-subscript::before,.hgi-stroke.hgi-text-subscript::before {
  content: "\f1ffa"
}

.hgi-bulk.hgi-text-superscript::before,.hgi-stroke.hgi-text-superscript::before {
  content: "\f1ffc"
}

.hgi-bulk.hgi-text-tracking::before,.hgi-stroke.hgi-text-tracking::before {
  content: "\f1ffe"
}

.hgi-bulk.hgi-text-underline::before,.hgi-stroke.hgi-text-underline::before {
  content: "\f2000"
}

.hgi-bulk.hgi-text-variable-front::before,.hgi-stroke.hgi-text-variable-front::before {
  content: "\f2002"
}

.hgi-bulk.hgi-text-vertical-alignment::before,.hgi-stroke.hgi-text-vertical-alignment::before {
  content: "\f2004"
}

.hgi-bulk.hgi-text-wrap::before,.hgi-stroke.hgi-text-wrap::before {
  content: "\f2006"
}

.hgi-bulk.hgi-text::before,.hgi-stroke.hgi-text::before {
  content: "\f2007"
}

.hgi-bulk.hgi-the-prophets-mosque::before,.hgi-stroke.hgi-the-prophets-mosque::before {
  content: "\f2009"
}

.hgi-bulk.hgi-thermometer-cold::before,.hgi-stroke.hgi-thermometer-cold::before {
  content: "\f200b"
}

.hgi-bulk.hgi-thermometer-warm::before,.hgi-stroke.hgi-thermometer-warm::before {
  content: "\f200e"
}

.hgi-bulk.hgi-thermometer::before,.hgi-stroke.hgi-thermometer::before {
  content: "\f200f"
}

.hgi-bulk.hgi-third-bracket-circle::before,.hgi-stroke.hgi-third-bracket-circle::before {
  content: "\f2011"
}

.hgi-bulk.hgi-third-bracket-square::before,.hgi-stroke.hgi-third-bracket-square::before {
  content: "\f2014"
}

.hgi-bulk.hgi-third-bracket::before,.hgi-stroke.hgi-third-bracket::before {
  content: "\f2015"
}

.hgi-bulk.hgi-thread::before,.hgi-stroke.hgi-thread::before {
  content: "\f2017"
}

.hgi-bulk.hgi-threads-ellipse::before,.hgi-stroke.hgi-threads-ellipse::before {
  content: "\f2019"
}

.hgi-bulk.hgi-threads-rectangle::before,.hgi-stroke.hgi-threads-rectangle::before {
  content: "\f201b"
}

.hgi-bulk.hgi-threads::before,.hgi-stroke.hgi-threads::before {
  content: "\f201d"
}

.hgi-bulk.hgi-three-circle::before,.hgi-stroke.hgi-three-circle::before {
  content: "\f201f"
}

.hgi-bulk.hgi-three-d-move::before,.hgi-stroke.hgi-three-d-move::before {
  content: "\f2021"
}

.hgi-bulk.hgi-three-d-rotate::before,.hgi-stroke.hgi-three-d-rotate::before {
  content: "\f2023"
}

.hgi-bulk.hgi-three-d-scale::before,.hgi-stroke.hgi-three-d-scale::before {
  content: "\f2025"
}

.hgi-bulk.hgi-three-d-view::before,.hgi-stroke.hgi-three-d-view::before {
  content: "\f2027"
}

.hgi-bulk.hgi-three-finger-01::before,.hgi-stroke.hgi-three-finger-01::before {
  content: "\f2029"
}

.hgi-bulk.hgi-three-finger-02::before,.hgi-stroke.hgi-three-finger-02::before {
  content: "\f202b"
}

.hgi-bulk.hgi-three-finger-03::before,.hgi-stroke.hgi-three-finger-03::before {
  content: "\f202d"
}

.hgi-bulk.hgi-three-finger-04::before,.hgi-stroke.hgi-three-finger-04::before {
  content: "\f202f"
}

.hgi-bulk.hgi-three-finger-05::before,.hgi-stroke.hgi-three-finger-05::before {
  content: "\f2031"
}

.hgi-bulk.hgi-three-square::before,.hgi-stroke.hgi-three-square::before {
  content: "\f2033"
}

.hgi-bulk.hgi-thumbs-down-ellipse::before,.hgi-stroke.hgi-thumbs-down-ellipse::before {
  content: "\f2035"
}

.hgi-bulk.hgi-thumbs-down-rectangle::before,.hgi-stroke.hgi-thumbs-down-rectangle::before {
  content: "\f2037"
}

.hgi-bulk.hgi-thumbs-down::before,.hgi-stroke.hgi-thumbs-down::before {
  content: "\f2039"
}

.hgi-bulk.hgi-thumbs-up-down::before,.hgi-stroke.hgi-thumbs-up-down::before {
  content: "\f203b"
}

.hgi-bulk.hgi-thumbs-up-ellipse::before,.hgi-stroke.hgi-thumbs-up-ellipse::before {
  content: "\f203d"
}

.hgi-bulk.hgi-thumbs-up-rectangle::before,.hgi-stroke.hgi-thumbs-up-rectangle::before {
  content: "\f203f"
}

.hgi-bulk.hgi-thumbs-up::before,.hgi-stroke.hgi-thumbs-up::before {
  content: "\f2041"
}

.hgi-bulk.hgi-tic-tac-toe::before,.hgi-stroke.hgi-tic-tac-toe::before {
  content: "\f2043"
}

.hgi-bulk.hgi-tick-01::before,.hgi-stroke.hgi-tick-01::before {
  content: "\f2045"
}

.hgi-bulk.hgi-tick-02::before,.hgi-stroke.hgi-tick-02::before {
  content: "\f2047"
}

.hgi-bulk.hgi-tick-03::before,.hgi-stroke.hgi-tick-03::before {
  content: "\f2049"
}

.hgi-bulk.hgi-tick-04::before,.hgi-stroke.hgi-tick-04::before {
  content: "\f204b"
}

.hgi-bulk.hgi-tick-double-01::before,.hgi-stroke.hgi-tick-double-01::before {
  content: "\f204d"
}

.hgi-bulk.hgi-tick-double-02::before,.hgi-stroke.hgi-tick-double-02::before {
  content: "\f204f"
}

.hgi-bulk.hgi-tick-double-03::before,.hgi-stroke.hgi-tick-double-03::before {
  content: "\f2051"
}

.hgi-bulk.hgi-tick-double-04::before,.hgi-stroke.hgi-tick-double-04::before {
  content: "\f2053"
}

.hgi-bulk.hgi-ticket-01::before,.hgi-stroke.hgi-ticket-01::before {
  content: "\f2055"
}

.hgi-bulk.hgi-ticket-02::before,.hgi-stroke.hgi-ticket-02::before {
  content: "\f2057"
}

.hgi-bulk.hgi-ticket-03::before,.hgi-stroke.hgi-ticket-03::before {
  content: "\f2059"
}

.hgi-bulk.hgi-ticket-star::before,.hgi-stroke.hgi-ticket-star::before {
  content: "\f205b"
}

.hgi-bulk.hgi-tie::before,.hgi-stroke.hgi-tie::before {
  content: "\f205d"
}

.hgi-bulk.hgi-tiff-01::before,.hgi-stroke.hgi-tiff-01::before {
  content: "\f205f"
}

.hgi-bulk.hgi-tiff-02::before,.hgi-stroke.hgi-tiff-02::before {
  content: "\f2061"
}

.hgi-bulk.hgi-tiktok::before,.hgi-stroke.hgi-tiktok::before {
  content: "\f2063"
}

.hgi-bulk.hgi-tiltify::before,.hgi-stroke.hgi-tiltify::before {
  content: "\f2065"
}

.hgi-bulk.hgi-time-01::before,.hgi-stroke.hgi-time-01::before {
  content: "\f2067"
}

.hgi-bulk.hgi-time-02::before,.hgi-stroke.hgi-time-02::before {
  content: "\f2069"
}

.hgi-bulk.hgi-time-03::before,.hgi-stroke.hgi-time-03::before {
  content: "\f206b"
}

.hgi-bulk.hgi-time-04::before,.hgi-stroke.hgi-time-04::before {
  content: "\f206d"
}

.hgi-bulk.hgi-time-half-pass::before,.hgi-stroke.hgi-time-half-pass::before {
  content: "\f206f"
}

.hgi-bulk.hgi-time-management-circle::before,.hgi-stroke.hgi-time-management-circle::before {
  content: "\f2071"
}

.hgi-bulk.hgi-time-management::before,.hgi-stroke.hgi-time-management::before {
  content: "\f2073"
}

.hgi-bulk.hgi-time-quarter-02::before,.hgi-stroke.hgi-time-quarter-02::before {
  content: "\f2075"
}

.hgi-bulk.hgi-time-quarter-pass::before,.hgi-stroke.hgi-time-quarter-pass::before {
  content: "\f2077"
}

.hgi-bulk.hgi-time-quarter::before,.hgi-stroke.hgi-time-quarter::before {
  content: "\f2079"
}

.hgi-bulk.hgi-time-schedule::before,.hgi-stroke.hgi-time-schedule::before {
  content: "\f207b"
}

.hgi-bulk.hgi-time-setting-01::before,.hgi-stroke.hgi-time-setting-01::before {
  content: "\f207d"
}

.hgi-bulk.hgi-time-setting-02::before,.hgi-stroke.hgi-time-setting-02::before {
  content: "\f207f"
}

.hgi-bulk.hgi-time-setting-03::before,.hgi-stroke.hgi-time-setting-03::before {
  content: "\f2081"
}

.hgi-bulk.hgi-time-zone::before,.hgi-stroke.hgi-time-zone::before {
  content: "\f2083"
}

.hgi-bulk.hgi-timeline-event::before,.hgi-stroke.hgi-timeline-event::before {
  content: "\f2085"
}

.hgi-bulk.hgi-timeline-list::before,.hgi-stroke.hgi-timeline-list::before {
  content: "\f2087"
}

.hgi-bulk.hgi-timeline::before,.hgi-stroke.hgi-timeline::before {
  content: "\f2089"
}

.hgi-bulk.hgi-timer-01::before,.hgi-stroke.hgi-timer-01::before {
  content: "\f208b"
}

.hgi-bulk.hgi-timer-02::before,.hgi-stroke.hgi-timer-02::before {
  content: "\f208d"
}

.hgi-bulk.hgi-tips::before,.hgi-stroke.hgi-tips::before {
  content: "\f208f"
}

.hgi-bulk.hgi-tire::before,.hgi-stroke.hgi-tire::before {
  content: "\f2091"
}

.hgi-bulk.hgi-tired-01::before,.hgi-stroke.hgi-tired-01::before {
  content: "\f2093"
}

.hgi-bulk.hgi-tired-02::before,.hgi-stroke.hgi-tired-02::before {
  content: "\f2095"
}

.hgi-bulk.hgi-tissue-paper::before,.hgi-stroke.hgi-tissue-paper::before {
  content: "\f2097"
}

.hgi-bulk.hgi-toggle-off::before,.hgi-stroke.hgi-toggle-off::before {
  content: "\f2099"
}

.hgi-bulk.hgi-toggle-on::before,.hgi-stroke.hgi-toggle-on::before {
  content: "\f209b"
}

.hgi-bulk.hgi-toilet-01::before,.hgi-stroke.hgi-toilet-01::before {
  content: "\f209d"
}

.hgi-bulk.hgi-toilet-02::before,.hgi-stroke.hgi-toilet-02::before {
  content: "\f209f"
}

.hgi-bulk.hgi-token-circle::before,.hgi-stroke.hgi-token-circle::before {
  content: "\f20a1"
}

.hgi-bulk.hgi-token-square::before,.hgi-stroke.hgi-token-square::before {
  content: "\f20a3"
}

.hgi-bulk.hgi-tongue-01::before,.hgi-stroke.hgi-tongue-01::before {
  content: "\f20a5"
}

.hgi-bulk.hgi-tongue-wink-left::before,.hgi-stroke.hgi-tongue-wink-left::before {
  content: "\f20a8"
}

.hgi-bulk.hgi-tongue-wink-right::before,.hgi-stroke.hgi-tongue-wink-right::before {
  content: "\f20aa"
}

.hgi-bulk.hgi-tongue::before,.hgi-stroke.hgi-tongue::before {
  content: "\f20ab"
}

.hgi-bulk.hgi-tools::before,.hgi-stroke.hgi-tools::before {
  content: "\f20ad"
}

.hgi-bulk.hgi-tornado-01::before,.hgi-stroke.hgi-tornado-01::before {
  content: "\f20af"
}

.hgi-bulk.hgi-tornado-02::before,.hgi-stroke.hgi-tornado-02::before {
  content: "\f20b1"
}

.hgi-bulk.hgi-torri-gate::before,.hgi-stroke.hgi-torri-gate::before {
  content: "\f20b3"
}

.hgi-bulk.hgi-touch-01::before,.hgi-stroke.hgi-touch-01::before {
  content: "\f20b5"
}

.hgi-bulk.hgi-touch-02::before,.hgi-stroke.hgi-touch-02::before {
  content: "\f20b7"
}

.hgi-bulk.hgi-touch-03::before,.hgi-stroke.hgi-touch-03::before {
  content: "\f20b9"
}

.hgi-bulk.hgi-touch-04::before,.hgi-stroke.hgi-touch-04::before {
  content: "\f20bb"
}

.hgi-bulk.hgi-touch-05::before,.hgi-stroke.hgi-touch-05::before {
  content: "\f20bd"
}

.hgi-bulk.hgi-touch-06::before,.hgi-stroke.hgi-touch-06::before {
  content: "\f20bf"
}

.hgi-bulk.hgi-touch-07::before,.hgi-stroke.hgi-touch-07::before {
  content: "\f20c1"
}

.hgi-bulk.hgi-touch-08::before,.hgi-stroke.hgi-touch-08::before {
  content: "\f20c3"
}

.hgi-bulk.hgi-touch-09::before,.hgi-stroke.hgi-touch-09::before {
  content: "\f20c5"
}

.hgi-bulk.hgi-touch-10::before,.hgi-stroke.hgi-touch-10::before {
  content: "\f20c7"
}

.hgi-bulk.hgi-touch-interaction-01::before,.hgi-stroke.hgi-touch-interaction-01::before {
  content: "\f20c9"
}

.hgi-bulk.hgi-touch-interaction-02::before,.hgi-stroke.hgi-touch-interaction-02::before {
  content: "\f20cb"
}

.hgi-bulk.hgi-touch-interaction-03::before,.hgi-stroke.hgi-touch-interaction-03::before {
  content: "\f20cd"
}

.hgi-bulk.hgi-touch-interaction-04::before,.hgi-stroke.hgi-touch-interaction-04::before {
  content: "\f20cf"
}

.hgi-bulk.hgi-touch-locked-01::before,.hgi-stroke.hgi-touch-locked-01::before {
  content: "\f20d1"
}

.hgi-bulk.hgi-touch-locked-02::before,.hgi-stroke.hgi-touch-locked-02::before {
  content: "\f20d3"
}

.hgi-bulk.hgi-touch-locked-03::before,.hgi-stroke.hgi-touch-locked-03::before {
  content: "\f20d5"
}

.hgi-bulk.hgi-touch-locked-04::before,.hgi-stroke.hgi-touch-locked-04::before {
  content: "\f20d7"
}

.hgi-bulk.hgi-touchpad-01::before,.hgi-stroke.hgi-touchpad-01::before {
  content: "\f20d9"
}

.hgi-bulk.hgi-touchpad-02::before,.hgi-stroke.hgi-touchpad-02::before {
  content: "\f20db"
}

.hgi-bulk.hgi-touchpad-03::before,.hgi-stroke.hgi-touchpad-03::before {
  content: "\f20dd"
}

.hgi-bulk.hgi-touchpad-04::before,.hgi-stroke.hgi-touchpad-04::before {
  content: "\f20df"
}

.hgi-bulk.hgi-tow-truck::before,.hgi-stroke.hgi-tow-truck::before {
  content: "\f20e1"
}

.hgi-bulk.hgi-towels::before,.hgi-stroke.hgi-towels::before {
  content: "\f20e3"
}

.hgi-bulk.hgi-toy-train::before,.hgi-stroke.hgi-toy-train::before {
  content: "\f20e5"
}

.hgi-bulk.hgi-tractor::before,.hgi-stroke.hgi-tractor::before {
  content: "\f20e7"
}

.hgi-bulk.hgi-trade-down::before,.hgi-stroke.hgi-trade-down::before {
  content: "\f20e9"
}

.hgi-bulk.hgi-trade-mark::before,.hgi-stroke.hgi-trade-mark::before {
  content: "\f20eb"
}

.hgi-bulk.hgi-trade-up::before,.hgi-stroke.hgi-trade-up::before {
  content: "\f20ed"
}

.hgi-bulk.hgi-trademark::before,.hgi-stroke.hgi-trademark::before {
  content: "\f20ef"
}

.hgi-bulk.hgi-traffic-incident::before,.hgi-stroke.hgi-traffic-incident::before {
  content: "\f20f1"
}

.hgi-bulk.hgi-traffic-jam-01::before,.hgi-stroke.hgi-traffic-jam-01::before {
  content: "\f20f3"
}

.hgi-bulk.hgi-traffic-jam-02::before,.hgi-stroke.hgi-traffic-jam-02::before {
  content: "\f20f5"
}

.hgi-bulk.hgi-traffic-light::before,.hgi-stroke.hgi-traffic-light::before {
  content: "\f20f7"
}

.hgi-bulk.hgi-train-01::before,.hgi-stroke.hgi-train-01::before {
  content: "\f20f9"
}

.hgi-bulk.hgi-train-02::before,.hgi-stroke.hgi-train-02::before {
  content: "\f20fb"
}

.hgi-bulk.hgi-tram::before,.hgi-stroke.hgi-tram::before {
  content: "\f20fd"
}

.hgi-bulk.hgi-trampoline::before,.hgi-stroke.hgi-trampoline::before {
  content: "\f20ff"
}

.hgi-bulk.hgi-transaction-history::before,.hgi-stroke.hgi-transaction-history::before {
  content: "\f2101"
}

.hgi-bulk.hgi-transaction::before,.hgi-stroke.hgi-transaction::before {
  content: "\f2103"
}

.hgi-bulk.hgi-transition-bottom::before,.hgi-stroke.hgi-transition-bottom::before {
  content: "\f2105"
}

.hgi-bulk.hgi-transition-left::before,.hgi-stroke.hgi-transition-left::before {
  content: "\f2107"
}

.hgi-bulk.hgi-transition-right::before,.hgi-stroke.hgi-transition-right::before {
  content: "\f2109"
}

.hgi-bulk.hgi-transition-top::before,.hgi-stroke.hgi-transition-top::before {
  content: "\f210b"
}

.hgi-bulk.hgi-translate::before,.hgi-stroke.hgi-translate::before {
  content: "\f210d"
}

.hgi-bulk.hgi-translation::before,.hgi-stroke.hgi-translation::before {
  content: "\f210f"
}

.hgi-bulk.hgi-transmission::before,.hgi-stroke.hgi-transmission::before {
  content: "\f2111"
}

.hgi-bulk.hgi-transparency::before,.hgi-stroke.hgi-transparency::before {
  content: "\f2113"
}

.hgi-bulk.hgi-trapezoid-line-horizontal::before,.hgi-stroke.hgi-trapezoid-line-horizontal::before {
  content: "\f2115"
}

.hgi-bulk.hgi-trapezoid-line-vertical::before,.hgi-stroke.hgi-trapezoid-line-vertical::before {
  content: "\f2117"
}

.hgi-bulk.hgi-travel-bag::before,.hgi-stroke.hgi-travel-bag::before {
  content: "\f2119"
}

.hgi-bulk.hgi-treadmill-01::before,.hgi-stroke.hgi-treadmill-01::before {
  content: "\f211b"
}

.hgi-bulk.hgi-treadmill-02::before,.hgi-stroke.hgi-treadmill-02::before {
  content: "\f211d"
}

.hgi-bulk.hgi-treatment::before,.hgi-stroke.hgi-treatment::before {
  content: "\f211f"
}

.hgi-bulk.hgi-tree-01::before,.hgi-stroke.hgi-tree-01::before {
  content: "\f2121"
}

.hgi-bulk.hgi-tree-02::before,.hgi-stroke.hgi-tree-02::before {
  content: "\f2123"
}

.hgi-bulk.hgi-tree-03::before,.hgi-stroke.hgi-tree-03::before {
  content: "\f2125"
}

.hgi-bulk.hgi-tree-04::before,.hgi-stroke.hgi-tree-04::before {
  content: "\f2127"
}

.hgi-bulk.hgi-tree-05::before,.hgi-stroke.hgi-tree-05::before {
  content: "\f2129"
}

.hgi-bulk.hgi-tree-06::before,.hgi-stroke.hgi-tree-06::before {
  content: "\f212b"
}

.hgi-bulk.hgi-tree-07::before,.hgi-stroke.hgi-tree-07::before {
  content: "\f212d"
}

.hgi-bulk.hgi-trello::before,.hgi-stroke.hgi-trello::before {
  content: "\f212f"
}

.hgi-bulk.hgi-triangle-01::before,.hgi-stroke.hgi-triangle-01::before {
  content: "\f2131"
}

.hgi-bulk.hgi-triangle-02::before,.hgi-stroke.hgi-triangle-02::before {
  content: "\f2133"
}

.hgi-bulk.hgi-triangle-03::before,.hgi-stroke.hgi-triangle-03::before {
  content: "\f2135"
}

.hgi-bulk.hgi-triangle-dash::before,.hgi-stroke.hgi-triangle-dash::before {
  content: "\f2137"
}

.hgi-bulk.hgi-triangle::before,.hgi-stroke.hgi-triangle::before {
  content: "\f2139"
}

.hgi-bulk.hgi-trolley-01::before,.hgi-stroke.hgi-trolley-01::before {
  content: "\f213b"
}

.hgi-bulk.hgi-trolley-02::before,.hgi-stroke.hgi-trolley-02::before {
  content: "\f213d"
}

.hgi-bulk.hgi-tropical-storm-tracks-01::before,.hgi-stroke.hgi-tropical-storm-tracks-01::before {
  content: "\f2140"
}

.hgi-bulk.hgi-tropical-storm-tracks-02::before,.hgi-stroke.hgi-tropical-storm-tracks-02::before {
  content: "\f2142"
}

.hgi-bulk.hgi-tropical-storm::before,.hgi-stroke.hgi-tropical-storm::before {
  content: "\f2143"
}

.hgi-bulk.hgi-truck-delivery::before,.hgi-stroke.hgi-truck-delivery::before {
  content: "\f2145"
}

.hgi-bulk.hgi-truck-monster::before,.hgi-stroke.hgi-truck-monster::before {
  content: "\f2147"
}

.hgi-bulk.hgi-truck-return::before,.hgi-stroke.hgi-truck-return::before {
  content: "\f2149"
}

.hgi-bulk.hgi-truck::before,.hgi-stroke.hgi-truck::before {
  content: "\f214b"
}

.hgi-bulk.hgi-trulli::before,.hgi-stroke.hgi-trulli::before {
  content: "\f214d"
}

.hgi-bulk.hgi-tsunami::before,.hgi-stroke.hgi-tsunami::before {
  content: "\f214f"
}

.hgi-bulk.hgi-tulip::before,.hgi-stroke.hgi-tulip::before {
  content: "\f2151"
}

.hgi-bulk.hgi-tumblr::before,.hgi-stroke.hgi-tumblr::before {
  content: "\f2153"
}

.hgi-bulk.hgi-turtle-neck::before,.hgi-stroke.hgi-turtle-neck::before {
  content: "\f2155"
}

.hgi-bulk.hgi-tv-01::before,.hgi-stroke.hgi-tv-01::before {
  content: "\f2157"
}

.hgi-bulk.hgi-tv-02::before,.hgi-stroke.hgi-tv-02::before {
  content: "\f2159"
}

.hgi-bulk.hgi-tv-fix::before,.hgi-stroke.hgi-tv-fix::before {
  content: "\f215b"
}

.hgi-bulk.hgi-tv-issue::before,.hgi-stroke.hgi-tv-issue::before {
  content: "\f215d"
}

.hgi-bulk.hgi-tv-smart::before,.hgi-stroke.hgi-tv-smart::before {
  content: "\f215f"
}

.hgi-bulk.hgi-twin-tower::before,.hgi-stroke.hgi-twin-tower::before {
  content: "\f2161"
}

.hgi-bulk.hgi-twitch::before,.hgi-stroke.hgi-twitch::before {
  content: "\f2163"
}

.hgi-bulk.hgi-twitter-square::before,.hgi-stroke.hgi-twitter-square::before {
  content: "\f2166"
}

.hgi-bulk.hgi-twitter::before,.hgi-stroke.hgi-twitter::before {
  content: "\f2167"
}

.hgi-bulk.hgi-two-circle::before,.hgi-stroke.hgi-two-circle::before {
  content: "\f2169"
}

.hgi-bulk.hgi-two-factor-access::before,.hgi-stroke.hgi-two-factor-access::before {
  content: "\f216b"
}

.hgi-bulk.hgi-two-finger-01::before,.hgi-stroke.hgi-two-finger-01::before {
  content: "\f216d"
}

.hgi-bulk.hgi-two-finger-02::before,.hgi-stroke.hgi-two-finger-02::before {
  content: "\f216f"
}

.hgi-bulk.hgi-two-finger-03::before,.hgi-stroke.hgi-two-finger-03::before {
  content: "\f2171"
}

.hgi-bulk.hgi-two-finger-04::before,.hgi-stroke.hgi-two-finger-04::before {
  content: "\f2173"
}

.hgi-bulk.hgi-two-finger-05::before,.hgi-stroke.hgi-two-finger-05::before {
  content: "\f2175"
}

.hgi-bulk.hgi-two-square::before,.hgi-stroke.hgi-two-square::before {
  content: "\f2177"
}

.hgi-bulk.hgi-txt-01::before,.hgi-stroke.hgi-txt-01::before {
  content: "\f2179"
}

.hgi-bulk.hgi-txt-02::before,.hgi-stroke.hgi-txt-02::before {
  content: "\f217b"
}

.hgi-bulk.hgi-type-cursor::before,.hgi-stroke.hgi-type-cursor::before {
  content: "\f217d"
}

.hgi-bulk.hgi-typescript-01::before,.hgi-stroke.hgi-typescript-01::before {
  content: "\f217f"
}

.hgi-bulk.hgi-typescript-02::before,.hgi-stroke.hgi-typescript-02::before {
  content: "\f2181"
}

.hgi-bulk.hgi-typescript-03::before,.hgi-stroke.hgi-typescript-03::before {
  content: "\f2183"
}

.hgi-bulk.hgi-uber::before,.hgi-stroke.hgi-uber::before {
  content: "\f2185"
}

.hgi-bulk.hgi-ufo-01::before,.hgi-stroke.hgi-ufo-01::before {
  content: "\f2187"
}

.hgi-bulk.hgi-ufo::before,.hgi-stroke.hgi-ufo::before {
  content: "\f2189"
}

.hgi-bulk.hgi-umbrella-dollar::before,.hgi-stroke.hgi-umbrella-dollar::before {
  content: "\f218b"
}

.hgi-bulk.hgi-umbrella::before,.hgi-stroke.hgi-umbrella::before {
  content: "\f218d"
}

.hgi-bulk.hgi-unamused::before,.hgi-stroke.hgi-unamused::before {
  content: "\f218f"
}

.hgi-bulk.hgi-unarchive-03::before,.hgi-stroke.hgi-unarchive-03::before {
  content: "\f2191"
}

.hgi-bulk.hgi-unavailable::before,.hgi-stroke.hgi-unavailable::before {
  content: "\f2193"
}

.hgi-bulk.hgi-underpants-01::before,.hgi-stroke.hgi-underpants-01::before {
  content: "\f2195"
}

.hgi-bulk.hgi-underpants-02::before,.hgi-stroke.hgi-underpants-02::before {
  content: "\f2197"
}

.hgi-bulk.hgi-underpants-03::before,.hgi-stroke.hgi-underpants-03::before {
  content: "\f2199"
}

.hgi-bulk.hgi-undo-02::before,.hgi-stroke.hgi-undo-02::before {
  content: "\f219b"
}

.hgi-bulk.hgi-undo-03::before,.hgi-stroke.hgi-undo-03::before {
  content: "\f219d"
}

.hgi-bulk.hgi-undo::before,.hgi-stroke.hgi-undo::before {
  content: "\f219f"
}

.hgi-bulk.hgi-unfold-less::before,.hgi-stroke.hgi-unfold-less::before {
  content: "\f21a1"
}

.hgi-bulk.hgi-unfold-more::before,.hgi-stroke.hgi-unfold-more::before {
  content: "\f21a3"
}

.hgi-bulk.hgi-ungroup-items::before,.hgi-stroke.hgi-ungroup-items::before {
  content: "\f21a5"
}

.hgi-bulk.hgi-ungroup-layers::before,.hgi-stroke.hgi-ungroup-layers::before {
  content: "\f21a7"
}

.hgi-bulk.hgi-unhappy::before,.hgi-stroke.hgi-unhappy::before {
  content: "\f21a9"
}

.hgi-bulk.hgi-universal-access-circle::before,.hgi-stroke.hgi-universal-access-circle::before {
  content: "\f21ab"
}

.hgi-bulk.hgi-universal-access::before,.hgi-stroke.hgi-universal-access::before {
  content: "\f21ad"
}

.hgi-bulk.hgi-university::before,.hgi-stroke.hgi-university::before {
  content: "\f21af"
}

.hgi-bulk.hgi-unlink-01::before,.hgi-stroke.hgi-unlink-01::before {
  content: "\f21b1"
}

.hgi-bulk.hgi-unlink-02::before,.hgi-stroke.hgi-unlink-02::before {
  content: "\f21b3"
}

.hgi-bulk.hgi-unlink-03::before,.hgi-stroke.hgi-unlink-03::before {
  content: "\f21b5"
}

.hgi-bulk.hgi-unlink-04::before,.hgi-stroke.hgi-unlink-04::before {
  content: "\f21b7"
}

.hgi-bulk.hgi-unlink-05::before,.hgi-stroke.hgi-unlink-05::before {
  content: "\f21b9"
}

.hgi-bulk.hgi-unlink-06::before,.hgi-stroke.hgi-unlink-06::before {
  content: "\f21bb"
}

.hgi-bulk.hgi-unsplash::before,.hgi-stroke.hgi-unsplash::before {
  content: "\f21bd"
}

.hgi-bulk.hgi-upload-01::before,.hgi-stroke.hgi-upload-01::before {
  content: "\f21bf"
}

.hgi-bulk.hgi-upload-02::before,.hgi-stroke.hgi-upload-02::before {
  content: "\f21c1"
}

.hgi-bulk.hgi-upload-03::before,.hgi-stroke.hgi-upload-03::before {
  content: "\f21c3"
}

.hgi-bulk.hgi-upload-04::before,.hgi-stroke.hgi-upload-04::before {
  content: "\f21c5"
}

.hgi-bulk.hgi-upload-05::before,.hgi-stroke.hgi-upload-05::before {
  content: "\f21c7"
}

.hgi-bulk.hgi-upload-06::before,.hgi-stroke.hgi-upload-06::before {
  content: "\f21c9"
}

.hgi-bulk.hgi-upload-circle-01::before,.hgi-stroke.hgi-upload-circle-01::before {
  content: "\f21cb"
}

.hgi-bulk.hgi-upload-circle-02::before,.hgi-stroke.hgi-upload-circle-02::before {
  content: "\f21cd"
}

.hgi-bulk.hgi-upload-square-01::before,.hgi-stroke.hgi-upload-square-01::before {
  content: "\f21cf"
}

.hgi-bulk.hgi-upload-square-02::before,.hgi-stroke.hgi-upload-square-02::before {
  content: "\f21d1"
}

.hgi-bulk.hgi-upwork::before,.hgi-stroke.hgi-upwork::before {
  content: "\f21d3"
}

.hgi-bulk.hgi-usb-bugs::before,.hgi-stroke.hgi-usb-bugs::before {
  content: "\f21d5"
}

.hgi-bulk.hgi-usb-connected-01::before,.hgi-stroke.hgi-usb-connected-01::before {
  content: "\f21d7"
}

.hgi-bulk.hgi-usb-connected-02::before,.hgi-stroke.hgi-usb-connected-02::before {
  content: "\f21d9"
}

.hgi-bulk.hgi-usb-connected-03::before,.hgi-stroke.hgi-usb-connected-03::before {
  content: "\f21db"
}

.hgi-bulk.hgi-usb-error::before,.hgi-stroke.hgi-usb-error::before {
  content: "\f21dd"
}

.hgi-bulk.hgi-usb-memory-01::before,.hgi-stroke.hgi-usb-memory-01::before {
  content: "\f21df"
}

.hgi-bulk.hgi-usb-memory-02::before,.hgi-stroke.hgi-usb-memory-02::before {
  content: "\f21e1"
}

.hgi-bulk.hgi-usb-not-connected-01::before,.hgi-stroke.hgi-usb-not-connected-01::before {
  content: "\f21e3"
}

.hgi-bulk.hgi-usb-not-connected-02::before,.hgi-stroke.hgi-usb-not-connected-02::before {
  content: "\f21e5"
}

.hgi-bulk.hgi-usb::before,.hgi-stroke.hgi-usb::before {
  content: "\f21e7"
}

.hgi-bulk.hgi-usdt::before,.hgi-stroke.hgi-usdt::before {
  content: "\f21e9"
}

.hgi-bulk.hgi-user-02::before,.hgi-stroke.hgi-user-02::before {
  content: "\f21eb"
}

.hgi-bulk.hgi-user-03::before,.hgi-stroke.hgi-user-03::before {
  content: "\f21ed"
}

.hgi-bulk.hgi-user-account::before,.hgi-stroke.hgi-user-account::before {
  content: "\f21ef"
}

.hgi-bulk.hgi-user-add-01::before,.hgi-stroke.hgi-user-add-01::before {
  content: "\f21f1"
}

.hgi-bulk.hgi-user-add-02::before,.hgi-stroke.hgi-user-add-02::before {
  content: "\f21f3"
}

.hgi-bulk.hgi-user-ai::before,.hgi-stroke.hgi-user-ai::before {
  content: "\f21f5"
}

.hgi-bulk.hgi-user-arrow-left-right::before,.hgi-stroke.hgi-user-arrow-left-right::before {
  content: "\f21f7"
}

.hgi-bulk.hgi-user-block-01::before,.hgi-stroke.hgi-user-block-01::before {
  content: "\f21f9"
}

.hgi-bulk.hgi-user-block-02::before,.hgi-stroke.hgi-user-block-02::before {
  content: "\f21fb"
}

.hgi-bulk.hgi-user-check-01::before,.hgi-stroke.hgi-user-check-01::before {
  content: "\f21fd"
}

.hgi-bulk.hgi-user-check-02::before,.hgi-stroke.hgi-user-check-02::before {
  content: "\f21ff"
}

.hgi-bulk.hgi-user-circle-02::before,.hgi-stroke.hgi-user-circle-02::before {
  content: "\f2201"
}

.hgi-bulk.hgi-user-circle::before,.hgi-stroke.hgi-user-circle::before {
  content: "\f2203"
}

.hgi-bulk.hgi-user-dollar::before,.hgi-stroke.hgi-user-dollar::before {
  content: "\f2205"
}

.hgi-bulk.hgi-user-edit-01::before,.hgi-stroke.hgi-user-edit-01::before {
  content: "\f2207"
}

.hgi-bulk.hgi-user-full-view::before,.hgi-stroke.hgi-user-full-view::before {
  content: "\f2209"
}

.hgi-bulk.hgi-user-group-02::before,.hgi-stroke.hgi-user-group-02::before {
  content: "\f220b"
}

.hgi-bulk.hgi-user-group-03::before,.hgi-stroke.hgi-user-group-03::before {
  content: "\f220d"
}

.hgi-bulk.hgi-user-group::before,.hgi-stroke.hgi-user-group::before {
  content: "\f220f"
}

.hgi-bulk.hgi-user-id-verification::before,.hgi-stroke.hgi-user-id-verification::before {
  content: "\f2211"
}

.hgi-bulk.hgi-user-list::before,.hgi-stroke.hgi-user-list::before {
  content: "\f2213"
}

.hgi-bulk.hgi-user-lock-01::before,.hgi-stroke.hgi-user-lock-01::before {
  content: "\f2215"
}

.hgi-bulk.hgi-user-lock-02::before,.hgi-stroke.hgi-user-lock-02::before {
  content: "\f2217"
}

.hgi-bulk.hgi-user-love-01::before,.hgi-stroke.hgi-user-love-01::before {
  content: "\f2219"
}

.hgi-bulk.hgi-user-love-02::before,.hgi-stroke.hgi-user-love-02::before {
  content: "\f221b"
}

.hgi-bulk.hgi-user-minus-01::before,.hgi-stroke.hgi-user-minus-01::before {
  content: "\f221d"
}

.hgi-bulk.hgi-user-minus-02::before,.hgi-stroke.hgi-user-minus-02::before {
  content: "\f221f"
}

.hgi-bulk.hgi-user-multiple-02::before,.hgi-stroke.hgi-user-multiple-02::before {
  content: "\f2221"
}

.hgi-bulk.hgi-user-multiple-03::before,.hgi-stroke.hgi-user-multiple-03::before {
  content: "\f2223"
}

.hgi-bulk.hgi-user-multiple::before,.hgi-stroke.hgi-user-multiple::before {
  content: "\f2225"
}

.hgi-bulk.hgi-user-question-01::before,.hgi-stroke.hgi-user-question-01::before {
  content: "\f2227"
}

.hgi-bulk.hgi-user-question-02::before,.hgi-stroke.hgi-user-question-02::before {
  content: "\f2229"
}

.hgi-bulk.hgi-user-remove-01::before,.hgi-stroke.hgi-user-remove-01::before {
  content: "\f222b"
}

.hgi-bulk.hgi-user-remove-02::before,.hgi-stroke.hgi-user-remove-02::before {
  content: "\f222d"
}

.hgi-bulk.hgi-user-roadside::before,.hgi-stroke.hgi-user-roadside::before {
  content: "\f222f"
}

.hgi-bulk.hgi-user-search-01::before,.hgi-stroke.hgi-user-search-01::before {
  content: "\f2231"
}

.hgi-bulk.hgi-user-search-02::before,.hgi-stroke.hgi-user-search-02::before {
  content: "\f2233"
}

.hgi-bulk.hgi-user-settings-01::before,.hgi-stroke.hgi-user-settings-01::before {
  content: "\f2236"
}

.hgi-bulk.hgi-user-settings-02::before,.hgi-stroke.hgi-user-settings-02::before {
  content: "\f2238"
}

.hgi-bulk.hgi-user-sharing::before,.hgi-stroke.hgi-user-sharing::before {
  content: "\f223a"
}

.hgi-bulk.hgi-user-shield-01::before,.hgi-stroke.hgi-user-shield-01::before {
  content: "\f223c"
}

.hgi-bulk.hgi-user-shield-02::before,.hgi-stroke.hgi-user-shield-02::before {
  content: "\f223e"
}

.hgi-bulk.hgi-user-square::before,.hgi-stroke.hgi-user-square::before {
  content: "\f2240"
}

.hgi-bulk.hgi-user-star-01::before,.hgi-stroke.hgi-user-star-01::before {
  content: "\f2242"
}

.hgi-bulk.hgi-user-star-02::before,.hgi-stroke.hgi-user-star-02::before {
  content: "\f2244"
}

.hgi-bulk.hgi-user-status::before,.hgi-stroke.hgi-user-status::before {
  content: "\f2246"
}

.hgi-bulk.hgi-user-story::before,.hgi-stroke.hgi-user-story::before {
  content: "\f2248"
}

.hgi-bulk.hgi-user-switch::before,.hgi-stroke.hgi-user-switch::before {
  content: "\f224a"
}

.hgi-bulk.hgi-user-time-01::before,.hgi-stroke.hgi-user-time-01::before {
  content: "\f224c"
}

.hgi-bulk.hgi-user-time-02::before,.hgi-stroke.hgi-user-time-02::before {
  content: "\f224e"
}

.hgi-bulk.hgi-user-time-03::before,.hgi-stroke.hgi-user-time-03::before {
  content: "\f2250"
}

.hgi-bulk.hgi-user-unlock-01::before,.hgi-stroke.hgi-user-unlock-01::before {
  content: "\f2252"
}

.hgi-bulk.hgi-user-unlock-02::before,.hgi-stroke.hgi-user-unlock-02::before {
  content: "\f2254"
}

.hgi-bulk.hgi-user-warning-01::before,.hgi-stroke.hgi-user-warning-01::before {
  content: "\f2256"
}

.hgi-bulk.hgi-user-warning-02::before,.hgi-stroke.hgi-user-warning-02::before {
  content: "\f2258"
}

.hgi-bulk.hgi-user-warning-03::before,.hgi-stroke.hgi-user-warning-03::before {
  content: "\f225a"
}

.hgi-bulk.hgi-user::before,.hgi-stroke.hgi-user::before {
  content: "\f225b"
}

.hgi-bulk.hgi-uv-01::before,.hgi-stroke.hgi-uv-01::before {
  content: "\f225d"
}

.hgi-bulk.hgi-uv-02::before,.hgi-stroke.hgi-uv-02::before {
  content: "\f225f"
}

.hgi-bulk.hgi-uv-03::before,.hgi-stroke.hgi-uv-03::before {
  content: "\f2261"
}

.hgi-bulk.hgi-vaccine::before,.hgi-stroke.hgi-vaccine::before {
  content: "\f2263"
}

.hgi-bulk.hgi-vacuum-cleaner::before,.hgi-stroke.hgi-vacuum-cleaner::before {
  content: "\f2265"
}

.hgi-bulk.hgi-validation-approval::before,.hgi-stroke.hgi-validation-approval::before {
  content: "\f2267"
}

.hgi-bulk.hgi-validation::before,.hgi-stroke.hgi-validation::before {
  content: "\f2269"
}

.hgi-bulk.hgi-van::before,.hgi-stroke.hgi-van::before {
  content: "\f226b"
}

.hgi-bulk.hgi-variable::before,.hgi-stroke.hgi-variable::before {
  content: "\f226d"
}

.hgi-bulk.hgi-vegetarian-food::before,.hgi-stroke.hgi-vegetarian-food::before {
  content: "\f226f"
}

.hgi-bulk.hgi-versus::before,.hgi-stroke.hgi-versus::before {
  content: "\f2271"
}

.hgi-bulk.hgi-vertical-resize::before,.hgi-stroke.hgi-vertical-resize::before {
  content: "\f2273"
}

.hgi-bulk.hgi-vertical-scroll-point::before,.hgi-stroke.hgi-vertical-scroll-point::before {
  content: "\f2275"
}

.hgi-bulk.hgi-vest::before,.hgi-stroke.hgi-vest::before {
  content: "\f2277"
}

.hgi-bulk.hgi-viber::before,.hgi-stroke.hgi-viber::before {
  content: "\f2279"
}

.hgi-bulk.hgi-victory-finger-01::before,.hgi-stroke.hgi-victory-finger-01::before {
  content: "\f227b"
}

.hgi-bulk.hgi-victory-finger-02::before,.hgi-stroke.hgi-victory-finger-02::before {
  content: "\f227d"
}

.hgi-bulk.hgi-victory-finger-03::before,.hgi-stroke.hgi-victory-finger-03::before {
  content: "\f227f"
}

.hgi-bulk.hgi-video-01::before,.hgi-stroke.hgi-video-01::before {
  content: "\f2281"
}

.hgi-bulk.hgi-video-02::before,.hgi-stroke.hgi-video-02::before {
  content: "\f2283"
}

.hgi-bulk.hgi-video-ai::before,.hgi-stroke.hgi-video-ai::before {
  content: "\f2285"
}

.hgi-bulk.hgi-video-camera-ai::before,.hgi-stroke.hgi-video-camera-ai::before {
  content: "\f2287"
}

.hgi-bulk.hgi-video-console::before,.hgi-stroke.hgi-video-console::before {
  content: "\f2289"
}

.hgi-bulk.hgi-video-off::before,.hgi-stroke.hgi-video-off::before {
  content: "\f228b"
}

.hgi-bulk.hgi-video-replay::before,.hgi-stroke.hgi-video-replay::before {
  content: "\f228d"
}

.hgi-bulk.hgi-view-off-slash::before,.hgi-stroke.hgi-view-off-slash::before {
  content: "\f2290"
}

.hgi-bulk.hgi-view-off::before,.hgi-stroke.hgi-view-off::before {
  content: "\f2291"
}

.hgi-bulk.hgi-view-sidebar-left::before,.hgi-stroke.hgi-view-sidebar-left::before {
  content: "\f2294"
}

.hgi-bulk.hgi-view-sidebar-right::before,.hgi-stroke.hgi-view-sidebar-right::before {
  content: "\f2296"
}

.hgi-bulk.hgi-view::before,.hgi-stroke.hgi-view::before {
  content: "\f2297"
}

.hgi-bulk.hgi-villa-01::before,.hgi-stroke.hgi-villa-01::before {
  content: "\f2299"
}

.hgi-bulk.hgi-villa-02::before,.hgi-stroke.hgi-villa-02::before {
  content: "\f229b"
}

.hgi-bulk.hgi-vimeo::before,.hgi-stroke.hgi-vimeo::before {
  content: "\f229d"
}

.hgi-bulk.hgi-vine-square::before,.hgi-stroke.hgi-vine-square::before {
  content: "\f22a0"
}

.hgi-bulk.hgi-vine::before,.hgi-stroke.hgi-vine::before {
  content: "\f22a1"
}

.hgi-bulk.hgi-vintage-clock::before,.hgi-stroke.hgi-vintage-clock::before {
  content: "\f22a3"
}

.hgi-bulk.hgi-virtual-reality-vr-01::before,.hgi-stroke.hgi-virtual-reality-vr-01::before {
  content: "\f22a5"
}

.hgi-bulk.hgi-virtual-reality-vr-02::before,.hgi-stroke.hgi-virtual-reality-vr-02::before {
  content: "\f22a7"
}

.hgi-bulk.hgi-vision::before,.hgi-stroke.hgi-vision::before {
  content: "\f22a9"
}

.hgi-bulk.hgi-visual-studio-code::before,.hgi-stroke.hgi-visual-studio-code::before {
  content: "\f22ab"
}

.hgi-bulk.hgi-vk-square::before,.hgi-stroke.hgi-vk-square::before {
  content: "\f22ae"
}

.hgi-bulk.hgi-vk::before,.hgi-stroke.hgi-vk::before {
  content: "\f22af"
}

.hgi-bulk.hgi-voice-id::before,.hgi-stroke.hgi-voice-id::before {
  content: "\f22b1"
}

.hgi-bulk.hgi-voice::before,.hgi-stroke.hgi-voice::before {
  content: "\f22b3"
}

.hgi-bulk.hgi-volleyball::before,.hgi-stroke.hgi-volleyball::before {
  content: "\f22b5"
}

.hgi-bulk.hgi-volume-high::before,.hgi-stroke.hgi-volume-high::before {
  content: "\f22b7"
}

.hgi-bulk.hgi-volume-low::before,.hgi-stroke.hgi-volume-low::before {
  content: "\f22b9"
}

.hgi-bulk.hgi-volume-minus::before,.hgi-stroke.hgi-volume-minus::before {
  content: "\f22bb"
}

.hgi-bulk.hgi-volume-mute-01::before,.hgi-stroke.hgi-volume-mute-01::before {
  content: "\f22bd"
}

.hgi-bulk.hgi-volume-mute-02::before,.hgi-stroke.hgi-volume-mute-02::before {
  content: "\f22bf"
}

.hgi-bulk.hgi-volume-off::before,.hgi-stroke.hgi-volume-off::before {
  content: "\f22c1"
}

.hgi-bulk.hgi-volume-up::before,.hgi-stroke.hgi-volume-up::before {
  content: "\f22c3"
}

.hgi-bulk.hgi-vomiting::before,.hgi-stroke.hgi-vomiting::before {
  content: "\f22c5"
}

.hgi-bulk.hgi-voucher::before,.hgi-stroke.hgi-voucher::before {
  content: "\f22c7"
}

.hgi-bulk.hgi-vr-glasses::before,.hgi-stroke.hgi-vr-glasses::before {
  content: "\f22c9"
}

.hgi-bulk.hgi-vr::before,.hgi-stroke.hgi-vr::before {
  content: "\f22cb"
}

.hgi-bulk.hgi-vynil-01::before,.hgi-stroke.hgi-vynil-01::before {
  content: "\f22cd"
}

.hgi-bulk.hgi-vynil-02::before,.hgi-stroke.hgi-vynil-02::before {
  content: "\f22cf"
}

.hgi-bulk.hgi-vynil-03::before,.hgi-stroke.hgi-vynil-03::before {
  content: "\f22d1"
}

.hgi-bulk.hgi-w-three-schools::before,.hgi-stroke.hgi-w-three-schools::before {
  content: "\f22d3"
}

.hgi-bulk.hgi-waiter::before,.hgi-stroke.hgi-waiter::before {
  content: "\f22d5"
}

.hgi-bulk.hgi-waiters::before,.hgi-stroke.hgi-waiters::before {
  content: "\f22d7"
}

.hgi-bulk.hgi-walking::before,.hgi-stroke.hgi-walking::before {
  content: "\f22d9"
}

.hgi-bulk.hgi-wall-lamp::before,.hgi-stroke.hgi-wall-lamp::before {
  content: "\f22db"
}

.hgi-bulk.hgi-wallet-01::before,.hgi-stroke.hgi-wallet-01::before {
  content: "\f22dd"
}

.hgi-bulk.hgi-wallet-02::before,.hgi-stroke.hgi-wallet-02::before {
  content: "\f22df"
}

.hgi-bulk.hgi-wallet-03::before,.hgi-stroke.hgi-wallet-03::before {
  content: "\f22e1"
}

.hgi-bulk.hgi-wallet-04::before,.hgi-stroke.hgi-wallet-04::before {
  content: "\f22e3"
}

.hgi-bulk.hgi-wallet-05::before,.hgi-stroke.hgi-wallet-05::before {
  content: "\f22e5"
}

.hgi-bulk.hgi-wallet-add-01::before,.hgi-stroke.hgi-wallet-add-01::before {
  content: "\f22e7"
}

.hgi-bulk.hgi-wallet-add-02::before,.hgi-stroke.hgi-wallet-add-02::before {
  content: "\f22e9"
}

.hgi-bulk.hgi-wallet-done-01::before,.hgi-stroke.hgi-wallet-done-01::before {
  content: "\f22eb"
}

.hgi-bulk.hgi-wallet-done-02::before,.hgi-stroke.hgi-wallet-done-02::before {
  content: "\f22ed"
}

.hgi-bulk.hgi-wallet-not-found-01::before,.hgi-stroke.hgi-wallet-not-found-01::before {
  content: "\f22ef"
}

.hgi-bulk.hgi-wallet-not-found-02::before,.hgi-stroke.hgi-wallet-not-found-02::before {
  content: "\f22f1"
}

.hgi-bulk.hgi-wallet-remove-01::before,.hgi-stroke.hgi-wallet-remove-01::before {
  content: "\f22f3"
}

.hgi-bulk.hgi-wallet-remove-02::before,.hgi-stroke.hgi-wallet-remove-02::before {
  content: "\f22f5"
}

.hgi-bulk.hgi-wanted::before,.hgi-stroke.hgi-wanted::before {
  content: "\f22f7"
}

.hgi-bulk.hgi-wardrobe-01::before,.hgi-stroke.hgi-wardrobe-01::before {
  content: "\f22f9"
}

.hgi-bulk.hgi-wardrobe-02::before,.hgi-stroke.hgi-wardrobe-02::before {
  content: "\f22fb"
}

.hgi-bulk.hgi-wardrobe-03::before,.hgi-stroke.hgi-wardrobe-03::before {
  content: "\f22fd"
}

.hgi-bulk.hgi-wardrobe-04::before,.hgi-stroke.hgi-wardrobe-04::before {
  content: "\f22ff"
}

.hgi-bulk.hgi-warehouse::before,.hgi-stroke.hgi-warehouse::before {
  content: "\f2301"
}

.hgi-bulk.hgi-washing-machine::before,.hgi-stroke.hgi-washing-machine::before {
  content: "\f2303"
}

.hgi-bulk.hgi-washington-monument::before,.hgi-stroke.hgi-washington-monument::before {
  content: "\f2305"
}

.hgi-bulk.hgi-waste-restore::before,.hgi-stroke.hgi-waste-restore::before {
  content: "\f2307"
}

.hgi-bulk.hgi-waste::before,.hgi-stroke.hgi-waste::before {
  content: "\f2309"
}

.hgi-bulk.hgi-watch-01::before,.hgi-stroke.hgi-watch-01::before {
  content: "\f230b"
}

.hgi-bulk.hgi-watch-02::before,.hgi-stroke.hgi-watch-02::before {
  content: "\f230d"
}

.hgi-bulk.hgi-water-energy::before,.hgi-stroke.hgi-water-energy::before {
  content: "\f230f"
}

.hgi-bulk.hgi-water-polo::before,.hgi-stroke.hgi-water-polo::before {
  content: "\f2311"
}

.hgi-bulk.hgi-water-pump::before,.hgi-stroke.hgi-water-pump::before {
  content: "\f2313"
}

.hgi-bulk.hgi-waterfall-down-01::before,.hgi-stroke.hgi-waterfall-down-01::before {
  content: "\f2315"
}

.hgi-bulk.hgi-waterfall-down-03::before,.hgi-stroke.hgi-waterfall-down-03::before {
  content: "\f2317"
}

.hgi-bulk.hgi-waterfall-up-01::before,.hgi-stroke.hgi-waterfall-up-01::before {
  content: "\f2319"
}

.hgi-bulk.hgi-waterfall-up-02::before,.hgi-stroke.hgi-waterfall-up-02::before {
  content: "\f231b"
}

.hgi-bulk.hgi-watermelon::before,.hgi-stroke.hgi-watermelon::before {
  content: "\f231d"
}

.hgi-bulk.hgi-wattpad-square::before,.hgi-stroke.hgi-wattpad-square::before {
  content: "\f2320"
}

.hgi-bulk.hgi-wattpad::before,.hgi-stroke.hgi-wattpad::before {
  content: "\f2321"
}

.hgi-bulk.hgi-wav-01::before,.hgi-stroke.hgi-wav-01::before {
  content: "\f2323"
}

.hgi-bulk.hgi-wav-02::before,.hgi-stroke.hgi-wav-02::before {
  content: "\f2325"
}

.hgi-bulk.hgi-wave-square::before,.hgi-stroke.hgi-wave-square::before {
  content: "\f2328"
}

.hgi-bulk.hgi-wave-triangle::before,.hgi-stroke.hgi-wave-triangle::before {
  content: "\f232a"
}

.hgi-bulk.hgi-wave::before,.hgi-stroke.hgi-wave::before {
  content: "\f232b"
}

.hgi-bulk.hgi-waving-hand-01::before,.hgi-stroke.hgi-waving-hand-01::before {
  content: "\f232d"
}

.hgi-bulk.hgi-waving-hand-02::before,.hgi-stroke.hgi-waving-hand-02::before {
  content: "\f232f"
}

.hgi-bulk.hgi-waze::before,.hgi-stroke.hgi-waze::before {
  content: "\f2331"
}

.hgi-bulk.hgi-web-design-01::before,.hgi-stroke.hgi-web-design-01::before {
  content: "\f2333"
}

.hgi-bulk.hgi-web-design-02::before,.hgi-stroke.hgi-web-design-02::before {
  content: "\f2335"
}

.hgi-bulk.hgi-web-programming::before,.hgi-stroke.hgi-web-programming::before {
  content: "\f2337"
}

.hgi-bulk.hgi-web-protection::before,.hgi-stroke.hgi-web-protection::before {
  content: "\f2339"
}

.hgi-bulk.hgi-web-security::before,.hgi-stroke.hgi-web-security::before {
  content: "\f233b"
}

.hgi-bulk.hgi-web-validation::before,.hgi-stroke.hgi-web-validation::before {
  content: "\f233d"
}

.hgi-bulk.hgi-webflow::before,.hgi-stroke.hgi-webflow::before {
  content: "\f233f"
}

.hgi-bulk.hgi-webhook::before,.hgi-stroke.hgi-webhook::before {
  content: "\f2341"
}

.hgi-bulk.hgi-wechat::before,.hgi-stroke.hgi-wechat::before {
  content: "\f2343"
}

.hgi-bulk.hgi-wedding::before,.hgi-stroke.hgi-wedding::before {
  content: "\f2345"
}

.hgi-bulk.hgi-weight-scale-01::before,.hgi-stroke.hgi-weight-scale-01::before {
  content: "\f2347"
}

.hgi-bulk.hgi-weight-scale::before,.hgi-stroke.hgi-weight-scale::before {
  content: "\f2349"
}

.hgi-bulk.hgi-wellness::before,.hgi-stroke.hgi-wellness::before {
  content: "\f234b"
}

.hgi-bulk.hgi-whatsapp-business::before,.hgi-stroke.hgi-whatsapp-business::before {
  content: "\f234d"
}

.hgi-bulk.hgi-whatsapp::before,.hgi-stroke.hgi-whatsapp::before {
  content: "\f234f"
}

.hgi-bulk.hgi-wheelchair::before,.hgi-stroke.hgi-wheelchair::before {
  content: "\f2351"
}

.hgi-bulk.hgi-whisk::before,.hgi-stroke.hgi-whisk::before {
  content: "\f2353"
}

.hgi-bulk.hgi-whistle::before,.hgi-stroke.hgi-whistle::before {
  content: "\f2355"
}

.hgi-bulk.hgi-whiteboard::before,.hgi-stroke.hgi-whiteboard::before {
  content: "\f2357"
}

.hgi-bulk.hgi-wifi-01::before,.hgi-stroke.hgi-wifi-01::before {
  content: "\f2359"
}

.hgi-bulk.hgi-wifi-02::before,.hgi-stroke.hgi-wifi-02::before {
  content: "\f235b"
}

.hgi-bulk.hgi-wifi-circle::before,.hgi-stroke.hgi-wifi-circle::before {
  content: "\f235d"
}

.hgi-bulk.hgi-wifi-connected-01::before,.hgi-stroke.hgi-wifi-connected-01::before {
  content: "\f235f"
}

.hgi-bulk.hgi-wifi-connected-02::before,.hgi-stroke.hgi-wifi-connected-02::before {
  content: "\f2361"
}

.hgi-bulk.hgi-wifi-connected-03::before,.hgi-stroke.hgi-wifi-connected-03::before {
  content: "\f2363"
}

.hgi-bulk.hgi-wifi-disconnected-01::before,.hgi-stroke.hgi-wifi-disconnected-01::before {
  content: "\f2365"
}

.hgi-bulk.hgi-wifi-disconnected-02::before,.hgi-stroke.hgi-wifi-disconnected-02::before {
  content: "\f2367"
}

.hgi-bulk.hgi-wifi-disconnected-03::before,.hgi-stroke.hgi-wifi-disconnected-03::before {
  content: "\f2369"
}

.hgi-bulk.hgi-wifi-disconnected-04::before,.hgi-stroke.hgi-wifi-disconnected-04::before {
  content: "\f236b"
}

.hgi-bulk.hgi-wifi-error-01::before,.hgi-stroke.hgi-wifi-error-01::before {
  content: "\f236d"
}

.hgi-bulk.hgi-wifi-error-02::before,.hgi-stroke.hgi-wifi-error-02::before {
  content: "\f236f"
}

.hgi-bulk.hgi-wifi-full-signal::before,.hgi-stroke.hgi-wifi-full-signal::before {
  content: "\f2371"
}

.hgi-bulk.hgi-wifi-location::before,.hgi-stroke.hgi-wifi-location::before {
  content: "\f2373"
}

.hgi-bulk.hgi-wifi-lock::before,.hgi-stroke.hgi-wifi-lock::before {
  content: "\f2375"
}

.hgi-bulk.hgi-wifi-low-signal::before,.hgi-stroke.hgi-wifi-low-signal::before {
  content: "\f2377"
}

.hgi-bulk.hgi-wifi-medium-signal::before,.hgi-stroke.hgi-wifi-medium-signal::before {
  content: "\f2379"
}

.hgi-bulk.hgi-wifi-no-signal::before,.hgi-stroke.hgi-wifi-no-signal::before {
  content: "\f237b"
}

.hgi-bulk.hgi-wifi-off-01::before,.hgi-stroke.hgi-wifi-off-01::before {
  content: "\f237d"
}

.hgi-bulk.hgi-wifi-off-02::before,.hgi-stroke.hgi-wifi-off-02::before {
  content: "\f237f"
}

.hgi-bulk.hgi-wifi-square::before,.hgi-stroke.hgi-wifi-square::before {
  content: "\f2381"
}

.hgi-bulk.hgi-wifi-unlock::before,.hgi-stroke.hgi-wifi-unlock::before {
  content: "\f2383"
}

.hgi-bulk.hgi-wikipedia::before,.hgi-stroke.hgi-wikipedia::before {
  content: "\f2385"
}

.hgi-bulk.hgi-wind-power-01::before,.hgi-stroke.hgi-wind-power-01::before {
  content: "\f2387"
}

.hgi-bulk.hgi-wind-power-02::before,.hgi-stroke.hgi-wind-power-02::before {
  content: "\f2389"
}

.hgi-bulk.hgi-wind-power-03::before,.hgi-stroke.hgi-wind-power-03::before {
  content: "\f238b"
}

.hgi-bulk.hgi-wind-power::before,.hgi-stroke.hgi-wind-power::before {
  content: "\f238d"
}

.hgi-bulk.hgi-wind-surf::before,.hgi-stroke.hgi-wind-surf::before {
  content: "\f238f"
}

.hgi-bulk.hgi-wind-turbine::before,.hgi-stroke.hgi-wind-turbine::before {
  content: "\f2391"
}

.hgi-bulk.hgi-windows-new::before,.hgi-stroke.hgi-windows-new::before {
  content: "\f2393"
}

.hgi-bulk.hgi-windows-old::before,.hgi-stroke.hgi-windows-old::before {
  content: "\f2395"
}

.hgi-bulk.hgi-wink::before,.hgi-stroke.hgi-wink::before {
  content: "\f2397"
}

.hgi-bulk.hgi-winking::before,.hgi-stroke.hgi-winking::before {
  content: "\f2399"
}

.hgi-bulk.hgi-wireless-cloud-access::before,.hgi-stroke.hgi-wireless-cloud-access::before {
  content: "\f239b"
}

.hgi-bulk.hgi-wireless::before,.hgi-stroke.hgi-wireless::before {
  content: "\f239d"
}

.hgi-bulk.hgi-wise::before,.hgi-stroke.hgi-wise::before {
  content: "\f239f"
}

.hgi-bulk.hgi-woman::before,.hgi-stroke.hgi-woman::before {
  content: "\f23a1"
}

.hgi-bulk.hgi-wordpress::before,.hgi-stroke.hgi-wordpress::before {
  content: "\f23a3"
}

.hgi-bulk.hgi-work-alert::before,.hgi-stroke.hgi-work-alert::before {
  content: "\f23a5"
}

.hgi-bulk.hgi-work-history::before,.hgi-stroke.hgi-work-history::before {
  content: "\f23a7"
}

.hgi-bulk.hgi-work-update::before,.hgi-stroke.hgi-work-update::before {
  content: "\f23aa"
}

.hgi-bulk.hgi-work::before,.hgi-stroke.hgi-work::before {
  content: "\f23ab"
}

.hgi-bulk.hgi-workflow-circle-01::before,.hgi-stroke.hgi-workflow-circle-01::before {
  content: "\f23ad"
}

.hgi-bulk.hgi-workflow-circle-02::before,.hgi-stroke.hgi-workflow-circle-02::before {
  content: "\f23af"
}

.hgi-bulk.hgi-workflow-circle-03::before,.hgi-stroke.hgi-workflow-circle-03::before {
  content: "\f23b1"
}

.hgi-bulk.hgi-workflow-circle-04::before,.hgi-stroke.hgi-workflow-circle-04::before {
  content: "\f23b3"
}

.hgi-bulk.hgi-workflow-circle-05::before,.hgi-stroke.hgi-workflow-circle-05::before {
  content: "\f23b5"
}

.hgi-bulk.hgi-workflow-circle-06::before,.hgi-stroke.hgi-workflow-circle-06::before {
  content: "\f23b7"
}

.hgi-bulk.hgi-workflow-square-01::before,.hgi-stroke.hgi-workflow-square-01::before {
  content: "\f23b9"
}

.hgi-bulk.hgi-workflow-square-02::before,.hgi-stroke.hgi-workflow-square-02::before {
  content: "\f23bb"
}

.hgi-bulk.hgi-workflow-square-03::before,.hgi-stroke.hgi-workflow-square-03::before {
  content: "\f23bd"
}

.hgi-bulk.hgi-workflow-square-04::before,.hgi-stroke.hgi-workflow-square-04::before {
  content: "\f23bf"
}

.hgi-bulk.hgi-workflow-square-05::before,.hgi-stroke.hgi-workflow-square-05::before {
  content: "\f23c1"
}

.hgi-bulk.hgi-workflow-square-06::before,.hgi-stroke.hgi-workflow-square-06::before {
  content: "\f23c3"
}

.hgi-bulk.hgi-workflow-square-07::before,.hgi-stroke.hgi-workflow-square-07::before {
  content: "\f23c5"
}

.hgi-bulk.hgi-workflow-square-08::before,.hgi-stroke.hgi-workflow-square-08::before {
  content: "\f23c7"
}

.hgi-bulk.hgi-workflow-square-09::before,.hgi-stroke.hgi-workflow-square-09::before {
  content: "\f23c9"
}

.hgi-bulk.hgi-workflow-square-10::before,.hgi-stroke.hgi-workflow-square-10::before {
  content: "\f23cb"
}

.hgi-bulk.hgi-workout-battle-ropes::before,.hgi-stroke.hgi-workout-battle-ropes::before {
  content: "\f23cd"
}

.hgi-bulk.hgi-workout-gymnastics::before,.hgi-stroke.hgi-workout-gymnastics::before {
  content: "\f23cf"
}

.hgi-bulk.hgi-workout-kicking::before,.hgi-stroke.hgi-workout-kicking::before {
  content: "\f23d1"
}

.hgi-bulk.hgi-workout-run::before,.hgi-stroke.hgi-workout-run::before {
  content: "\f23d3"
}

.hgi-bulk.hgi-workout-sport::before,.hgi-stroke.hgi-workout-sport::before {
  content: "\f23d5"
}

.hgi-bulk.hgi-workout-squats::before,.hgi-stroke.hgi-workout-squats::before {
  content: "\f23d7"
}

.hgi-bulk.hgi-workout-stretching::before,.hgi-stroke.hgi-workout-stretching::before {
  content: "\f23d9"
}

.hgi-bulk.hgi-workout-warm-up::before,.hgi-stroke.hgi-workout-warm-up::before {
  content: "\f23db"
}

.hgi-bulk.hgi-worry::before,.hgi-stroke.hgi-worry::before {
  content: "\f23dd"
}

.hgi-bulk.hgi-wps-office-rectangle::before,.hgi-stroke.hgi-wps-office-rectangle::before {
  content: "\f23df"
}

.hgi-bulk.hgi-wps-office::before,.hgi-stroke.hgi-wps-office::before {
  content: "\f23e1"
}

.hgi-bulk.hgi-wrench-01::before,.hgi-stroke.hgi-wrench-01::before {
  content: "\f23e3"
}

.hgi-bulk.hgi-wrench-02::before,.hgi-stroke.hgi-wrench-02::before {
  content: "\f23e5"
}

.hgi-bulk.hgi-wudu::before,.hgi-stroke.hgi-wudu::before {
  content: "\f23e7"
}

.hgi-bulk.hgi-x-ray::before,.hgi-stroke.hgi-x-ray::before {
  content: "\f23e9"
}

.hgi-bulk.hgi-x-variable-circle::before,.hgi-stroke.hgi-x-variable-circle::before {
  content: "\f23eb"
}

.hgi-bulk.hgi-x-variable-square::before,.hgi-stroke.hgi-x-variable-square::before {
  content: "\f23ee"
}

.hgi-bulk.hgi-x-variable::before,.hgi-stroke.hgi-x-variable::before {
  content: "\f23ef"
}

.hgi-bulk.hgi-xing::before,.hgi-stroke.hgi-xing::before {
  content: "\f23f1"
}

.hgi-bulk.hgi-xls-01::before,.hgi-stroke.hgi-xls-01::before {
  content: "\f23f3"
}

.hgi-bulk.hgi-xls-02::before,.hgi-stroke.hgi-xls-02::before {
  content: "\f23f5"
}

.hgi-bulk.hgi-xml-01::before,.hgi-stroke.hgi-xml-01::before {
  content: "\f23f7"
}

.hgi-bulk.hgi-xml-02::before,.hgi-stroke.hgi-xml-02::before {
  content: "\f23f9"
}

.hgi-bulk.hgi-xsl-01::before,.hgi-stroke.hgi-xsl-01::before {
  content: "\f23fb"
}

.hgi-bulk.hgi-xsl-02::before,.hgi-stroke.hgi-xsl-02::before {
  content: "\f23fd"
}

.hgi-bulk.hgi-yelp::before,.hgi-stroke.hgi-yelp::before {
  content: "\f23ff"
}

.hgi-bulk.hgi-yen-circle::before,.hgi-stroke.hgi-yen-circle::before {
  content: "\f2401"
}

.hgi-bulk.hgi-yen-receive::before,.hgi-stroke.hgi-yen-receive::before {
  content: "\f2403"
}

.hgi-bulk.hgi-yen-send::before,.hgi-stroke.hgi-yen-send::before {
  content: "\f2406"
}

.hgi-bulk.hgi-yen-square::before,.hgi-stroke.hgi-yen-square::before {
  content: "\f2408"
}

.hgi-bulk.hgi-yen::before,.hgi-stroke.hgi-yen::before {
  content: "\f2409"
}

.hgi-bulk.hgi-yoga-01::before,.hgi-stroke.hgi-yoga-01::before {
  content: "\f240b"
}

.hgi-bulk.hgi-yoga-02::before,.hgi-stroke.hgi-yoga-02::before {
  content: "\f240d"
}

.hgi-bulk.hgi-yoga-03::before,.hgi-stroke.hgi-yoga-03::before {
  content: "\f240f"
}

.hgi-bulk.hgi-yoga-ball::before,.hgi-stroke.hgi-yoga-ball::before {
  content: "\f2411"
}

.hgi-bulk.hgi-yoga-mat::before,.hgi-stroke.hgi-yoga-mat::before {
  content: "\f2413"
}

.hgi-bulk.hgi-yogurt::before,.hgi-stroke.hgi-yogurt::before {
  content: "\f2415"
}

.hgi-bulk.hgi-youtube::before,.hgi-stroke.hgi-youtube::before {
  content: "\f2417"
}

.hgi-bulk.hgi-yurt::before,.hgi-stroke.hgi-yurt::before {
  content: "\f2419"
}

.hgi-bulk.hgi-zakat::before,.hgi-stroke.hgi-zakat::before {
  content: "\f241b"
}

.hgi-bulk.hgi-zap::before,.hgi-stroke.hgi-zap::before {
  content: "\f241d"
}

.hgi-bulk.hgi-zeppelin::before,.hgi-stroke.hgi-zeppelin::before {
  content: "\f241f"
}

.hgi-bulk.hgi-zero-circle::before,.hgi-stroke.hgi-zero-circle::before {
  content: "\f2421"
}

.hgi-bulk.hgi-zero-square::before,.hgi-stroke.hgi-zero-square::before {
  content: "\f2423"
}

.hgi-bulk.hgi-zip-01::before,.hgi-stroke.hgi-zip-01::before {
  content: "\f2425"
}

.hgi-bulk.hgi-zip-02::before,.hgi-stroke.hgi-zip-02::before {
  content: "\f2427"
}

.hgi-bulk.hgi-zoom-circle::before,.hgi-stroke.hgi-zoom-circle::before {
  content: "\f2429"
}

.hgi-bulk.hgi-zoom-in-area::before,.hgi-stroke.hgi-zoom-in-area::before {
  content: "\f242b"
}

.hgi-bulk.hgi-zoom-out-area::before,.hgi-stroke.hgi-zoom-out-area::before {
  content: "\f242d"
}

.hgi-bulk.hgi-zoom-square::before,.hgi-stroke.hgi-zoom-square::before {
  content: "\f2430"
}

.hgi-bulk.hgi-zoom::before,.hgi-stroke.hgi-zoom::before {
  content: "\f2431"
}

.hgi-bulk.hgi-zsh::before,.hgi-stroke.hgi-zsh::before {
  content: "\f2433"
}

.hgi-bulk.hgi-zzz::before,.hgi-stroke.hgi-zzz::before {
  content: "\f2435"
}

.hgi-bulk {
  font-family: hgi-bulk-rounded!important
}

.hgi-bulk:before {
  position: absolute;
  left: 0
}

.hgi-bulk:after {
  opacity: .4
}

.hgi-bulk.hgi-24-hours-clock::after {
  content: "\f0000"
}

.hgi-bulk.hgi-abacus::after {
  content: "\f0002"
}

.hgi-bulk.hgi-absolute::after {
  content: "\f0004"
}

.hgi-bulk.hgi-acceleration::after {
  content: "\f0006"
}

.hgi-bulk.hgi-access::after {
  content: "\f0008"
}

.hgi-bulk.hgi-accident::after {
  content: "\f000a"
}

.hgi-bulk.hgi-account-recovery::after {
  content: "\f000c"
}

.hgi-bulk.hgi-account-setting-01::after {
  content: "\f000e"
}

.hgi-bulk.hgi-account-setting-02::after {
  content: "\f0010"
}

.hgi-bulk.hgi-account-setting-03::after {
  content: "\f0012"
}

.hgi-bulk.hgi-activity-01::after {
  content: "\f0014"
}

.hgi-bulk.hgi-activity-02::after {
  content: "\f0016"
}

.hgi-bulk.hgi-activity-03::after {
  content: "\f0018"
}

.hgi-bulk.hgi-activity-04::after {
  content: "\f001a"
}

.hgi-bulk.hgi-acute::after {
  content: "\f001c"
}

.hgi-bulk.hgi-add-01::after {
  content: "\f001e"
}

.hgi-bulk.hgi-add-02::after {
  content: "\f0020"
}

.hgi-bulk.hgi-add-circle-half-dot::after {
  content: "\f0022"
}

.hgi-bulk.hgi-add-circle::after {
  content: "\f0024"
}

.hgi-bulk.hgi-add-female::after {
  content: "\f0026"
}

.hgi-bulk.hgi-add-male::after {
  content: "\f0028"
}

.hgi-bulk.hgi-add-square::after {
  content: "\f002a"
}

.hgi-bulk.hgi-add-team-02::after {
  content: "\f002c"
}

.hgi-bulk.hgi-add-team::after {
  content: "\f002e"
}

.hgi-bulk.hgi-add-to-list::after {
  content: "\f0030"
}

.hgi-bulk.hgi-address-book::after {
  content: "\f0032"
}

.hgi-bulk.hgi-adobe-after-effect::after {
  content: "\f0034"
}

.hgi-bulk.hgi-adobe-illustrator::after {
  content: "\f0036"
}

.hgi-bulk.hgi-adobe-indesign::after {
  content: "\f0038"
}

.hgi-bulk.hgi-adobe-photoshop::after {
  content: "\f003a"
}

.hgi-bulk.hgi-adobe-premier::after {
  content: "\f003c"
}

.hgi-bulk.hgi-adobe-xd::after {
  content: "\f003e"
}

.hgi-bulk.hgi-adventure::after {
  content: "\f0040"
}

.hgi-bulk.hgi-advertisiment::after {
  content: "\f0042"
}

.hgi-bulk.hgi-adzan::after {
  content: "\f0044"
}

.hgi-bulk.hgi-affiliate::after {
  content: "\f0046"
}

.hgi-bulk.hgi-agreement-01::after {
  content: "\f0048"
}

.hgi-bulk.hgi-agreement-02::after {
  content: "\f004a"
}

.hgi-bulk.hgi-agreement-03::after {
  content: "\f004c"
}

.hgi-bulk.hgi-ai-audio::after {
  content: "\f004e"
}

.hgi-bulk.hgi-ai-beautify::after {
  content: "\f0050"
}

.hgi-bulk.hgi-ai-book::after {
  content: "\f0052"
}

.hgi-bulk.hgi-ai-brain-01::after {
  content: "\f0054"
}

.hgi-bulk.hgi-ai-brain-02::after {
  content: "\f0056"
}

.hgi-bulk.hgi-ai-brain-03::after {
  content: "\f0058"
}

.hgi-bulk.hgi-ai-brain-04::after {
  content: "\f005a"
}

.hgi-bulk.hgi-ai-brain-05::after {
  content: "\f005c"
}

.hgi-bulk.hgi-ai-browser::after {
  content: "\f005e"
}

.hgi-bulk.hgi-ai-chat-01::after {
  content: "\f0060"
}

.hgi-bulk.hgi-ai-chat-02::after {
  content: "\f0062"
}

.hgi-bulk.hgi-ai-chemistry-01::after {
  content: "\f0064"
}

.hgi-bulk.hgi-ai-chemistry-02::after {
  content: "\f0066"
}

.hgi-bulk.hgi-ai-chemistry-03::after {
  content: "\f0068"
}

.hgi-bulk.hgi-ai-chip::after {
  content: "\f006a"
}

.hgi-bulk.hgi-ai-cloud-01::after {
  content: "\f006c"
}

.hgi-bulk.hgi-ai-cloud-02::after {
  content: "\f006e"
}

.hgi-bulk.hgi-ai-cloud::after {
  content: "\f0070"
}

.hgi-bulk.hgi-ai-computer::after {
  content: "\f0072"
}

.hgi-bulk.hgi-ai-content-generator-01::after {
  content: "\f0074"
}

.hgi-bulk.hgi-ai-content-generator-02::after {
  content: "\f0076"
}

.hgi-bulk.hgi-ai-dna::after {
  content: "\f0078"
}

.hgi-bulk.hgi-ai-editing::after {
  content: "\f007a"
}

.hgi-bulk.hgi-ai-eraser::after {
  content: "\f007c"
}

.hgi-bulk.hgi-ai-file::after {
  content: "\f007e"
}

.hgi-bulk.hgi-ai-folder-01::after {
  content: "\f0080"
}

.hgi-bulk.hgi-ai-folder-02::after {
  content: "\f0082"
}

.hgi-bulk.hgi-ai-game::after {
  content: "\f0084"
}

.hgi-bulk.hgi-ai-generative::after {
  content: "\f0086"
}

.hgi-bulk.hgi-ai-idea::after {
  content: "\f0088"
}

.hgi-bulk.hgi-ai-image::after {
  content: "\f008a"
}

.hgi-bulk.hgi-ai-innovation-01::after {
  content: "\f008c"
}

.hgi-bulk.hgi-ai-innovation-02::after {
  content: "\f008e"
}

.hgi-bulk.hgi-ai-innovation-03::after {
  content: "\f0090"
}

.hgi-bulk.hgi-ai-laptop::after {
  content: "\f0092"
}

.hgi-bulk.hgi-ai-learning::after {
  content: "\f0094"
}

.hgi-bulk.hgi-ai-lock::after {
  content: "\f0096"
}

.hgi-bulk.hgi-ai-magic::after {
  content: "\f0098"
}

.hgi-bulk.hgi-ai-mail-01::after {
  content: "\f009a"
}

.hgi-bulk.hgi-ai-mail-02::after {
  content: "\f009c"
}

.hgi-bulk.hgi-ai-mail::after {
  content: "\f009e"
}

.hgi-bulk.hgi-ai-mic::after {
  content: "\f00a0"
}

.hgi-bulk.hgi-ai-network::after {
  content: "\f00a2"
}

.hgi-bulk.hgi-ai-phone-01::after {
  content: "\f00a4"
}

.hgi-bulk.hgi-ai-phone-02::after {
  content: "\f00a6"
}

.hgi-bulk.hgi-ai-programming::after {
  content: "\f00a8"
}

.hgi-bulk.hgi-ai-scan::after {
  content: "\f00aa"
}

.hgi-bulk.hgi-ai-scheduling::after {
  content: "\f00ac"
}

.hgi-bulk.hgi-ai-search-02::after {
  content: "\f00ae"
}

.hgi-bulk.hgi-ai-search::after {
  content: "\f00b0"
}

.hgi-bulk.hgi-ai-security-01::after {
  content: "\f00b2"
}

.hgi-bulk.hgi-ai-security-02::after {
  content: "\f00b4"
}

.hgi-bulk.hgi-ai-security-03::after {
  content: "\f00b6"
}

.hgi-bulk.hgi-ai-setting::after {
  content: "\f00b8"
}

.hgi-bulk.hgi-ai-sheets::after {
  content: "\f00ba"
}

.hgi-bulk.hgi-ai-smartwatch::after {
  content: "\f00bc"
}

.hgi-bulk.hgi-ai-user::after {
  content: "\f00be"
}

.hgi-bulk.hgi-ai-video::after {
  content: "\f00c0"
}

.hgi-bulk.hgi-ai-view::after {
  content: "\f00c2"
}

.hgi-bulk.hgi-ai-vision-recognition::after {
  content: "\f00c4"
}

.hgi-bulk.hgi-ai-voice-generator::after {
  content: "\f00c6"
}

.hgi-bulk.hgi-ai-voice::after {
  content: "\f00c8"
}

.hgi-bulk.hgi-ai-web-browsing::after {
  content: "\f00ca"
}

.hgi-bulk.hgi-aids::after {
  content: "\f00cc"
}

.hgi-bulk.hgi-airbnb::after {
  content: "\f00ce"
}

.hgi-bulk.hgi-aircraft-game::after {
  content: "\f00d0"
}

.hgi-bulk.hgi-airdrop::after {
  content: "\f00d2"
}

.hgi-bulk.hgi-airplane-01::after {
  content: "\f00d4"
}

.hgi-bulk.hgi-airplane-02::after {
  content: "\f00d6"
}

.hgi-bulk.hgi-airplane-landing-01::after {
  content: "\f00d8"
}

.hgi-bulk.hgi-airplane-landing-02::after {
  content: "\f00da"
}

.hgi-bulk.hgi-airplane-mode-off::after {
  content: "\f00dc"
}

.hgi-bulk.hgi-airplane-mode::after {
  content: "\f00de"
}

.hgi-bulk.hgi-airplane-seat-02::after {
  content: "\f00e0"
}

.hgi-bulk.hgi-airplane-seat::after {
  content: "\f00e2"
}

.hgi-bulk.hgi-airplane-take-off-01::after {
  content: "\f00e4"
}

.hgi-bulk.hgi-airplane-take-off-02::after {
  content: "\f00e6"
}

.hgi-bulk.hgi-airplay-line::after {
  content: "\f00e8"
}

.hgi-bulk.hgi-airpod-01::after {
  content: "\f00ea"
}

.hgi-bulk.hgi-airpod-02::after {
  content: "\f00ec"
}

.hgi-bulk.hgi-airpod-03::after {
  content: "\f00ee"
}

.hgi-bulk.hgi-airport-02::after {
  content: "\f00f0"
}

.hgi-bulk.hgi-airport::after {
  content: "\f00f2"
}

.hgi-bulk.hgi-airport-tower::after {
  content: "\f00f3"
}

.hgi-bulk.hgi-al-aqsa-mosque::after {
  content: "\f00f6"
}

.hgi-bulk.hgi-alarm-clock::after {
  content: "\f00f8"
}

.hgi-bulk.hgi-album-01::after {
  content: "\f00fa"
}

.hgi-bulk.hgi-album-02::after {
  content: "\f00fc"
}

.hgi-bulk.hgi-album-not-found-01::after {
  content: "\f00fe"
}

.hgi-bulk.hgi-album-not-found-02::after {
  content: "\f0100"
}

.hgi-bulk.hgi-alert-01::after {
  content: "\f0102"
}

.hgi-bulk.hgi-alert-02::after {
  content: "\f0104"
}

.hgi-bulk.hgi-alert-circle::after {
  content: "\f0106"
}

.hgi-bulk.hgi-alert-diamond::after {
  content: "\f0108"
}

.hgi-bulk.hgi-alert-square::after {
  content: "\f010a"
}

.hgi-bulk.hgi-algorithm::after {
  content: "\f010c"
}

.hgi-bulk.hgi-alien-01::after {
  content: "\f010e"
}

.hgi-bulk.hgi-alien-02::after {
  content: "\f0110"
}

.hgi-bulk.hgi-align-bottom::after {
  content: "\f0112"
}

.hgi-bulk.hgi-align-box-bottom-center::after {
  content: "\f0114"
}

.hgi-bulk.hgi-align-box-bottom-left::after {
  content: "\f0116"
}

.hgi-bulk.hgi-align-box-bottom-right::after {
  content: "\f0118"
}

.hgi-bulk.hgi-align-box-middle-center::after {
  content: "\f011a"
}

.hgi-bulk.hgi-align-box-middle-left::after {
  content: "\f011c"
}

.hgi-bulk.hgi-align-box-middle-right::after {
  content: "\f011e"
}

.hgi-bulk.hgi-align-box-top-center::after {
  content: "\f0120"
}

.hgi-bulk.hgi-align-box-top-left::after {
  content: "\f0122"
}

.hgi-bulk.hgi-align-box-top-right::after {
  content: "\f0124"
}

.hgi-bulk.hgi-align-horizontal-center::after {
  content: "\f0126"
}

.hgi-bulk.hgi-align-key-object::after {
  content: "\f0128"
}

.hgi-bulk.hgi-align-left::after {
  content: "\f012a"
}

.hgi-bulk.hgi-align-right::after {
  content: "\f012c"
}

.hgi-bulk.hgi-align-selection::after {
  content: "\f012e"
}

.hgi-bulk.hgi-align-top::after {
  content: "\f0130"
}

.hgi-bulk.hgi-align-vertical-center::after {
  content: "\f0132"
}

.hgi-bulk.hgi-all-bookmark::after {
  content: "\f0134"
}

.hgi-bulk.hgi-allah::after {
  content: "\f0136"
}

.hgi-bulk.hgi-alms::after {
  content: "\f0138"
}

.hgi-bulk.hgi-alpha-circle::after {
  content: "\f013a"
}

.hgi-bulk.hgi-alpha::after {
  content: "\f013c"
}

.hgi-bulk.hgi-alpha-square::after {
  content: "\f013d"
}

.hgi-bulk.hgi-alphabet-arabic::after {
  content: "\f0140"
}

.hgi-bulk.hgi-alphabet-bangla::after {
  content: "\f0142"
}

.hgi-bulk.hgi-alphabet-chinese::after {
  content: "\f0144"
}

.hgi-bulk.hgi-alphabet-greek::after {
  content: "\f0146"
}

.hgi-bulk.hgi-alphabet-hebrew::after {
  content: "\f0148"
}

.hgi-bulk.hgi-alphabet-hindi::after {
  content: "\f014a"
}

.hgi-bulk.hgi-alphabet-japanese::after {
  content: "\f014c"
}

.hgi-bulk.hgi-alphabet-korean::after {
  content: "\f014e"
}

.hgi-bulk.hgi-alphabet-thai::after {
  content: "\f0150"
}

.hgi-bulk.hgi-amazon::after {
  content: "\f0152"
}

.hgi-bulk.hgi-ambulance::after {
  content: "\f0154"
}

.hgi-bulk.hgi-american-football::after {
  content: "\f0156"
}

.hgi-bulk.hgi-amie::after {
  content: "\f0158"
}

.hgi-bulk.hgi-ammo::after {
  content: "\f015a"
}

.hgi-bulk.hgi-ampoule::after {
  content: "\f015c"
}

.hgi-bulk.hgi-analysis-text-link::after {
  content: "\f015e"
}

.hgi-bulk.hgi-analytics-01::after {
  content: "\f0160"
}

.hgi-bulk.hgi-analytics-02::after {
  content: "\f0162"
}

.hgi-bulk.hgi-analytics-03::after {
  content: "\f0164"
}

.hgi-bulk.hgi-analytics-down::after {
  content: "\f0166"
}

.hgi-bulk.hgi-analytics-up::after {
  content: "\f0168"
}

.hgi-bulk.hgi-anchor-point::after {
  content: "\f016a"
}

.hgi-bulk.hgi-anchor::after {
  content: "\f016c"
}

.hgi-bulk.hgi-android::after {
  content: "\f016e"
}

.hgi-bulk.hgi-angel::after {
  content: "\f0170"
}

.hgi-bulk.hgi-angle-01::after {
  content: "\f0172"
}

.hgi-bulk.hgi-angle::after {
  content: "\f0174"
}

.hgi-bulk.hgi-angry-bird::after {
  content: "\f0176"
}

.hgi-bulk.hgi-angry::after {
  content: "\f0178"
}

.hgi-bulk.hgi-anonymous::after {
  content: "\f017a"
}

.hgi-bulk.hgi-apartment::after {
  content: "\f017c"
}

.hgi-bulk.hgi-api-gateway::after {
  content: "\f017e"
}

.hgi-bulk.hgi-api::after {
  content: "\f0180"
}

.hgi-bulk.hgi-app-store::after {
  content: "\f0182"
}

.hgi-bulk.hgi-apple-01::after {
  content: "\f0184"
}

.hgi-bulk.hgi-apple-finder::after {
  content: "\f0186"
}

.hgi-bulk.hgi-apple-intelligence::after {
  content: "\f0188"
}

.hgi-bulk.hgi-apple-music::after {
  content: "\f018a"
}

.hgi-bulk.hgi-apple-news::after {
  content: "\f018c"
}

.hgi-bulk.hgi-apple-pie::after {
  content: "\f018e"
}

.hgi-bulk.hgi-apple-reminder::after {
  content: "\f0190"
}

.hgi-bulk.hgi-apple::after {
  content: "\f0192"
}

.hgi-bulk.hgi-apple-stocks::after {
  content: "\f0193"
}

.hgi-bulk.hgi-apple-vision-pro::after {
  content: "\f0195"
}

.hgi-bulk.hgi-appointment-01::after {
  content: "\f0198"
}

.hgi-bulk.hgi-appointment-02::after {
  content: "\f019a"
}

.hgi-bulk.hgi-approximately-equal-circle::after {
  content: "\f019c"
}

.hgi-bulk.hgi-approximately-equal::after {
  content: "\f019e"
}

.hgi-bulk.hgi-approximately-equal-square::after {
  content: "\f019f"
}

.hgi-bulk.hgi-apricot::after {
  content: "\f01a2"
}

.hgi-bulk.hgi-apron::after {
  content: "\f01a4"
}

.hgi-bulk.hgi-arc-browser::after {
  content: "\f01a6"
}

.hgi-bulk.hgi-archer::after {
  content: "\f01a8"
}

.hgi-bulk.hgi-archive-01::after {
  content: "\f01aa"
}

.hgi-bulk.hgi-archive-02::after {
  content: "\f01ac"
}

.hgi-bulk.hgi-archive-03::after {
  content: "\f01ae"
}

.hgi-bulk.hgi-archive-04::after {
  content: "\f01b0"
}

.hgi-bulk.hgi-archive-arrow-down::after {
  content: "\f01b2"
}

.hgi-bulk.hgi-archive-arrow-up::after {
  content: "\f01b4"
}

.hgi-bulk.hgi-archive-off-03::after {
  content: "\f01b6"
}

.hgi-bulk.hgi-archive-off-04::after {
  content: "\f01b8"
}

.hgi-bulk.hgi-archive::after {
  content: "\f01ba"
}

.hgi-bulk.hgi-armored-boot::after {
  content: "\f01bc"
}

.hgi-bulk.hgi-arrange-by-letters-a-z::after {
  content: "\f01be"
}

.hgi-bulk.hgi-arrange-by-letters-z-a::after {
  content: "\f01c0"
}

.hgi-bulk.hgi-arrange-by-numbers-nine-1::after {
  content: "\f01c2"
}

.hgi-bulk.hgi-arrange-by-numbers-one-9::after {
  content: "\f01c4"
}

.hgi-bulk.hgi-arrange::after {
  content: "\f01c6"
}

.hgi-bulk.hgi-arrow-all-direction::after {
  content: "\f01c8"
}

.hgi-bulk.hgi-arrow-data-transfer-diagonal::after {
  content: "\f01ca"
}

.hgi-bulk.hgi-arrow-data-transfer-horizontal::after {
  content: "\f01cc"
}

.hgi-bulk.hgi-arrow-data-transfer-vertical::after {
  content: "\f01ce"
}

.hgi-bulk.hgi-arrow-diagonal::after {
  content: "\f01d0"
}

.hgi-bulk.hgi-arrow-down-01::after {
  content: "\f01d2"
}

.hgi-bulk.hgi-arrow-down-02::after {
  content: "\f01d4"
}

.hgi-bulk.hgi-arrow-down-03::after {
  content: "\f01d6"
}

.hgi-bulk.hgi-arrow-down-04::after {
  content: "\f01d8"
}

.hgi-bulk.hgi-arrow-down-05::after {
  content: "\f01da"
}

.hgi-bulk.hgi-arrow-down-big::after {
  content: "\f01dc"
}

.hgi-bulk.hgi-arrow-down-double::after {
  content: "\f01de"
}

.hgi-bulk.hgi-arrow-down-left-01::after {
  content: "\f01e0"
}

.hgi-bulk.hgi-arrow-down-left-02::after {
  content: "\f01e2"
}

.hgi-bulk.hgi-arrow-down-right-01::after {
  content: "\f01e4"
}

.hgi-bulk.hgi-arrow-down-right-02::after {
  content: "\f01e6"
}

.hgi-bulk.hgi-arrow-expand-01::after {
  content: "\f01e8"
}

.hgi-bulk.hgi-arrow-expand-02::after {
  content: "\f01ea"
}

.hgi-bulk.hgi-arrow-expand-diagonal-01::after {
  content: "\f01ec"
}

.hgi-bulk.hgi-arrow-expand-diagonal-02::after {
  content: "\f01ee"
}

.hgi-bulk.hgi-arrow-expand::after {
  content: "\f01f0"
}

.hgi-bulk.hgi-arrow-horizontal::after {
  content: "\f01f2"
}

.hgi-bulk.hgi-arrow-left-01::after {
  content: "\f01f4"
}

.hgi-bulk.hgi-arrow-left-02::after {
  content: "\f01f6"
}

.hgi-bulk.hgi-arrow-left-03::after {
  content: "\f01f8"
}

.hgi-bulk.hgi-arrow-left-04::after {
  content: "\f01fa"
}

.hgi-bulk.hgi-arrow-left-05::after {
  content: "\f01fc"
}

.hgi-bulk.hgi-arrow-left-big::after {
  content: "\f01fe"
}

.hgi-bulk.hgi-arrow-left-double::after {
  content: "\f0200"
}

.hgi-bulk.hgi-arrow-left-right::after {
  content: "\f0202"
}

.hgi-bulk.hgi-arrow-move-down-left::after {
  content: "\f0204"
}

.hgi-bulk.hgi-arrow-move-down-right::after {
  content: "\f0206"
}

.hgi-bulk.hgi-arrow-move-left-down::after {
  content: "\f0208"
}

.hgi-bulk.hgi-arrow-move-right-down::after {
  content: "\f020a"
}

.hgi-bulk.hgi-arrow-move-up-left::after {
  content: "\f020c"
}

.hgi-bulk.hgi-arrow-move-up-right::after {
  content: "\f020e"
}

.hgi-bulk.hgi-arrow-reload-horizontal::after {
  content: "\f0210"
}

.hgi-bulk.hgi-arrow-reload-vertical::after {
  content: "\f0212"
}

.hgi-bulk.hgi-arrow-right-01::after {
  content: "\f0214"
}

.hgi-bulk.hgi-arrow-right-02::after {
  content: "\f0216"
}

.hgi-bulk.hgi-arrow-right-03::after {
  content: "\f0218"
}

.hgi-bulk.hgi-arrow-right-04::after {
  content: "\f021a"
}

.hgi-bulk.hgi-arrow-right-05::after {
  content: "\f021c"
}

.hgi-bulk.hgi-arrow-right-big::after {
  content: "\f021e"
}

.hgi-bulk.hgi-arrow-right-double::after {
  content: "\f0220"
}

.hgi-bulk.hgi-arrow-shrink-01::after {
  content: "\f0222"
}

.hgi-bulk.hgi-arrow-shrink-02::after {
  content: "\f0224"
}

.hgi-bulk.hgi-arrow-shrink::after {
  content: "\f0226"
}

.hgi-bulk.hgi-arrow-turn-backward::after {
  content: "\f0228"
}

.hgi-bulk.hgi-arrow-turn-down::after {
  content: "\f022a"
}

.hgi-bulk.hgi-arrow-turn-forward::after {
  content: "\f022c"
}

.hgi-bulk.hgi-arrow-turn-up::after {
  content: "\f022e"
}

.hgi-bulk.hgi-arrow-up-01::after {
  content: "\f0230"
}

.hgi-bulk.hgi-arrow-up-02::after {
  content: "\f0232"
}

.hgi-bulk.hgi-arrow-up-03::after {
  content: "\f0234"
}

.hgi-bulk.hgi-arrow-up-04::after {
  content: "\f0236"
}

.hgi-bulk.hgi-arrow-up-05::after {
  content: "\f0238"
}

.hgi-bulk.hgi-arrow-up-big::after {
  content: "\f023a"
}

.hgi-bulk.hgi-arrow-up-double::after {
  content: "\f023c"
}

.hgi-bulk.hgi-arrow-up-down::after {
  content: "\f023e"
}

.hgi-bulk.hgi-arrow-up-left-01::after {
  content: "\f0240"
}

.hgi-bulk.hgi-arrow-up-left-02::after {
  content: "\f0242"
}

.hgi-bulk.hgi-arrow-up-right-01::after {
  content: "\f0244"
}

.hgi-bulk.hgi-arrow-up-right-02::after {
  content: "\f0246"
}

.hgi-bulk.hgi-arrow-vertical::after {
  content: "\f0248"
}

.hgi-bulk.hgi-artboard::after {
  content: "\f024a"
}

.hgi-bulk.hgi-artboard-tool::after {
  content: "\f024b"
}

.hgi-bulk.hgi-artificial-intelligence-01::after {
  content: "\f024e"
}

.hgi-bulk.hgi-artificial-intelligence-02::after {
  content: "\f0250"
}

.hgi-bulk.hgi-artificial-intelligence-03::after {
  content: "\f0252"
}

.hgi-bulk.hgi-artificial-intelligence-04::after {
  content: "\f0254"
}

.hgi-bulk.hgi-artificial-intelligence-05::after {
  content: "\f0256"
}

.hgi-bulk.hgi-artificial-intelligence-06::after {
  content: "\f0258"
}

.hgi-bulk.hgi-artificial-intelligence-07::after {
  content: "\f025a"
}

.hgi-bulk.hgi-artificial-intelligence-08::after {
  content: "\f025c"
}

.hgi-bulk.hgi-aspect-ratio::after {
  content: "\f025e"
}

.hgi-bulk.hgi-assignments::after {
  content: "\f0260"
}

.hgi-bulk.hgi-asterisk-02::after {
  content: "\f0262"
}

.hgi-bulk.hgi-asterisk::after {
  content: "\f0264"
}

.hgi-bulk.hgi-asteroid-01::after {
  content: "\f0266"
}

.hgi-bulk.hgi-asteroid-02::after {
  content: "\f0268"
}

.hgi-bulk.hgi-astronaut-01::after {
  content: "\f026a"
}

.hgi-bulk.hgi-astronaut-02::after {
  content: "\f026c"
}

.hgi-bulk.hgi-at::after {
  content: "\f026e"
}

.hgi-bulk.hgi-atm-01::after {
  content: "\f0270"
}

.hgi-bulk.hgi-atm-02::after {
  content: "\f0272"
}

.hgi-bulk.hgi-atom-01::after {
  content: "\f0274"
}

.hgi-bulk.hgi-atom-02::after {
  content: "\f0276"
}

.hgi-bulk.hgi-atomic-power::after {
  content: "\f0278"
}

.hgi-bulk.hgi-attachment-01::after {
  content: "\f027a"
}

.hgi-bulk.hgi-attachment-02::after {
  content: "\f027c"
}

.hgi-bulk.hgi-attachment-circle::after {
  content: "\f027e"
}

.hgi-bulk.hgi-attachment::after {
  content: "\f0280"
}

.hgi-bulk.hgi-attachment-square::after {
  content: "\f0281"
}

.hgi-bulk.hgi-auction::after {
  content: "\f0284"
}

.hgi-bulk.hgi-audio-book-01::after {
  content: "\f0286"
}

.hgi-bulk.hgi-audio-book-02::after {
  content: "\f0288"
}

.hgi-bulk.hgi-audio-book-03::after {
  content: "\f028a"
}

.hgi-bulk.hgi-audio-book-04::after {
  content: "\f028c"
}

.hgi-bulk.hgi-audio-wave-01::after {
  content: "\f028e"
}

.hgi-bulk.hgi-audio-wave-02::after {
  content: "\f0290"
}

.hgi-bulk.hgi-audit-01::after {
  content: "\f0292"
}

.hgi-bulk.hgi-audit-02::after {
  content: "\f0294"
}

.hgi-bulk.hgi-augmented-reality-ar::after {
  content: "\f0296"
}

.hgi-bulk.hgi-authorized::after {
  content: "\f0298"
}

.hgi-bulk.hgi-auto-conversations::after {
  content: "\f029a"
}

.hgi-bulk.hgi-automotive-battery-01::after {
  content: "\f029c"
}

.hgi-bulk.hgi-automotive-battery-02::after {
  content: "\f029e"
}

.hgi-bulk.hgi-avalanche::after {
  content: "\f02a0"
}

.hgi-bulk.hgi-avocado::after {
  content: "\f02a2"
}

.hgi-bulk.hgi-award-01::after {
  content: "\f02a4"
}

.hgi-bulk.hgi-award-02::after {
  content: "\f02a6"
}

.hgi-bulk.hgi-award-03::after {
  content: "\f02a8"
}

.hgi-bulk.hgi-award-04::after {
  content: "\f02aa"
}

.hgi-bulk.hgi-award-05::after {
  content: "\f02ac"
}

.hgi-bulk.hgi-aws-lambda::after {
  content: "\f02ae"
}

.hgi-bulk.hgi-baby-01::after {
  content: "\f02b0"
}

.hgi-bulk.hgi-baby-02::after {
  content: "\f02b2"
}

.hgi-bulk.hgi-baby-bed-01::after {
  content: "\f02b4"
}

.hgi-bulk.hgi-baby-bed-02::after {
  content: "\f02b6"
}

.hgi-bulk.hgi-baby-bottle::after {
  content: "\f02b8"
}

.hgi-bulk.hgi-baby-boy-dress::after {
  content: "\f02ba"
}

.hgi-bulk.hgi-baby-girl-dress::after {
  content: "\f02bc"
}

.hgi-bulk.hgi-back-muscle-body::after {
  content: "\f02be"
}

.hgi-bulk.hgi-background::after {
  content: "\f02c0"
}

.hgi-bulk.hgi-backpack-01::after {
  content: "\f02c2"
}

.hgi-bulk.hgi-backpack-02::after {
  content: "\f02c4"
}

.hgi-bulk.hgi-backpack-03::after {
  content: "\f02c6"
}

.hgi-bulk.hgi-backward-01::after {
  content: "\f02c8"
}

.hgi-bulk.hgi-backward-02::after {
  content: "\f02ca"
}

.hgi-bulk.hgi-bacteria::after {
  content: "\f02cc"
}

.hgi-bulk.hgi-badminton::after {
  content: "\f02ce"
}

.hgi-bulk.hgi-badminton-shuttle::after {
  content: "\f02cf"
}

.hgi-bulk.hgi-balance-scale::after {
  content: "\f02d2"
}

.hgi-bulk.hgi-balloons::after {
  content: "\f02d4"
}

.hgi-bulk.hgi-banana::after {
  content: "\f02d6"
}

.hgi-bulk.hgi-bandage::after {
  content: "\f02d8"
}

.hgi-bulk.hgi-bank::after {
  content: "\f02da"
}

.hgi-bulk.hgi-bar-chart-horizontal::after {
  content: "\f02dc"
}

.hgi-bulk.hgi-bar-chart::after {
  content: "\f02de"
}

.hgi-bulk.hgi-bar-code-01::after {
  content: "\f02e0"
}

.hgi-bulk.hgi-bar-code-02::after {
  content: "\f02e2"
}

.hgi-bulk.hgi-barcode-scan::after {
  content: "\f02e4"
}

.hgi-bulk.hgi-barns::after {
  content: "\f02e6"
}

.hgi-bulk.hgi-baseball-bat::after {
  content: "\f02e8"
}

.hgi-bulk.hgi-baseball-helmet::after {
  content: "\f02ea"
}

.hgi-bulk.hgi-baseball::after {
  content: "\f02ec"
}

.hgi-bulk.hgi-bash::after {
  content: "\f02ee"
}

.hgi-bulk.hgi-basketball-01::after {
  content: "\f02f0"
}

.hgi-bulk.hgi-basketball-02::after {
  content: "\f02f2"
}

.hgi-bulk.hgi-basketball-hoop::after {
  content: "\f02f4"
}

.hgi-bulk.hgi-bathtub-01::after {
  content: "\f02f6"
}

.hgi-bulk.hgi-bathtub-02::after {
  content: "\f02f8"
}

.hgi-bulk.hgi-batteries-energy::after {
  content: "\f02fa"
}

.hgi-bulk.hgi-battery-charging-01::after {
  content: "\f02fc"
}

.hgi-bulk.hgi-battery-charging-02::after {
  content: "\f02fe"
}

.hgi-bulk.hgi-battery-eco-charging::after {
  content: "\f0300"
}

.hgi-bulk.hgi-battery-empty::after {
  content: "\f0302"
}

.hgi-bulk.hgi-battery-full::after {
  content: "\f0304"
}

.hgi-bulk.hgi-battery-low::after {
  content: "\f0306"
}

.hgi-bulk.hgi-battery-medium-01::after {
  content: "\f0308"
}

.hgi-bulk.hgi-battery-medium-02::after {
  content: "\f030a"
}

.hgi-bulk.hgi-bbq-grill::after {
  content: "\f030c"
}

.hgi-bulk.hgi-beach-02::after {
  content: "\f030e"
}

.hgi-bulk.hgi-beach::after {
  content: "\f0310"
}

.hgi-bulk.hgi-beater::after {
  content: "\f0312"
}

.hgi-bulk.hgi-bebo::after {
  content: "\f0314"
}

.hgi-bulk.hgi-bed-bunk::after {
  content: "\f0316"
}

.hgi-bulk.hgi-bed-double::after {
  content: "\f0318"
}

.hgi-bulk.hgi-bed::after {
  content: "\f031a"
}

.hgi-bulk.hgi-bed-single-01::after {
  content: "\f031b"
}

.hgi-bulk.hgi-bed-single-02::after {
  content: "\f031d"
}

.hgi-bulk.hgi-bedug-01::after {
  content: "\f0320"
}

.hgi-bulk.hgi-bedug-02::after {
  content: "\f0322"
}

.hgi-bulk.hgi-behance-01::after {
  content: "\f0324"
}

.hgi-bulk.hgi-behance-02::after {
  content: "\f0326"
}

.hgi-bulk.hgi-belt::after {
  content: "\f0328"
}

.hgi-bulk.hgi-bend-tool::after {
  content: "\f032a"
}

.hgi-bulk.hgi-berlin::after {
  content: "\f032c"
}

.hgi-bulk.hgi-berlin-tower::after {
  content: "\f032d"
}

.hgi-bulk.hgi-beta::after {
  content: "\f0330"
}

.hgi-bulk.hgi-bicycle-01::after {
  content: "\f0332"
}

.hgi-bulk.hgi-bicycle::after {
  content: "\f0334"
}

.hgi-bulk.hgi-billiard-01::after {
  content: "\f0336"
}

.hgi-bulk.hgi-billiard-02::after {
  content: "\f0338"
}

.hgi-bulk.hgi-binary-code::after {
  content: "\f033a"
}

.hgi-bulk.hgi-bing::after {
  content: "\f033c"
}

.hgi-bulk.hgi-binoculars::after {
  content: "\f033e"
}

.hgi-bulk.hgi-bio-energy::after {
  content: "\f0340"
}

.hgi-bulk.hgi-biomass-energy::after {
  content: "\f0342"
}

.hgi-bulk.hgi-biometric-access::after {
  content: "\f0344"
}

.hgi-bulk.hgi-biometric-device::after {
  content: "\f0346"
}

.hgi-bulk.hgi-birthday-cake::after {
  content: "\f0348"
}

.hgi-bulk.hgi-biscuit::after {
  content: "\f034a"
}

.hgi-bulk.hgi-bitcoin-01::after {
  content: "\f034c"
}

.hgi-bulk.hgi-bitcoin-02::after {
  content: "\f034e"
}

.hgi-bulk.hgi-bitcoin-03::after {
  content: "\f0350"
}

.hgi-bulk.hgi-bitcoin-04::after {
  content: "\f0352"
}

.hgi-bulk.hgi-bitcoin-bag::after {
  content: "\f0354"
}

.hgi-bulk.hgi-bitcoin-circle::after {
  content: "\f0356"
}

.hgi-bulk.hgi-bitcoin-cloud::after {
  content: "\f0358"
}

.hgi-bulk.hgi-bitcoin-cpu::after {
  content: "\f035a"
}

.hgi-bulk.hgi-bitcoin-credit-card::after {
  content: "\f035c"
}

.hgi-bulk.hgi-bitcoin-database::after {
  content: "\f035e"
}

.hgi-bulk.hgi-bitcoin-down-01::after {
  content: "\f0360"
}

.hgi-bulk.hgi-bitcoin-down-02::after {
  content: "\f0362"
}

.hgi-bulk.hgi-bitcoin-ellipse::after {
  content: "\f0364"
}

.hgi-bulk.hgi-bitcoin-eye::after {
  content: "\f0366"
}

.hgi-bulk.hgi-bitcoin-filter::after {
  content: "\f0368"
}

.hgi-bulk.hgi-bitcoin-flashdisk::after {
  content: "\f036a"
}

.hgi-bulk.hgi-bitcoin-graph::after {
  content: "\f036c"
}

.hgi-bulk.hgi-bitcoin-invoice::after {
  content: "\f036e"
}

.hgi-bulk.hgi-bitcoin-key::after {
  content: "\f0370"
}

.hgi-bulk.hgi-bitcoin-location::after {
  content: "\f0372"
}

.hgi-bulk.hgi-bitcoin-lock::after {
  content: "\f0374"
}

.hgi-bulk.hgi-bitcoin-mail::after {
  content: "\f0376"
}

.hgi-bulk.hgi-bitcoin-mind::after {
  content: "\f0378"
}

.hgi-bulk.hgi-bitcoin-money-01::after {
  content: "\f037a"
}

.hgi-bulk.hgi-bitcoin-money-02::after {
  content: "\f037c"
}

.hgi-bulk.hgi-bitcoin-pie-chart::after {
  content: "\f037e"
}

.hgi-bulk.hgi-bitcoin-piggy-bank::after {
  content: "\f0380"
}

.hgi-bulk.hgi-bitcoin-presentation::after {
  content: "\f0382"
}

.hgi-bulk.hgi-bitcoin-receipt::after {
  content: "\f0384"
}

.hgi-bulk.hgi-bitcoin-receive::after {
  content: "\f0386"
}

.hgi-bulk.hgi-bitcoin-rectangle::after {
  content: "\f0388"
}

.hgi-bulk.hgi-bitcoin-safe::after {
  content: "\f038a"
}

.hgi-bulk.hgi-bitcoin-search::after {
  content: "\f038c"
}

.hgi-bulk.hgi-bitcoin::after {
  content: "\f038e"
}

.hgi-bulk.hgi-bitcoin-send::after {
  content: "\f038f"
}

.hgi-bulk.hgi-bitcoin-setting::after {
  content: "\f0391"
}

.hgi-bulk.hgi-bitcoin-shield::after {
  content: "\f0393"
}

.hgi-bulk.hgi-bitcoin-shopping::after {
  content: "\f0395"
}

.hgi-bulk.hgi-bitcoin-smartphone-01::after {
  content: "\f0397"
}

.hgi-bulk.hgi-bitcoin-smartphone-02::after {
  content: "\f0399"
}

.hgi-bulk.hgi-bitcoin-square::after {
  content: "\f039b"
}

.hgi-bulk.hgi-bitcoin-store::after {
  content: "\f039d"
}

.hgi-bulk.hgi-bitcoin-tag::after {
  content: "\f039f"
}

.hgi-bulk.hgi-bitcoin-target::after {
  content: "\f03a1"
}

.hgi-bulk.hgi-bitcoin-transaction::after {
  content: "\f03a3"
}

.hgi-bulk.hgi-bitcoin-up-01::after {
  content: "\f03a5"
}

.hgi-bulk.hgi-bitcoin-up-02::after {
  content: "\f03a7"
}

.hgi-bulk.hgi-bitcoin-wallet::after {
  content: "\f03a9"
}

.hgi-bulk.hgi-bitcoin-withdraw::after {
  content: "\f03ab"
}

.hgi-bulk.hgi-black-hole-01::after {
  content: "\f03ae"
}

.hgi-bulk.hgi-black-hole::after {
  content: "\f03b0"
}

.hgi-bulk.hgi-blend::after {
  content: "\f03b2"
}

.hgi-bulk.hgi-blender::after {
  content: "\f03b4"
}

.hgi-bulk.hgi-block-game::after {
  content: "\f03b6"
}

.hgi-bulk.hgi-blockchain-01::after {
  content: "\f03b8"
}

.hgi-bulk.hgi-blockchain-02::after {
  content: "\f03ba"
}

.hgi-bulk.hgi-blockchain-03::after {
  content: "\f03bc"
}

.hgi-bulk.hgi-blockchain-04::after {
  content: "\f03be"
}

.hgi-bulk.hgi-blockchain-05::after {
  content: "\f03c0"
}

.hgi-bulk.hgi-blockchain-06::after {
  content: "\f03c2"
}

.hgi-bulk.hgi-blockchain-07::after {
  content: "\f03c4"
}

.hgi-bulk.hgi-blocked::after {
  content: "\f03c6"
}

.hgi-bulk.hgi-blogger::after {
  content: "\f03c8"
}

.hgi-bulk.hgi-blood-bag::after {
  content: "\f03ca"
}

.hgi-bulk.hgi-blood-bottle::after {
  content: "\f03cc"
}

.hgi-bulk.hgi-blood-pressure::after {
  content: "\f03ce"
}

.hgi-bulk.hgi-blood::after {
  content: "\f03d0"
}

.hgi-bulk.hgi-blood-type::after {
  content: "\f03d1"
}

.hgi-bulk.hgi-bluesky::after {
  content: "\f03d4"
}

.hgi-bulk.hgi-bluetooth-circle::after {
  content: "\f03d6"
}

.hgi-bulk.hgi-bluetooth-not-connected::after {
  content: "\f03d8"
}

.hgi-bulk.hgi-bluetooth-search::after {
  content: "\f03da"
}

.hgi-bulk.hgi-bluetooth::after {
  content: "\f03dc"
}

.hgi-bulk.hgi-bluetooth-square::after {
  content: "\f03dd"
}

.hgi-bulk.hgi-blur::after {
  content: "\f03e0"
}

.hgi-bulk.hgi-blush-brush-01::after {
  content: "\f03e2"
}

.hgi-bulk.hgi-blush-brush-02::after {
  content: "\f03e4"
}

.hgi-bulk.hgi-board-math::after {
  content: "\f03e6"
}

.hgi-bulk.hgi-boat::after {
  content: "\f03e8"
}

.hgi-bulk.hgi-body-armor::after {
  content: "\f03ea"
}

.hgi-bulk.hgi-body-part-leg::after {
  content: "\f03ec"
}

.hgi-bulk.hgi-body-part-muscle::after {
  content: "\f03ee"
}

.hgi-bulk.hgi-body-part-six-pack::after {
  content: "\f03f0"
}

.hgi-bulk.hgi-body-soap::after {
  content: "\f03f2"
}

.hgi-bulk.hgi-body-weight::after {
  content: "\f03f4"
}

.hgi-bulk.hgi-bomb::after {
  content: "\f03f6"
}

.hgi-bulk.hgi-bone-01::after {
  content: "\f03f8"
}

.hgi-bulk.hgi-bone-02::after {
  content: "\f03fa"
}

.hgi-bulk.hgi-book-01::after {
  content: "\f03fc"
}

.hgi-bulk.hgi-book-02::after {
  content: "\f03fe"
}

.hgi-bulk.hgi-book-03::after {
  content: "\f0400"
}

.hgi-bulk.hgi-book-04::after {
  content: "\f0402"
}

.hgi-bulk.hgi-book-bookmark-01::after {
  content: "\f0404"
}

.hgi-bulk.hgi-book-bookmark-02::after {
  content: "\f0406"
}

.hgi-bulk.hgi-book-download::after {
  content: "\f0408"
}

.hgi-bulk.hgi-book-edit::after {
  content: "\f040a"
}

.hgi-bulk.hgi-book-open-01::after {
  content: "\f040c"
}

.hgi-bulk.hgi-book-open-02::after {
  content: "\f040e"
}

.hgi-bulk.hgi-book-upload::after {
  content: "\f0410"
}

.hgi-bulk.hgi-bookmark-01::after {
  content: "\f0412"
}

.hgi-bulk.hgi-bookmark-02::after {
  content: "\f0414"
}

.hgi-bulk.hgi-bookmark-03::after {
  content: "\f0416"
}

.hgi-bulk.hgi-bookmark-add-01::after {
  content: "\f0418"
}

.hgi-bulk.hgi-bookmark-add-02::after {
  content: "\f041a"
}

.hgi-bulk.hgi-bookmark-block-01::after {
  content: "\f041c"
}

.hgi-bulk.hgi-bookmark-block-02::after {
  content: "\f041e"
}

.hgi-bulk.hgi-bookmark-check-01::after {
  content: "\f0420"
}

.hgi-bulk.hgi-bookmark-check-02::after {
  content: "\f0422"
}

.hgi-bulk.hgi-bookmark-minus-01::after {
  content: "\f0424"
}

.hgi-bulk.hgi-bookmark-minus-02::after {
  content: "\f0426"
}

.hgi-bulk.hgi-bookmark-off-01::after {
  content: "\f0428"
}

.hgi-bulk.hgi-bookmark-off-02::after {
  content: "\f042a"
}

.hgi-bulk.hgi-bookmark-remove-01::after {
  content: "\f042c"
}

.hgi-bulk.hgi-bookmark-remove-02::after {
  content: "\f042e"
}

.hgi-bulk.hgi-books-01::after {
  content: "\f0430"
}

.hgi-bulk.hgi-books-02::after {
  content: "\f0432"
}

.hgi-bulk.hgi-bookshelf-01::after {
  content: "\f0434"
}

.hgi-bulk.hgi-bookshelf-02::after {
  content: "\f0436"
}

.hgi-bulk.hgi-bookshelf-03::after {
  content: "\f0438"
}

.hgi-bulk.hgi-bootstrap::after {
  content: "\f043a"
}

.hgi-bulk.hgi-border-all-01::after {
  content: "\f043c"
}

.hgi-bulk.hgi-border-all-02::after {
  content: "\f043e"
}

.hgi-bulk.hgi-border-bottom-01::after {
  content: "\f0440"
}

.hgi-bulk.hgi-border-bottom-02::after {
  content: "\f0442"
}

.hgi-bulk.hgi-border-full::after {
  content: "\f0444"
}

.hgi-bulk.hgi-border-horizontal::after {
  content: "\f0446"
}

.hgi-bulk.hgi-border-inner::after {
  content: "\f0448"
}

.hgi-bulk.hgi-border-left-01::after {
  content: "\f044a"
}

.hgi-bulk.hgi-border-left-02::after {
  content: "\f044c"
}

.hgi-bulk.hgi-border-none-01::after {
  content: "\f044e"
}

.hgi-bulk.hgi-border-none-02::after {
  content: "\f0450"
}

.hgi-bulk.hgi-border-right-01::after {
  content: "\f0452"
}

.hgi-bulk.hgi-border-right-02::after {
  content: "\f0454"
}

.hgi-bulk.hgi-border-top-01::after {
  content: "\f0456"
}

.hgi-bulk.hgi-border-top-02::after {
  content: "\f0458"
}

.hgi-bulk.hgi-border-vertical::after {
  content: "\f045a"
}

.hgi-bulk.hgi-borobudur::after {
  content: "\f045c"
}

.hgi-bulk.hgi-bot::after {
  content: "\f045e"
}

.hgi-bulk.hgi-bounce-left::after {
  content: "\f0460"
}

.hgi-bulk.hgi-bounce-right::after {
  content: "\f0462"
}

.hgi-bulk.hgi-bounding-box::after {
  content: "\f0464"
}

.hgi-bulk.hgi-bow-tie::after {
  content: "\f0466"
}

.hgi-bulk.hgi-bowling-ball::after {
  content: "\f0468"
}

.hgi-bulk.hgi-bowling-pins::after {
  content: "\f046a"
}

.hgi-bulk.hgi-bowling::after {
  content: "\f046c"
}

.hgi-bulk.hgi-boxer::after {
  content: "\f046e"
}

.hgi-bulk.hgi-boxing-bag::after {
  content: "\f0470"
}

.hgi-bulk.hgi-boxing-glove-01::after {
  content: "\f0472"
}

.hgi-bulk.hgi-boxing-glove::after {
  content: "\f0474"
}

.hgi-bulk.hgi-brain-01::after {
  content: "\f0476"
}

.hgi-bulk.hgi-brain-02::after {
  content: "\f0478"
}

.hgi-bulk.hgi-brain-03::after {
  content: "\f047a"
}

.hgi-bulk.hgi-brain::after {
  content: "\f047c"
}

.hgi-bulk.hgi-brandfetch::after {
  content: "\f047e"
}

.hgi-bulk.hgi-bread-01::after {
  content: "\f0480"
}

.hgi-bulk.hgi-bread-02::after {
  content: "\f0482"
}

.hgi-bulk.hgi-bread-03::after {
  content: "\f0484"
}

.hgi-bulk.hgi-bread-04::after {
  content: "\f0486"
}

.hgi-bulk.hgi-breast-pump::after {
  content: "\f0488"
}

.hgi-bulk.hgi-bridge::after {
  content: "\f048a"
}

.hgi-bulk.hgi-briefcase-01::after {
  content: "\f048c"
}

.hgi-bulk.hgi-briefcase-02::after {
  content: "\f048e"
}

.hgi-bulk.hgi-briefcase-03::after {
  content: "\f0490"
}

.hgi-bulk.hgi-briefcase-04::after {
  content: "\f0492"
}

.hgi-bulk.hgi-briefcase-05::after {
  content: "\f0494"
}

.hgi-bulk.hgi-briefcase-06::after {
  content: "\f0496"
}

.hgi-bulk.hgi-briefcase-07::after {
  content: "\f0498"
}

.hgi-bulk.hgi-briefcase-08::after {
  content: "\f049a"
}

.hgi-bulk.hgi-briefcase-09::after {
  content: "\f049c"
}

.hgi-bulk.hgi-briefcase-dollar::after {
  content: "\f049e"
}

.hgi-bulk.hgi-broccoli::after {
  content: "\f04a0"
}

.hgi-bulk.hgi-brochure::after {
  content: "\f04a2"
}

.hgi-bulk.hgi-broken-bone::after {
  content: "\f04a4"
}

.hgi-bulk.hgi-browser::after {
  content: "\f04a6"
}

.hgi-bulk.hgi-brush::after {
  content: "\f04a8"
}

.hgi-bulk.hgi-bubble-chat-add::after {
  content: "\f04aa"
}

.hgi-bulk.hgi-bubble-chat-blocked::after {
  content: "\f04ac"
}

.hgi-bulk.hgi-bubble-chat-cancel::after {
  content: "\f04ae"
}

.hgi-bulk.hgi-bubble-chat-delay::after {
  content: "\f04b0"
}

.hgi-bulk.hgi-bubble-chat-done::after {
  content: "\f04b2"
}

.hgi-bulk.hgi-bubble-chat-download-01::after {
  content: "\f04b4"
}

.hgi-bulk.hgi-bubble-chat-download-02::after {
  content: "\f04b6"
}

.hgi-bulk.hgi-bubble-chat-edit::after {
  content: "\f04b8"
}

.hgi-bulk.hgi-bubble-chat-favourite::after {
  content: "\f04ba"
}

.hgi-bulk.hgi-bubble-chat-income::after {
  content: "\f04bc"
}

.hgi-bulk.hgi-bubble-chat-lock::after {
  content: "\f04be"
}

.hgi-bulk.hgi-bubble-chat-notification::after {
  content: "\f04c0"
}

.hgi-bulk.hgi-bubble-chat-outcome::after {
  content: "\f04c2"
}

.hgi-bulk.hgi-bubble-chat-preview::after {
  content: "\f04c4"
}

.hgi-bulk.hgi-bubble-chat-question::after {
  content: "\f04c6"
}

.hgi-bulk.hgi-bubble-chat-search::after {
  content: "\f04c8"
}

.hgi-bulk.hgi-bubble-chat::after {
  content: "\f04ca"
}

.hgi-bulk.hgi-bubble-chat-secure::after {
  content: "\f04cb"
}

.hgi-bulk.hgi-bubble-chat-spark-01::after {
  content: "\f04cd"
}

.hgi-bulk.hgi-bubble-chat-spark::after {
  content: "\f04cf"
}

.hgi-bulk.hgi-bubble-chat-temporary::after {
  content: "\f04d1"
}

.hgi-bulk.hgi-bubble-chat-translate::after {
  content: "\f04d3"
}

.hgi-bulk.hgi-bubble-chat-unlock::after {
  content: "\f04d5"
}

.hgi-bulk.hgi-bubble-chat-upload::after {
  content: "\f04d7"
}

.hgi-bulk.hgi-bubble-chat-user::after {
  content: "\f04d9"
}

.hgi-bulk.hgi-bubble-tea-01::after {
  content: "\f04dc"
}

.hgi-bulk.hgi-bubble-tea-02::after {
  content: "\f04de"
}

.hgi-bulk.hgi-bucket::after {
  content: "\f04e0"
}

.hgi-bulk.hgi-bug-01::after {
  content: "\f04e2"
}

.hgi-bulk.hgi-bug-02::after {
  content: "\f04e4"
}

.hgi-bulk.hgi-building-01::after {
  content: "\f04e6"
}

.hgi-bulk.hgi-building-02::after {
  content: "\f04e8"
}

.hgi-bulk.hgi-building-03::after {
  content: "\f04ea"
}

.hgi-bulk.hgi-building-04::after {
  content: "\f04ec"
}

.hgi-bulk.hgi-building-05::after {
  content: "\f04ee"
}

.hgi-bulk.hgi-building-06::after {
  content: "\f04f0"
}

.hgi-bulk.hgi-bulb-charging::after {
  content: "\f04f2"
}

.hgi-bulk.hgi-bulb::after {
  content: "\f04f4"
}

.hgi-bulk.hgi-bullet::after {
  content: "\f04f6"
}

.hgi-bulk.hgi-bulletproof-vest::after {
  content: "\f04f8"
}

.hgi-bulk.hgi-burj-al-arab::after {
  content: "\f04fa"
}

.hgi-bulk.hgi-burning-cd::after {
  content: "\f04fc"
}

.hgi-bulk.hgi-bus-01::after {
  content: "\f04fe"
}

.hgi-bulk.hgi-bus-02::after {
  content: "\f0500"
}

.hgi-bulk.hgi-bus-03::after {
  content: "\f0502"
}

.hgi-bulk.hgi-c-programming::after {
  content: "\f0504"
}

.hgi-bulk.hgi-cabinet-01::after {
  content: "\f0506"
}

.hgi-bulk.hgi-cabinet-02::after {
  content: "\f0508"
}

.hgi-bulk.hgi-cabinet-03::after {
  content: "\f050a"
}

.hgi-bulk.hgi-cabinet-04::after {
  content: "\f050c"
}

.hgi-bulk.hgi-cable-car::after {
  content: "\f050e"
}

.hgi-bulk.hgi-cactus::after {
  content: "\f0510"
}

.hgi-bulk.hgi-caduceus::after {
  content: "\f0512"
}

.hgi-bulk.hgi-cafe::after {
  content: "\f0514"
}

.hgi-bulk.hgi-calculate::after {
  content: "\f0516"
}

.hgi-bulk.hgi-calculator-01::after {
  content: "\f0518"
}

.hgi-bulk.hgi-calculator::after {
  content: "\f051a"
}

.hgi-bulk.hgi-calendar-01::after {
  content: "\f051c"
}

.hgi-bulk.hgi-calendar-02::after {
  content: "\f051e"
}

.hgi-bulk.hgi-calendar-03::after {
  content: "\f0520"
}

.hgi-bulk.hgi-calendar-04::after {
  content: "\f0522"
}

.hgi-bulk.hgi-calendar-add-01::after {
  content: "\f0524"
}

.hgi-bulk.hgi-calendar-add-02::after {
  content: "\f0526"
}

.hgi-bulk.hgi-calendar-block-01::after {
  content: "\f0528"
}

.hgi-bulk.hgi-calendar-block-02::after {
  content: "\f052a"
}

.hgi-bulk.hgi-calendar-check-in-01::after {
  content: "\f052c"
}

.hgi-bulk.hgi-calendar-check-in-02::after {
  content: "\f052e"
}

.hgi-bulk.hgi-calendar-check-out-01::after {
  content: "\f0530"
}

.hgi-bulk.hgi-calendar-check-out-02::after {
  content: "\f0532"
}

.hgi-bulk.hgi-calendar-download-01::after {
  content: "\f0534"
}

.hgi-bulk.hgi-calendar-download-02::after {
  content: "\f0536"
}

.hgi-bulk.hgi-calendar-favorite-01::after {
  content: "\f0538"
}

.hgi-bulk.hgi-calendar-favorite-02::after {
  content: "\f053a"
}

.hgi-bulk.hgi-calendar-lock-01::after {
  content: "\f053c"
}

.hgi-bulk.hgi-calendar-lock-02::after {
  content: "\f053e"
}

.hgi-bulk.hgi-calendar-love-01::after {
  content: "\f0540"
}

.hgi-bulk.hgi-calendar-love-02::after {
  content: "\f0542"
}

.hgi-bulk.hgi-calendar-minus-01::after {
  content: "\f0544"
}

.hgi-bulk.hgi-calendar-minus-02::after {
  content: "\f0546"
}

.hgi-bulk.hgi-calendar-mortarboard::after {
  content: "\f0548"
}

.hgi-bulk.hgi-calendar-remove-01::after {
  content: "\f054a"
}

.hgi-bulk.hgi-calendar-remove-02::after {
  content: "\f054c"
}

.hgi-bulk.hgi-calendar-setting-01::after {
  content: "\f054e"
}

.hgi-bulk.hgi-calendar-setting-02::after {
  content: "\f0550"
}

.hgi-bulk.hgi-calendar-upload-01::after {
  content: "\f0552"
}

.hgi-bulk.hgi-calendar-upload-02::after {
  content: "\f0554"
}

.hgi-bulk.hgi-calendar-user::after {
  content: "\f0556"
}

.hgi-bulk.hgi-call-02::after {
  content: "\f0558"
}

.hgi-bulk.hgi-call-add-02::after {
  content: "\f055a"
}

.hgi-bulk.hgi-call-add::after {
  content: "\f055c"
}

.hgi-bulk.hgi-call-blocked-02::after {
  content: "\f055e"
}

.hgi-bulk.hgi-call-blocked::after {
  content: "\f0560"
}

.hgi-bulk.hgi-call-disabled-02::after {
  content: "\f0562"
}

.hgi-bulk.hgi-call-disabled::after {
  content: "\f0564"
}

.hgi-bulk.hgi-call-done-02::after {
  content: "\f0566"
}

.hgi-bulk.hgi-call-done::after {
  content: "\f0568"
}

.hgi-bulk.hgi-call-end-01::after {
  content: "\f056a"
}

.hgi-bulk.hgi-call-end-02::after {
  content: "\f056c"
}

.hgi-bulk.hgi-call-end-03::after {
  content: "\f056e"
}

.hgi-bulk.hgi-call-end-04::after {
  content: "\f0570"
}

.hgi-bulk.hgi-call-incoming-01::after {
  content: "\f0572"
}

.hgi-bulk.hgi-call-incoming-02::after {
  content: "\f0574"
}

.hgi-bulk.hgi-call-incoming-03::after {
  content: "\f0576"
}

.hgi-bulk.hgi-call-incoming-04::after {
  content: "\f0578"
}

.hgi-bulk.hgi-call-internal-02::after {
  content: "\f057a"
}

.hgi-bulk.hgi-call-internal::after {
  content: "\f057c"
}

.hgi-bulk.hgi-call-locked-02::after {
  content: "\f057e"
}

.hgi-bulk.hgi-call-locked::after {
  content: "\f0580"
}

.hgi-bulk.hgi-call-minus-02::after {
  content: "\f0582"
}

.hgi-bulk.hgi-call-minus::after {
  content: "\f0584"
}

.hgi-bulk.hgi-call-missed-01::after {
  content: "\f0586"
}

.hgi-bulk.hgi-call-missed-02::after {
  content: "\f0588"
}

.hgi-bulk.hgi-call-missed-03::after {
  content: "\f058a"
}

.hgi-bulk.hgi-call-missed-04::after {
  content: "\f058c"
}

.hgi-bulk.hgi-call-outgoing-01::after {
  content: "\f058e"
}

.hgi-bulk.hgi-call-outgoing-02::after {
  content: "\f0590"
}

.hgi-bulk.hgi-call-outgoing-03::after {
  content: "\f0592"
}

.hgi-bulk.hgi-call-outgoing-04::after {
  content: "\f0594"
}

.hgi-bulk.hgi-call-paused-02::after {
  content: "\f0596"
}

.hgi-bulk.hgi-call-paused::after {
  content: "\f0598"
}

.hgi-bulk.hgi-call-received-02::after {
  content: "\f059a"
}

.hgi-bulk.hgi-call-received::after {
  content: "\f059c"
}

.hgi-bulk.hgi-call-ringing-01::after {
  content: "\f059e"
}

.hgi-bulk.hgi-call-ringing-02::after {
  content: "\f05a0"
}

.hgi-bulk.hgi-call-ringing-03::after {
  content: "\f05a2"
}

.hgi-bulk.hgi-call-ringing-04::after {
  content: "\f05a4"
}

.hgi-bulk.hgi-call::after {
  content: "\f05a6"
}

.hgi-bulk.hgi-call-spark-01::after {
  content: "\f05a7"
}

.hgi-bulk.hgi-call-spark-02::after {
  content: "\f05a9"
}

.hgi-bulk.hgi-call-unlocked-02::after {
  content: "\f05ab"
}

.hgi-bulk.hgi-call-unlocked::after {
  content: "\f05ad"
}

.hgi-bulk.hgi-calling-02::after {
  content: "\f05b0"
}

.hgi-bulk.hgi-calling::after {
  content: "\f05b2"
}

.hgi-bulk.hgi-camel::after {
  content: "\f05b4"
}

.hgi-bulk.hgi-camera-01::after {
  content: "\f05b6"
}

.hgi-bulk.hgi-camera-02::after {
  content: "\f05b8"
}

.hgi-bulk.hgi-camera-add-01::after {
  content: "\f05ba"
}

.hgi-bulk.hgi-camera-add-02::after {
  content: "\f05bc"
}

.hgi-bulk.hgi-camera-add-03::after {
  content: "\f05be"
}

.hgi-bulk.hgi-camera-ai::after {
  content: "\f05c0"
}

.hgi-bulk.hgi-camera-automatically-01::after {
  content: "\f05c2"
}

.hgi-bulk.hgi-camera-automatically-02::after {
  content: "\f05c4"
}

.hgi-bulk.hgi-camera-lens::after {
  content: "\f05c6"
}

.hgi-bulk.hgi-camera-microphone-01::after {
  content: "\f05c8"
}

.hgi-bulk.hgi-camera-microphone-02::after {
  content: "\f05ca"
}

.hgi-bulk.hgi-camera-night-mode-01::after {
  content: "\f05cc"
}

.hgi-bulk.hgi-camera-night-mode-02::after {
  content: "\f05ce"
}

.hgi-bulk.hgi-camera-off-01::after {
  content: "\f05d0"
}

.hgi-bulk.hgi-camera-off-02::after {
  content: "\f05d2"
}

.hgi-bulk.hgi-camera-rotated-01::after {
  content: "\f05d4"
}

.hgi-bulk.hgi-camera-rotated-02::after {
  content: "\f05d6"
}

.hgi-bulk.hgi-camera-smile-01::after {
  content: "\f05d8"
}

.hgi-bulk.hgi-camera-smile-02::after {
  content: "\f05da"
}

.hgi-bulk.hgi-camera-tripod::after {
  content: "\f05dc"
}

.hgi-bulk.hgi-camera-video::after {
  content: "\f05de"
}

.hgi-bulk.hgi-camper::after {
  content: "\f05e0"
}

.hgi-bulk.hgi-campfire::after {
  content: "\f05e2"
}

.hgi-bulk.hgi-cancel-01::after {
  content: "\f05e4"
}

.hgi-bulk.hgi-cancel-02::after {
  content: "\f05e6"
}

.hgi-bulk.hgi-cancel-circle-half-dot::after {
  content: "\f05e8"
}

.hgi-bulk.hgi-cancel-circle::after {
  content: "\f05ea"
}

.hgi-bulk.hgi-cancel-square::after {
  content: "\f05ec"
}

.hgi-bulk.hgi-candelier-01::after {
  content: "\f05ee"
}

.hgi-bulk.hgi-candelier-02::after {
  content: "\f05f0"
}

.hgi-bulk.hgi-canvas::after {
  content: "\f05f2"
}

.hgi-bulk.hgi-cap-projecting::after {
  content: "\f05f4"
}

.hgi-bulk.hgi-cap-round::after {
  content: "\f05f6"
}

.hgi-bulk.hgi-cap::after {
  content: "\f05f8"
}

.hgi-bulk.hgi-cap-straight::after {
  content: "\f05f9"
}

.hgi-bulk.hgi-capcut-rectangle::after {
  content: "\f05fc"
}

.hgi-bulk.hgi-capcut::after {
  content: "\f05fe"
}

.hgi-bulk.hgi-car-01::after {
  content: "\f0600"
}

.hgi-bulk.hgi-car-02::after {
  content: "\f0602"
}

.hgi-bulk.hgi-car-03::after {
  content: "\f0604"
}

.hgi-bulk.hgi-car-04::after {
  content: "\f0606"
}

.hgi-bulk.hgi-car-05::after {
  content: "\f0608"
}

.hgi-bulk.hgi-car-alert::after {
  content: "\f060a"
}

.hgi-bulk.hgi-car-parking-01::after {
  content: "\f060c"
}

.hgi-bulk.hgi-car-parking-02::after {
  content: "\f060e"
}

.hgi-bulk.hgi-car-time::after {
  content: "\f0610"
}

.hgi-bulk.hgi-caravan::after {
  content: "\f0612"
}

.hgi-bulk.hgi-card-exchange-01::after {
  content: "\f0614"
}

.hgi-bulk.hgi-card-exchange-02::after {
  content: "\f0616"
}

.hgi-bulk.hgi-cardigan::after {
  content: "\f0618"
}

.hgi-bulk.hgi-cardiogram-01::after {
  content: "\f061a"
}

.hgi-bulk.hgi-cardiogram-02::after {
  content: "\f061c"
}

.hgi-bulk.hgi-cards-01::after {
  content: "\f061e"
}

.hgi-bulk.hgi-cards-02::after {
  content: "\f0620"
}

.hgi-bulk.hgi-cargo-ship::after {
  content: "\f0622"
}

.hgi-bulk.hgi-carousel-horizontal-02::after {
  content: "\f0624"
}

.hgi-bulk.hgi-carousel-horizontal::after {
  content: "\f0626"
}

.hgi-bulk.hgi-carousel-vertical::after {
  content: "\f0628"
}

.hgi-bulk.hgi-carrot::after {
  content: "\f062a"
}

.hgi-bulk.hgi-cash-01::after {
  content: "\f062c"
}

.hgi-bulk.hgi-cash-02::after {
  content: "\f062e"
}

.hgi-bulk.hgi-cashback-bitcoin::after {
  content: "\f0630"
}

.hgi-bulk.hgi-cashback-euro::after {
  content: "\f0632"
}

.hgi-bulk.hgi-cashback-pound::after {
  content: "\f0634"
}

.hgi-bulk.hgi-cashback::after {
  content: "\f0636"
}

.hgi-bulk.hgi-cashback-yen::after {
  content: "\f0637"
}

.hgi-bulk.hgi-cashier-02::after {
  content: "\f063a"
}

.hgi-bulk.hgi-cashier::after {
  content: "\f063c"
}

.hgi-bulk.hgi-castbox::after {
  content: "\f063e"
}

.hgi-bulk.hgi-castle-01::after {
  content: "\f0640"
}

.hgi-bulk.hgi-castle-02::after {
  content: "\f0642"
}

.hgi-bulk.hgi-castle::after {
  content: "\f0644"
}

.hgi-bulk.hgi-catalogue::after {
  content: "\f0646"
}

.hgi-bulk.hgi-cayan-tower::after {
  content: "\f0648"
}

.hgi-bulk.hgi-cctv-camera::after {
  content: "\f064a"
}

.hgi-bulk.hgi-cd::after {
  content: "\f064c"
}

.hgi-bulk.hgi-cells::after {
  content: "\f064e"
}

.hgi-bulk.hgi-cellular-network-offline::after {
  content: "\f0650"
}

.hgi-bulk.hgi-cellular-network::after {
  content: "\f0652"
}

.hgi-bulk.hgi-celsius::after {
  content: "\f0654"
}

.hgi-bulk.hgi-center-focus::after {
  content: "\f0656"
}

.hgi-bulk.hgi-central-shaheed-minar::after {
  content: "\f0658"
}

.hgi-bulk.hgi-centralized::after {
  content: "\f065a"
}

.hgi-bulk.hgi-certificate-01::after {
  content: "\f065c"
}

.hgi-bulk.hgi-certificate-02::after {
  content: "\f065e"
}

.hgi-bulk.hgi-chair-01::after {
  content: "\f0660"
}

.hgi-bulk.hgi-chair-02::after {
  content: "\f0662"
}

.hgi-bulk.hgi-chair-03::after {
  content: "\f0664"
}

.hgi-bulk.hgi-chair-04::after {
  content: "\f0666"
}

.hgi-bulk.hgi-chair-05::after {
  content: "\f0668"
}

.hgi-bulk.hgi-chair-barber::after {
  content: "\f066a"
}

.hgi-bulk.hgi-champion::after {
  content: "\f066c"
}

.hgi-bulk.hgi-change-screen-mode::after {
  content: "\f066e"
}

.hgi-bulk.hgi-character-phonetic::after {
  content: "\f0670"
}

.hgi-bulk.hgi-charity::after {
  content: "\f0672"
}

.hgi-bulk.hgi-chart-01::after {
  content: "\f0674"
}

.hgi-bulk.hgi-chart-02::after {
  content: "\f0676"
}

.hgi-bulk.hgi-chart-03::after {
  content: "\f0678"
}

.hgi-bulk.hgi-chart-average::after {
  content: "\f067a"
}

.hgi-bulk.hgi-chart-bar-line::after {
  content: "\f067c"
}

.hgi-bulk.hgi-chart-breakout-circle::after {
  content: "\f067e"
}

.hgi-bulk.hgi-chart-breakout-square::after {
  content: "\f0680"
}

.hgi-bulk.hgi-chart-bubble-01::after {
  content: "\f0682"
}

.hgi-bulk.hgi-chart-bubble-02::after {
  content: "\f0684"
}

.hgi-bulk.hgi-chart-column::after {
  content: "\f0686"
}

.hgi-bulk.hgi-chart-decrease::after {
  content: "\f0688"
}

.hgi-bulk.hgi-chart-down::after {
  content: "\f068a"
}

.hgi-bulk.hgi-chart-evaluation::after {
  content: "\f068c"
}

.hgi-bulk.hgi-chart-high-low::after {
  content: "\f068e"
}

.hgi-bulk.hgi-chart-histogram::after {
  content: "\f0690"
}

.hgi-bulk.hgi-chart-increase::after {
  content: "\f0692"
}

.hgi-bulk.hgi-chart-line-data-01::after {
  content: "\f0694"
}

.hgi-bulk.hgi-chart-line-data-02::after {
  content: "\f0696"
}

.hgi-bulk.hgi-chart-line-data-03::after {
  content: "\f0698"
}

.hgi-bulk.hgi-chart-maximum::after {
  content: "\f069a"
}

.hgi-bulk.hgi-chart-medium::after {
  content: "\f069c"
}

.hgi-bulk.hgi-chart-minimum::after {
  content: "\f069e"
}

.hgi-bulk.hgi-chart-radar::after {
  content: "\f06a0"
}

.hgi-bulk.hgi-chart-relationship::after {
  content: "\f06a2"
}

.hgi-bulk.hgi-chart-ring::after {
  content: "\f06a4"
}

.hgi-bulk.hgi-chart-rose::after {
  content: "\f06a6"
}

.hgi-bulk.hgi-chart-scatter::after {
  content: "\f06a8"
}

.hgi-bulk.hgi-chart::after {
  content: "\f06aa"
}

.hgi-bulk.hgi-chart-up::after {
  content: "\f06ab"
}

.hgi-bulk.hgi-chat-01::after {
  content: "\f06ae"
}

.hgi-bulk.hgi-chat-add-01::after {
  content: "\f06b0"
}

.hgi-bulk.hgi-chat-add::after {
  content: "\f06b2"
}

.hgi-bulk.hgi-chat-blocked-01::after {
  content: "\f06b4"
}

.hgi-bulk.hgi-chat-blocked::after {
  content: "\f06b6"
}

.hgi-bulk.hgi-chat-bot::after {
  content: "\f06b8"
}

.hgi-bulk.hgi-chat-cancel-01::after {
  content: "\f06ba"
}

.hgi-bulk.hgi-chat-cancel::after {
  content: "\f06bc"
}

.hgi-bulk.hgi-chat-delay-01::after {
  content: "\f06be"
}

.hgi-bulk.hgi-chat-delay::after {
  content: "\f06c0"
}

.hgi-bulk.hgi-chat-done-01::after {
  content: "\f06c2"
}

.hgi-bulk.hgi-chat-done::after {
  content: "\f06c4"
}

.hgi-bulk.hgi-chat-download-01::after {
  content: "\f06c6"
}

.hgi-bulk.hgi-chat-download::after {
  content: "\f06c8"
}

.hgi-bulk.hgi-chat-edit-01::after {
  content: "\f06ca"
}

.hgi-bulk.hgi-chat-edit::after {
  content: "\f06cc"
}

.hgi-bulk.hgi-chat-favourite-01::after {
  content: "\f06ce"
}

.hgi-bulk.hgi-chat-favourite::after {
  content: "\f06d0"
}

.hgi-bulk.hgi-chat-feedback-01::after {
  content: "\f06d2"
}

.hgi-bulk.hgi-chat-feedback::after {
  content: "\f06d4"
}

.hgi-bulk.hgi-chat-gpt::after {
  content: "\f06d6"
}

.hgi-bulk.hgi-chat-income-01::after {
  content: "\f06d8"
}

.hgi-bulk.hgi-chat-income::after {
  content: "\f06da"
}

.hgi-bulk.hgi-chat-lock-01::after {
  content: "\f06dc"
}

.hgi-bulk.hgi-chat-lock::after {
  content: "\f06de"
}

.hgi-bulk.hgi-chat-notification-01::after {
  content: "\f06e0"
}

.hgi-bulk.hgi-chat-notification::after {
  content: "\f06e2"
}

.hgi-bulk.hgi-chat-outcome-01::after {
  content: "\f06e4"
}

.hgi-bulk.hgi-chat-outcome::after {
  content: "\f06e6"
}

.hgi-bulk.hgi-chat-preview-01::after {
  content: "\f06e8"
}

.hgi-bulk.hgi-chat-preview::after {
  content: "\f06ea"
}

.hgi-bulk.hgi-chat-question-01::after {
  content: "\f06ec"
}

.hgi-bulk.hgi-chat-question::after {
  content: "\f06ee"
}

.hgi-bulk.hgi-chat-search-01::after {
  content: "\f06f0"
}

.hgi-bulk.hgi-chat-search::after {
  content: "\f06f2"
}

.hgi-bulk.hgi-chat::after {
  content: "\f06f4"
}

.hgi-bulk.hgi-chat-secure-01::after {
  content: "\f06f5"
}

.hgi-bulk.hgi-chat-secure::after {
  content: "\f06f7"
}

.hgi-bulk.hgi-chat-spark-01::after {
  content: "\f06f9"
}

.hgi-bulk.hgi-chat-spark::after {
  content: "\f06fb"
}

.hgi-bulk.hgi-chat-translate-01::after {
  content: "\f06fd"
}

.hgi-bulk.hgi-chat-translate::after {
  content: "\f06ff"
}

.hgi-bulk.hgi-chat-unlock-01::after {
  content: "\f0701"
}

.hgi-bulk.hgi-chat-unlock::after {
  content: "\f0703"
}

.hgi-bulk.hgi-chat-upload-01::after {
  content: "\f0705"
}

.hgi-bulk.hgi-chat-upload::after {
  content: "\f0707"
}

.hgi-bulk.hgi-chat-user-01::after {
  content: "\f0709"
}

.hgi-bulk.hgi-chat-user::after {
  content: "\f070b"
}

.hgi-bulk.hgi-chatting-01::after {
  content: "\f070e"
}

.hgi-bulk.hgi-check-list::after {
  content: "\f0710"
}

.hgi-bulk.hgi-check-unread-01::after {
  content: "\f0712"
}

.hgi-bulk.hgi-check-unread-02::after {
  content: "\f0714"
}

.hgi-bulk.hgi-check-unread-03::after {
  content: "\f0716"
}

.hgi-bulk.hgi-check-unread-04::after {
  content: "\f0718"
}

.hgi-bulk.hgi-checkmark-badge-01::after {
  content: "\f071a"
}

.hgi-bulk.hgi-checkmark-badge-02::after {
  content: "\f071c"
}

.hgi-bulk.hgi-checkmark-badge-03::after {
  content: "\f071e"
}

.hgi-bulk.hgi-checkmark-badge-04::after {
  content: "\f0720"
}

.hgi-bulk.hgi-checkmark-circle-01::after {
  content: "\f0722"
}

.hgi-bulk.hgi-checkmark-circle-02::after {
  content: "\f0724"
}

.hgi-bulk.hgi-checkmark-circle-03::after {
  content: "\f0726"
}

.hgi-bulk.hgi-checkmark-circle-04::after {
  content: "\f0728"
}

.hgi-bulk.hgi-checkmark-square-01::after {
  content: "\f072a"
}

.hgi-bulk.hgi-checkmark-square-02::after {
  content: "\f072c"
}

.hgi-bulk.hgi-checkmark-square-03::after {
  content: "\f072e"
}

.hgi-bulk.hgi-checkmark-square-04::after {
  content: "\f0730"
}

.hgi-bulk.hgi-cheese-cake-01::after {
  content: "\f0732"
}

.hgi-bulk.hgi-cheese-cake-02::after {
  content: "\f0734"
}

.hgi-bulk.hgi-cheese::after {
  content: "\f0736"
}

.hgi-bulk.hgi-chef-hat::after {
  content: "\f0738"
}

.hgi-bulk.hgi-chef::after {
  content: "\f073a"
}

.hgi-bulk.hgi-chemistry-01::after {
  content: "\f073c"
}

.hgi-bulk.hgi-chemistry-02::after {
  content: "\f073e"
}

.hgi-bulk.hgi-chemistry-03::after {
  content: "\f0740"
}

.hgi-bulk.hgi-cherry::after {
  content: "\f0742"
}

.hgi-bulk.hgi-chess-01::after {
  content: "\f0744"
}

.hgi-bulk.hgi-chess-02::after {
  content: "\f0746"
}

.hgi-bulk.hgi-chess-pawn::after {
  content: "\f0748"
}

.hgi-bulk.hgi-chicken-thighs::after {
  content: "\f074a"
}

.hgi-bulk.hgi-child::after {
  content: "\f074c"
}

.hgi-bulk.hgi-chimney::after {
  content: "\f074e"
}

.hgi-bulk.hgi-china-temple::after {
  content: "\f0750"
}

.hgi-bulk.hgi-chip-02::after {
  content: "\f0752"
}

.hgi-bulk.hgi-chip::after {
  content: "\f0754"
}

.hgi-bulk.hgi-chocolate::after {
  content: "\f0756"
}

.hgi-bulk.hgi-chopsticks::after {
  content: "\f0758"
}

.hgi-bulk.hgi-chrome::after {
  content: "\f075a"
}

.hgi-bulk.hgi-chrysler::after {
  content: "\f075c"
}

.hgi-bulk.hgi-church::after {
  content: "\f075e"
}

.hgi-bulk.hgi-cinnamon-roll::after {
  content: "\f0760"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-diagonal::after {
  content: "\f0762"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-horizontal::after {
  content: "\f0764"
}

.hgi-bulk.hgi-circle-arrow-data-transfer-vertical::after {
  content: "\f0766"
}

.hgi-bulk.hgi-circle-arrow-diagonal-01::after {
  content: "\f0768"
}

.hgi-bulk.hgi-circle-arrow-diagonal-02::after {
  content: "\f076a"
}

.hgi-bulk.hgi-circle-arrow-down-01::after {
  content: "\f076c"
}

.hgi-bulk.hgi-circle-arrow-down-02::after {
  content: "\f076e"
}

.hgi-bulk.hgi-circle-arrow-down-03::after {
  content: "\f0770"
}

.hgi-bulk.hgi-circle-arrow-down-double::after {
  content: "\f0772"
}

.hgi-bulk.hgi-circle-arrow-down-left::after {
  content: "\f0774"
}

.hgi-bulk.hgi-circle-arrow-down-right::after {
  content: "\f0776"
}

.hgi-bulk.hgi-circle-arrow-expand-01::after {
  content: "\f0778"
}

.hgi-bulk.hgi-circle-arrow-expand-02::after {
  content: "\f077a"
}

.hgi-bulk.hgi-circle-arrow-horizontal::after {
  content: "\f077c"
}

.hgi-bulk.hgi-circle-arrow-left-01::after {
  content: "\f077e"
}

.hgi-bulk.hgi-circle-arrow-left-02::after {
  content: "\f0780"
}

.hgi-bulk.hgi-circle-arrow-left-03::after {
  content: "\f0782"
}

.hgi-bulk.hgi-circle-arrow-left-double::after {
  content: "\f0784"
}

.hgi-bulk.hgi-circle-arrow-left-right::after {
  content: "\f0786"
}

.hgi-bulk.hgi-circle-arrow-move-down-left::after {
  content: "\f0788"
}

.hgi-bulk.hgi-circle-arrow-move-down-right::after {
  content: "\f078a"
}

.hgi-bulk.hgi-circle-arrow-move-left-down::after {
  content: "\f078c"
}

.hgi-bulk.hgi-circle-arrow-move-right-down::after {
  content: "\f078e"
}

.hgi-bulk.hgi-circle-arrow-move-up-left::after {
  content: "\f0790"
}

.hgi-bulk.hgi-circle-arrow-move-up-right::after {
  content: "\f0792"
}

.hgi-bulk.hgi-circle-arrow-reload-01::after {
  content: "\f0794"
}

.hgi-bulk.hgi-circle-arrow-reload-02::after {
  content: "\f0796"
}

.hgi-bulk.hgi-circle-arrow-right-01::after {
  content: "\f0798"
}

.hgi-bulk.hgi-circle-arrow-right-02::after {
  content: "\f079a"
}

.hgi-bulk.hgi-circle-arrow-right-03::after {
  content: "\f079c"
}

.hgi-bulk.hgi-circle-arrow-right-double::after {
  content: "\f079e"
}

.hgi-bulk.hgi-circle-arrow-shrink-01::after {
  content: "\f07a0"
}

.hgi-bulk.hgi-circle-arrow-shrink-02::after {
  content: "\f07a2"
}

.hgi-bulk.hgi-circle-arrow-up-01::after {
  content: "\f07a4"
}

.hgi-bulk.hgi-circle-arrow-up-02::after {
  content: "\f07a6"
}

.hgi-bulk.hgi-circle-arrow-up-03::after {
  content: "\f07a8"
}

.hgi-bulk.hgi-circle-arrow-up-double::after {
  content: "\f07aa"
}

.hgi-bulk.hgi-circle-arrow-up-down::after {
  content: "\f07ac"
}

.hgi-bulk.hgi-circle-arrow-up-left::after {
  content: "\f07ae"
}

.hgi-bulk.hgi-circle-arrow-up-right::after {
  content: "\f07b0"
}

.hgi-bulk.hgi-circle-arrow-vertical::after {
  content: "\f07b2"
}

.hgi-bulk.hgi-circle-lock-01::after {
  content: "\f07b4"
}

.hgi-bulk.hgi-circle-lock-02::after {
  content: "\f07b6"
}

.hgi-bulk.hgi-circle-lock-add-01::after {
  content: "\f07b8"
}

.hgi-bulk.hgi-circle-lock-add-02::after {
  content: "\f07ba"
}

.hgi-bulk.hgi-circle-lock-check-01::after {
  content: "\f07bc"
}

.hgi-bulk.hgi-circle-lock-check-02::after {
  content: "\f07be"
}

.hgi-bulk.hgi-circle-lock-minus-01::after {
  content: "\f07c0"
}

.hgi-bulk.hgi-circle-lock-minus-02::after {
  content: "\f07c2"
}

.hgi-bulk.hgi-circle-lock-remove-01::after {
  content: "\f07c4"
}

.hgi-bulk.hgi-circle-lock-remove-02::after {
  content: "\f07c6"
}

.hgi-bulk.hgi-circle-password::after {
  content: "\f07c8"
}

.hgi-bulk.hgi-circle::after {
  content: "\f07ca"
}

.hgi-bulk.hgi-circle-unlock-01::after {
  content: "\f07cb"
}

.hgi-bulk.hgi-circle-unlock-02::after {
  content: "\f07cd"
}

.hgi-bulk.hgi-city-01::after {
  content: "\f07d0"
}

.hgi-bulk.hgi-city-02::after {
  content: "\f07d2"
}

.hgi-bulk.hgi-city-03::after {
  content: "\f07d4"
}

.hgi-bulk.hgi-clapping-01::after {
  content: "\f07d6"
}

.hgi-bulk.hgi-clapping-02::after {
  content: "\f07d8"
}

.hgi-bulk.hgi-claude::after {
  content: "\f07da"
}

.hgi-bulk.hgi-clean::after {
  content: "\f07dc"
}

.hgi-bulk.hgi-cleaning-bucket::after {
  content: "\f07de"
}

.hgi-bulk.hgi-clinic::after {
  content: "\f07e0"
}

.hgi-bulk.hgi-clip::after {
  content: "\f07e2"
}

.hgi-bulk.hgi-cliparts::after {
  content: "\f07e4"
}

.hgi-bulk.hgi-clipboard::after {
  content: "\f07e6"
}

.hgi-bulk.hgi-clock-01::after {
  content: "\f07e8"
}

.hgi-bulk.hgi-clock-02::after {
  content: "\f07ea"
}

.hgi-bulk.hgi-clock-03::after {
  content: "\f07ec"
}

.hgi-bulk.hgi-clock-04::after {
  content: "\f07ee"
}

.hgi-bulk.hgi-clock-05::after {
  content: "\f07f0"
}

.hgi-bulk.hgi-closed-caption-alt::after {
  content: "\f07f2"
}

.hgi-bulk.hgi-closed-caption::after {
  content: "\f07f4"
}

.hgi-bulk.hgi-clothes::after {
  content: "\f07f6"
}

.hgi-bulk.hgi-cloud-angled-rain::after {
  content: "\f07f8"
}

.hgi-bulk.hgi-cloud-angled-rain-zap::after {
  content: "\f07f9"
}

.hgi-bulk.hgi-cloud-angled-zap::after {
  content: "\f07fc"
}

.hgi-bulk.hgi-cloud-big-rain::after {
  content: "\f07fe"
}

.hgi-bulk.hgi-cloud-download::after {
  content: "\f0800"
}

.hgi-bulk.hgi-cloud-fast-wind::after {
  content: "\f0802"
}

.hgi-bulk.hgi-cloud-hailstone::after {
  content: "\f0804"
}

.hgi-bulk.hgi-cloud-little-rain::after {
  content: "\f0806"
}

.hgi-bulk.hgi-cloud-little-snow::after {
  content: "\f0808"
}

.hgi-bulk.hgi-cloud-loading::after {
  content: "\f080a"
}

.hgi-bulk.hgi-cloud-mid-rain::after {
  content: "\f080c"
}

.hgi-bulk.hgi-cloud-mid-snow::after {
  content: "\f080e"
}

.hgi-bulk.hgi-cloud-saving-done-01::after {
  content: "\f0810"
}

.hgi-bulk.hgi-cloud-saving-done-02::after {
  content: "\f0812"
}

.hgi-bulk.hgi-cloud::after {
  content: "\f0814"
}

.hgi-bulk.hgi-cloud-server::after {
  content: "\f0815"
}

.hgi-bulk.hgi-cloud-slow-wind::after {
  content: "\f0817"
}

.hgi-bulk.hgi-cloud-snow::after {
  content: "\f0819"
}

.hgi-bulk.hgi-cloud-upload::after {
  content: "\f081b"
}

.hgi-bulk.hgi-clubs-01::after {
  content: "\f081e"
}

.hgi-bulk.hgi-clubs-02::after {
  content: "\f0820"
}

.hgi-bulk.hgi-co-present::after {
  content: "\f0822"
}

.hgi-bulk.hgi-code-circle::after {
  content: "\f0824"
}

.hgi-bulk.hgi-code-folder::after {
  content: "\f0826"
}

.hgi-bulk.hgi-code::after {
  content: "\f0828"
}

.hgi-bulk.hgi-code-simple::after {
  content: "\f0829"
}

.hgi-bulk.hgi-code-square::after {
  content: "\f082b"
}

.hgi-bulk.hgi-codesandbox::after {
  content: "\f082e"
}

.hgi-bulk.hgi-coffee-01::after {
  content: "\f0830"
}

.hgi-bulk.hgi-coffee-02::after {
  content: "\f0832"
}

.hgi-bulk.hgi-coffee-03::after {
  content: "\f0834"
}

.hgi-bulk.hgi-coffee-04::after {
  content: "\f0836"
}

.hgi-bulk.hgi-coffee-beans::after {
  content: "\f0838"
}

.hgi-bulk.hgi-coinbase::after {
  content: "\f083a"
}

.hgi-bulk.hgi-coins-01::after {
  content: "\f083c"
}

.hgi-bulk.hgi-coins-02::after {
  content: "\f083e"
}

.hgi-bulk.hgi-coins-bitcoin::after {
  content: "\f0840"
}

.hgi-bulk.hgi-coins-dollar::after {
  content: "\f0842"
}

.hgi-bulk.hgi-coins-euro::after {
  content: "\f0844"
}

.hgi-bulk.hgi-coins-pound::after {
  content: "\f0846"
}

.hgi-bulk.hgi-coins-swap::after {
  content: "\f0848"
}

.hgi-bulk.hgi-coins-yen::after {
  content: "\f084a"
}

.hgi-bulk.hgi-collections-bookmark::after {
  content: "\f084c"
}

.hgi-bulk.hgi-color-picker::after {
  content: "\f084e"
}

.hgi-bulk.hgi-colors::after {
  content: "\f0850"
}

.hgi-bulk.hgi-colosseum::after {
  content: "\f0852"
}

.hgi-bulk.hgi-column-delete::after {
  content: "\f0854"
}

.hgi-bulk.hgi-column-insert::after {
  content: "\f0856"
}

.hgi-bulk.hgi-comet-01::after {
  content: "\f0858"
}

.hgi-bulk.hgi-comet-02::after {
  content: "\f085a"
}

.hgi-bulk.hgi-coming-soon-01::after {
  content: "\f085c"
}

.hgi-bulk.hgi-coming-soon-02::after {
  content: "\f085e"
}

.hgi-bulk.hgi-command-line::after {
  content: "\f0860"
}

.hgi-bulk.hgi-command::after {
  content: "\f0862"
}

.hgi-bulk.hgi-comment-01::after {
  content: "\f0864"
}

.hgi-bulk.hgi-comment-02::after {
  content: "\f0866"
}

.hgi-bulk.hgi-comment-03::after {
  content: "\f0868"
}

.hgi-bulk.hgi-comment-add-01::after {
  content: "\f086a"
}

.hgi-bulk.hgi-comment-add-02::after {
  content: "\f086c"
}

.hgi-bulk.hgi-comment-add-03::after {
  content: "\f086e"
}

.hgi-bulk.hgi-comment-block-01::after {
  content: "\f0870"
}

.hgi-bulk.hgi-comment-block-02::after {
  content: "\f0872"
}

.hgi-bulk.hgi-comment-block-03::after {
  content: "\f0874"
}

.hgi-bulk.hgi-comment-remove-01::after {
  content: "\f0876"
}

.hgi-bulk.hgi-comment-remove-02::after {
  content: "\f0878"
}

.hgi-bulk.hgi-comment-remove-03::after {
  content: "\f087a"
}

.hgi-bulk.hgi-compass-01::after {
  content: "\f087c"
}

.hgi-bulk.hgi-compass::after {
  content: "\f087e"
}

.hgi-bulk.hgi-complaint::after {
  content: "\f0880"
}

.hgi-bulk.hgi-component-1::after {
  content: "\f0882"
}

.hgi-bulk.hgi-computer-activity::after {
  content: "\f0884"
}

.hgi-bulk.hgi-computer-add::after {
  content: "\f0886"
}

.hgi-bulk.hgi-computer-arrow-down::after {
  content: "\f0888"
}

.hgi-bulk.hgi-computer-arrow-up::after {
  content: "\f088a"
}

.hgi-bulk.hgi-computer-chart-down::after {
  content: "\f088c"
}

.hgi-bulk.hgi-computer-chart-up::after {
  content: "\f088e"
}

.hgi-bulk.hgi-computer-check::after {
  content: "\f0890"
}

.hgi-bulk.hgi-computer-cloud::after {
  content: "\f0892"
}

.hgi-bulk.hgi-computer-desk-01::after {
  content: "\f0894"
}

.hgi-bulk.hgi-computer-desk-02::after {
  content: "\f0896"
}

.hgi-bulk.hgi-computer-desk-03::after {
  content: "\f0898"
}

.hgi-bulk.hgi-computer-dollar::after {
  content: "\f089a"
}

.hgi-bulk.hgi-computer-ethernet::after {
  content: "\f089c"
}

.hgi-bulk.hgi-computer-phone-sync::after {
  content: "\f089e"
}

.hgi-bulk.hgi-computer-programming-01::after {
  content: "\f08a0"
}

.hgi-bulk.hgi-computer-programming-02::after {
  content: "\f08a2"
}

.hgi-bulk.hgi-computer-protection::after {
  content: "\f08a4"
}

.hgi-bulk.hgi-computer-remove::after {
  content: "\f08a6"
}

.hgi-bulk.hgi-computer-screen-share::after {
  content: "\f08a8"
}

.hgi-bulk.hgi-computer::after {
  content: "\f08aa"
}

.hgi-bulk.hgi-computer-settings::after {
  content: "\f08ab"
}

.hgi-bulk.hgi-computer-user::after {
  content: "\f08ad"
}

.hgi-bulk.hgi-computer-video-call::after {
  content: "\f08af"
}

.hgi-bulk.hgi-computer-video::after {
  content: "\f08b1"
}

.hgi-bulk.hgi-cone-01::after {
  content: "\f08b4"
}

.hgi-bulk.hgi-cone-02::after {
  content: "\f08b6"
}

.hgi-bulk.hgi-conference::after {
  content: "\f08b8"
}

.hgi-bulk.hgi-configuration-01::after {
  content: "\f08ba"
}

.hgi-bulk.hgi-configuration-02::after {
  content: "\f08bc"
}

.hgi-bulk.hgi-confused::after {
  content: "\f08be"
}

.hgi-bulk.hgi-congruent-to-circle::after {
  content: "\f08c0"
}

.hgi-bulk.hgi-congruent-to::after {
  content: "\f08c2"
}

.hgi-bulk.hgi-congruent-to-square::after {
  content: "\f08c3"
}

.hgi-bulk.hgi-connect::after {
  content: "\f08c6"
}

.hgi-bulk.hgi-console::after {
  content: "\f08c8"
}

.hgi-bulk.hgi-constellation::after {
  content: "\f08ca"
}

.hgi-bulk.hgi-contact-01::after {
  content: "\f08cc"
}

.hgi-bulk.hgi-contact-02::after {
  content: "\f08ce"
}

.hgi-bulk.hgi-contact-book::after {
  content: "\f08d0"
}

.hgi-bulk.hgi-contact::after {
  content: "\f08d2"
}

.hgi-bulk.hgi-container-truck-01::after {
  content: "\f08d4"
}

.hgi-bulk.hgi-container-truck-02::after {
  content: "\f08d6"
}

.hgi-bulk.hgi-container-truck::after {
  content: "\f08d8"
}

.hgi-bulk.hgi-content-writing::after {
  content: "\f08da"
}

.hgi-bulk.hgi-contracts::after {
  content: "\f08dc"
}

.hgi-bulk.hgi-conversation::after {
  content: "\f08de"
}

.hgi-bulk.hgi-cook-book::after {
  content: "\f08e0"
}

.hgi-bulk.hgi-cookie::after {
  content: "\f08e2"
}

.hgi-bulk.hgi-coordinate-01::after {
  content: "\f08e4"
}

.hgi-bulk.hgi-coordinate-02::after {
  content: "\f08e6"
}

.hgi-bulk.hgi-copilot::after {
  content: "\f08e8"
}

.hgi-bulk.hgi-copy-01::after {
  content: "\f08ea"
}

.hgi-bulk.hgi-copy-02::after {
  content: "\f08ec"
}

.hgi-bulk.hgi-copy-link::after {
  content: "\f08ee"
}

.hgi-bulk.hgi-copyright::after {
  content: "\f08f0"
}

.hgi-bulk.hgi-corn::after {
  content: "\f08f2"
}

.hgi-bulk.hgi-corporate::after {
  content: "\f08f4"
}

.hgi-bulk.hgi-cos::after {
  content: "\f08f6"
}

.hgi-bulk.hgi-cosine-01::after {
  content: "\f08f8"
}

.hgi-bulk.hgi-cosine-02::after {
  content: "\f08fa"
}

.hgi-bulk.hgi-cottage::after {
  content: "\f08fc"
}

.hgi-bulk.hgi-cotton-candy::after {
  content: "\f08fe"
}

.hgi-bulk.hgi-coupon-01::after {
  content: "\f0900"
}

.hgi-bulk.hgi-coupon-02::after {
  content: "\f0902"
}

.hgi-bulk.hgi-coupon-03::after {
  content: "\f0904"
}

.hgi-bulk.hgi-coupon-percent::after {
  content: "\f0906"
}

.hgi-bulk.hgi-course::after {
  content: "\f0908"
}

.hgi-bulk.hgi-court-house::after {
  content: "\f090a"
}

.hgi-bulk.hgi-court-law::after {
  content: "\f090c"
}

.hgi-bulk.hgi-covariate::after {
  content: "\f090e"
}

.hgi-bulk.hgi-covid-info::after {
  content: "\f0910"
}

.hgi-bulk.hgi-cowboy-hat::after {
  content: "\f0912"
}

.hgi-bulk.hgi-cpp::after {
  content: "\f0914"
}

.hgi-bulk.hgi-cpu-charge::after {
  content: "\f0916"
}

.hgi-bulk.hgi-cpu::after {
  content: "\f0918"
}

.hgi-bulk.hgi-cpu-settings::after {
  content: "\f0919"
}

.hgi-bulk.hgi-crab::after {
  content: "\f091c"
}

.hgi-bulk.hgi-crane::after {
  content: "\f091e"
}

.hgi-bulk.hgi-crazy::after {
  content: "\f0920"
}

.hgi-bulk.hgi-creative-market::after {
  content: "\f0922"
}

.hgi-bulk.hgi-credit-card-accept::after {
  content: "\f0924"
}

.hgi-bulk.hgi-credit-card-add::after {
  content: "\f0926"
}

.hgi-bulk.hgi-credit-card-change::after {
  content: "\f0928"
}

.hgi-bulk.hgi-credit-card-defrost::after {
  content: "\f092a"
}

.hgi-bulk.hgi-credit-card-freeze::after {
  content: "\f092c"
}

.hgi-bulk.hgi-credit-card-not-accept::after {
  content: "\f092e"
}

.hgi-bulk.hgi-credit-card-not-found::after {
  content: "\f0930"
}

.hgi-bulk.hgi-credit-card-pos::after {
  content: "\f0932"
}

.hgi-bulk.hgi-credit-card::after {
  content: "\f0934"
}

.hgi-bulk.hgi-credit-card-validation::after {
  content: "\f0935"
}

.hgi-bulk.hgi-cricket-bat::after {
  content: "\f0938"
}

.hgi-bulk.hgi-cricket-helmet::after {
  content: "\f093a"
}

.hgi-bulk.hgi-croissant::after {
  content: "\f093c"
}

.hgi-bulk.hgi-crop::after {
  content: "\f093e"
}

.hgi-bulk.hgi-crowdfunding::after {
  content: "\f0940"
}

.hgi-bulk.hgi-crown-02::after {
  content: "\f0942"
}

.hgi-bulk.hgi-crown-03::after {
  content: "\f0944"
}

.hgi-bulk.hgi-crown-minus::after {
  content: "\f0946"
}

.hgi-bulk.hgi-crown-plus::after {
  content: "\f0948"
}

.hgi-bulk.hgi-crown::after {
  content: "\f094a"
}

.hgi-bulk.hgi-crying::after {
  content: "\f094c"
}

.hgi-bulk.hgi-css-3::after {
  content: "\f094e"
}

.hgi-bulk.hgi-css-file-01::after {
  content: "\f0950"
}

.hgi-bulk.hgi-css-file-02::after {
  content: "\f0952"
}

.hgi-bulk.hgi-csv-01::after {
  content: "\f0954"
}

.hgi-bulk.hgi-csv-02::after {
  content: "\f0956"
}

.hgi-bulk.hgi-cube::after {
  content: "\f0958"
}

.hgi-bulk.hgi-cupcake-01::after {
  content: "\f095a"
}

.hgi-bulk.hgi-cupcake-02::after {
  content: "\f095c"
}

.hgi-bulk.hgi-cupcake-03::after {
  content: "\f095e"
}

.hgi-bulk.hgi-curling::after {
  content: "\f0960"
}

.hgi-bulk.hgi-cursor-01::after {
  content: "\f0962"
}

.hgi-bulk.hgi-cursor-02::after {
  content: "\f0964"
}

.hgi-bulk.hgi-cursor-add-selection-01::after {
  content: "\f0966"
}

.hgi-bulk.hgi-cursor-add-selection-02::after {
  content: "\f0968"
}

.hgi-bulk.hgi-cursor-circle-selection-01::after {
  content: "\f096a"
}

.hgi-bulk.hgi-cursor-circle-selection-02::after {
  content: "\f096c"
}

.hgi-bulk.hgi-cursor-disabled-01::after {
  content: "\f096e"
}

.hgi-bulk.hgi-cursor-disabled-02::after {
  content: "\f0970"
}

.hgi-bulk.hgi-cursor-edit-01::after {
  content: "\f0972"
}

.hgi-bulk.hgi-cursor-edit-02::after {
  content: "\f0974"
}

.hgi-bulk.hgi-cursor-hold-01::after {
  content: "\f0976"
}

.hgi-bulk.hgi-cursor-hold-02::after {
  content: "\f0978"
}

.hgi-bulk.hgi-cursor-in-window::after {
  content: "\f097a"
}

.hgi-bulk.hgi-cursor-info-01::after {
  content: "\f097c"
}

.hgi-bulk.hgi-cursor-info-02::after {
  content: "\f097e"
}

.hgi-bulk.hgi-cursor-loading-01::after {
  content: "\f0980"
}

.hgi-bulk.hgi-cursor-loading-02::after {
  content: "\f0982"
}

.hgi-bulk.hgi-cursor-magic-selection-01::after {
  content: "\f0984"
}

.hgi-bulk.hgi-cursor-magic-selection-02::after {
  content: "\f0986"
}

.hgi-bulk.hgi-cursor-move-01::after {
  content: "\f0988"
}

.hgi-bulk.hgi-cursor-move-02::after {
  content: "\f098a"
}

.hgi-bulk.hgi-cursor-pointer-01::after {
  content: "\f098c"
}

.hgi-bulk.hgi-cursor-pointer-02::after {
  content: "\f098e"
}

.hgi-bulk.hgi-cursor-progress-01::after {
  content: "\f0990"
}

.hgi-bulk.hgi-cursor-progress-02::after {
  content: "\f0992"
}

.hgi-bulk.hgi-cursor-progress-03::after {
  content: "\f0994"
}

.hgi-bulk.hgi-cursor-progress-04::after {
  content: "\f0996"
}

.hgi-bulk.hgi-cursor-rectangle-selection-01::after {
  content: "\f0998"
}

.hgi-bulk.hgi-cursor-rectangle-selection-02::after {
  content: "\f099a"
}

.hgi-bulk.hgi-cursor-remove-selection-01::after {
  content: "\f099c"
}

.hgi-bulk.hgi-cursor-remove-selection-02::after {
  content: "\f099e"
}

.hgi-bulk.hgi-cursor-text::after {
  content: "\f09a0"
}

.hgi-bulk.hgi-curtains::after {
  content: "\f09a2"
}

.hgi-bulk.hgi-curvy-left-direction::after {
  content: "\f09a4"
}

.hgi-bulk.hgi-curvy-left-right-direction::after {
  content: "\f09a6"
}

.hgi-bulk.hgi-curvy-right-direction::after {
  content: "\f09a8"
}

.hgi-bulk.hgi-curvy-up-down-direction::after {
  content: "\f09aa"
}

.hgi-bulk.hgi-custom-field::after {
  content: "\f09ac"
}

.hgi-bulk.hgi-customer-service-01::after {
  content: "\f09ae"
}

.hgi-bulk.hgi-customer-service-02::after {
  content: "\f09b0"
}

.hgi-bulk.hgi-customer-service::after {
  content: "\f09b2"
}

.hgi-bulk.hgi-customer-support::after {
  content: "\f09b4"
}

.hgi-bulk.hgi-customize::after {
  content: "\f09b6"
}

.hgi-bulk.hgi-cylinder-01::after {
  content: "\f09b8"
}

.hgi-bulk.hgi-cylinder-02::after {
  content: "\f09ba"
}

.hgi-bulk.hgi-cylinder-03::after {
  content: "\f09bc"
}

.hgi-bulk.hgi-cylinder-04::after {
  content: "\f09be"
}

.hgi-bulk.hgi-danger::after {
  content: "\f09c0"
}

.hgi-bulk.hgi-dark-mode::after {
  content: "\f09c2"
}

.hgi-bulk.hgi-dart::after {
  content: "\f09c4"
}

.hgi-bulk.hgi-dashboard-browsing::after {
  content: "\f09c6"
}

.hgi-bulk.hgi-dashboard-circle-add::after {
  content: "\f09c8"
}

.hgi-bulk.hgi-dashboard-circle-edit::after {
  content: "\f09ca"
}

.hgi-bulk.hgi-dashboard-circle-remove::after {
  content: "\f09cc"
}

.hgi-bulk.hgi-dashboard-circle::after {
  content: "\f09ce"
}

.hgi-bulk.hgi-dashboard-circle-settings::after {
  content: "\f09cf"
}

.hgi-bulk.hgi-dashboard-speed-01::after {
  content: "\f09d2"
}

.hgi-bulk.hgi-dashboard-speed-02::after {
  content: "\f09d4"
}

.hgi-bulk.hgi-dashboard-square-01::after {
  content: "\f09d6"
}

.hgi-bulk.hgi-dashboard-square-02::after {
  content: "\f09d8"
}

.hgi-bulk.hgi-dashboard-square-03::after {
  content: "\f09da"
}

.hgi-bulk.hgi-dashboard-square-add::after {
  content: "\f09dc"
}

.hgi-bulk.hgi-dashboard-square-edit::after {
  content: "\f09de"
}

.hgi-bulk.hgi-dashboard-square-remove::after {
  content: "\f09e0"
}

.hgi-bulk.hgi-dashboard-square-setting::after {
  content: "\f09e2"
}

.hgi-bulk.hgi-dashed-line-01::after {
  content: "\f09e4"
}

.hgi-bulk.hgi-dashed-line-02::after {
  content: "\f09e6"
}

.hgi-bulk.hgi-dashed-line-circle::after {
  content: "\f09e8"
}

.hgi-bulk.hgi-data-recovery::after {
  content: "\f09ea"
}

.hgi-bulk.hgi-database-01::after {
  content: "\f09ec"
}

.hgi-bulk.hgi-database-02::after {
  content: "\f09ee"
}

.hgi-bulk.hgi-database-add::after {
  content: "\f09f0"
}

.hgi-bulk.hgi-database-expand::after {
  content: "\f09f2"
}

.hgi-bulk.hgi-database-export::after {
  content: "\f09f4"
}

.hgi-bulk.hgi-database-import::after {
  content: "\f09f6"
}

.hgi-bulk.hgi-database-lightning::after {
  content: "\f09f8"
}

.hgi-bulk.hgi-database-locked::after {
  content: "\f09fa"
}

.hgi-bulk.hgi-database-restore::after {
  content: "\f09fc"
}

.hgi-bulk.hgi-database::after {
  content: "\f09fe"
}

.hgi-bulk.hgi-database-setting::after {
  content: "\f09ff"
}

.hgi-bulk.hgi-database-sync-01::after {
  content: "\f0a01"
}

.hgi-bulk.hgi-database-sync::after {
  content: "\f0a03"
}

.hgi-bulk.hgi-date-time::after {
  content: "\f0a06"
}

.hgi-bulk.hgi-dates::after {
  content: "\f0a08"
}

.hgi-bulk.hgi-datev::after {
  content: "\f0a0a"
}

.hgi-bulk.hgi-dead::after {
  content: "\f0a0c"
}

.hgi-bulk.hgi-deepseek::after {
  content: "\f0a0e"
}

.hgi-bulk.hgi-delete-01::after {
  content: "\f0a10"
}

.hgi-bulk.hgi-delete-02::after {
  content: "\f0a12"
}

.hgi-bulk.hgi-delete-03::after {
  content: "\f0a14"
}

.hgi-bulk.hgi-delete-04::after {
  content: "\f0a16"
}

.hgi-bulk.hgi-delete-column::after {
  content: "\f0a18"
}

.hgi-bulk.hgi-delete-put-back::after {
  content: "\f0a1a"
}

.hgi-bulk.hgi-delete-row::after {
  content: "\f0a1c"
}

.hgi-bulk.hgi-delete-throw::after {
  content: "\f0a1e"
}

.hgi-bulk.hgi-delivered-sent::after {
  content: "\f0a20"
}

.hgi-bulk.hgi-delivery-box-01::after {
  content: "\f0a22"
}

.hgi-bulk.hgi-delivery-box-02::after {
  content: "\f0a24"
}

.hgi-bulk.hgi-delivery-delay-01::after {
  content: "\f0a26"
}

.hgi-bulk.hgi-delivery-delay-02::after {
  content: "\f0a28"
}

.hgi-bulk.hgi-delivery-return-01::after {
  content: "\f0a2a"
}

.hgi-bulk.hgi-delivery-return-02::after {
  content: "\f0a2c"
}

.hgi-bulk.hgi-delivery-secure-01::after {
  content: "\f0a2e"
}

.hgi-bulk.hgi-delivery-secure-02::after {
  content: "\f0a30"
}

.hgi-bulk.hgi-delivery-sent-01::after {
  content: "\f0a32"
}

.hgi-bulk.hgi-delivery-sent-02::after {
  content: "\f0a34"
}

.hgi-bulk.hgi-delivery-tracking-01::after {
  content: "\f0a36"
}

.hgi-bulk.hgi-delivery-tracking-02::after {
  content: "\f0a38"
}

.hgi-bulk.hgi-delivery-truck-01::after {
  content: "\f0a3a"
}

.hgi-bulk.hgi-delivery-truck-02::after {
  content: "\f0a3c"
}

.hgi-bulk.hgi-delivery-view-01::after {
  content: "\f0a3e"
}

.hgi-bulk.hgi-delivery-view-02::after {
  content: "\f0a40"
}

.hgi-bulk.hgi-dental-braces::after {
  content: "\f0a42"
}

.hgi-bulk.hgi-dental-broken-tooth::after {
  content: "\f0a44"
}

.hgi-bulk.hgi-dental-care::after {
  content: "\f0a46"
}

.hgi-bulk.hgi-dental-tooth::after {
  content: "\f0a48"
}

.hgi-bulk.hgi-departement::after {
  content: "\f0a4a"
}

.hgi-bulk.hgi-desert::after {
  content: "\f0a4c"
}

.hgi-bulk.hgi-desk-01::after {
  content: "\f0a4e"
}

.hgi-bulk.hgi-desk-02::after {
  content: "\f0a50"
}

.hgi-bulk.hgi-desk::after {
  content: "\f0a52"
}

.hgi-bulk.hgi-detergent::after {
  content: "\f0a54"
}

.hgi-bulk.hgi-developer::after {
  content: "\f0a56"
}

.hgi-bulk.hgi-deviantart::after {
  content: "\f0a58"
}

.hgi-bulk.hgi-device-access::after {
  content: "\f0a5a"
}

.hgi-bulk.hgi-diagonal-scroll-point-01::after {
  content: "\f0a5c"
}

.hgi-bulk.hgi-diagonal-scroll-point-02::after {
  content: "\f0a5e"
}

.hgi-bulk.hgi-dialpad-circle-01::after {
  content: "\f0a60"
}

.hgi-bulk.hgi-dialpad-circle-02::after {
  content: "\f0a62"
}

.hgi-bulk.hgi-dialpad-square-01::after {
  content: "\f0a64"
}

.hgi-bulk.hgi-dialpad-square-02::after {
  content: "\f0a66"
}

.hgi-bulk.hgi-diameter::after {
  content: "\f0a68"
}

.hgi-bulk.hgi-diamond-01::after {
  content: "\f0a6a"
}

.hgi-bulk.hgi-diamond-02::after {
  content: "\f0a6c"
}

.hgi-bulk.hgi-diamond::after {
  content: "\f0a6e"
}

.hgi-bulk.hgi-diaper::after {
  content: "\f0a70"
}

.hgi-bulk.hgi-dice-faces-01::after {
  content: "\f0a72"
}

.hgi-bulk.hgi-dice-faces-02::after {
  content: "\f0a74"
}

.hgi-bulk.hgi-dice-faces-03::after {
  content: "\f0a76"
}

.hgi-bulk.hgi-dice-faces-04::after {
  content: "\f0a78"
}

.hgi-bulk.hgi-dice-faces-05::after {
  content: "\f0a7a"
}

.hgi-bulk.hgi-dice-faces-06::after {
  content: "\f0a7c"
}

.hgi-bulk.hgi-dice::after {
  content: "\f0a7e"
}

.hgi-bulk.hgi-digestion::after {
  content: "\f0a80"
}

.hgi-bulk.hgi-digg::after {
  content: "\f0a82"
}

.hgi-bulk.hgi-digital-clock::after {
  content: "\f0a84"
}

.hgi-bulk.hgi-dim-sum-01::after {
  content: "\f0a86"
}

.hgi-bulk.hgi-dim-sum-02::after {
  content: "\f0a88"
}

.hgi-bulk.hgi-dining-table::after {
  content: "\f0a8a"
}

.hgi-bulk.hgi-diploma::after {
  content: "\f0a8c"
}

.hgi-bulk.hgi-direction-left-01::after {
  content: "\f0a8e"
}

.hgi-bulk.hgi-direction-left-02::after {
  content: "\f0a90"
}

.hgi-bulk.hgi-direction-right-01::after {
  content: "\f0a92"
}

.hgi-bulk.hgi-direction-right-02::after {
  content: "\f0a94"
}

.hgi-bulk.hgi-directions-01::after {
  content: "\f0a96"
}

.hgi-bulk.hgi-directions-02::after {
  content: "\f0a98"
}

.hgi-bulk.hgi-dirham::after {
  content: "\f0a9a"
}

.hgi-bulk.hgi-disability-01::after {
  content: "\f0a9c"
}

.hgi-bulk.hgi-disability-02::after {
  content: "\f0a9e"
}

.hgi-bulk.hgi-discord::after {
  content: "\f0aa0"
}

.hgi-bulk.hgi-discount-01::after {
  content: "\f0aa2"
}

.hgi-bulk.hgi-discount::after {
  content: "\f0aa4"
}

.hgi-bulk.hgi-discount-tag-01::after {
  content: "\f0aa5"
}

.hgi-bulk.hgi-discount-tag-02::after {
  content: "\f0aa7"
}

.hgi-bulk.hgi-discover-circle::after {
  content: "\f0aaa"
}

.hgi-bulk.hgi-discover-square::after {
  content: "\f0aac"
}

.hgi-bulk.hgi-dish-01::after {
  content: "\f0aae"
}

.hgi-bulk.hgi-dish-02::after {
  content: "\f0ab0"
}

.hgi-bulk.hgi-dish-washer::after {
  content: "\f0ab2"
}

.hgi-bulk.hgi-displeased::after {
  content: "\f0ab4"
}

.hgi-bulk.hgi-distribute-horizontal-center::after {
  content: "\f0ab6"
}

.hgi-bulk.hgi-distribute-horizontal-left::after {
  content: "\f0ab8"
}

.hgi-bulk.hgi-distribute-horizontal-right::after {
  content: "\f0aba"
}

.hgi-bulk.hgi-distribute-vertical-bottom::after {
  content: "\f0abc"
}

.hgi-bulk.hgi-distribute-vertical-center::after {
  content: "\f0abe"
}

.hgi-bulk.hgi-distribute-vertical-top::after {
  content: "\f0ac0"
}

.hgi-bulk.hgi-distribution::after {
  content: "\f0ac2"
}

.hgi-bulk.hgi-divide-sign-circle::after {
  content: "\f0ac4"
}

.hgi-bulk.hgi-divide-sign::after {
  content: "\f0ac6"
}

.hgi-bulk.hgi-divide-sign-square::after {
  content: "\f0ac7"
}

.hgi-bulk.hgi-dna-01::after {
  content: "\f0aca"
}

.hgi-bulk.hgi-dna::after {
  content: "\f0acc"
}

.hgi-bulk.hgi-do-not-touch-01::after {
  content: "\f0ace"
}

.hgi-bulk.hgi-do-not-touch-02::after {
  content: "\f0ad0"
}

.hgi-bulk.hgi-doc-01::after {
  content: "\f0ad2"
}

.hgi-bulk.hgi-doc-02::after {
  content: "\f0ad4"
}

.hgi-bulk.hgi-doctor-01::after {
  content: "\f0ad6"
}

.hgi-bulk.hgi-doctor-02::after {
  content: "\f0ad8"
}

.hgi-bulk.hgi-doctor-03::after {
  content: "\f0ada"
}

.hgi-bulk.hgi-document-attachment::after {
  content: "\f0adc"
}

.hgi-bulk.hgi-document-code::after {
  content: "\f0ade"
}

.hgi-bulk.hgi-document-validation::after {
  content: "\f0ae0"
}

.hgi-bulk.hgi-dollar-01::after {
  content: "\f0ae2"
}

.hgi-bulk.hgi-dollar-02::after {
  content: "\f0ae4"
}

.hgi-bulk.hgi-dollar-circle::after {
  content: "\f0ae6"
}

.hgi-bulk.hgi-dollar-receive-01::after {
  content: "\f0ae8"
}

.hgi-bulk.hgi-dollar-receive-02::after {
  content: "\f0aea"
}

.hgi-bulk.hgi-dollar-send-01::after {
  content: "\f0aec"
}

.hgi-bulk.hgi-dollar-send-02::after {
  content: "\f0aee"
}

.hgi-bulk.hgi-dollar-square::after {
  content: "\f0af0"
}

.hgi-bulk.hgi-dome::after {
  content: "\f0af2"
}

.hgi-bulk.hgi-domino::after {
  content: "\f0af4"
}

.hgi-bulk.hgi-door-01::after {
  content: "\f0af6"
}

.hgi-bulk.hgi-door-02::after {
  content: "\f0af8"
}

.hgi-bulk.hgi-door-lock::after {
  content: "\f0afa"
}

.hgi-bulk.hgi-door::after {
  content: "\f0afc"
}

.hgi-bulk.hgi-doughnut::after {
  content: "\f0afe"
}

.hgi-bulk.hgi-download-01::after {
  content: "\f0b00"
}

.hgi-bulk.hgi-download-02::after {
  content: "\f0b02"
}

.hgi-bulk.hgi-download-03::after {
  content: "\f0b04"
}

.hgi-bulk.hgi-download-04::after {
  content: "\f0b06"
}

.hgi-bulk.hgi-download-05::after {
  content: "\f0b08"
}

.hgi-bulk.hgi-download-06::after {
  content: "\f0b0a"
}

.hgi-bulk.hgi-download-circle-01::after {
  content: "\f0b0c"
}

.hgi-bulk.hgi-download-circle-02::after {
  content: "\f0b0e"
}

.hgi-bulk.hgi-download-square-01::after {
  content: "\f0b10"
}

.hgi-bulk.hgi-download-square-02::after {
  content: "\f0b12"
}

.hgi-bulk.hgi-drag-01::after {
  content: "\f0b14"
}

.hgi-bulk.hgi-drag-02::after {
  content: "\f0b16"
}

.hgi-bulk.hgi-drag-03::after {
  content: "\f0b18"
}

.hgi-bulk.hgi-drag-04::after {
  content: "\f0b1a"
}

.hgi-bulk.hgi-drag-drop-horizontal::after {
  content: "\f0b1c"
}

.hgi-bulk.hgi-drag-drop::after {
  content: "\f0b1e"
}

.hgi-bulk.hgi-drag-drop-vertical::after {
  content: "\f0b1f"
}

.hgi-bulk.hgi-drag-left-01::after {
  content: "\f0b22"
}

.hgi-bulk.hgi-drag-left-02::after {
  content: "\f0b24"
}

.hgi-bulk.hgi-drag-left-03::after {
  content: "\f0b26"
}

.hgi-bulk.hgi-drag-left-04::after {
  content: "\f0b28"
}

.hgi-bulk.hgi-drag-right-01::after {
  content: "\f0b2a"
}

.hgi-bulk.hgi-drag-right-02::after {
  content: "\f0b2c"
}

.hgi-bulk.hgi-drag-right-03::after {
  content: "\f0b2e"
}

.hgi-bulk.hgi-drag-right-04::after {
  content: "\f0b30"
}

.hgi-bulk.hgi-drawing-compass::after {
  content: "\f0b32"
}

.hgi-bulk.hgi-drawing-mode::after {
  content: "\f0b34"
}

.hgi-bulk.hgi-dress-01::after {
  content: "\f0b36"
}

.hgi-bulk.hgi-dress-02::after {
  content: "\f0b38"
}

.hgi-bulk.hgi-dress-03::after {
  content: "\f0b3a"
}

.hgi-bulk.hgi-dress-04::after {
  content: "\f0b3c"
}

.hgi-bulk.hgi-dress-05::after {
  content: "\f0b3e"
}

.hgi-bulk.hgi-dress-06::after {
  content: "\f0b40"
}

.hgi-bulk.hgi-dress-07::after {
  content: "\f0b42"
}

.hgi-bulk.hgi-dressing-table-01::after {
  content: "\f0b44"
}

.hgi-bulk.hgi-dressing-table-02::after {
  content: "\f0b46"
}

.hgi-bulk.hgi-dressing-table-03::after {
  content: "\f0b48"
}

.hgi-bulk.hgi-dribbble::after {
  content: "\f0b4a"
}

.hgi-bulk.hgi-drink::after {
  content: "\f0b4c"
}

.hgi-bulk.hgi-drive::after {
  content: "\f0b4e"
}

.hgi-bulk.hgi-drone::after {
  content: "\f0b50"
}

.hgi-bulk.hgi-drooling::after {
  content: "\f0b52"
}

.hgi-bulk.hgi-dropbox::after {
  content: "\f0b54"
}

.hgi-bulk.hgi-dropdown-field-type::after {
  content: "\f0b56"
}

.hgi-bulk.hgi-droplet::after {
  content: "\f0b58"
}

.hgi-bulk.hgi-dropper::after {
  content: "\f0b5a"
}

.hgi-bulk.hgi-ds3-tool::after {
  content: "\f0b5c"
}

.hgi-bulk.hgi-dua::after {
  content: "\f0b5e"
}

.hgi-bulk.hgi-dumbbell-01::after {
  content: "\f0b60"
}

.hgi-bulk.hgi-dumbbell-02::after {
  content: "\f0b62"
}

.hgi-bulk.hgi-dumbbell-03::after {
  content: "\f0b64"
}

.hgi-bulk.hgi-duplex::after {
  content: "\f0b66"
}

.hgi-bulk.hgi-ear-rings-01::after {
  content: "\f0b68"
}

.hgi-bulk.hgi-ear-rings-02::after {
  content: "\f0b6a"
}

.hgi-bulk.hgi-ear-rings-03::after {
  content: "\f0b6c"
}

.hgi-bulk.hgi-ear::after {
  content: "\f0b6e"
}

.hgi-bulk.hgi-earth::after {
  content: "\f0b70"
}

.hgi-bulk.hgi-ease-curve-control-points::after {
  content: "\f0b72"
}

.hgi-bulk.hgi-ease-in-control-point::after {
  content: "\f0b74"
}

.hgi-bulk.hgi-ease-in-out::after {
  content: "\f0b76"
}

.hgi-bulk.hgi-ease-in::after {
  content: "\f0b78"
}

.hgi-bulk.hgi-ease-out-control-point::after {
  content: "\f0b7a"
}

.hgi-bulk.hgi-ease-out::after {
  content: "\f0b7c"
}

.hgi-bulk.hgi-eco-energy::after {
  content: "\f0b7e"
}

.hgi-bulk.hgi-eco-lab-01::after {
  content: "\f0b80"
}

.hgi-bulk.hgi-eco-lab-02::after {
  content: "\f0b82"
}

.hgi-bulk.hgi-eco-lab::after {
  content: "\f0b84"
}

.hgi-bulk.hgi-eco-power::after {
  content: "\f0b86"
}

.hgi-bulk.hgi-edge-style::after {
  content: "\f0b88"
}

.hgi-bulk.hgi-edit-01::after {
  content: "\f0b8a"
}

.hgi-bulk.hgi-edit-02::after {
  content: "\f0b8c"
}

.hgi-bulk.hgi-edit-03::after {
  content: "\f0b8e"
}

.hgi-bulk.hgi-edit-04::after {
  content: "\f0b90"
}

.hgi-bulk.hgi-edit-off-03::after {
  content: "\f0b92"
}

.hgi-bulk.hgi-edit-off-04::after {
  content: "\f0b94"
}

.hgi-bulk.hgi-edit-off::after {
  content: "\f0b96"
}

.hgi-bulk.hgi-edit-road::after {
  content: "\f0b98"
}

.hgi-bulk.hgi-edit-table::after {
  content: "\f0b9a"
}

.hgi-bulk.hgi-edit-user-02::after {
  content: "\f0b9c"
}

.hgi-bulk.hgi-eggs::after {
  content: "\f0b9e"
}

.hgi-bulk.hgi-eid-mubarak::after {
  content: "\f0ba0"
}

.hgi-bulk.hgi-eiffel-tower::after {
  content: "\f0ba2"
}

.hgi-bulk.hgi-eight-circle::after {
  content: "\f0ba4"
}

.hgi-bulk.hgi-eight-square::after {
  content: "\f0ba6"
}

.hgi-bulk.hgi-elearning-exchange::after {
  content: "\f0ba8"
}

.hgi-bulk.hgi-electric-home-01::after {
  content: "\f0baa"
}

.hgi-bulk.hgi-electric-home-02::after {
  content: "\f0bac"
}

.hgi-bulk.hgi-electric-plugs::after {
  content: "\f0bae"
}

.hgi-bulk.hgi-electric-tower-01::after {
  content: "\f0bb0"
}

.hgi-bulk.hgi-electric-tower-02::after {
  content: "\f0bb2"
}

.hgi-bulk.hgi-electric-wire::after {
  content: "\f0bb4"
}

.hgi-bulk.hgi-ellipse-selection::after {
  content: "\f0bb6"
}

.hgi-bulk.hgi-encrypt::after {
  content: "\f0bb8"
}

.hgi-bulk.hgi-energy-ellipse::after {
  content: "\f0bba"
}

.hgi-bulk.hgi-energy-rectangle::after {
  content: "\f0bbc"
}

.hgi-bulk.hgi-energy::after {
  content: "\f0bbe"
}

.hgi-bulk.hgi-engine::after {
  content: "\f0bc0"
}

.hgi-bulk.hgi-engine-slash::after {
  content: "\f0bc1"
}

.hgi-bulk.hgi-entering-geo-fence::after {
  content: "\f0bc4"
}

.hgi-bulk.hgi-entrance-stairs::after {
  content: "\f0bc6"
}

.hgi-bulk.hgi-envato::after {
  content: "\f0bc8"
}

.hgi-bulk.hgi-equal-sign-circle::after {
  content: "\f0bca"
}

.hgi-bulk.hgi-equal-sign::after {
  content: "\f0bcc"
}

.hgi-bulk.hgi-equal-sign-square::after {
  content: "\f0bcd"
}

.hgi-bulk.hgi-equipment-bench-press::after {
  content: "\f0bd0"
}

.hgi-bulk.hgi-equipment-chest-press::after {
  content: "\f0bd2"
}

.hgi-bulk.hgi-equipment-gym-01::after {
  content: "\f0bd4"
}

.hgi-bulk.hgi-equipment-gym-02::after {
  content: "\f0bd6"
}

.hgi-bulk.hgi-equipment-gym-03::after {
  content: "\f0bd8"
}

.hgi-bulk.hgi-equipment-weightlifting::after {
  content: "\f0bda"
}

.hgi-bulk.hgi-eraser-01::after {
  content: "\f0bdc"
}

.hgi-bulk.hgi-eraser-add::after {
  content: "\f0bde"
}

.hgi-bulk.hgi-eraser-auto::after {
  content: "\f0be0"
}

.hgi-bulk.hgi-eraser::after {
  content: "\f0be2"
}

.hgi-bulk.hgi-estimate-01::after {
  content: "\f0be4"
}

.hgi-bulk.hgi-estimate-02::after {
  content: "\f0be6"
}

.hgi-bulk.hgi-ethereum-ellipse::after {
  content: "\f0be8"
}

.hgi-bulk.hgi-ethereum-rectangle::after {
  content: "\f0bea"
}

.hgi-bulk.hgi-ethereum::after {
  content: "\f0bec"
}

.hgi-bulk.hgi-euro-circle::after {
  content: "\f0bee"
}

.hgi-bulk.hgi-euro-receive::after {
  content: "\f0bf0"
}

.hgi-bulk.hgi-euro::after {
  content: "\f0bf2"
}

.hgi-bulk.hgi-euro-send::after {
  content: "\f0bf3"
}

.hgi-bulk.hgi-euro-square::after {
  content: "\f0bf5"
}

.hgi-bulk.hgi-ev-charging::after {
  content: "\f0bf8"
}

.hgi-bulk.hgi-evil::after {
  content: "\f0bfa"
}

.hgi-bulk.hgi-exchange-01::after {
  content: "\f0bfc"
}

.hgi-bulk.hgi-exchange-02::after {
  content: "\f0bfe"
}

.hgi-bulk.hgi-exchange-03::after {
  content: "\f0c00"
}

.hgi-bulk.hgi-exclamation-mark-big::after {
  content: "\f0c02"
}

.hgi-bulk.hgi-exclamation-mark-big-slash::after {
  content: "\f0c03"
}

.hgi-bulk.hgi-exclamation-mark::after {
  content: "\f0c06"
}

.hgi-bulk.hgi-exclamation-mark-slash::after {
  content: "\f0c07"
}

.hgi-bulk.hgi-expand-paragraph::after {
  content: "\f0c0a"
}

.hgi-bulk.hgi-expander::after {
  content: "\f0c0c"
}

.hgi-bulk.hgi-external-drive::after {
  content: "\f0c0e"
}

.hgi-bulk.hgi-eye::after {
  content: "\f0c10"
}

.hgi-bulk.hgi-face-id::after {
  content: "\f0c12"
}

.hgi-bulk.hgi-facebook-01::after {
  content: "\f0c14"
}

.hgi-bulk.hgi-facebook-02::after {
  content: "\f0c16"
}

.hgi-bulk.hgi-factory-01::after {
  content: "\f0c18"
}

.hgi-bulk.hgi-factory-02::after {
  content: "\f0c1a"
}

.hgi-bulk.hgi-factory::after {
  content: "\f0c1c"
}

.hgi-bulk.hgi-fahrenheit::after {
  content: "\f0c1e"
}

.hgi-bulk.hgi-falling-star::after {
  content: "\f0c20"
}

.hgi-bulk.hgi-fan-01::after {
  content: "\f0c22"
}

.hgi-bulk.hgi-fan-02::after {
  content: "\f0c24"
}

.hgi-bulk.hgi-fast-wind::after {
  content: "\f0c26"
}

.hgi-bulk.hgi-favourite-circle::after {
  content: "\f0c28"
}

.hgi-bulk.hgi-favourite::after {
  content: "\f0c2a"
}

.hgi-bulk.hgi-favourite-square::after {
  content: "\f0c2b"
}

.hgi-bulk.hgi-feather::after {
  content: "\f0c2e"
}

.hgi-bulk.hgi-female-02::after {
  content: "\f0c30"
}

.hgi-bulk.hgi-female-symbol::after {
  content: "\f0c32"
}

.hgi-bulk.hgi-fencing-mask::after {
  content: "\f0c34"
}

.hgi-bulk.hgi-fencing::after {
  content: "\f0c36"
}

.hgi-bulk.hgi-ferris-wheel::after {
  content: "\f0c38"
}

.hgi-bulk.hgi-ferry-boat::after {
  content: "\f0c3a"
}

.hgi-bulk.hgi-figma::after {
  content: "\f0c3c"
}

.hgi-bulk.hgi-file-01::after {
  content: "\f0c3e"
}

.hgi-bulk.hgi-file-02::after {
  content: "\f0c40"
}

.hgi-bulk.hgi-file-add::after {
  content: "\f0c42"
}

.hgi-bulk.hgi-file-attachment::after {
  content: "\f0c44"
}

.hgi-bulk.hgi-file-audio::after {
  content: "\f0c46"
}

.hgi-bulk.hgi-file-bitcoin::after {
  content: "\f0c48"
}

.hgi-bulk.hgi-file-block::after {
  content: "\f0c4a"
}

.hgi-bulk.hgi-file-bookmark::after {
  content: "\f0c4c"
}

.hgi-bulk.hgi-file-cloud::after {
  content: "\f0c4e"
}

.hgi-bulk.hgi-file-corrupt::after {
  content: "\f0c50"
}

.hgi-bulk.hgi-file-database::after {
  content: "\f0c52"
}

.hgi-bulk.hgi-file-dollar::after {
  content: "\f0c54"
}

.hgi-bulk.hgi-file-download::after {
  content: "\f0c56"
}

.hgi-bulk.hgi-file-edit::after {
  content: "\f0c58"
}

.hgi-bulk.hgi-file-empty-01::after {
  content: "\f0c5a"
}

.hgi-bulk.hgi-file-empty-02::after {
  content: "\f0c5c"
}

.hgi-bulk.hgi-file-euro::after {
  content: "\f0c5e"
}

.hgi-bulk.hgi-file-export::after {
  content: "\f0c60"
}

.hgi-bulk.hgi-file-favourite::after {
  content: "\f0c62"
}

.hgi-bulk.hgi-file-import::after {
  content: "\f0c64"
}

.hgi-bulk.hgi-file-link::after {
  content: "\f0c66"
}

.hgi-bulk.hgi-file-locked::after {
  content: "\f0c68"
}

.hgi-bulk.hgi-file-management::after {
  content: "\f0c6a"
}

.hgi-bulk.hgi-file-minus::after {
  content: "\f0c6c"
}

.hgi-bulk.hgi-file-music::after {
  content: "\f0c6e"
}

.hgi-bulk.hgi-file-not-found::after {
  content: "\f0c70"
}

.hgi-bulk.hgi-file-paste::after {
  content: "\f0c72"
}

.hgi-bulk.hgi-file-pin::after {
  content: "\f0c74"
}

.hgi-bulk.hgi-file-pound::after {
  content: "\f0c76"
}

.hgi-bulk.hgi-file-remove::after {
  content: "\f0c78"
}

.hgi-bulk.hgi-file-script::after {
  content: "\f0c7a"
}

.hgi-bulk.hgi-file-search::after {
  content: "\f0c7c"
}

.hgi-bulk.hgi-file-security::after {
  content: "\f0c7e"
}

.hgi-bulk.hgi-file-shredder::after {
  content: "\f0c80"
}

.hgi-bulk.hgi-file-star::after {
  content: "\f0c82"
}

.hgi-bulk.hgi-file-sync::after {
  content: "\f0c84"
}

.hgi-bulk.hgi-file-unknown::after {
  content: "\f0c86"
}

.hgi-bulk.hgi-file-unlocked::after {
  content: "\f0c88"
}

.hgi-bulk.hgi-file-upload::after {
  content: "\f0c8a"
}

.hgi-bulk.hgi-file-validation::after {
  content: "\f0c8c"
}

.hgi-bulk.hgi-file-verified::after {
  content: "\f0c8e"
}

.hgi-bulk.hgi-file-video::after {
  content: "\f0c90"
}

.hgi-bulk.hgi-file-view::after {
  content: "\f0c92"
}

.hgi-bulk.hgi-file-yen::after {
  content: "\f0c94"
}

.hgi-bulk.hgi-file-zip::after {
  content: "\f0c96"
}

.hgi-bulk.hgi-files-01::after {
  content: "\f0c98"
}

.hgi-bulk.hgi-files-02::after {
  content: "\f0c9a"
}

.hgi-bulk.hgi-film-01::after {
  content: "\f0c9c"
}

.hgi-bulk.hgi-film-02::after {
  content: "\f0c9e"
}

.hgi-bulk.hgi-film-roll-01::after {
  content: "\f0ca0"
}

.hgi-bulk.hgi-film-roll-02::after {
  content: "\f0ca2"
}

.hgi-bulk.hgi-filter-add::after {
  content: "\f0ca4"
}

.hgi-bulk.hgi-filter-edit::after {
  content: "\f0ca6"
}

.hgi-bulk.hgi-filter-horizontal::after {
  content: "\f0ca8"
}

.hgi-bulk.hgi-filter-mail-circle::after {
  content: "\f0caa"
}

.hgi-bulk.hgi-filter-mail-edit::after {
  content: "\f0cac"
}

.hgi-bulk.hgi-filter-mail-remove::after {
  content: "\f0cae"
}

.hgi-bulk.hgi-filter-mail::after {
  content: "\f0cb0"
}

.hgi-bulk.hgi-filter-mail-square::after {
  content: "\f0cb1"
}

.hgi-bulk.hgi-filter-remove::after {
  content: "\f0cb4"
}

.hgi-bulk.hgi-filter-reset::after {
  content: "\f0cb6"
}

.hgi-bulk.hgi-filter::after {
  content: "\f0cb8"
}

.hgi-bulk.hgi-filter-vertical::after {
  content: "\f0cb9"
}

.hgi-bulk.hgi-finger-access::after {
  content: "\f0cbc"
}

.hgi-bulk.hgi-finger-print-add::after {
  content: "\f0cbe"
}

.hgi-bulk.hgi-finger-print-check::after {
  content: "\f0cc0"
}

.hgi-bulk.hgi-finger-print-minus::after {
  content: "\f0cc2"
}

.hgi-bulk.hgi-finger-print-remove::after {
  content: "\f0cc4"
}

.hgi-bulk.hgi-finger-print-scan::after {
  content: "\f0cc6"
}

.hgi-bulk.hgi-finger-print::after {
  content: "\f0cc8"
}

.hgi-bulk.hgi-fingerprint-scan::after {
  content: "\f0cca"
}

.hgi-bulk.hgi-fins::after {
  content: "\f0ccc"
}

.hgi-bulk.hgi-fire-02::after {
  content: "\f0cce"
}

.hgi-bulk.hgi-fire-03::after {
  content: "\f0cd0"
}

.hgi-bulk.hgi-fire-pit::after {
  content: "\f0cd2"
}

.hgi-bulk.hgi-fire::after {
  content: "\f0cd4"
}

.hgi-bulk.hgi-fire-security::after {
  content: "\f0cd5"
}

.hgi-bulk.hgi-firewall::after {
  content: "\f0cd8"
}

.hgi-bulk.hgi-fireworks::after {
  content: "\f0cda"
}

.hgi-bulk.hgi-first-aid-kit::after {
  content: "\f0cdc"
}

.hgi-bulk.hgi-first-bracket-circle::after {
  content: "\f0cde"
}

.hgi-bulk.hgi-first-bracket::after {
  content: "\f0ce0"
}

.hgi-bulk.hgi-first-bracket-square::after {
  content: "\f0ce1"
}

.hgi-bulk.hgi-fish-food::after {
  content: "\f0ce4"
}

.hgi-bulk.hgi-fit-to-screen::after {
  content: "\f0ce6"
}

.hgi-bulk.hgi-five-circle::after {
  content: "\f0ce8"
}

.hgi-bulk.hgi-five-square::after {
  content: "\f0cea"
}

.hgi-bulk.hgi-fiverr::after {
  content: "\f0cec"
}

.hgi-bulk.hgi-flag-01::after {
  content: "\f0cee"
}

.hgi-bulk.hgi-flag-02::after {
  content: "\f0cf0"
}

.hgi-bulk.hgi-flag-03::after {
  content: "\f0cf2"
}

.hgi-bulk.hgi-flash-off::after {
  content: "\f0cf4"
}

.hgi-bulk.hgi-flash::after {
  content: "\f0cf6"
}

.hgi-bulk.hgi-flashlight::after {
  content: "\f0cf8"
}

.hgi-bulk.hgi-flaticon::after {
  content: "\f0cfa"
}

.hgi-bulk.hgi-flickr::after {
  content: "\f0cfc"
}

.hgi-bulk.hgi-flim-slate::after {
  content: "\f0cfe"
}

.hgi-bulk.hgi-flip-bottom::after {
  content: "\f0d00"
}

.hgi-bulk.hgi-flip-horizontal::after {
  content: "\f0d02"
}

.hgi-bulk.hgi-flip-left::after {
  content: "\f0d04"
}

.hgi-bulk.hgi-flip-phone::after {
  content: "\f0d06"
}

.hgi-bulk.hgi-flip-right::after {
  content: "\f0d08"
}

.hgi-bulk.hgi-flip-top::after {
  content: "\f0d0a"
}

.hgi-bulk.hgi-flip-vertical::after {
  content: "\f0d0c"
}

.hgi-bulk.hgi-floor-plan::after {
  content: "\f0d0e"
}

.hgi-bulk.hgi-floppy-disk::after {
  content: "\f0d10"
}

.hgi-bulk.hgi-flow-circle::after {
  content: "\f0d12"
}

.hgi-bulk.hgi-flow-connection::after {
  content: "\f0d14"
}

.hgi-bulk.hgi-flow::after {
  content: "\f0d16"
}

.hgi-bulk.hgi-flow-square::after {
  content: "\f0d17"
}

.hgi-bulk.hgi-flowchart-01::after {
  content: "\f0d1a"
}

.hgi-bulk.hgi-flowchart-02::after {
  content: "\f0d1c"
}

.hgi-bulk.hgi-flower-pot::after {
  content: "\f0d1e"
}

.hgi-bulk.hgi-flower::after {
  content: "\f0d20"
}

.hgi-bulk.hgi-flushed::after {
  content: "\f0d22"
}

.hgi-bulk.hgi-flying-human::after {
  content: "\f0d24"
}

.hgi-bulk.hgi-focus-point::after {
  content: "\f0d26"
}

.hgi-bulk.hgi-folder-01::after {
  content: "\f0d28"
}

.hgi-bulk.hgi-folder-02::after {
  content: "\f0d2a"
}

.hgi-bulk.hgi-folder-03::after {
  content: "\f0d2c"
}

.hgi-bulk.hgi-folder-add::after {
  content: "\f0d2e"
}

.hgi-bulk.hgi-folder-attachment::after {
  content: "\f0d30"
}

.hgi-bulk.hgi-folder-audio::after {
  content: "\f0d32"
}

.hgi-bulk.hgi-folder-block::after {
  content: "\f0d34"
}

.hgi-bulk.hgi-folder-check::after {
  content: "\f0d36"
}

.hgi-bulk.hgi-folder-clock::after {
  content: "\f0d38"
}

.hgi-bulk.hgi-folder-cloud::after {
  content: "\f0d3a"
}

.hgi-bulk.hgi-folder-details-reference::after {
  content: "\f0d3c"
}

.hgi-bulk.hgi-folder-details::after {
  content: "\f0d3e"
}

.hgi-bulk.hgi-folder-download::after {
  content: "\f0d40"
}

.hgi-bulk.hgi-folder-edit::after {
  content: "\f0d42"
}

.hgi-bulk.hgi-folder-export::after {
  content: "\f0d44"
}

.hgi-bulk.hgi-folder-favourite::after {
  content: "\f0d46"
}

.hgi-bulk.hgi-folder-file-storage::after {
  content: "\f0d48"
}

.hgi-bulk.hgi-folder-import::after {
  content: "\f0d4a"
}

.hgi-bulk.hgi-folder-library::after {
  content: "\f0d4c"
}

.hgi-bulk.hgi-folder-links::after {
  content: "\f0d4e"
}

.hgi-bulk.hgi-folder-locked::after {
  content: "\f0d50"
}

.hgi-bulk.hgi-folder-management::after {
  content: "\f0d52"
}

.hgi-bulk.hgi-folder-minus::after {
  content: "\f0d54"
}

.hgi-bulk.hgi-folder-music::after {
  content: "\f0d56"
}

.hgi-bulk.hgi-folder-off::after {
  content: "\f0d58"
}

.hgi-bulk.hgi-folder-open::after {
  content: "\f0d5a"
}

.hgi-bulk.hgi-folder-pin::after {
  content: "\f0d5c"
}

.hgi-bulk.hgi-folder-remove::after {
  content: "\f0d5e"
}

.hgi-bulk.hgi-folder-search::after {
  content: "\f0d60"
}

.hgi-bulk.hgi-folder-security::after {
  content: "\f0d62"
}

.hgi-bulk.hgi-folder-shared-01::after {
  content: "\f0d64"
}

.hgi-bulk.hgi-folder-shared-02::after {
  content: "\f0d66"
}

.hgi-bulk.hgi-folder-shared-03::after {
  content: "\f0d68"
}

.hgi-bulk.hgi-folder-sync::after {
  content: "\f0d6a"
}

.hgi-bulk.hgi-folder-transfer::after {
  content: "\f0d6c"
}

.hgi-bulk.hgi-folder-unknown::after {
  content: "\f0d6e"
}

.hgi-bulk.hgi-folder-unlocked::after {
  content: "\f0d70"
}

.hgi-bulk.hgi-folder-upload::after {
  content: "\f0d72"
}

.hgi-bulk.hgi-folder-video::after {
  content: "\f0d74"
}

.hgi-bulk.hgi-folder-view::after {
  content: "\f0d76"
}

.hgi-bulk.hgi-folder-zip::after {
  content: "\f0d78"
}

.hgi-bulk.hgi-folders::after {
  content: "\f0d7a"
}

.hgi-bulk.hgi-football-pitch::after {
  content: "\f0d7c"
}

.hgi-bulk.hgi-football::after {
  content: "\f0d7e"
}

.hgi-bulk.hgi-forgot-password::after {
  content: "\f0d80"
}

.hgi-bulk.hgi-fork::after {
  content: "\f0d82"
}

.hgi-bulk.hgi-forrst::after {
  content: "\f0d84"
}

.hgi-bulk.hgi-fortress::after {
  content: "\f0d86"
}

.hgi-bulk.hgi-forward-01::after {
  content: "\f0d88"
}

.hgi-bulk.hgi-forward-02::after {
  content: "\f0d8a"
}

.hgi-bulk.hgi-four-circle::after {
  content: "\f0d8c"
}

.hgi-bulk.hgi-four-finger-02::after {
  content: "\f0d8e"
}

.hgi-bulk.hgi-four-finger-03::after {
  content: "\f0d90"
}

.hgi-bulk.hgi-four-k::after {
  content: "\f0d92"
}

.hgi-bulk.hgi-four-square::after {
  content: "\f0d94"
}

.hgi-bulk.hgi-foursquare::after {
  content: "\f0d96"
}

.hgi-bulk.hgi-framer::after {
  content: "\f0d98"
}

.hgi-bulk.hgi-frameworks::after {
  content: "\f0d9a"
}

.hgi-bulk.hgi-french-fries-01::after {
  content: "\f0d9c"
}

.hgi-bulk.hgi-french-fries-02::after {
  content: "\f0d9e"
}

.hgi-bulk.hgi-fridge::after {
  content: "\f0da0"
}

.hgi-bulk.hgi-fry::after {
  content: "\f0da2"
}

.hgi-bulk.hgi-fuel-01::after {
  content: "\f0da4"
}

.hgi-bulk.hgi-fuel-02::after {
  content: "\f0da6"
}

.hgi-bulk.hgi-fuel-station::after {
  content: "\f0da8"
}

.hgi-bulk.hgi-full-screen::after {
  content: "\f0daa"
}

.hgi-bulk.hgi-full-signal::after {
  content: "\f0dac"
}

.hgi-bulk.hgi-function-circle::after {
  content: "\f0dae"
}

.hgi-bulk.hgi-function-of-x::after {
  content: "\f0db0"
}

.hgi-bulk.hgi-function::after {
  content: "\f0db2"
}

.hgi-bulk.hgi-function-square::after {
  content: "\f0db3"
}

.hgi-bulk.hgi-galaxy::after {
  content: "\f0db6"
}

.hgi-bulk.hgi-game-controller-01::after {
  content: "\f0db8"
}

.hgi-bulk.hgi-game-controller-02::after {
  content: "\f0dba"
}

.hgi-bulk.hgi-game-controller-03::after {
  content: "\f0dbc"
}

.hgi-bulk.hgi-game::after {
  content: "\f0dbe"
}

.hgi-bulk.hgi-gameboy::after {
  content: "\f0dc0"
}

.hgi-bulk.hgi-garage::after {
  content: "\f0dc2"
}

.hgi-bulk.hgi-garbage-truck::after {
  content: "\f0dc4"
}

.hgi-bulk.hgi-garlands::after {
  content: "\f0dc6"
}

.hgi-bulk.hgi-gas-pipe::after {
  content: "\f0dc8"
}

.hgi-bulk.hgi-gas-stove::after {
  content: "\f0dca"
}

.hgi-bulk.hgi-gears::after {
  content: "\f0dcc"
}

.hgi-bulk.hgi-gem::after {
  content: "\f0dce"
}

.hgi-bulk.hgi-geology-crust::after {
  content: "\f0dd0"
}

.hgi-bulk.hgi-geometric-shapes-01::after {
  content: "\f0dd2"
}

.hgi-bulk.hgi-geometric-shapes-02::after {
  content: "\f0dd4"
}

.hgi-bulk.hgi-gibbous-moon::after {
  content: "\f0dd6"
}

.hgi-bulk.hgi-gif-01::after {
  content: "\f0dd8"
}

.hgi-bulk.hgi-gif-02::after {
  content: "\f0dda"
}

.hgi-bulk.hgi-gift-card-02::after {
  content: "\f0ddc"
}

.hgi-bulk.hgi-gift-card::after {
  content: "\f0dde"
}

.hgi-bulk.hgi-gift::after {
  content: "\f0de0"
}

.hgi-bulk.hgi-git-branch::after {
  content: "\f0de2"
}

.hgi-bulk.hgi-git-commit::after {
  content: "\f0de4"
}

.hgi-bulk.hgi-git-compare::after {
  content: "\f0de6"
}

.hgi-bulk.hgi-git-fork::after {
  content: "\f0de8"
}

.hgi-bulk.hgi-git-merge::after {
  content: "\f0dea"
}

.hgi-bulk.hgi-git-pull-request-closed::after {
  content: "\f0dec"
}

.hgi-bulk.hgi-git-pull-request-draft::after {
  content: "\f0dee"
}

.hgi-bulk.hgi-git-pull-request::after {
  content: "\f0df0"
}

.hgi-bulk.hgi-gitbook::after {
  content: "\f0df2"
}

.hgi-bulk.hgi-github-01::after {
  content: "\f0df4"
}

.hgi-bulk.hgi-github::after {
  content: "\f0df6"
}

.hgi-bulk.hgi-gitlab::after {
  content: "\f0df8"
}

.hgi-bulk.hgi-give-blood::after {
  content: "\f0dfa"
}

.hgi-bulk.hgi-give-pill::after {
  content: "\f0dfc"
}

.hgi-bulk.hgi-glasses::after {
  content: "\f0dfe"
}

.hgi-bulk.hgi-global-editing::after {
  content: "\f0e00"
}

.hgi-bulk.hgi-global-education::after {
  content: "\f0e02"
}

.hgi-bulk.hgi-global-refresh::after {
  content: "\f0e04"
}

.hgi-bulk.hgi-global-search::after {
  content: "\f0e06"
}

.hgi-bulk.hgi-global::after {
  content: "\f0e08"
}

.hgi-bulk.hgi-globe-02::after {
  content: "\f0e0a"
}

.hgi-bulk.hgi-globe::after {
  content: "\f0e0c"
}

.hgi-bulk.hgi-glove::after {
  content: "\f0e0e"
}

.hgi-bulk.hgi-gnome::after {
  content: "\f0e10"
}

.hgi-bulk.hgi-go-backward-10-sec::after {
  content: "\f0e12"
}

.hgi-bulk.hgi-go-backward-15-sec::after {
  content: "\f0e14"
}

.hgi-bulk.hgi-go-backward-30-sec::after {
  content: "\f0e16"
}

.hgi-bulk.hgi-go-backward-60-sec::after {
  content: "\f0e18"
}

.hgi-bulk.hgi-go-backward-five-sec::after {
  content: "\f0e1a"
}

.hgi-bulk.hgi-go-forward-10-sec::after {
  content: "\f0e1c"
}

.hgi-bulk.hgi-go-forward-15-sec::after {
  content: "\f0e1e"
}

.hgi-bulk.hgi-go-forward-30-sec::after {
  content: "\f0e20"
}

.hgi-bulk.hgi-go-forward-60-sec::after {
  content: "\f0e22"
}

.hgi-bulk.hgi-go-forward-five-sec::after {
  content: "\f0e24"
}

.hgi-bulk.hgi-gold-ingots::after {
  content: "\f0e26"
}

.hgi-bulk.hgi-gold::after {
  content: "\f0e28"
}

.hgi-bulk.hgi-golf-ball::after {
  content: "\f0e2a"
}

.hgi-bulk.hgi-golf-bat::after {
  content: "\f0e2c"
}

.hgi-bulk.hgi-golf-cart::after {
  content: "\f0e2e"
}

.hgi-bulk.hgi-golf-hole::after {
  content: "\f0e30"
}

.hgi-bulk.hgi-google-doc::after {
  content: "\f0e32"
}

.hgi-bulk.hgi-google-drive::after {
  content: "\f0e34"
}

.hgi-bulk.hgi-google-gemini::after {
  content: "\f0e36"
}

.hgi-bulk.hgi-google-home::after {
  content: "\f0e38"
}

.hgi-bulk.hgi-google-lens::after {
  content: "\f0e3a"
}

.hgi-bulk.hgi-google-maps::after {
  content: "\f0e3c"
}

.hgi-bulk.hgi-google-photos::after {
  content: "\f0e3e"
}

.hgi-bulk.hgi-google::after {
  content: "\f0e40"
}

.hgi-bulk.hgi-google-sheet::after {
  content: "\f0e41"
}

.hgi-bulk.hgi-gps-01::after {
  content: "\f0e44"
}

.hgi-bulk.hgi-gps-02::after {
  content: "\f0e46"
}

.hgi-bulk.hgi-gps-disconnected::after {
  content: "\f0e48"
}

.hgi-bulk.hgi-gps-off-01::after {
  content: "\f0e4a"
}

.hgi-bulk.hgi-gps-off-02::after {
  content: "\f0e4c"
}

.hgi-bulk.hgi-gps-signal-01::after {
  content: "\f0e4e"
}

.hgi-bulk.hgi-gps-signal-02::after {
  content: "\f0e50"
}

.hgi-bulk.hgi-gpu::after {
  content: "\f0e52"
}

.hgi-bulk.hgi-graduate-female::after {
  content: "\f0e54"
}

.hgi-bulk.hgi-graduate-male::after {
  content: "\f0e56"
}

.hgi-bulk.hgi-graduation-scroll::after {
  content: "\f0e58"
}

.hgi-bulk.hgi-grapes::after {
  content: "\f0e5a"
}

.hgi-bulk.hgi-graphic-card::after {
  content: "\f0e5c"
}

.hgi-bulk.hgi-gravity::after {
  content: "\f0e5e"
}

.hgi-bulk.hgi-greater-than-circle::after {
  content: "\f0e60"
}

.hgi-bulk.hgi-greater-than::after {
  content: "\f0e62"
}

.hgi-bulk.hgi-greater-than-square::after {
  content: "\f0e63"
}

.hgi-bulk.hgi-greek-helmet::after {
  content: "\f0e66"
}

.hgi-bulk.hgi-green-house::after {
  content: "\f0e68"
}

.hgi-bulk.hgi-grid-02::after {
  content: "\f0e6a"
}

.hgi-bulk.hgi-grid-off::after {
  content: "\f0e6c"
}

.hgi-bulk.hgi-grid::after {
  content: "\f0e6e"
}

.hgi-bulk.hgi-grid-table::after {
  content: "\f0e6f"
}

.hgi-bulk.hgi-grid-view::after {
  content: "\f0e71"
}

.hgi-bulk.hgi-grimacing::after {
  content: "\f0e74"
}

.hgi-bulk.hgi-grinning::after {
  content: "\f0e76"
}

.hgi-bulk.hgi-grok-02::after {
  content: "\f0e78"
}

.hgi-bulk.hgi-grok::after {
  content: "\f0e7a"
}

.hgi-bulk.hgi-group-01::after {
  content: "\f0e7c"
}

.hgi-bulk.hgi-group-items::after {
  content: "\f0e7e"
}

.hgi-bulk.hgi-group-layers::after {
  content: "\f0e80"
}

.hgi-bulk.hgi-guest-house::after {
  content: "\f0e82"
}

.hgi-bulk.hgi-gun::after {
  content: "\f0e84"
}

.hgi-bulk.hgi-gymnastic-rings::after {
  content: "\f0e86"
}

.hgi-bulk.hgi-gymnastic::after {
  content: "\f0e88"
}

.hgi-bulk.hgi-hackerrank::after {
  content: "\f0e8a"
}

.hgi-bulk.hgi-hair-clips::after {
  content: "\f0e8c"
}

.hgi-bulk.hgi-hair-dryer::after {
  content: "\f0e8e"
}

.hgi-bulk.hgi-haji::after {
  content: "\f0e90"
}

.hgi-bulk.hgi-halal-lab::after {
  content: "\f0e92"
}

.hgi-bulk.hgi-halal::after {
  content: "\f0e94"
}

.hgi-bulk.hgi-hamburger-01::after {
  content: "\f0e96"
}

.hgi-bulk.hgi-hamburger-02::after {
  content: "\f0e98"
}

.hgi-bulk.hgi-hand-bag-01::after {
  content: "\f0e9a"
}

.hgi-bulk.hgi-hand-bag-02::after {
  content: "\f0e9c"
}

.hgi-bulk.hgi-hand-beater::after {
  content: "\f0e9e"
}

.hgi-bulk.hgi-hand-grip::after {
  content: "\f0ea0"
}

.hgi-bulk.hgi-hand-pointing-down-01::after {
  content: "\f0ea2"
}

.hgi-bulk.hgi-hand-pointing-down-02::after {
  content: "\f0ea4"
}

.hgi-bulk.hgi-hand-pointing-down-03::after {
  content: "\f0ea6"
}

.hgi-bulk.hgi-hand-pointing-down-04::after {
  content: "\f0ea8"
}

.hgi-bulk.hgi-hand-pointing-left-01::after {
  content: "\f0eaa"
}

.hgi-bulk.hgi-hand-pointing-left-02::after {
  content: "\f0eac"
}

.hgi-bulk.hgi-hand-pointing-left-03::after {
  content: "\f0eae"
}

.hgi-bulk.hgi-hand-pointing-left-04::after {
  content: "\f0eb0"
}

.hgi-bulk.hgi-hand-pointing-right-01::after {
  content: "\f0eb2"
}

.hgi-bulk.hgi-hand-pointing-right-02::after {
  content: "\f0eb4"
}

.hgi-bulk.hgi-hand-pointing-right-03::after {
  content: "\f0eb6"
}

.hgi-bulk.hgi-hand-pointing-right-04::after {
  content: "\f0eb8"
}

.hgi-bulk.hgi-hand-prayer::after {
  content: "\f0eba"
}

.hgi-bulk.hgi-hand-sanitizer::after {
  content: "\f0ebc"
}

.hgi-bulk.hgi-handcuffs::after {
  content: "\f0ebe"
}

.hgi-bulk.hgi-hanger::after {
  content: "\f0ec0"
}

.hgi-bulk.hgi-hanging-clock::after {
  content: "\f0ec2"
}

.hgi-bulk.hgi-hangout::after {
  content: "\f0ec4"
}

.hgi-bulk.hgi-happy-01::after {
  content: "\f0ec6"
}

.hgi-bulk.hgi-happy::after {
  content: "\f0ec8"
}

.hgi-bulk.hgi-hard-drive::after {
  content: "\f0eca"
}

.hgi-bulk.hgi-hashtag::after {
  content: "\f0ecc"
}

.hgi-bulk.hgi-hat::after {
  content: "\f0ece"
}

.hgi-bulk.hgi-hdd::after {
  content: "\f0ed0"
}

.hgi-bulk.hgi-hdr-01::after {
  content: "\f0ed2"
}

.hgi-bulk.hgi-hdr-02::after {
  content: "\f0ed4"
}

.hgi-bulk.hgi-heading-01::after {
  content: "\f0ed6"
}

.hgi-bulk.hgi-heading-02::after {
  content: "\f0ed8"
}

.hgi-bulk.hgi-heading-03::after {
  content: "\f0eda"
}

.hgi-bulk.hgi-heading-04::after {
  content: "\f0edc"
}

.hgi-bulk.hgi-heading-05::after {
  content: "\f0ede"
}

.hgi-bulk.hgi-heading-06::after {
  content: "\f0ee0"
}

.hgi-bulk.hgi-heading::after {
  content: "\f0ee2"
}

.hgi-bulk.hgi-headphone-mute::after {
  content: "\f0ee4"
}

.hgi-bulk.hgi-headphones::after {
  content: "\f0ee6"
}

.hgi-bulk.hgi-headset-connected::after {
  content: "\f0ee8"
}

.hgi-bulk.hgi-headset-off::after {
  content: "\f0eea"
}

.hgi-bulk.hgi-headset::after {
  content: "\f0eec"
}

.hgi-bulk.hgi-healtcare::after {
  content: "\f0eee"
}

.hgi-bulk.hgi-health::after {
  content: "\f0ef0"
}

.hgi-bulk.hgi-heart-add::after {
  content: "\f0ef2"
}

.hgi-bulk.hgi-heart-check::after {
  content: "\f0ef4"
}

.hgi-bulk.hgi-heart-remove::after {
  content: "\f0ef6"
}

.hgi-bulk.hgi-heartbreak::after {
  content: "\f0ef8"
}

.hgi-bulk.hgi-helicopter::after {
  content: "\f0efa"
}

.hgi-bulk.hgi-help-circle::after {
  content: "\f0efc"
}

.hgi-bulk.hgi-help-square::after {
  content: "\f0efe"
}

.hgi-bulk.hgi-hexagon-01::after {
  content: "\f0f00"
}

.hgi-bulk.hgi-hexagon::after {
  content: "\f0f02"
}

.hgi-bulk.hgi-hierarchy-circle-01::after {
  content: "\f0f04"
}

.hgi-bulk.hgi-hierarchy-circle-02::after {
  content: "\f0f06"
}

.hgi-bulk.hgi-hierarchy-circle-03::after {
  content: "\f0f08"
}

.hgi-bulk.hgi-hierarchy-files::after {
  content: "\f0f0a"
}

.hgi-bulk.hgi-hierarchy::after {
  content: "\f0f0c"
}

.hgi-bulk.hgi-hierarchy-square-01::after {
  content: "\f0f0d"
}

.hgi-bulk.hgi-hierarchy-square-02::after {
  content: "\f0f0f"
}

.hgi-bulk.hgi-hierarchy-square-03::after {
  content: "\f0f11"
}

.hgi-bulk.hgi-hierarchy-square-04::after {
  content: "\f0f13"
}

.hgi-bulk.hgi-hierarchy-square-05::after {
  content: "\f0f15"
}

.hgi-bulk.hgi-hierarchy-square-06::after {
  content: "\f0f17"
}

.hgi-bulk.hgi-hierarchy-square-07::after {
  content: "\f0f19"
}

.hgi-bulk.hgi-hierarchy-square-08::after {
  content: "\f0f1b"
}

.hgi-bulk.hgi-hierarchy-square-10::after {
  content: "\f0f1d"
}

.hgi-bulk.hgi-high-heels-01::after {
  content: "\f0f20"
}

.hgi-bulk.hgi-high-heels-02::after {
  content: "\f0f22"
}

.hgi-bulk.hgi-highlighter::after {
  content: "\f0f24"
}

.hgi-bulk.hgi-hijab::after {
  content: "\f0f26"
}

.hgi-bulk.hgi-hockey::after {
  content: "\f0f28"
}

.hgi-bulk.hgi-hold-01::after {
  content: "\f0f2a"
}

.hgi-bulk.hgi-hold-02::after {
  content: "\f0f2c"
}

.hgi-bulk.hgi-hold-03::after {
  content: "\f0f2e"
}

.hgi-bulk.hgi-hold-04::after {
  content: "\f0f30"
}

.hgi-bulk.hgi-hold-05::after {
  content: "\f0f32"
}

.hgi-bulk.hgi-hold-locked-01::after {
  content: "\f0f34"
}

.hgi-bulk.hgi-hold-locked-02::after {
  content: "\f0f36"
}

.hgi-bulk.hgi-hold-phone::after {
  content: "\f0f38"
}

.hgi-bulk.hgi-hologram::after {
  content: "\f0f3a"
}

.hgi-bulk.hgi-home-01::after {
  content: "\f0f3c"
}

.hgi-bulk.hgi-home-02::after {
  content: "\f0f3e"
}

.hgi-bulk.hgi-home-03::after {
  content: "\f0f40"
}

.hgi-bulk.hgi-home-04::after {
  content: "\f0f42"
}

.hgi-bulk.hgi-home-05::after {
  content: "\f0f44"
}

.hgi-bulk.hgi-home-06::after {
  content: "\f0f46"
}

.hgi-bulk.hgi-home-07::after {
  content: "\f0f48"
}

.hgi-bulk.hgi-home-08::after {
  content: "\f0f4a"
}

.hgi-bulk.hgi-home-09::after {
  content: "\f0f4c"
}

.hgi-bulk.hgi-home-10::after {
  content: "\f0f4e"
}

.hgi-bulk.hgi-home-11::after {
  content: "\f0f50"
}

.hgi-bulk.hgi-home-12::after {
  content: "\f0f52"
}

.hgi-bulk.hgi-home-13::after {
  content: "\f0f54"
}

.hgi-bulk.hgi-home-wifi::after {
  content: "\f0f56"
}

.hgi-bulk.hgi-honey-01::after {
  content: "\f0f58"
}

.hgi-bulk.hgi-honey-02::after {
  content: "\f0f5a"
}

.hgi-bulk.hgi-honor::after {
  content: "\f0f5c"
}

.hgi-bulk.hgi-honour-star::after {
  content: "\f0f5e"
}

.hgi-bulk.hgi-hoodie::after {
  content: "\f0f60"
}

.hgi-bulk.hgi-horizonal-scroll-point::after {
  content: "\f0f62"
}

.hgi-bulk.hgi-horizontal-resize::after {
  content: "\f0f64"
}

.hgi-bulk.hgi-horse-head::after {
  content: "\f0f66"
}

.hgi-bulk.hgi-horse-saddle::after {
  content: "\f0f68"
}

.hgi-bulk.hgi-horse::after {
  content: "\f0f6a"
}

.hgi-bulk.hgi-hospital-01::after {
  content: "\f0f6c"
}

.hgi-bulk.hgi-hospital-02::after {
  content: "\f0f6e"
}

.hgi-bulk.hgi-hospital-bed-01::after {
  content: "\f0f70"
}

.hgi-bulk.hgi-hospital-bed-02::after {
  content: "\f0f72"
}

.hgi-bulk.hgi-hospital-location::after {
  content: "\f0f74"
}

.hgi-bulk.hgi-hot-air-balloon::after {
  content: "\f0f76"
}

.hgi-bulk.hgi-hot-price::after {
  content: "\f0f78"
}

.hgi-bulk.hgi-hot-tube::after {
  content: "\f0f7a"
}

.hgi-bulk.hgi-hotdog::after {
  content: "\f0f7c"
}

.hgi-bulk.hgi-hotel-01::after {
  content: "\f0f7e"
}

.hgi-bulk.hgi-hotel-02::after {
  content: "\f0f80"
}

.hgi-bulk.hgi-hotel-bell::after {
  content: "\f0f82"
}

.hgi-bulk.hgi-hotspot-offline::after {
  content: "\f0f84"
}

.hgi-bulk.hgi-hotspot::after {
  content: "\f0f86"
}

.hgi-bulk.hgi-hourglass-off::after {
  content: "\f0f88"
}

.hgi-bulk.hgi-hourglass::after {
  content: "\f0f8a"
}

.hgi-bulk.hgi-house-01::after {
  content: "\f0f8c"
}

.hgi-bulk.hgi-house-02::after {
  content: "\f0f8e"
}

.hgi-bulk.hgi-house-03::after {
  content: "\f0f90"
}

.hgi-bulk.hgi-house-04::after {
  content: "\f0f92"
}

.hgi-bulk.hgi-house-05::after {
  content: "\f0f94"
}

.hgi-bulk.hgi-house-solar-panel::after {
  content: "\f0f96"
}

.hgi-bulk.hgi-html-5::after {
  content: "\f0f98"
}

.hgi-bulk.hgi-html-file-01::after {
  content: "\f0f9a"
}

.hgi-bulk.hgi-html-file-02::after {
  content: "\f0f9c"
}

.hgi-bulk.hgi-hugeicons::after {
  content: "\f0f9e"
}

.hgi-bulk.hgi-humidity::after {
  content: "\f0fa0"
}

.hgi-bulk.hgi-hut::after {
  content: "\f0fa2"
}

.hgi-bulk.hgi-hydro-power::after {
  content: "\f0fa4"
}

.hgi-bulk.hgi-hyperbole::after {
  content: "\f0fa6"
}

.hgi-bulk.hgi-ice-cream-01::after {
  content: "\f0fa8"
}

.hgi-bulk.hgi-ice-cream-02::after {
  content: "\f0faa"
}

.hgi-bulk.hgi-ice-cream-03::after {
  content: "\f0fac"
}

.hgi-bulk.hgi-ice-cream-04::after {
  content: "\f0fae"
}

.hgi-bulk.hgi-ice-cubes::after {
  content: "\f0fb0"
}

.hgi-bulk.hgi-ice-hockey::after {
  content: "\f0fb2"
}

.hgi-bulk.hgi-ice-skating::after {
  content: "\f0fb4"
}

.hgi-bulk.hgi-ico::after {
  content: "\f0fb6"
}

.hgi-bulk.hgi-iconjar::after {
  content: "\f0fb8"
}

.hgi-bulk.hgi-id-not-verified::after {
  content: "\f0fba"
}

.hgi-bulk.hgi-id::after {
  content: "\f0fbc"
}

.hgi-bulk.hgi-id-verified::after {
  content: "\f0fbd"
}

.hgi-bulk.hgi-idea-01::after {
  content: "\f0fc0"
}

.hgi-bulk.hgi-idea::after {
  content: "\f0fc2"
}

.hgi-bulk.hgi-identification::after {
  content: "\f0fc4"
}

.hgi-bulk.hgi-identity-card::after {
  content: "\f0fc6"
}

.hgi-bulk.hgi-image-01::after {
  content: "\f0fc8"
}

.hgi-bulk.hgi-image-02::after {
  content: "\f0fca"
}

.hgi-bulk.hgi-image-03::after {
  content: "\f0fcc"
}

.hgi-bulk.hgi-image-actual-size::after {
  content: "\f0fce"
}

.hgi-bulk.hgi-image-add-01::after {
  content: "\f0fd0"
}

.hgi-bulk.hgi-image-add-02::after {
  content: "\f0fd2"
}

.hgi-bulk.hgi-image-composition-oval::after {
  content: "\f0fd4"
}

.hgi-bulk.hgi-image-composition::after {
  content: "\f0fd6"
}

.hgi-bulk.hgi-image-counter-clockwise::after {
  content: "\f0fd8"
}

.hgi-bulk.hgi-image-crop::after {
  content: "\f0fda"
}

.hgi-bulk.hgi-image-delete-01::after {
  content: "\f0fdc"
}

.hgi-bulk.hgi-image-delete-02::after {
  content: "\f0fde"
}

.hgi-bulk.hgi-image-done-01::after {
  content: "\f0fe0"
}

.hgi-bulk.hgi-image-done-02::after {
  content: "\f0fe2"
}

.hgi-bulk.hgi-image-download-02::after {
  content: "\f0fe4"
}

.hgi-bulk.hgi-image-download::after {
  content: "\f0fe6"
}

.hgi-bulk.hgi-image-flip-horizontal::after {
  content: "\f0fe8"
}

.hgi-bulk.hgi-image-flip-vertical::after {
  content: "\f0fea"
}

.hgi-bulk.hgi-image-not-found-01::after {
  content: "\f0fec"
}

.hgi-bulk.hgi-image-not-found-02::after {
  content: "\f0fee"
}

.hgi-bulk.hgi-image-remove-01::after {
  content: "\f0ff0"
}

.hgi-bulk.hgi-image-remove-02::after {
  content: "\f0ff2"
}

.hgi-bulk.hgi-image-rotation-clockwise::after {
  content: "\f0ff4"
}

.hgi-bulk.hgi-image-upload-01::after {
  content: "\f0ff6"
}

.hgi-bulk.hgi-image-upload::after {
  content: "\f0ff8"
}

.hgi-bulk.hgi-imo::after {
  content: "\f0ffa"
}

.hgi-bulk.hgi-important-book::after {
  content: "\f0ffc"
}

.hgi-bulk.hgi-in-love::after {
  content: "\f0ffe"
}

.hgi-bulk.hgi-inbox-check::after {
  content: "\f1000"
}

.hgi-bulk.hgi-inbox-download::after {
  content: "\f1002"
}

.hgi-bulk.hgi-inbox::after {
  content: "\f1004"
}

.hgi-bulk.hgi-inbox-unread::after {
  content: "\f1005"
}

.hgi-bulk.hgi-inbox-upload::after {
  content: "\f1007"
}

.hgi-bulk.hgi-incognito::after {
  content: "\f100a"
}

.hgi-bulk.hgi-india-gate::after {
  content: "\f100c"
}

.hgi-bulk.hgi-inequality-01::after {
  content: "\f100e"
}

.hgi-bulk.hgi-inequality-02::after {
  content: "\f1010"
}

.hgi-bulk.hgi-inequality-circle-01::after {
  content: "\f1012"
}

.hgi-bulk.hgi-inequality-circle-02::after {
  content: "\f1014"
}

.hgi-bulk.hgi-inequality-square-01::after {
  content: "\f1016"
}

.hgi-bulk.hgi-inequality-square-02::after {
  content: "\f1018"
}

.hgi-bulk.hgi-infant::after {
  content: "\f101a"
}

.hgi-bulk.hgi-infinity-01::after {
  content: "\f101c"
}

.hgi-bulk.hgi-infinity-02::after {
  content: "\f101e"
}

.hgi-bulk.hgi-infinity-circle::after {
  content: "\f1020"
}

.hgi-bulk.hgi-infinity-square::after {
  content: "\f1022"
}

.hgi-bulk.hgi-information-circle::after {
  content: "\f1024"
}

.hgi-bulk.hgi-information-diamond::after {
  content: "\f1026"
}

.hgi-bulk.hgi-information-square::after {
  content: "\f1028"
}

.hgi-bulk.hgi-injection::after {
  content: "\f102a"
}

.hgi-bulk.hgi-input-cursor-text::after {
  content: "\f102c"
}

.hgi-bulk.hgi-input-long-text::after {
  content: "\f102e"
}

.hgi-bulk.hgi-input-numeric::after {
  content: "\f1030"
}

.hgi-bulk.hgi-input-short-text::after {
  content: "\f1032"
}

.hgi-bulk.hgi-input-text::after {
  content: "\f1034"
}

.hgi-bulk.hgi-insert-bottom-image::after {
  content: "\f1036"
}

.hgi-bulk.hgi-insert-center-image::after {
  content: "\f1038"
}

.hgi-bulk.hgi-insert-column-left::after {
  content: "\f103a"
}

.hgi-bulk.hgi-insert-column::after {
  content: "\f103c"
}

.hgi-bulk.hgi-insert-pi::after {
  content: "\f103e"
}

.hgi-bulk.hgi-insert-row-down::after {
  content: "\f1040"
}

.hgi-bulk.hgi-insert-row::after {
  content: "\f1042"
}

.hgi-bulk.hgi-insert-row-up::after {
  content: "\f1043"
}

.hgi-bulk.hgi-insert-top-image::after {
  content: "\f1046"
}

.hgi-bulk.hgi-inspect-code::after {
  content: "\f1048"
}

.hgi-bulk.hgi-instagram::after {
  content: "\f104a"
}

.hgi-bulk.hgi-installing-updates-01::after {
  content: "\f104c"
}

.hgi-bulk.hgi-installing-updates-02::after {
  content: "\f104e"
}

.hgi-bulk.hgi-internet-antenna-01::after {
  content: "\f1050"
}

.hgi-bulk.hgi-internet-antenna-02::after {
  content: "\f1052"
}

.hgi-bulk.hgi-internet-antenna-03::after {
  content: "\f1054"
}

.hgi-bulk.hgi-internet-antenna-04::after {
  content: "\f1056"
}

.hgi-bulk.hgi-internet::after {
  content: "\f1058"
}

.hgi-bulk.hgi-investigation::after {
  content: "\f105a"
}

.hgi-bulk.hgi-invoice-01::after {
  content: "\f105c"
}

.hgi-bulk.hgi-invoice-02::after {
  content: "\f105e"
}

.hgi-bulk.hgi-invoice-03::after {
  content: "\f1060"
}

.hgi-bulk.hgi-invoice-04::after {
  content: "\f1062"
}

.hgi-bulk.hgi-invoice::after {
  content: "\f1064"
}

.hgi-bulk.hgi-ipod::after {
  content: "\f1066"
}

.hgi-bulk.hgi-iris-scan::after {
  content: "\f1068"
}

.hgi-bulk.hgi-island::after {
  content: "\f106a"
}

.hgi-bulk.hgi-jar::after {
  content: "\f106c"
}

.hgi-bulk.hgi-java-script::after {
  content: "\f106e"
}

.hgi-bulk.hgi-java::after {
  content: "\f1070"
}

.hgi-bulk.hgi-job-link::after {
  content: "\f1072"
}

.hgi-bulk.hgi-job-search::after {
  content: "\f1074"
}

.hgi-bulk.hgi-job-share::after {
  content: "\f1076"
}

.hgi-bulk.hgi-jogger-pants::after {
  content: "\f1078"
}

.hgi-bulk.hgi-join-bevel::after {
  content: "\f107a"
}

.hgi-bulk.hgi-join-round::after {
  content: "\f107c"
}

.hgi-bulk.hgi-join-straight::after {
  content: "\f107e"
}

.hgi-bulk.hgi-joker::after {
  content: "\f1080"
}

.hgi-bulk.hgi-joystick-01::after {
  content: "\f1082"
}

.hgi-bulk.hgi-joystick-02::after {
  content: "\f1084"
}

.hgi-bulk.hgi-joystick-03::after {
  content: "\f1086"
}

.hgi-bulk.hgi-joystick-04::after {
  content: "\f1088"
}

.hgi-bulk.hgi-joystick-05::after {
  content: "\f108a"
}

.hgi-bulk.hgi-jpg-01::after {
  content: "\f108c"
}

.hgi-bulk.hgi-jpg-02::after {
  content: "\f108e"
}

.hgi-bulk.hgi-jsx-01::after {
  content: "\f1090"
}

.hgi-bulk.hgi-jsx-02::after {
  content: "\f1092"
}

.hgi-bulk.hgi-jsx-03::after {
  content: "\f1094"
}

.hgi-bulk.hgi-judge::after {
  content: "\f1096"
}

.hgi-bulk.hgi-jumpers::after {
  content: "\f1098"
}

.hgi-bulk.hgi-jupiter::after {
  content: "\f109a"
}

.hgi-bulk.hgi-justice-scale-01::after {
  content: "\f109c"
}

.hgi-bulk.hgi-justice-scale-02::after {
  content: "\f109e"
}

.hgi-bulk.hgi-kaaba-01::after {
  content: "\f10a0"
}

.hgi-bulk.hgi-kaaba-02::after {
  content: "\f10a2"
}

.hgi-bulk.hgi-kanban::after {
  content: "\f10a4"
}

.hgi-bulk.hgi-kayak::after {
  content: "\f10a6"
}

.hgi-bulk.hgi-keffiyeh::after {
  content: "\f10a8"
}

.hgi-bulk.hgi-kettle-01::after {
  content: "\f10aa"
}

.hgi-bulk.hgi-kettle::after {
  content: "\f10ac"
}

.hgi-bulk.hgi-kettlebell::after {
  content: "\f10ae"
}

.hgi-bulk.hgi-ketupat::after {
  content: "\f10b0"
}

.hgi-bulk.hgi-key-01::after {
  content: "\f10b2"
}

.hgi-bulk.hgi-key-02::after {
  content: "\f10b4"
}

.hgi-bulk.hgi-key-generator-fob::after {
  content: "\f10b6"
}

.hgi-bulk.hgi-keyboard::after {
  content: "\f10b8"
}

.hgi-bulk.hgi-keyframe-add::after {
  content: "\f10ba"
}

.hgi-bulk.hgi-keyframe-align-center::after {
  content: "\f10bc"
}

.hgi-bulk.hgi-keyframe-align-horizontal::after {
  content: "\f10be"
}

.hgi-bulk.hgi-keyframe-align-vertical::after {
  content: "\f10c0"
}

.hgi-bulk.hgi-keyframe-bottom::after {
  content: "\f10c2"
}

.hgi-bulk.hgi-keyframe-left::after {
  content: "\f10c4"
}

.hgi-bulk.hgi-keyframe-remove::after {
  content: "\f10c6"
}

.hgi-bulk.hgi-keyframe-right::after {
  content: "\f10c8"
}

.hgi-bulk.hgi-keyframe::after {
  content: "\f10ca"
}

.hgi-bulk.hgi-keyframe-top::after {
  content: "\f10cb"
}

.hgi-bulk.hgi-keyframes-double-add::after {
  content: "\f10ce"
}

.hgi-bulk.hgi-keyframes-double-remove::after {
  content: "\f10d0"
}

.hgi-bulk.hgi-keyframes-double::after {
  content: "\f10d2"
}

.hgi-bulk.hgi-keyframes-multiple-add::after {
  content: "\f10d4"
}

.hgi-bulk.hgi-keyframes-multiple-remove::after {
  content: "\f10d6"
}

.hgi-bulk.hgi-keyframes-multiple::after {
  content: "\f10d8"
}

.hgi-bulk.hgi-kickstarter-01::after {
  content: "\f10da"
}

.hgi-bulk.hgi-kickstarter-02::after {
  content: "\f10dc"
}

.hgi-bulk.hgi-kid::after {
  content: "\f10de"
}

.hgi-bulk.hgi-kidneys::after {
  content: "\f10e0"
}

.hgi-bulk.hgi-kimi-ai::after {
  content: "\f10e2"
}

.hgi-bulk.hgi-kissing::after {
  content: "\f10e4"
}

.hgi-bulk.hgi-kitchen-utensils::after {
  content: "\f10e6"
}

.hgi-bulk.hgi-kite::after {
  content: "\f10e8"
}

.hgi-bulk.hgi-klarna::after {
  content: "\f10ea"
}

.hgi-bulk.hgi-knife-01::after {
  content: "\f10ec"
}

.hgi-bulk.hgi-knife-02::after {
  content: "\f10ee"
}

.hgi-bulk.hgi-knife-bread::after {
  content: "\f10f0"
}

.hgi-bulk.hgi-knight-shield::after {
  content: "\f10f2"
}

.hgi-bulk.hgi-knives::after {
  content: "\f10f4"
}

.hgi-bulk.hgi-knowledge-01::after {
  content: "\f10f6"
}

.hgi-bulk.hgi-knowledge-02::after {
  content: "\f10f8"
}

.hgi-bulk.hgi-ko-fi::after {
  content: "\f10fa"
}

.hgi-bulk.hgi-kurta-01::after {
  content: "\f10fc"
}

.hgi-bulk.hgi-kurta::after {
  content: "\f10fe"
}

.hgi-bulk.hgi-label-important::after {
  content: "\f1100"
}

.hgi-bulk.hgi-label::after {
  content: "\f1102"
}

.hgi-bulk.hgi-labor::after {
  content: "\f1104"
}

.hgi-bulk.hgi-labs::after {
  content: "\f1106"
}

.hgi-bulk.hgi-lake::after {
  content: "\f1108"
}

.hgi-bulk.hgi-lamp-01::after {
  content: "\f110a"
}

.hgi-bulk.hgi-lamp-02::after {
  content: "\f110c"
}

.hgi-bulk.hgi-lamp-03::after {
  content: "\f110e"
}

.hgi-bulk.hgi-lamp-04::after {
  content: "\f1110"
}

.hgi-bulk.hgi-lamp-05::after {
  content: "\f1112"
}

.hgi-bulk.hgi-lamp::after {
  content: "\f1114"
}

.hgi-bulk.hgi-language-circle::after {
  content: "\f1116"
}

.hgi-bulk.hgi-language-skill::after {
  content: "\f1118"
}

.hgi-bulk.hgi-language-square::after {
  content: "\f111a"
}

.hgi-bulk.hgi-lantern::after {
  content: "\f111c"
}

.hgi-bulk.hgi-laptop-add::after {
  content: "\f111e"
}

.hgi-bulk.hgi-laptop-charging::after {
  content: "\f1120"
}

.hgi-bulk.hgi-laptop-check::after {
  content: "\f1122"
}

.hgi-bulk.hgi-laptop-cloud::after {
  content: "\f1124"
}

.hgi-bulk.hgi-laptop-issue::after {
  content: "\f1126"
}

.hgi-bulk.hgi-laptop-performance::after {
  content: "\f1128"
}

.hgi-bulk.hgi-laptop-phone-sync::after {
  content: "\f112a"
}

.hgi-bulk.hgi-laptop-programming::after {
  content: "\f112c"
}

.hgi-bulk.hgi-laptop-remove::after {
  content: "\f112e"
}

.hgi-bulk.hgi-laptop::after {
  content: "\f1130"
}

.hgi-bulk.hgi-laptop-settings::after {
  content: "\f1131"
}

.hgi-bulk.hgi-laptop-video::after {
  content: "\f1133"
}

.hgi-bulk.hgi-lasso-tool-01::after {
  content: "\f1136"
}

.hgi-bulk.hgi-lasso-tool-02::after {
  content: "\f1138"
}

.hgi-bulk.hgi-last-fm::after {
  content: "\f113a"
}

.hgi-bulk.hgi-latitude::after {
  content: "\f113c"
}

.hgi-bulk.hgi-laughing::after {
  content: "\f113e"
}

.hgi-bulk.hgi-laurel-wreath-01::after {
  content: "\f1140"
}

.hgi-bulk.hgi-laurel-wreath-02::after {
  content: "\f1142"
}

.hgi-bulk.hgi-laurel-wreath-first-01::after {
  content: "\f1144"
}

.hgi-bulk.hgi-laurel-wreath-first-02::after {
  content: "\f1146"
}

.hgi-bulk.hgi-laurel-wreath-left-01::after {
  content: "\f1148"
}

.hgi-bulk.hgi-laurel-wreath-left-02::after {
  content: "\f114a"
}

.hgi-bulk.hgi-laurel-wreath-left-03::after {
  content: "\f114c"
}

.hgi-bulk.hgi-laurel-wreath-right-01::after {
  content: "\f114e"
}

.hgi-bulk.hgi-laurel-wreath-right-02::after {
  content: "\f1150"
}

.hgi-bulk.hgi-laurel-wreath-right-03::after {
  content: "\f1152"
}

.hgi-bulk.hgi-layer-add::after {
  content: "\f1154"
}

.hgi-bulk.hgi-layer-bring-forward::after {
  content: "\f1156"
}

.hgi-bulk.hgi-layer-bring-to-front::after {
  content: "\f1158"
}

.hgi-bulk.hgi-layer-mask-01::after {
  content: "\f115a"
}

.hgi-bulk.hgi-layer-mask-02::after {
  content: "\f115c"
}

.hgi-bulk.hgi-layer::after {
  content: "\f115e"
}

.hgi-bulk.hgi-layer-send-backward::after {
  content: "\f115f"
}

.hgi-bulk.hgi-layer-send-to-back::after {
  content: "\f1161"
}

.hgi-bulk.hgi-layers-01::after {
  content: "\f1164"
}

.hgi-bulk.hgi-layers-02::after {
  content: "\f1166"
}

.hgi-bulk.hgi-layers-logo::after {
  content: "\f1168"
}

.hgi-bulk.hgi-layout-01::after {
  content: "\f116a"
}

.hgi-bulk.hgi-layout-02::after {
  content: "\f116c"
}

.hgi-bulk.hgi-layout-03::after {
  content: "\f116e"
}

.hgi-bulk.hgi-layout-04::after {
  content: "\f1170"
}

.hgi-bulk.hgi-layout-05::after {
  content: "\f1172"
}

.hgi-bulk.hgi-layout-06::after {
  content: "\f1174"
}

.hgi-bulk.hgi-layout-07::after {
  content: "\f1176"
}

.hgi-bulk.hgi-layout-align-bottom::after {
  content: "\f1178"
}

.hgi-bulk.hgi-layout-align-left::after {
  content: "\f117a"
}

.hgi-bulk.hgi-layout-align-right::after {
  content: "\f117c"
}

.hgi-bulk.hgi-layout-align-top::after {
  content: "\f117e"
}

.hgi-bulk.hgi-layout-bottom::after {
  content: "\f1180"
}

.hgi-bulk.hgi-layout-grid::after {
  content: "\f1182"
}

.hgi-bulk.hgi-layout-left::after {
  content: "\f1184"
}

.hgi-bulk.hgi-layout-right::after {
  content: "\f1186"
}

.hgi-bulk.hgi-layout-table-01::after {
  content: "\f1188"
}

.hgi-bulk.hgi-layout-table-02::after {
  content: "\f118a"
}

.hgi-bulk.hgi-layout-three-column::after {
  content: "\f118c"
}

.hgi-bulk.hgi-layout-three-row::after {
  content: "\f118e"
}

.hgi-bulk.hgi-layout-top::after {
  content: "\f1190"
}

.hgi-bulk.hgi-layout-two-column::after {
  content: "\f1192"
}

.hgi-bulk.hgi-layout-two-row::after {
  content: "\f1194"
}

.hgi-bulk.hgi-leaf-01::after {
  content: "\f1196"
}

.hgi-bulk.hgi-leaf-02::after {
  content: "\f1198"
}

.hgi-bulk.hgi-leaf-03::after {
  content: "\f119a"
}

.hgi-bulk.hgi-leaf-04::after {
  content: "\f119c"
}

.hgi-bulk.hgi-leaving-geo-fence::after {
  content: "\f119e"
}

.hgi-bulk.hgi-leetcode::after {
  content: "\f11a0"
}

.hgi-bulk.hgi-left-angle::after {
  content: "\f11a2"
}

.hgi-bulk.hgi-left-to-right-block-quote::after {
  content: "\f11a4"
}

.hgi-bulk.hgi-left-to-right-list-bullet::after {
  content: "\f11a6"
}

.hgi-bulk.hgi-left-to-right-list-dash::after {
  content: "\f11a8"
}

.hgi-bulk.hgi-left-to-right-list-number::after {
  content: "\f11aa"
}

.hgi-bulk.hgi-left-to-right-list-star-01::after {
  content: "\f11ac"
}

.hgi-bulk.hgi-left-to-right-list-star::after {
  content: "\f11ae"
}

.hgi-bulk.hgi-left-to-right-list-triangle::after {
  content: "\f11b0"
}

.hgi-bulk.hgi-left-triangle::after {
  content: "\f11b2"
}

.hgi-bulk.hgi-legal-01::after {
  content: "\f11b4"
}

.hgi-bulk.hgi-legal-02::after {
  content: "\f11b6"
}

.hgi-bulk.hgi-legal-document-01::after {
  content: "\f11b8"
}

.hgi-bulk.hgi-legal-document-02::after {
  content: "\f11ba"
}

.hgi-bulk.hgi-legal-hammer::after {
  content: "\f11bc"
}

.hgi-bulk.hgi-less-than-circle::after {
  content: "\f11be"
}

.hgi-bulk.hgi-less-than::after {
  content: "\f11c0"
}

.hgi-bulk.hgi-less-than-square::after {
  content: "\f11c1"
}

.hgi-bulk.hgi-letter-spacing::after {
  content: "\f11c4"
}

.hgi-bulk.hgi-libraries::after {
  content: "\f11c6"
}

.hgi-bulk.hgi-library::after {
  content: "\f11c8"
}

.hgi-bulk.hgi-license-draft::after {
  content: "\f11ca"
}

.hgi-bulk.hgi-license-maintenance::after {
  content: "\f11cc"
}

.hgi-bulk.hgi-license-no::after {
  content: "\f11ce"
}

.hgi-bulk.hgi-license-pin::after {
  content: "\f11d0"
}

.hgi-bulk.hgi-license::after {
  content: "\f11d2"
}

.hgi-bulk.hgi-license-third-party::after {
  content: "\f11d3"
}

.hgi-bulk.hgi-lift-truck::after {
  content: "\f11d6"
}

.hgi-bulk.hgi-lighthouse::after {
  content: "\f11d8"
}

.hgi-bulk.hgi-limit-order::after {
  content: "\f11da"
}

.hgi-bulk.hgi-limitation::after {
  content: "\f11dc"
}

.hgi-bulk.hgi-line::after {
  content: "\f11de"
}

.hgi-bulk.hgi-liner::after {
  content: "\f11e0"
}

.hgi-bulk.hgi-link-01::after {
  content: "\f11e2"
}

.hgi-bulk.hgi-link-02::after {
  content: "\f11e4"
}

.hgi-bulk.hgi-link-03::after {
  content: "\f11e6"
}

.hgi-bulk.hgi-link-04::after {
  content: "\f11e8"
}

.hgi-bulk.hgi-link-05::after {
  content: "\f11ea"
}

.hgi-bulk.hgi-link-06::after {
  content: "\f11ec"
}

.hgi-bulk.hgi-link-backward::after {
  content: "\f11ee"
}

.hgi-bulk.hgi-link-circle-02::after {
  content: "\f11f0"
}

.hgi-bulk.hgi-link-circle::after {
  content: "\f11f2"
}

.hgi-bulk.hgi-link-forward::after {
  content: "\f11f4"
}

.hgi-bulk.hgi-link-square-01::after {
  content: "\f11f6"
}

.hgi-bulk.hgi-link-square-02::after {
  content: "\f11f8"
}

.hgi-bulk.hgi-linkedin-01::after {
  content: "\f11fa"
}

.hgi-bulk.hgi-linkedin-02::after {
  content: "\f11fc"
}

.hgi-bulk.hgi-list-setting::after {
  content: "\f11fe"
}

.hgi-bulk.hgi-list-view::after {
  content: "\f1200"
}

.hgi-bulk.hgi-litecoin::after {
  content: "\f1202"
}

.hgi-bulk.hgi-live-streaming-01::after {
  content: "\f1204"
}

.hgi-bulk.hgi-live-streaming-02::after {
  content: "\f1206"
}

.hgi-bulk.hgi-live-streaming-03::after {
  content: "\f1208"
}

.hgi-bulk.hgi-liver::after {
  content: "\f120a"
}

.hgi-bulk.hgi-loading-01::after {
  content: "\f120c"
}

.hgi-bulk.hgi-loading-02::after {
  content: "\f120e"
}

.hgi-bulk.hgi-loading-03::after {
  content: "\f1210"
}

.hgi-bulk.hgi-loading-04::after {
  content: "\f1212"
}

.hgi-bulk.hgi-location-01::after {
  content: "\f1214"
}

.hgi-bulk.hgi-location-02::after {
  content: "\f1216"
}

.hgi-bulk.hgi-location-03::after {
  content: "\f1218"
}

.hgi-bulk.hgi-location-04::after {
  content: "\f121a"
}

.hgi-bulk.hgi-location-05::after {
  content: "\f121c"
}

.hgi-bulk.hgi-location-06::after {
  content: "\f121e"
}

.hgi-bulk.hgi-location-07::after {
  content: "\f1220"
}

.hgi-bulk.hgi-location-08::after {
  content: "\f1222"
}

.hgi-bulk.hgi-location-09::after {
  content: "\f1224"
}

.hgi-bulk.hgi-location-10::after {
  content: "\f1226"
}

.hgi-bulk.hgi-location-add-01::after {
  content: "\f1228"
}

.hgi-bulk.hgi-location-add-02::after {
  content: "\f122a"
}

.hgi-bulk.hgi-location-check-01::after {
  content: "\f122c"
}

.hgi-bulk.hgi-location-check-02::after {
  content: "\f122e"
}

.hgi-bulk.hgi-location-favourite-01::after {
  content: "\f1230"
}

.hgi-bulk.hgi-location-favourite-02::after {
  content: "\f1232"
}

.hgi-bulk.hgi-location-offline-01::after {
  content: "\f1234"
}

.hgi-bulk.hgi-location-offline-02::after {
  content: "\f1236"
}

.hgi-bulk.hgi-location-offline-03::after {
  content: "\f1238"
}

.hgi-bulk.hgi-location-offline-04::after {
  content: "\f123a"
}

.hgi-bulk.hgi-location-remove-01::after {
  content: "\f123c"
}

.hgi-bulk.hgi-location-remove-02::after {
  content: "\f123e"
}

.hgi-bulk.hgi-location-share-01::after {
  content: "\f1240"
}

.hgi-bulk.hgi-location-share-02::after {
  content: "\f1242"
}

.hgi-bulk.hgi-location-star-01::after {
  content: "\f1244"
}

.hgi-bulk.hgi-location-star-02::after {
  content: "\f1246"
}

.hgi-bulk.hgi-location-update-01::after {
  content: "\f1248"
}

.hgi-bulk.hgi-location-update-02::after {
  content: "\f124a"
}

.hgi-bulk.hgi-location-user-01::after {
  content: "\f124c"
}

.hgi-bulk.hgi-location-user-02::after {
  content: "\f124e"
}

.hgi-bulk.hgi-location-user-03::after {
  content: "\f1250"
}

.hgi-bulk.hgi-location-user-04::after {
  content: "\f1252"
}

.hgi-bulk.hgi-lock-computer::after {
  content: "\f1254"
}

.hgi-bulk.hgi-lock-key::after {
  content: "\f1256"
}

.hgi-bulk.hgi-lock-password::after {
  content: "\f1258"
}

.hgi-bulk.hgi-lock::after {
  content: "\f125a"
}

.hgi-bulk.hgi-lock-sync-01::after {
  content: "\f125b"
}

.hgi-bulk.hgi-lock-sync-02::after {
  content: "\f125d"
}

.hgi-bulk.hgi-locked::after {
  content: "\f1260"
}

.hgi-bulk.hgi-locker-01::after {
  content: "\f1262"
}

.hgi-bulk.hgi-locker::after {
  content: "\f1264"
}

.hgi-bulk.hgi-login-01::after {
  content: "\f1266"
}

.hgi-bulk.hgi-login-02::after {
  content: "\f1268"
}

.hgi-bulk.hgi-login-03::after {
  content: "\f126a"
}

.hgi-bulk.hgi-login-circle-01::after {
  content: "\f126c"
}

.hgi-bulk.hgi-login-circle-02::after {
  content: "\f126e"
}

.hgi-bulk.hgi-login-method::after {
  content: "\f1270"
}

.hgi-bulk.hgi-login-square-01::after {
  content: "\f1272"
}

.hgi-bulk.hgi-login-square-02::after {
  content: "\f1274"
}

.hgi-bulk.hgi-logout-01::after {
  content: "\f1276"
}

.hgi-bulk.hgi-logout-02::after {
  content: "\f1278"
}

.hgi-bulk.hgi-logout-03::after {
  content: "\f127a"
}

.hgi-bulk.hgi-logout-04::after {
  content: "\f127c"
}

.hgi-bulk.hgi-logout-05::after {
  content: "\f127e"
}

.hgi-bulk.hgi-logout-circle-01::after {
  content: "\f1280"
}

.hgi-bulk.hgi-logout-circle-02::after {
  content: "\f1282"
}

.hgi-bulk.hgi-logout-square-01::after {
  content: "\f1284"
}

.hgi-bulk.hgi-logout-square-02::after {
  content: "\f1286"
}

.hgi-bulk.hgi-lollipop::after {
  content: "\f1288"
}

.hgi-bulk.hgi-long-sleeve-shirt::after {
  content: "\f128a"
}

.hgi-bulk.hgi-longitude::after {
  content: "\f128c"
}

.hgi-bulk.hgi-look-bottom::after {
  content: "\f128e"
}

.hgi-bulk.hgi-look-left::after {
  content: "\f1290"
}

.hgi-bulk.hgi-look-right::after {
  content: "\f1292"
}

.hgi-bulk.hgi-look-top::after {
  content: "\f1294"
}

.hgi-bulk.hgi-loom::after {
  content: "\f1296"
}

.hgi-bulk.hgi-lottiefiles::after {
  content: "\f1298"
}

.hgi-bulk.hgi-love-korean-finger::after {
  content: "\f129a"
}

.hgi-bulk.hgi-low-signal::after {
  content: "\f129c"
}

.hgi-bulk.hgi-loyalty-card::after {
  content: "\f129e"
}

.hgi-bulk.hgi-luggage-01::after {
  content: "\f12a0"
}

.hgi-bulk.hgi-luggage-02::after {
  content: "\f12a2"
}

.hgi-bulk.hgi-lungs::after {
  content: "\f12a4"
}

.hgi-bulk.hgi-machine-robot::after {
  content: "\f12a6"
}

.hgi-bulk.hgi-magic-wand-01::after {
  content: "\f12a8"
}

.hgi-bulk.hgi-magic-wand-02::after {
  content: "\f12aa"
}

.hgi-bulk.hgi-magic-wand-03::after {
  content: "\f12ac"
}

.hgi-bulk.hgi-magic-wand-04::after {
  content: "\f12ae"
}

.hgi-bulk.hgi-magic-wand-05::after {
  content: "\f12b0"
}

.hgi-bulk.hgi-magnet-01::after {
  content: "\f12b2"
}

.hgi-bulk.hgi-magnet-02::after {
  content: "\f12b4"
}

.hgi-bulk.hgi-magnet::after {
  content: "\f12b6"
}

.hgi-bulk.hgi-mail-01::after {
  content: "\f12b8"
}

.hgi-bulk.hgi-mail-02::after {
  content: "\f12ba"
}

.hgi-bulk.hgi-mail-account-01::after {
  content: "\f12bc"
}

.hgi-bulk.hgi-mail-account-02::after {
  content: "\f12be"
}

.hgi-bulk.hgi-mail-add-01::after {
  content: "\f12c0"
}

.hgi-bulk.hgi-mail-add-02::after {
  content: "\f12c2"
}

.hgi-bulk.hgi-mail-at-sign-01::after {
  content: "\f12c4"
}

.hgi-bulk.hgi-mail-at-sign-02::after {
  content: "\f12c6"
}

.hgi-bulk.hgi-mail-block-01::after {
  content: "\f12c8"
}

.hgi-bulk.hgi-mail-block-02::after {
  content: "\f12ca"
}

.hgi-bulk.hgi-mail-download-01::after {
  content: "\f12cc"
}

.hgi-bulk.hgi-mail-download-02::after {
  content: "\f12ce"
}

.hgi-bulk.hgi-mail-edit-01::after {
  content: "\f12d0"
}

.hgi-bulk.hgi-mail-edit-02::after {
  content: "\f12d2"
}

.hgi-bulk.hgi-mail-lock-01::after {
  content: "\f12d4"
}

.hgi-bulk.hgi-mail-lock-02::after {
  content: "\f12d6"
}

.hgi-bulk.hgi-mail-love-01::after {
  content: "\f12d8"
}

.hgi-bulk.hgi-mail-love-02::after {
  content: "\f12da"
}

.hgi-bulk.hgi-mail-minus-01::after {
  content: "\f12dc"
}

.hgi-bulk.hgi-mail-minus-02::after {
  content: "\f12de"
}

.hgi-bulk.hgi-mail-open-01::after {
  content: "\f12e0"
}

.hgi-bulk.hgi-mail-open-02::after {
  content: "\f12e2"
}

.hgi-bulk.hgi-mail-open-love::after {
  content: "\f12e4"
}

.hgi-bulk.hgi-mail-open::after {
  content: "\f12e6"
}

.hgi-bulk.hgi-mail-receive-01::after {
  content: "\f12e8"
}

.hgi-bulk.hgi-mail-receive-02::after {
  content: "\f12ea"
}

.hgi-bulk.hgi-mail-remove-01::after {
  content: "\f12ec"
}

.hgi-bulk.hgi-mail-remove-02::after {
  content: "\f12ee"
}

.hgi-bulk.hgi-mail-reply-01::after {
  content: "\f12f0"
}

.hgi-bulk.hgi-mail-reply-02::after {
  content: "\f12f2"
}

.hgi-bulk.hgi-mail-reply-all-01::after {
  content: "\f12f4"
}

.hgi-bulk.hgi-mail-reply-all-02::after {
  content: "\f12f6"
}

.hgi-bulk.hgi-mail-search-01::after {
  content: "\f12f8"
}

.hgi-bulk.hgi-mail-search-02::after {
  content: "\f12fa"
}

.hgi-bulk.hgi-mail-secure-01::after {
  content: "\f12fc"
}

.hgi-bulk.hgi-mail-secure-02::after {
  content: "\f12fe"
}

.hgi-bulk.hgi-mail-send-01::after {
  content: "\f1300"
}

.hgi-bulk.hgi-mail-send-02::after {
  content: "\f1302"
}

.hgi-bulk.hgi-mail-setting-01::after {
  content: "\f1304"
}

.hgi-bulk.hgi-mail-setting-02::after {
  content: "\f1306"
}

.hgi-bulk.hgi-mail-unlock-01::after {
  content: "\f1308"
}

.hgi-bulk.hgi-mail-unlock-02::after {
  content: "\f130a"
}

.hgi-bulk.hgi-mail-upload-01::after {
  content: "\f130c"
}

.hgi-bulk.hgi-mail-upload-02::after {
  content: "\f130e"
}

.hgi-bulk.hgi-mail-validation-01::after {
  content: "\f1310"
}

.hgi-bulk.hgi-mail-validation-02::after {
  content: "\f1312"
}

.hgi-bulk.hgi-mail-voice-01::after {
  content: "\f1314"
}

.hgi-bulk.hgi-mail-voice-02::after {
  content: "\f1316"
}

.hgi-bulk.hgi-mailbox-01::after {
  content: "\f1318"
}

.hgi-bulk.hgi-mailbox::after {
  content: "\f131a"
}

.hgi-bulk.hgi-male-02::after {
  content: "\f131c"
}

.hgi-bulk.hgi-male-symbol::after {
  content: "\f131e"
}

.hgi-bulk.hgi-man::after {
  content: "\f1320"
}

.hgi-bulk.hgi-man-woman::after {
  content: "\f1321"
}

.hgi-bulk.hgi-manager::after {
  content: "\f1324"
}

.hgi-bulk.hgi-map-pin::after {
  content: "\f1326"
}

.hgi-bulk.hgi-map-pinpoint-01::after {
  content: "\f1328"
}

.hgi-bulk.hgi-map-pinpoint-02::after {
  content: "\f132a"
}

.hgi-bulk.hgi-maping::after {
  content: "\f132c"
}

.hgi-bulk.hgi-maps-circle-01::after {
  content: "\f132e"
}

.hgi-bulk.hgi-maps-circle-02::after {
  content: "\f1330"
}

.hgi-bulk.hgi-maps-editing::after {
  content: "\f1332"
}

.hgi-bulk.hgi-maps-global-01::after {
  content: "\f1334"
}

.hgi-bulk.hgi-maps-global-02::after {
  content: "\f1336"
}

.hgi-bulk.hgi-maps-location-01::after {
  content: "\f1338"
}

.hgi-bulk.hgi-maps-location-02::after {
  content: "\f133a"
}

.hgi-bulk.hgi-maps-off::after {
  content: "\f133c"
}

.hgi-bulk.hgi-maps-refresh::after {
  content: "\f133e"
}

.hgi-bulk.hgi-maps-search::after {
  content: "\f1340"
}

.hgi-bulk.hgi-maps::after {
  content: "\f1342"
}

.hgi-bulk.hgi-maps-square-01::after {
  content: "\f1343"
}

.hgi-bulk.hgi-maps-square-02::after {
  content: "\f1345"
}

.hgi-bulk.hgi-market-analysis::after {
  content: "\f1348"
}

.hgi-bulk.hgi-market-order::after {
  content: "\f134a"
}

.hgi-bulk.hgi-marketing::after {
  content: "\f134c"
}

.hgi-bulk.hgi-mask-love::after {
  content: "\f134e"
}

.hgi-bulk.hgi-mask::after {
  content: "\f1350"
}

.hgi-bulk.hgi-mask-theater-01::after {
  content: "\f1351"
}

.hgi-bulk.hgi-mask-theater-02::after {
  content: "\f1353"
}

.hgi-bulk.hgi-master-card::after {
  content: "\f1356"
}

.hgi-bulk.hgi-mastodon::after {
  content: "\f1358"
}

.hgi-bulk.hgi-matches::after {
  content: "\f135a"
}

.hgi-bulk.hgi-material-and-texture::after {
  content: "\f135c"
}

.hgi-bulk.hgi-math::after {
  content: "\f135e"
}

.hgi-bulk.hgi-matrix::after {
  content: "\f1360"
}

.hgi-bulk.hgi-maximize-01::after {
  content: "\f1362"
}

.hgi-bulk.hgi-maximize-02::after {
  content: "\f1364"
}

.hgi-bulk.hgi-maximize-03::after {
  content: "\f1366"
}

.hgi-bulk.hgi-maximize-04::after {
  content: "\f1368"
}

.hgi-bulk.hgi-maximize-screen::after {
  content: "\f136a"
}

.hgi-bulk.hgi-mayan-pyramid::after {
  content: "\f136c"
}

.hgi-bulk.hgi-maze::after {
  content: "\f136e"
}

.hgi-bulk.hgi-mcp-server::after {
  content: "\f1370"
}

.hgi-bulk.hgi-meal-scan::after {
  content: "\f1372"
}

.hgi-bulk.hgi-medal-01::after {
  content: "\f1374"
}

.hgi-bulk.hgi-medal-02::after {
  content: "\f1376"
}

.hgi-bulk.hgi-medal-03::after {
  content: "\f1378"
}

.hgi-bulk.hgi-medal-04::after {
  content: "\f137a"
}

.hgi-bulk.hgi-medal-05::after {
  content: "\f137c"
}

.hgi-bulk.hgi-medal-06::after {
  content: "\f137e"
}

.hgi-bulk.hgi-medal-07::after {
  content: "\f1380"
}

.hgi-bulk.hgi-medal-first-place::after {
  content: "\f1382"
}

.hgi-bulk.hgi-medal-second-place::after {
  content: "\f1384"
}

.hgi-bulk.hgi-medal-third-place::after {
  content: "\f1386"
}

.hgi-bulk.hgi-medical-file::after {
  content: "\f1388"
}

.hgi-bulk.hgi-medical-mask::after {
  content: "\f138a"
}

.hgi-bulk.hgi-medicine-01::after {
  content: "\f138c"
}

.hgi-bulk.hgi-medicine-02::after {
  content: "\f138e"
}

.hgi-bulk.hgi-medicine-bottle-01::after {
  content: "\f1390"
}

.hgi-bulk.hgi-medicine-bottle-02::after {
  content: "\f1392"
}

.hgi-bulk.hgi-medicine-syrup::after {
  content: "\f1394"
}

.hgi-bulk.hgi-medium::after {
  content: "\f1396"
}

.hgi-bulk.hgi-medium-signal::after {
  content: "\f1397"
}

.hgi-bulk.hgi-medium-square::after {
  content: "\f1399"
}

.hgi-bulk.hgi-meeting-room::after {
  content: "\f139c"
}

.hgi-bulk.hgi-megaphone-01::after {
  content: "\f139e"
}

.hgi-bulk.hgi-megaphone-02::after {
  content: "\f13a0"
}

.hgi-bulk.hgi-megaphone-03::after {
  content: "\f13a2"
}

.hgi-bulk.hgi-meh::after {
  content: "\f13a4"
}

.hgi-bulk.hgi-mentor::after {
  content: "\f13a6"
}

.hgi-bulk.hgi-mentoring::after {
  content: "\f13a8"
}

.hgi-bulk.hgi-menu-01::after {
  content: "\f13aa"
}

.hgi-bulk.hgi-menu-02::after {
  content: "\f13ac"
}

.hgi-bulk.hgi-menu-03::after {
  content: "\f13ae"
}

.hgi-bulk.hgi-menu-04::after {
  content: "\f13b0"
}

.hgi-bulk.hgi-menu-05::after {
  content: "\f13b2"
}

.hgi-bulk.hgi-menu-06::after {
  content: "\f13b4"
}

.hgi-bulk.hgi-menu-07::after {
  content: "\f13b6"
}

.hgi-bulk.hgi-menu-08::after {
  content: "\f13b8"
}

.hgi-bulk.hgi-menu-09::after {
  content: "\f13ba"
}

.hgi-bulk.hgi-menu-10::after {
  content: "\f13bc"
}

.hgi-bulk.hgi-menu-11::after {
  content: "\f13be"
}

.hgi-bulk.hgi-menu-circle::after {
  content: "\f13c0"
}

.hgi-bulk.hgi-menu-collapse::after {
  content: "\f13c2"
}

.hgi-bulk.hgi-menu-restaurant::after {
  content: "\f13c4"
}

.hgi-bulk.hgi-menu-square::after {
  content: "\f13c6"
}

.hgi-bulk.hgi-menu-two-line::after {
  content: "\f13c8"
}

.hgi-bulk.hgi-message-01::after {
  content: "\f13ca"
}

.hgi-bulk.hgi-message-02::after {
  content: "\f13cc"
}

.hgi-bulk.hgi-message-add-01::after {
  content: "\f13ce"
}

.hgi-bulk.hgi-message-add-02::after {
  content: "\f13d0"
}

.hgi-bulk.hgi-message-blocked::after {
  content: "\f13d2"
}

.hgi-bulk.hgi-message-cancel-01::after {
  content: "\f13d4"
}

.hgi-bulk.hgi-message-cancel-02::after {
  content: "\f13d6"
}

.hgi-bulk.hgi-message-delay-01::after {
  content: "\f13d8"
}

.hgi-bulk.hgi-message-delay-02::after {
  content: "\f13da"
}

.hgi-bulk.hgi-message-done-01::after {
  content: "\f13dc"
}

.hgi-bulk.hgi-message-done-02::after {
  content: "\f13de"
}

.hgi-bulk.hgi-message-download-01::after {
  content: "\f13e0"
}

.hgi-bulk.hgi-message-download-02::after {
  content: "\f13e2"
}

.hgi-bulk.hgi-message-edit-01::after {
  content: "\f13e4"
}

.hgi-bulk.hgi-message-edit-02::after {
  content: "\f13e6"
}

.hgi-bulk.hgi-message-favourite-01::after {
  content: "\f13e8"
}

.hgi-bulk.hgi-message-favourite-02::after {
  content: "\f13ea"
}

.hgi-bulk.hgi-message-incoming-01::after {
  content: "\f13ec"
}

.hgi-bulk.hgi-message-incoming-02::after {
  content: "\f13ee"
}

.hgi-bulk.hgi-message-lock-01::after {
  content: "\f13f0"
}

.hgi-bulk.hgi-message-lock-02::after {
  content: "\f13f2"
}

.hgi-bulk.hgi-message-multiple-01::after {
  content: "\f13f4"
}

.hgi-bulk.hgi-message-multiple-02::after {
  content: "\f13f6"
}

.hgi-bulk.hgi-message-notification-01::after {
  content: "\f13f8"
}

.hgi-bulk.hgi-message-notification-02::after {
  content: "\f13fa"
}

.hgi-bulk.hgi-message-outgoing-01::after {
  content: "\f13fc"
}

.hgi-bulk.hgi-message-outgoing-02::after {
  content: "\f13fe"
}

.hgi-bulk.hgi-message-preview-01::after {
  content: "\f1400"
}

.hgi-bulk.hgi-message-preview-02::after {
  content: "\f1402"
}

.hgi-bulk.hgi-message-programming::after {
  content: "\f1404"
}

.hgi-bulk.hgi-message-question::after {
  content: "\f1406"
}

.hgi-bulk.hgi-message-search-01::after {
  content: "\f1408"
}

.hgi-bulk.hgi-message-search-02::after {
  content: "\f140a"
}

.hgi-bulk.hgi-message-secure-01::after {
  content: "\f140c"
}

.hgi-bulk.hgi-message-secure-02::after {
  content: "\f140e"
}

.hgi-bulk.hgi-message-translate::after {
  content: "\f1410"
}

.hgi-bulk.hgi-message-unlock-01::after {
  content: "\f1412"
}

.hgi-bulk.hgi-message-unlock-02::after {
  content: "\f1414"
}

.hgi-bulk.hgi-message-upload-01::after {
  content: "\f1416"
}

.hgi-bulk.hgi-message-upload-02::after {
  content: "\f1418"
}

.hgi-bulk.hgi-message-user-01::after {
  content: "\f141a"
}

.hgi-bulk.hgi-message-user-02::after {
  content: "\f141c"
}

.hgi-bulk.hgi-messenger::after {
  content: "\f141e"
}

.hgi-bulk.hgi-meta::after {
  content: "\f1420"
}

.hgi-bulk.hgi-metro::after {
  content: "\f1422"
}

.hgi-bulk.hgi-mic-01::after {
  content: "\f1424"
}

.hgi-bulk.hgi-mic-02::after {
  content: "\f1426"
}

.hgi-bulk.hgi-mic-off-01::after {
  content: "\f1428"
}

.hgi-bulk.hgi-mic-off-02::after {
  content: "\f142a"
}

.hgi-bulk.hgi-microscope::after {
  content: "\f142c"
}

.hgi-bulk.hgi-microsoft-admin::after {
  content: "\f142e"
}

.hgi-bulk.hgi-microsoft::after {
  content: "\f1430"
}

.hgi-bulk.hgi-microwave::after {
  content: "\f1432"
}

.hgi-bulk.hgi-milk-bottle::after {
  content: "\f1434"
}

.hgi-bulk.hgi-milk-carton::after {
  content: "\f1436"
}

.hgi-bulk.hgi-milk-coconut::after {
  content: "\f1438"
}

.hgi-bulk.hgi-milk-oat::after {
  content: "\f143a"
}

.hgi-bulk.hgi-minimize-01::after {
  content: "\f143c"
}

.hgi-bulk.hgi-minimize-02::after {
  content: "\f143e"
}

.hgi-bulk.hgi-minimize-03::after {
  content: "\f1440"
}

.hgi-bulk.hgi-minimize-04::after {
  content: "\f1442"
}

.hgi-bulk.hgi-minimize-screen::after {
  content: "\f1444"
}

.hgi-bulk.hgi-mining-01::after {
  content: "\f1446"
}

.hgi-bulk.hgi-mining-02::after {
  content: "\f1448"
}

.hgi-bulk.hgi-mining-03::after {
  content: "\f144a"
}

.hgi-bulk.hgi-minus-plus-01::after {
  content: "\f144c"
}

.hgi-bulk.hgi-minus-plus-02::after {
  content: "\f144e"
}

.hgi-bulk.hgi-minus-plus-circle-01::after {
  content: "\f1450"
}

.hgi-bulk.hgi-minus-plus-circle-02::after {
  content: "\f1452"
}

.hgi-bulk.hgi-minus-plus-square-01::after {
  content: "\f1454"
}

.hgi-bulk.hgi-minus-plus-square-02::after {
  content: "\f1456"
}

.hgi-bulk.hgi-minus-sign-circle::after {
  content: "\f1458"
}

.hgi-bulk.hgi-minus-sign::after {
  content: "\f145a"
}

.hgi-bulk.hgi-minus-sign-square::after {
  content: "\f145b"
}

.hgi-bulk.hgi-mirror::after {
  content: "\f145e"
}

.hgi-bulk.hgi-mirroring-screen::after {
  content: "\f1460"
}

.hgi-bulk.hgi-mistral::after {
  content: "\f1462"
}

.hgi-bulk.hgi-mixer::after {
  content: "\f1464"
}

.hgi-bulk.hgi-mobile-navigator-01::after {
  content: "\f1466"
}

.hgi-bulk.hgi-mobile-navigator-02::after {
  content: "\f1468"
}

.hgi-bulk.hgi-mobile-programming-01::after {
  content: "\f146a"
}

.hgi-bulk.hgi-mobile-programming-02::after {
  content: "\f146c"
}

.hgi-bulk.hgi-mobile-protection::after {
  content: "\f146e"
}

.hgi-bulk.hgi-mobile-security::after {
  content: "\f1470"
}

.hgi-bulk.hgi-mochi::after {
  content: "\f1472"
}

.hgi-bulk.hgi-modern-tv-four-k::after {
  content: "\f1474"
}

.hgi-bulk.hgi-modern-tv-issue::after {
  content: "\f1476"
}

.hgi-bulk.hgi-modern-tv::after {
  content: "\f1478"
}

.hgi-bulk.hgi-molecules::after {
  content: "\f147a"
}

.hgi-bulk.hgi-mollie::after {
  content: "\f147c"
}

.hgi-bulk.hgi-monas::after {
  content: "\f147e"
}

.hgi-bulk.hgi-money-01::after {
  content: "\f1480"
}

.hgi-bulk.hgi-money-02::after {
  content: "\f1482"
}

.hgi-bulk.hgi-money-03::after {
  content: "\f1484"
}

.hgi-bulk.hgi-money-04::after {
  content: "\f1486"
}

.hgi-bulk.hgi-money-add-01::after {
  content: "\f1488"
}

.hgi-bulk.hgi-money-add-02::after {
  content: "\f148a"
}

.hgi-bulk.hgi-money-bag-01::after {
  content: "\f148c"
}

.hgi-bulk.hgi-money-bag-02::after {
  content: "\f148e"
}

.hgi-bulk.hgi-money-exchange-01::after {
  content: "\f1490"
}

.hgi-bulk.hgi-money-exchange-02::after {
  content: "\f1492"
}

.hgi-bulk.hgi-money-exchange-03::after {
  content: "\f1494"
}

.hgi-bulk.hgi-money-not-found-01::after {
  content: "\f1496"
}

.hgi-bulk.hgi-money-not-found-02::after {
  content: "\f1498"
}

.hgi-bulk.hgi-money-not-found-03::after {
  content: "\f149a"
}

.hgi-bulk.hgi-money-not-found-04::after {
  content: "\f149c"
}

.hgi-bulk.hgi-money-receive-01::after {
  content: "\f149e"
}

.hgi-bulk.hgi-money-receive-02::after {
  content: "\f14a0"
}

.hgi-bulk.hgi-money-receive-circle::after {
  content: "\f14a2"
}

.hgi-bulk.hgi-money-receive-flow-01::after {
  content: "\f14a4"
}

.hgi-bulk.hgi-money-receive-flow-02::after {
  content: "\f14a6"
}

.hgi-bulk.hgi-money-receive-square::after {
  content: "\f14a8"
}

.hgi-bulk.hgi-money-remove-01::after {
  content: "\f14aa"
}

.hgi-bulk.hgi-money-remove-02::after {
  content: "\f14ac"
}

.hgi-bulk.hgi-money-safe::after {
  content: "\f14ae"
}

.hgi-bulk.hgi-money-saving-jar::after {
  content: "\f14b0"
}

.hgi-bulk.hgi-money-security::after {
  content: "\f14b2"
}

.hgi-bulk.hgi-money-send-01::after {
  content: "\f14b4"
}

.hgi-bulk.hgi-money-send-02::after {
  content: "\f14b6"
}

.hgi-bulk.hgi-money-send-circle::after {
  content: "\f14b8"
}

.hgi-bulk.hgi-money-send-flow-01::after {
  content: "\f14ba"
}

.hgi-bulk.hgi-money-send-flow-02::after {
  content: "\f14bc"
}

.hgi-bulk.hgi-money-send-square::after {
  content: "\f14be"
}

.hgi-bulk.hgi-monocle-01::after {
  content: "\f14c0"
}

.hgi-bulk.hgi-monocle::after {
  content: "\f14c2"
}

.hgi-bulk.hgi-monster::after {
  content: "\f14c4"
}

.hgi-bulk.hgi-moon-01::after {
  content: "\f14c6"
}

.hgi-bulk.hgi-moon-02::after {
  content: "\f14c8"
}

.hgi-bulk.hgi-moon-angled-rain-zap::after {
  content: "\f14ca"
}

.hgi-bulk.hgi-moon-cloud-angled-rain::after {
  content: "\f14cc"
}

.hgi-bulk.hgi-moon-cloud-angled-zap::after {
  content: "\f14ce"
}

.hgi-bulk.hgi-moon-cloud-big-rain::after {
  content: "\f14d0"
}

.hgi-bulk.hgi-moon-cloud-fast-wind::after {
  content: "\f14d2"
}

.hgi-bulk.hgi-moon-cloud-hailstone::after {
  content: "\f14d4"
}

.hgi-bulk.hgi-moon-cloud-little-rain::after {
  content: "\f14d6"
}

.hgi-bulk.hgi-moon-cloud-little-snow::after {
  content: "\f14d8"
}

.hgi-bulk.hgi-moon-cloud-mid-rain::after {
  content: "\f14da"
}

.hgi-bulk.hgi-moon-cloud-mid-snow::after {
  content: "\f14dc"
}

.hgi-bulk.hgi-moon-cloud::after {
  content: "\f14de"
}

.hgi-bulk.hgi-moon-cloud-slow-wind::after {
  content: "\f14df"
}

.hgi-bulk.hgi-moon-cloud-snow::after {
  content: "\f14e1"
}

.hgi-bulk.hgi-moon-eclipse::after {
  content: "\f14e4"
}

.hgi-bulk.hgi-moon-fast-wind::after {
  content: "\f14e6"
}

.hgi-bulk.hgi-moon-landing::after {
  content: "\f14e8"
}

.hgi-bulk.hgi-moon::after {
  content: "\f14ea"
}

.hgi-bulk.hgi-moon-slow-wind::after {
  content: "\f14eb"
}

.hgi-bulk.hgi-moonset::after {
  content: "\f14ee"
}

.hgi-bulk.hgi-more-01::after {
  content: "\f14f0"
}

.hgi-bulk.hgi-more-02::after {
  content: "\f14f2"
}

.hgi-bulk.hgi-more-03::after {
  content: "\f14f4"
}

.hgi-bulk.hgi-more-horizontal-circle-01::after {
  content: "\f14f6"
}

.hgi-bulk.hgi-more-horizontal-circle-02::after {
  content: "\f14f8"
}

.hgi-bulk.hgi-more-horizontal::after {
  content: "\f14fa"
}

.hgi-bulk.hgi-more-horizontal-square-01::after {
  content: "\f14fb"
}

.hgi-bulk.hgi-more-horizontal-square-02::after {
  content: "\f14fd"
}

.hgi-bulk.hgi-more-or-less-circle::after {
  content: "\f1500"
}

.hgi-bulk.hgi-more-or-less::after {
  content: "\f1502"
}

.hgi-bulk.hgi-more-or-less-square::after {
  content: "\f1503"
}

.hgi-bulk.hgi-more::after {
  content: "\f1506"
}

.hgi-bulk.hgi-more-vertical-circle-01::after {
  content: "\f1507"
}

.hgi-bulk.hgi-more-vertical-circle-02::after {
  content: "\f1509"
}

.hgi-bulk.hgi-more-vertical::after {
  content: "\f150b"
}

.hgi-bulk.hgi-more-vertical-square-01::after {
  content: "\f150c"
}

.hgi-bulk.hgi-more-vertical-square-02::after {
  content: "\f150e"
}

.hgi-bulk.hgi-mortar::after {
  content: "\f1512"
}

.hgi-bulk.hgi-mortarboard-01::after {
  content: "\f1514"
}

.hgi-bulk.hgi-mortarboard-02::after {
  content: "\f1516"
}

.hgi-bulk.hgi-mosque-01::after {
  content: "\f1518"
}

.hgi-bulk.hgi-mosque-02::after {
  content: "\f151a"
}

.hgi-bulk.hgi-mosque-03::after {
  content: "\f151c"
}

.hgi-bulk.hgi-mosque-04::after {
  content: "\f151e"
}

.hgi-bulk.hgi-mosque-05::after {
  content: "\f1520"
}

.hgi-bulk.hgi-mosque-location::after {
  content: "\f1522"
}

.hgi-bulk.hgi-motion-01::after {
  content: "\f1524"
}

.hgi-bulk.hgi-motion-02::after {
  content: "\f1526"
}

.hgi-bulk.hgi-motorbike-01::after {
  content: "\f1528"
}

.hgi-bulk.hgi-motorbike-02::after {
  content: "\f152a"
}

.hgi-bulk.hgi-mountain::after {
  content: "\f152c"
}

.hgi-bulk.hgi-mouse-01::after {
  content: "\f152e"
}

.hgi-bulk.hgi-mouse-02::after {
  content: "\f1530"
}

.hgi-bulk.hgi-mouse-03::after {
  content: "\f1532"
}

.hgi-bulk.hgi-mouse-04::after {
  content: "\f1534"
}

.hgi-bulk.hgi-mouse-05::after {
  content: "\f1536"
}

.hgi-bulk.hgi-mouse-06::after {
  content: "\f1538"
}

.hgi-bulk.hgi-mouse-07::after {
  content: "\f153a"
}

.hgi-bulk.hgi-mouse-08::after {
  content: "\f153c"
}

.hgi-bulk.hgi-mouse-09::after {
  content: "\f153e"
}

.hgi-bulk.hgi-mouse-10::after {
  content: "\f1540"
}

.hgi-bulk.hgi-mouse-11::after {
  content: "\f1542"
}

.hgi-bulk.hgi-mouse-12::after {
  content: "\f1544"
}

.hgi-bulk.hgi-mouse-13::after {
  content: "\f1546"
}

.hgi-bulk.hgi-mouse-14::after {
  content: "\f1548"
}

.hgi-bulk.hgi-mouse-15::after {
  content: "\f154a"
}

.hgi-bulk.hgi-mouse-16::after {
  content: "\f154c"
}

.hgi-bulk.hgi-mouse-17::after {
  content: "\f154e"
}

.hgi-bulk.hgi-mouse-18::after {
  content: "\f1550"
}

.hgi-bulk.hgi-mouse-19::after {
  content: "\f1552"
}

.hgi-bulk.hgi-mouse-20::after {
  content: "\f1554"
}

.hgi-bulk.hgi-mouse-21::after {
  content: "\f1556"
}

.hgi-bulk.hgi-mouse-22::after {
  content: "\f1558"
}

.hgi-bulk.hgi-mouse-23::after {
  content: "\f155a"
}

.hgi-bulk.hgi-mouse-left-click-01::after {
  content: "\f155c"
}

.hgi-bulk.hgi-mouse-left-click-02::after {
  content: "\f155e"
}

.hgi-bulk.hgi-mouse-left-click-03::after {
  content: "\f1560"
}

.hgi-bulk.hgi-mouse-left-click-04::after {
  content: "\f1562"
}

.hgi-bulk.hgi-mouse-left-click-05::after {
  content: "\f1564"
}

.hgi-bulk.hgi-mouse-left-click-06::after {
  content: "\f1566"
}

.hgi-bulk.hgi-mouse-right-click-01::after {
  content: "\f1568"
}

.hgi-bulk.hgi-mouse-right-click-02::after {
  content: "\f156a"
}

.hgi-bulk.hgi-mouse-right-click-03::after {
  content: "\f156c"
}

.hgi-bulk.hgi-mouse-right-click-04::after {
  content: "\f156e"
}

.hgi-bulk.hgi-mouse-right-click-05::after {
  content: "\f1570"
}

.hgi-bulk.hgi-mouse-right-click-06::after {
  content: "\f1572"
}

.hgi-bulk.hgi-mouse-scroll-01::after {
  content: "\f1574"
}

.hgi-bulk.hgi-mouse-scroll-02::after {
  content: "\f1576"
}

.hgi-bulk.hgi-move-01::after {
  content: "\f1578"
}

.hgi-bulk.hgi-move-02::after {
  content: "\f157a"
}

.hgi-bulk.hgi-move-bottom::after {
  content: "\f157c"
}

.hgi-bulk.hgi-move-left::after {
  content: "\f157e"
}

.hgi-bulk.hgi-move-right::after {
  content: "\f1580"
}

.hgi-bulk.hgi-move::after {
  content: "\f1582"
}

.hgi-bulk.hgi-move-to::after {
  content: "\f1583"
}

.hgi-bulk.hgi-move-top::after {
  content: "\f1585"
}

.hgi-bulk.hgi-mp-four-01::after {
  content: "\f1588"
}

.hgi-bulk.hgi-mp-four-02::after {
  content: "\f158a"
}

.hgi-bulk.hgi-mp-three-01::after {
  content: "\f158c"
}

.hgi-bulk.hgi-mp-three-02::after {
  content: "\f158e"
}

.hgi-bulk.hgi-muhammad::after {
  content: "\f1590"
}

.hgi-bulk.hgi-multiplication-sign-circle::after {
  content: "\f1592"
}

.hgi-bulk.hgi-multiplication-sign::after {
  content: "\f1594"
}

.hgi-bulk.hgi-multiplication-sign-square::after {
  content: "\f1595"
}

.hgi-bulk.hgi-mushroom-01::after {
  content: "\f1598"
}

.hgi-bulk.hgi-mushroom::after {
  content: "\f159a"
}

.hgi-bulk.hgi-music-note-01::after {
  content: "\f159c"
}

.hgi-bulk.hgi-music-note-02::after {
  content: "\f159e"
}

.hgi-bulk.hgi-music-note-03::after {
  content: "\f15a0"
}

.hgi-bulk.hgi-music-note-04::after {
  content: "\f15a2"
}

.hgi-bulk.hgi-music-note-square-01::after {
  content: "\f15a4"
}

.hgi-bulk.hgi-music-note-square-02::after {
  content: "\f15a6"
}

.hgi-bulk.hgi-muslim::after {
  content: "\f15a8"
}

.hgi-bulk.hgi-mute::after {
  content: "\f15aa"
}

.hgi-bulk.hgi-mymind::after {
  content: "\f15ac"
}

.hgi-bulk.hgi-n-th-root-circle::after {
  content: "\f15ae"
}

.hgi-bulk.hgi-n-th-root::after {
  content: "\f15b0"
}

.hgi-bulk.hgi-n-th-root-square::after {
  content: "\f15b1"
}

.hgi-bulk.hgi-nano-technology::after {
  content: "\f15b4"
}

.hgi-bulk.hgi-napkins-01::after {
  content: "\f15b6"
}

.hgi-bulk.hgi-napkins-02::after {
  content: "\f15b8"
}

.hgi-bulk.hgi-natural-food::after {
  content: "\f15ba"
}

.hgi-bulk.hgi-navigation-01::after {
  content: "\f15bc"
}

.hgi-bulk.hgi-navigation-02::after {
  content: "\f15be"
}

.hgi-bulk.hgi-navigation-03::after {
  content: "\f15c0"
}

.hgi-bulk.hgi-navigation-04::after {
  content: "\f15c2"
}

.hgi-bulk.hgi-navigation-05::after {
  content: "\f15c4"
}

.hgi-bulk.hgi-navigation-06::after {
  content: "\f15c6"
}

.hgi-bulk.hgi-navigator-01::after {
  content: "\f15c8"
}

.hgi-bulk.hgi-navigator-02::after {
  content: "\f15ca"
}

.hgi-bulk.hgi-necklace::after {
  content: "\f15cc"
}

.hgi-bulk.hgi-nerd::after {
  content: "\f15ce"
}

.hgi-bulk.hgi-neural-network::after {
  content: "\f15d0"
}

.hgi-bulk.hgi-neutral::after {
  content: "\f15d2"
}

.hgi-bulk.hgi-new-job::after {
  content: "\f15d4"
}

.hgi-bulk.hgi-new-office::after {
  content: "\f15d6"
}

.hgi-bulk.hgi-new-releases::after {
  content: "\f15d8"
}

.hgi-bulk.hgi-new-twitter-ellipse::after {
  content: "\f15da"
}

.hgi-bulk.hgi-new-twitter-rectangle::after {
  content: "\f15dc"
}

.hgi-bulk.hgi-new-twitter::after {
  content: "\f15de"
}

.hgi-bulk.hgi-news-01::after {
  content: "\f15e0"
}

.hgi-bulk.hgi-news::after {
  content: "\f15e2"
}

.hgi-bulk.hgi-next::after {
  content: "\f15e4"
}

.hgi-bulk.hgi-nike::after {
  content: "\f15e6"
}

.hgi-bulk.hgi-nine-circle::after {
  content: "\f15e8"
}

.hgi-bulk.hgi-nine-square::after {
  content: "\f15ea"
}

.hgi-bulk.hgi-nintendo::after {
  content: "\f15ec"
}

.hgi-bulk.hgi-nintendo-switch::after {
  content: "\f15ed"
}

.hgi-bulk.hgi-niqab::after {
  content: "\f15f0"
}

.hgi-bulk.hgi-no-internet::after {
  content: "\f15f2"
}

.hgi-bulk.hgi-no-meeting-room::after {
  content: "\f15f4"
}

.hgi-bulk.hgi-no-signal::after {
  content: "\f15f6"
}

.hgi-bulk.hgi-node-add::after {
  content: "\f15f8"
}

.hgi-bulk.hgi-node-edit::after {
  content: "\f15fa"
}

.hgi-bulk.hgi-node-move-down::after {
  content: "\f15fc"
}

.hgi-bulk.hgi-node-move-up::after {
  content: "\f15fe"
}

.hgi-bulk.hgi-node-remove::after {
  content: "\f1600"
}

.hgi-bulk.hgi-noodles::after {
  content: "\f1602"
}

.hgi-bulk.hgi-nose::after {
  content: "\f1604"
}

.hgi-bulk.hgi-not-equal-sign-circle::after {
  content: "\f1606"
}

.hgi-bulk.hgi-not-equal-sign::after {
  content: "\f1608"
}

.hgi-bulk.hgi-not-equal-sign-square::after {
  content: "\f1609"
}

.hgi-bulk.hgi-note-01::after {
  content: "\f160c"
}

.hgi-bulk.hgi-note-02::after {
  content: "\f160e"
}

.hgi-bulk.hgi-note-03::after {
  content: "\f1610"
}

.hgi-bulk.hgi-note-04::after {
  content: "\f1612"
}

.hgi-bulk.hgi-note-05::after {
  content: "\f1614"
}

.hgi-bulk.hgi-note-add::after {
  content: "\f1616"
}

.hgi-bulk.hgi-note-done::after {
  content: "\f1618"
}

.hgi-bulk.hgi-note-edit::after {
  content: "\f161a"
}

.hgi-bulk.hgi-note-remove::after {
  content: "\f161c"
}

.hgi-bulk.hgi-note::after {
  content: "\f161e"
}

.hgi-bulk.hgi-notebook-01::after {
  content: "\f1620"
}

.hgi-bulk.hgi-notebook-02::after {
  content: "\f1622"
}

.hgi-bulk.hgi-notebook::after {
  content: "\f1624"
}

.hgi-bulk.hgi-notification-01::after {
  content: "\f1626"
}

.hgi-bulk.hgi-notification-02::after {
  content: "\f1628"
}

.hgi-bulk.hgi-notification-03::after {
  content: "\f162a"
}

.hgi-bulk.hgi-notification-block-01::after {
  content: "\f162c"
}

.hgi-bulk.hgi-notification-block-02::after {
  content: "\f162e"
}

.hgi-bulk.hgi-notification-block-03::after {
  content: "\f1630"
}

.hgi-bulk.hgi-notification-bubble::after {
  content: "\f1632"
}

.hgi-bulk.hgi-notification-circle::after {
  content: "\f1634"
}

.hgi-bulk.hgi-notification-off-01::after {
  content: "\f1636"
}

.hgi-bulk.hgi-notification-off-02::after {
  content: "\f1638"
}

.hgi-bulk.hgi-notification-off-03::after {
  content: "\f163a"
}

.hgi-bulk.hgi-notification-snooze-01::after {
  content: "\f163c"
}

.hgi-bulk.hgi-notification-snooze-02::after {
  content: "\f163e"
}

.hgi-bulk.hgi-notification-snooze-03::after {
  content: "\f1640"
}

.hgi-bulk.hgi-notification-square::after {
  content: "\f1642"
}

.hgi-bulk.hgi-notion-01::after {
  content: "\f1644"
}

.hgi-bulk.hgi-notion-02::after {
  content: "\f1646"
}

.hgi-bulk.hgi-npm::after {
  content: "\f1648"
}

.hgi-bulk.hgi-nuclear-power::after {
  content: "\f164a"
}

.hgi-bulk.hgi-nut::after {
  content: "\f164c"
}

.hgi-bulk.hgi-obtuse::after {
  content: "\f164e"
}

.hgi-bulk.hgi-octagon::after {
  content: "\f1650"
}

.hgi-bulk.hgi-octopus::after {
  content: "\f1652"
}

.hgi-bulk.hgi-office-365::after {
  content: "\f1654"
}

.hgi-bulk.hgi-office-chair::after {
  content: "\f1656"
}

.hgi-bulk.hgi-office::after {
  content: "\f1658"
}

.hgi-bulk.hgi-oil-barrel::after {
  content: "\f165a"
}

.hgi-bulk.hgi-ok-finger::after {
  content: "\f165c"
}

.hgi-bulk.hgi-olympic-torch::after {
  content: "\f165e"
}

.hgi-bulk.hgi-one-circle::after {
  content: "\f1660"
}

.hgi-bulk.hgi-one-square::after {
  content: "\f1662"
}

.hgi-bulk.hgi-online-learning-01::after {
  content: "\f1664"
}

.hgi-bulk.hgi-online-learning-02::after {
  content: "\f1666"
}

.hgi-bulk.hgi-online-learning-03::after {
  content: "\f1668"
}

.hgi-bulk.hgi-online-learning-04::after {
  content: "\f166a"
}

.hgi-bulk.hgi-open-caption::after {
  content: "\f166c"
}

.hgi-bulk.hgi-open-source::after {
  content: "\f166e"
}

.hgi-bulk.hgi-option::after {
  content: "\f1670"
}

.hgi-bulk.hgi-orange::after {
  content: "\f1672"
}

.hgi-bulk.hgi-orbit-01::after {
  content: "\f1674"
}

.hgi-bulk.hgi-orbit-02::after {
  content: "\f1676"
}

.hgi-bulk.hgi-organic-food::after {
  content: "\f1678"
}

.hgi-bulk.hgi-orientation-image-landscape-to-potrait::after {
  content: "\f167a"
}

.hgi-bulk.hgi-orientation-image-potrait-to-landscape::after {
  content: "\f167c"
}

.hgi-bulk.hgi-orientation-landscape-to-potrait::after {
  content: "\f167e"
}

.hgi-bulk.hgi-orientation-potrait-to-landscape::after {
  content: "\f1680"
}

.hgi-bulk.hgi-orthogonal-edge::after {
  content: "\f1682"
}

.hgi-bulk.hgi-oval::after {
  content: "\f1684"
}

.hgi-bulk.hgi-oven::after {
  content: "\f1686"
}

.hgi-bulk.hgi-package-01::after {
  content: "\f1688"
}

.hgi-bulk.hgi-package-02::after {
  content: "\f168a"
}

.hgi-bulk.hgi-package-03::after {
  content: "\f168c"
}

.hgi-bulk.hgi-package-add-01::after {
  content: "\f168e"
}

.hgi-bulk.hgi-package-add::after {
  content: "\f1690"
}

.hgi-bulk.hgi-package-delivered::after {
  content: "\f1692"
}

.hgi-bulk.hgi-package-dimensions-01::after {
  content: "\f1694"
}

.hgi-bulk.hgi-package-dimensions-02::after {
  content: "\f1696"
}

.hgi-bulk.hgi-package-moving-01::after {
  content: "\f1698"
}

.hgi-bulk.hgi-package-moving::after {
  content: "\f169a"
}

.hgi-bulk.hgi-package-open::after {
  content: "\f169c"
}

.hgi-bulk.hgi-package-out-of-stock::after {
  content: "\f169e"
}

.hgi-bulk.hgi-package-process-01::after {
  content: "\f16a0"
}

.hgi-bulk.hgi-package-process::after {
  content: "\f16a2"
}

.hgi-bulk.hgi-package-receive-01::after {
  content: "\f16a4"
}

.hgi-bulk.hgi-package-receive::after {
  content: "\f16a6"
}

.hgi-bulk.hgi-package-remove-01::after {
  content: "\f16a8"
}

.hgi-bulk.hgi-package-remove::after {
  content: "\f16aa"
}

.hgi-bulk.hgi-package-search-01::after {
  content: "\f16ac"
}

.hgi-bulk.hgi-package-search::after {
  content: "\f16ae"
}

.hgi-bulk.hgi-package::after {
  content: "\f16b0"
}

.hgi-bulk.hgi-package-sent-01::after {
  content: "\f16b1"
}

.hgi-bulk.hgi-package-sent::after {
  content: "\f16b3"
}

.hgi-bulk.hgi-packaging::after {
  content: "\f16b6"
}

.hgi-bulk.hgi-pacman-01::after {
  content: "\f16b8"
}

.hgi-bulk.hgi-pacman-02::after {
  content: "\f16ba"
}

.hgi-bulk.hgi-paella::after {
  content: "\f16bc"
}

.hgi-bulk.hgi-paint-board::after {
  content: "\f16be"
}

.hgi-bulk.hgi-paint-brush-01::after {
  content: "\f16c0"
}

.hgi-bulk.hgi-paint-brush-02::after {
  content: "\f16c2"
}

.hgi-bulk.hgi-paint-brush-03::after {
  content: "\f16c4"
}

.hgi-bulk.hgi-paint-brush-04::after {
  content: "\f16c6"
}

.hgi-bulk.hgi-paint-bucket::after {
  content: "\f16c8"
}

.hgi-bulk.hgi-pan-01::after {
  content: "\f16ca"
}

.hgi-bulk.hgi-pan-02::after {
  content: "\f16cc"
}

.hgi-bulk.hgi-pan-03::after {
  content: "\f16ce"
}

.hgi-bulk.hgi-panel-left-close::after {
  content: "\f16d0"
}

.hgi-bulk.hgi-panel-left-dashed::after {
  content: "\f16d2"
}

.hgi-bulk.hgi-panel-left-open::after {
  content: "\f16d4"
}

.hgi-bulk.hgi-panel-left::after {
  content: "\f16d6"
}

.hgi-bulk.hgi-panel-right-close::after {
  content: "\f16d8"
}

.hgi-bulk.hgi-panel-right-dashed::after {
  content: "\f16da"
}

.hgi-bulk.hgi-panel-right-open::after {
  content: "\f16dc"
}

.hgi-bulk.hgi-panel-right::after {
  content: "\f16de"
}

.hgi-bulk.hgi-parabola-01::after {
  content: "\f16e0"
}

.hgi-bulk.hgi-parabola-02::after {
  content: "\f16e2"
}

.hgi-bulk.hgi-parabola-03::after {
  content: "\f16e4"
}

.hgi-bulk.hgi-paragliding::after {
  content: "\f16e6"
}

.hgi-bulk.hgi-paragraph-bullets-point-01::after {
  content: "\f16e8"
}

.hgi-bulk.hgi-paragraph-bullets-point-02::after {
  content: "\f16ea"
}

.hgi-bulk.hgi-paragraph::after {
  content: "\f16ec"
}

.hgi-bulk.hgi-paragraph-spacing::after {
  content: "\f16ed"
}

.hgi-bulk.hgi-parallelogram::after {
  content: "\f16f0"
}

.hgi-bulk.hgi-parking-area-circle::after {
  content: "\f16f2"
}

.hgi-bulk.hgi-parking-area-square::after {
  content: "\f16f4"
}

.hgi-bulk.hgi-party::after {
  content: "\f16f6"
}

.hgi-bulk.hgi-passport-01::after {
  content: "\f16f8"
}

.hgi-bulk.hgi-passport-expired::after {
  content: "\f16fa"
}

.hgi-bulk.hgi-passport::after {
  content: "\f16fc"
}

.hgi-bulk.hgi-passport-valid::after {
  content: "\f16fd"
}

.hgi-bulk.hgi-password-validation::after {
  content: "\f1700"
}

.hgi-bulk.hgi-path::after {
  content: "\f1702"
}

.hgi-bulk.hgi-pathfinder-crop::after {
  content: "\f1704"
}

.hgi-bulk.hgi-pathfinder-divide::after {
  content: "\f1706"
}

.hgi-bulk.hgi-pathfinder-exclude::after {
  content: "\f1708"
}

.hgi-bulk.hgi-pathfinder-intersect::after {
  content: "\f170a"
}

.hgi-bulk.hgi-pathfinder-merge::after {
  content: "\f170c"
}

.hgi-bulk.hgi-pathfinder-minus-back::after {
  content: "\f170e"
}

.hgi-bulk.hgi-pathfinder-minus-front::after {
  content: "\f1710"
}

.hgi-bulk.hgi-pathfinder-outline::after {
  content: "\f1712"
}

.hgi-bulk.hgi-pathfinder-trim::after {
  content: "\f1714"
}

.hgi-bulk.hgi-pathfinder-unite::after {
  content: "\f1716"
}

.hgi-bulk.hgi-patient::after {
  content: "\f1718"
}

.hgi-bulk.hgi-patio::after {
  content: "\f171a"
}

.hgi-bulk.hgi-pause-circle::after {
  content: "\f171c"
}

.hgi-bulk.hgi-pause::after {
  content: "\f171e"
}

.hgi-bulk.hgi-pavilon::after {
  content: "\f1720"
}

.hgi-bulk.hgi-pay-by-check::after {
  content: "\f1722"
}

.hgi-bulk.hgi-payment-01::after {
  content: "\f1724"
}

.hgi-bulk.hgi-payment-02::after {
  content: "\f1726"
}

.hgi-bulk.hgi-payment-success-01::after {
  content: "\f1728"
}

.hgi-bulk.hgi-payment-success-02::after {
  content: "\f172a"
}

.hgi-bulk.hgi-payoneer::after {
  content: "\f172c"
}

.hgi-bulk.hgi-paypal::after {
  content: "\f172e"
}

.hgi-bulk.hgi-pc-case::after {
  content: "\f1730"
}

.hgi-bulk.hgi-pdf-01::after {
  content: "\f1732"
}

.hgi-bulk.hgi-pdf-02::after {
  content: "\f1734"
}

.hgi-bulk.hgi-peer-to-peer-01::after {
  content: "\f1736"
}

.hgi-bulk.hgi-peer-to-peer-02::after {
  content: "\f1738"
}

.hgi-bulk.hgi-peer-to-peer-03::after {
  content: "\f173a"
}

.hgi-bulk.hgi-pen-01::after {
  content: "\f173c"
}

.hgi-bulk.hgi-pen-02::after {
  content: "\f173e"
}

.hgi-bulk.hgi-pen-connect-bluetooth::after {
  content: "\f1740"
}

.hgi-bulk.hgi-pen-connect-usb::after {
  content: "\f1742"
}

.hgi-bulk.hgi-pen-connect-wifi::after {
  content: "\f1744"
}

.hgi-bulk.hgi-pen-tool-01::after {
  content: "\f1746"
}

.hgi-bulk.hgi-pen-tool-02::after {
  content: "\f1748"
}

.hgi-bulk.hgi-pen-tool-03::after {
  content: "\f174a"
}

.hgi-bulk.hgi-pen-tool-add::after {
  content: "\f174c"
}

.hgi-bulk.hgi-pen-tool-minus::after {
  content: "\f174e"
}

.hgi-bulk.hgi-pencil-edit-01::after {
  content: "\f1750"
}

.hgi-bulk.hgi-pencil-edit-02::after {
  content: "\f1752"
}

.hgi-bulk.hgi-pencil::after {
  content: "\f1754"
}

.hgi-bulk.hgi-pendulum::after {
  content: "\f1756"
}

.hgi-bulk.hgi-pensive::after {
  content: "\f1758"
}

.hgi-bulk.hgi-pentagon-01::after {
  content: "\f175a"
}

.hgi-bulk.hgi-pentagon::after {
  content: "\f175c"
}

.hgi-bulk.hgi-percent-circle::after {
  content: "\f175e"
}

.hgi-bulk.hgi-percent::after {
  content: "\f1760"
}

.hgi-bulk.hgi-percent-square::after {
  content: "\f1761"
}

.hgi-bulk.hgi-perfume::after {
  content: "\f1764"
}

.hgi-bulk.hgi-periscope::after {
  content: "\f1766"
}

.hgi-bulk.hgi-permanent-job::after {
  content: "\f1768"
}

.hgi-bulk.hgi-perplexity-ai::after {
  content: "\f176a"
}

.hgi-bulk.hgi-perspective::after {
  content: "\f176c"
}

.hgi-bulk.hgi-petrol-pump::after {
  content: "\f176e"
}

.hgi-bulk.hgi-pexels::after {
  content: "\f1770"
}

.hgi-bulk.hgi-phone-arrow-down::after {
  content: "\f1772"
}

.hgi-bulk.hgi-phone-arrow-up::after {
  content: "\f1774"
}

.hgi-bulk.hgi-phone-check::after {
  content: "\f1776"
}

.hgi-bulk.hgi-phone-developer-mode::after {
  content: "\f1778"
}

.hgi-bulk.hgi-phone-erase::after {
  content: "\f177a"
}

.hgi-bulk.hgi-phone-lock::after {
  content: "\f177c"
}

.hgi-bulk.hgi-phone-off-01::after {
  content: "\f177e"
}

.hgi-bulk.hgi-phone-off-02::after {
  content: "\f1780"
}

.hgi-bulk.hgi-php::after {
  content: "\f1782"
}

.hgi-bulk.hgi-physics::after {
  content: "\f1784"
}

.hgi-bulk.hgi-pi-circle::after {
  content: "\f1786"
}

.hgi-bulk.hgi-pi::after {
  content: "\f1788"
}

.hgi-bulk.hgi-pi-square::after {
  content: "\f1789"
}

.hgi-bulk.hgi-picasa::after {
  content: "\f178c"
}

.hgi-bulk.hgi-pickup-01::after {
  content: "\f178e"
}

.hgi-bulk.hgi-pickup-02::after {
  content: "\f1790"
}

.hgi-bulk.hgi-picture-in-picture-exit::after {
  content: "\f1792"
}

.hgi-bulk.hgi-picture-in-picture-on::after {
  content: "\f1794"
}

.hgi-bulk.hgi-pie-chart-01::after {
  content: "\f1796"
}

.hgi-bulk.hgi-pie-chart-02::after {
  content: "\f1798"
}

.hgi-bulk.hgi-pie-chart-03::after {
  content: "\f179a"
}

.hgi-bulk.hgi-pie-chart-04::after {
  content: "\f179c"
}

.hgi-bulk.hgi-pie-chart-05::after {
  content: "\f179e"
}

.hgi-bulk.hgi-pie-chart-06::after {
  content: "\f17a0"
}

.hgi-bulk.hgi-pie-chart-07::after {
  content: "\f17a2"
}

.hgi-bulk.hgi-pie-chart-08::after {
  content: "\f17a4"
}

.hgi-bulk.hgi-pie-chart-09::after {
  content: "\f17a6"
}

.hgi-bulk.hgi-pie-chart::after {
  content: "\f17a8"
}

.hgi-bulk.hgi-pie-chart-square::after {
  content: "\f17a9"
}

.hgi-bulk.hgi-pie::after {
  content: "\f17ac"
}

.hgi-bulk.hgi-piggy-bank::after {
  content: "\f17ae"
}

.hgi-bulk.hgi-pill-bottle::after {
  content: "\f17b0"
}

.hgi-bulk.hgi-pill-off::after {
  content: "\f17b2"
}

.hgi-bulk.hgi-pill::after {
  content: "\f17b4"
}

.hgi-bulk.hgi-pills-tablet::after {
  content: "\f17b6"
}

.hgi-bulk.hgi-pin-02::after {
  content: "\f17b8"
}

.hgi-bulk.hgi-pin-code::after {
  content: "\f17ba"
}

.hgi-bulk.hgi-pin-location-01::after {
  content: "\f17bc"
}

.hgi-bulk.hgi-pin-location-02::after {
  content: "\f17be"
}

.hgi-bulk.hgi-pin-location-03::after {
  content: "\f17c0"
}

.hgi-bulk.hgi-pin-off::after {
  content: "\f17c2"
}

.hgi-bulk.hgi-pin::after {
  content: "\f17c4"
}

.hgi-bulk.hgi-pine-tree::after {
  content: "\f17c6"
}

.hgi-bulk.hgi-pinterest::after {
  content: "\f17c8"
}

.hgi-bulk.hgi-pipeline::after {
  content: "\f17ca"
}

.hgi-bulk.hgi-pisa-tower::after {
  content: "\f17cc"
}

.hgi-bulk.hgi-pivot::after {
  content: "\f17ce"
}

.hgi-bulk.hgi-pizza-01::after {
  content: "\f17d0"
}

.hgi-bulk.hgi-pizza-02::after {
  content: "\f17d2"
}

.hgi-bulk.hgi-pizza-03::after {
  content: "\f17d4"
}

.hgi-bulk.hgi-pizza-04::after {
  content: "\f17d6"
}

.hgi-bulk.hgi-pizza-cutter::after {
  content: "\f17d8"
}

.hgi-bulk.hgi-plane::after {
  content: "\f17da"
}

.hgi-bulk.hgi-plant-01::after {
  content: "\f17dc"
}

.hgi-bulk.hgi-plant-02::after {
  content: "\f17de"
}

.hgi-bulk.hgi-plant-03::after {
  content: "\f17e0"
}

.hgi-bulk.hgi-plant-04::after {
  content: "\f17e2"
}

.hgi-bulk.hgi-plate::after {
  content: "\f17e4"
}

.hgi-bulk.hgi-plaxo::after {
  content: "\f17e6"
}

.hgi-bulk.hgi-play-circle-02::after {
  content: "\f17e8"
}

.hgi-bulk.hgi-play-circle::after {
  content: "\f17ea"
}

.hgi-bulk.hgi-play-list-add::after {
  content: "\f17ec"
}

.hgi-bulk.hgi-play-list-favourite-01::after {
  content: "\f17ee"
}

.hgi-bulk.hgi-play-list-favourite-02::after {
  content: "\f17f0"
}

.hgi-bulk.hgi-play-list-minus::after {
  content: "\f17f2"
}

.hgi-bulk.hgi-play-list-remove::after {
  content: "\f17f4"
}

.hgi-bulk.hgi-play-list::after {
  content: "\f17f6"
}

.hgi-bulk.hgi-play::after {
  content: "\f17f8"
}

.hgi-bulk.hgi-play-square::after {
  content: "\f17f9"
}

.hgi-bulk.hgi-play-store::after {
  content: "\f17fb"
}

.hgi-bulk.hgi-playlist-01::after {
  content: "\f17fe"
}

.hgi-bulk.hgi-playlist-02::after {
  content: "\f1800"
}

.hgi-bulk.hgi-playlist-03::after {
  content: "\f1802"
}

.hgi-bulk.hgi-plaza::after {
  content: "\f1804"
}

.hgi-bulk.hgi-plug-01::after {
  content: "\f1806"
}

.hgi-bulk.hgi-plug-02::after {
  content: "\f1808"
}

.hgi-bulk.hgi-plug-socket::after {
  content: "\f180a"
}

.hgi-bulk.hgi-plus-minus-01::after {
  content: "\f180c"
}

.hgi-bulk.hgi-plus-minus-02::after {
  content: "\f180e"
}

.hgi-bulk.hgi-plus-minus-circle-01::after {
  content: "\f1810"
}

.hgi-bulk.hgi-plus-minus-circle-02::after {
  content: "\f1812"
}

.hgi-bulk.hgi-plus-minus::after {
  content: "\f1814"
}

.hgi-bulk.hgi-plus-minus-square-01::after {
  content: "\f1815"
}

.hgi-bulk.hgi-plus-minus-square-02::after {
  content: "\f1817"
}

.hgi-bulk.hgi-plus-sign-circle::after {
  content: "\f181a"
}

.hgi-bulk.hgi-plus-sign::after {
  content: "\f181c"
}

.hgi-bulk.hgi-plus-sign-square::after {
  content: "\f181d"
}

.hgi-bulk.hgi-png-01::after {
  content: "\f1820"
}

.hgi-bulk.hgi-png-02::after {
  content: "\f1822"
}

.hgi-bulk.hgi-podcast::after {
  content: "\f1824"
}

.hgi-bulk.hgi-podium::after {
  content: "\f1826"
}

.hgi-bulk.hgi-pointing-left-01::after {
  content: "\f1828"
}

.hgi-bulk.hgi-pointing-left-02::after {
  content: "\f182a"
}

.hgi-bulk.hgi-pointing-left-03::after {
  content: "\f182c"
}

.hgi-bulk.hgi-pointing-left-04::after {
  content: "\f182e"
}

.hgi-bulk.hgi-pointing-left-05::after {
  content: "\f1830"
}

.hgi-bulk.hgi-pointing-left-06::after {
  content: "\f1832"
}

.hgi-bulk.hgi-pointing-left-07::after {
  content: "\f1834"
}

.hgi-bulk.hgi-pointing-left-08::after {
  content: "\f1836"
}

.hgi-bulk.hgi-pointing-right-01::after {
  content: "\f1838"
}

.hgi-bulk.hgi-pointing-right-02::after {
  content: "\f183a"
}

.hgi-bulk.hgi-pointing-right-03::after {
  content: "\f183c"
}

.hgi-bulk.hgi-pointing-right-04::after {
  content: "\f183e"
}

.hgi-bulk.hgi-pointing-right-05::after {
  content: "\f1840"
}

.hgi-bulk.hgi-pointing-right-06::after {
  content: "\f1842"
}

.hgi-bulk.hgi-pointing-right-07::after {
  content: "\f1844"
}

.hgi-bulk.hgi-pointing-right-08::after {
  content: "\f1846"
}

.hgi-bulk.hgi-pokeball::after {
  content: "\f1848"
}

.hgi-bulk.hgi-pokemon::after {
  content: "\f184a"
}

.hgi-bulk.hgi-police-badge::after {
  content: "\f184c"
}

.hgi-bulk.hgi-police-cap::after {
  content: "\f184e"
}

.hgi-bulk.hgi-police-car::after {
  content: "\f1850"
}

.hgi-bulk.hgi-police-station::after {
  content: "\f1852"
}

.hgi-bulk.hgi-policy::after {
  content: "\f1854"
}

.hgi-bulk.hgi-poly-tank::after {
  content: "\f1856"
}

.hgi-bulk.hgi-polygon::after {
  content: "\f1858"
}

.hgi-bulk.hgi-pool::after {
  content: "\f185a"
}

.hgi-bulk.hgi-pool-table::after {
  content: "\f185b"
}

.hgi-bulk.hgi-poop::after {
  content: "\f185e"
}

.hgi-bulk.hgi-popcorn::after {
  content: "\f1860"
}

.hgi-bulk.hgi-pot-01::after {
  content: "\f1862"
}

.hgi-bulk.hgi-pot-02::after {
  content: "\f1864"
}

.hgi-bulk.hgi-potion::after {
  content: "\f1866"
}

.hgi-bulk.hgi-pound-circle::after {
  content: "\f1868"
}

.hgi-bulk.hgi-pound-receive::after {
  content: "\f186a"
}

.hgi-bulk.hgi-pound::after {
  content: "\f186c"
}

.hgi-bulk.hgi-pound-send::after {
  content: "\f186d"
}

.hgi-bulk.hgi-pound-square::after {
  content: "\f186f"
}

.hgi-bulk.hgi-power-service::after {
  content: "\f1872"
}

.hgi-bulk.hgi-power-socket-01::after {
  content: "\f1874"
}

.hgi-bulk.hgi-power-socket-02::after {
  content: "\f1876"
}

.hgi-bulk.hgi-ppt-01::after {
  content: "\f1878"
}

.hgi-bulk.hgi-ppt-02::after {
  content: "\f187a"
}

.hgi-bulk.hgi-prawn::after {
  content: "\f187c"
}

.hgi-bulk.hgi-prayer-rug-01::after {
  content: "\f187e"
}

.hgi-bulk.hgi-prayer-rug-02::after {
  content: "\f1880"
}

.hgi-bulk.hgi-preference-horizontal::after {
  content: "\f1882"
}

.hgi-bulk.hgi-preference-vertical::after {
  content: "\f1884"
}

.hgi-bulk.hgi-prescription::after {
  content: "\f1886"
}

.hgi-bulk.hgi-prescriptions::after {
  content: "\f1888"
}

.hgi-bulk.hgi-presentation-01::after {
  content: "\f188a"
}

.hgi-bulk.hgi-presentation-02::after {
  content: "\f188c"
}

.hgi-bulk.hgi-presentation-03::after {
  content: "\f188e"
}

.hgi-bulk.hgi-presentation-04::after {
  content: "\f1890"
}

.hgi-bulk.hgi-presentation-05::after {
  content: "\f1892"
}

.hgi-bulk.hgi-presentation-06::after {
  content: "\f1894"
}

.hgi-bulk.hgi-presentation-07::after {
  content: "\f1896"
}

.hgi-bulk.hgi-presentation-bar-chart-01::after {
  content: "\f1898"
}

.hgi-bulk.hgi-presentation-bar-chart-02::after {
  content: "\f189a"
}

.hgi-bulk.hgi-presentation-line-chart-01::after {
  content: "\f189c"
}

.hgi-bulk.hgi-presentation-line-chart-02::after {
  content: "\f189e"
}

.hgi-bulk.hgi-presentation-online::after {
  content: "\f18a0"
}

.hgi-bulk.hgi-presentation-podium::after {
  content: "\f18a2"
}

.hgi-bulk.hgi-previous::after {
  content: "\f18a4"
}

.hgi-bulk.hgi-printer-off::after {
  content: "\f18a6"
}

.hgi-bulk.hgi-printer::after {
  content: "\f18a8"
}

.hgi-bulk.hgi-printer-three-d::after {
  content: "\f18a9"
}

.hgi-bulk.hgi-prism-01::after {
  content: "\f18ac"
}

.hgi-bulk.hgi-prism::after {
  content: "\f18ae"
}

.hgi-bulk.hgi-prison-guard::after {
  content: "\f18b0"
}

.hgi-bulk.hgi-prison::after {
  content: "\f18b2"
}

.hgi-bulk.hgi-prisoner::after {
  content: "\f18b4"
}

.hgi-bulk.hgi-product-loading::after {
  content: "\f18b6"
}

.hgi-bulk.hgi-profile-02::after {
  content: "\f18b8"
}

.hgi-bulk.hgi-profile::after {
  content: "\f18ba"
}

.hgi-bulk.hgi-profit::after {
  content: "\f18bc"
}

.hgi-bulk.hgi-programming-flag::after {
  content: "\f18be"
}

.hgi-bulk.hgi-progress-01::after {
  content: "\f18c0"
}

.hgi-bulk.hgi-progress-02::after {
  content: "\f18c2"
}

.hgi-bulk.hgi-progress-03::after {
  content: "\f18c4"
}

.hgi-bulk.hgi-progress-04::after {
  content: "\f18c6"
}

.hgi-bulk.hgi-progress::after {
  content: "\f18c8"
}

.hgi-bulk.hgi-projector-01::after {
  content: "\f18ca"
}

.hgi-bulk.hgi-projector::after {
  content: "\f18cc"
}

.hgi-bulk.hgi-promotion::after {
  content: "\f18ce"
}

.hgi-bulk.hgi-property-add::after {
  content: "\f18d0"
}

.hgi-bulk.hgi-property-delete::after {
  content: "\f18d2"
}

.hgi-bulk.hgi-property-edit::after {
  content: "\f18d4"
}

.hgi-bulk.hgi-property-new::after {
  content: "\f18d6"
}

.hgi-bulk.hgi-property-search::after {
  content: "\f18d8"
}

.hgi-bulk.hgi-property-view::after {
  content: "\f18da"
}

.hgi-bulk.hgi-protection-mask::after {
  content: "\f18dc"
}

.hgi-bulk.hgi-pulley::after {
  content: "\f18de"
}

.hgi-bulk.hgi-pulse-01::after {
  content: "\f18e0"
}

.hgi-bulk.hgi-pulse-02::after {
  content: "\f18e2"
}

.hgi-bulk.hgi-pulse-rectangle-01::after {
  content: "\f18e4"
}

.hgi-bulk.hgi-pulse-rectangle-02::after {
  content: "\f18e6"
}

.hgi-bulk.hgi-pumpkin::after {
  content: "\f18e8"
}

.hgi-bulk.hgi-punch::after {
  content: "\f18ea"
}

.hgi-bulk.hgi-punching-ball-01::after {
  content: "\f18ec"
}

.hgi-bulk.hgi-punching-ball-02::after {
  content: "\f18ee"
}

.hgi-bulk.hgi-purse-01::after {
  content: "\f18f0"
}

.hgi-bulk.hgi-purse::after {
  content: "\f18f2"
}

.hgi-bulk.hgi-push-up-bar::after {
  content: "\f18f4"
}

.hgi-bulk.hgi-puzzle::after {
  content: "\f18f6"
}

.hgi-bulk.hgi-pyramid-maslowo::after {
  content: "\f18f8"
}

.hgi-bulk.hgi-pyramid::after {
  content: "\f18fa"
}

.hgi-bulk.hgi-pyramid-structure-01::after {
  content: "\f18fb"
}

.hgi-bulk.hgi-pyramid-structure-02::after {
  content: "\f18fd"
}

.hgi-bulk.hgi-python::after {
  content: "\f1900"
}

.hgi-bulk.hgi-qq-plot::after {
  content: "\f1902"
}

.hgi-bulk.hgi-qr-code-01::after {
  content: "\f1904"
}

.hgi-bulk.hgi-qr-code-scan::after {
  content: "\f1906"
}

.hgi-bulk.hgi-qr-code::after {
  content: "\f1908"
}

.hgi-bulk.hgi-question::after {
  content: "\f190a"
}

.hgi-bulk.hgi-queue-01::after {
  content: "\f190c"
}

.hgi-bulk.hgi-queue-02::after {
  content: "\f190e"
}

.hgi-bulk.hgi-quill-write-01::after {
  content: "\f1910"
}

.hgi-bulk.hgi-quill-write-02::after {
  content: "\f1912"
}

.hgi-bulk.hgi-quiz-01::after {
  content: "\f1914"
}

.hgi-bulk.hgi-quiz-02::after {
  content: "\f1916"
}

.hgi-bulk.hgi-quiz-03::after {
  content: "\f1918"
}

.hgi-bulk.hgi-quiz-04::after {
  content: "\f191a"
}

.hgi-bulk.hgi-quiz-05::after {
  content: "\f191c"
}

.hgi-bulk.hgi-quora::after {
  content: "\f191e"
}

.hgi-bulk.hgi-quote-down-circle::after {
  content: "\f1920"
}

.hgi-bulk.hgi-quote-down::after {
  content: "\f1922"
}

.hgi-bulk.hgi-quote-down-square::after {
  content: "\f1923"
}

.hgi-bulk.hgi-quote-up-circle::after {
  content: "\f1926"
}

.hgi-bulk.hgi-quote-up::after {
  content: "\f1928"
}

.hgi-bulk.hgi-quote-up-square::after {
  content: "\f1929"
}

.hgi-bulk.hgi-quotes::after {
  content: "\f192c"
}

.hgi-bulk.hgi-quran-01::after {
  content: "\f192e"
}

.hgi-bulk.hgi-quran-02::after {
  content: "\f1930"
}

.hgi-bulk.hgi-quran-03::after {
  content: "\f1932"
}

.hgi-bulk.hgi-qwen::after {
  content: "\f1934"
}

.hgi-bulk.hgi-racing-flag::after {
  content: "\f1936"
}

.hgi-bulk.hgi-radar-01::after {
  content: "\f1938"
}

.hgi-bulk.hgi-radar-02::after {
  content: "\f193a"
}

.hgi-bulk.hgi-radial::after {
  content: "\f193c"
}

.hgi-bulk.hgi-radio-01::after {
  content: "\f193e"
}

.hgi-bulk.hgi-radio-02::after {
  content: "\f1940"
}

.hgi-bulk.hgi-radio-button::after {
  content: "\f1942"
}

.hgi-bulk.hgi-radio::after {
  content: "\f1944"
}

.hgi-bulk.hgi-radioactive-alert::after {
  content: "\f1946"
}

.hgi-bulk.hgi-radius::after {
  content: "\f1948"
}

.hgi-bulk.hgi-rain-double-drop::after {
  content: "\f194a"
}

.hgi-bulk.hgi-rain-drop::after {
  content: "\f194c"
}

.hgi-bulk.hgi-rain::after {
  content: "\f194e"
}

.hgi-bulk.hgi-rainbow::after {
  content: "\f1950"
}

.hgi-bulk.hgi-ram-memory::after {
  content: "\f1952"
}

.hgi-bulk.hgi-ramadhan-01::after {
  content: "\f1954"
}

.hgi-bulk.hgi-ramadhan-02::after {
  content: "\f1956"
}

.hgi-bulk.hgi-ramadhan-month::after {
  content: "\f1958"
}

.hgi-bulk.hgi-ranking::after {
  content: "\f195a"
}

.hgi-bulk.hgi-rar-01::after {
  content: "\f195c"
}

.hgi-bulk.hgi-rar-02::after {
  content: "\f195e"
}

.hgi-bulk.hgi-raw-01::after {
  content: "\f1960"
}

.hgi-bulk.hgi-raw-02::after {
  content: "\f1962"
}

.hgi-bulk.hgi-re::after {
  content: "\f1964"
}

.hgi-bulk.hgi-react::after {
  content: "\f1966"
}

.hgi-bulk.hgi-real-estate-01::after {
  content: "\f1968"
}

.hgi-bulk.hgi-real-estate-02::after {
  content: "\f196a"
}

.hgi-bulk.hgi-receipt-dollar::after {
  content: "\f196c"
}

.hgi-bulk.hgi-record::after {
  content: "\f196e"
}

.hgi-bulk.hgi-recovery-mail::after {
  content: "\f1970"
}

.hgi-bulk.hgi-rectangular-01::after {
  content: "\f1972"
}

.hgi-bulk.hgi-rectangular::after {
  content: "\f1974"
}

.hgi-bulk.hgi-recycle-01::after {
  content: "\f1976"
}

.hgi-bulk.hgi-recycle-02::after {
  content: "\f1978"
}

.hgi-bulk.hgi-recycle-03::after {
  content: "\f197a"
}

.hgi-bulk.hgi-reddit::after {
  content: "\f197c"
}

.hgi-bulk.hgi-redo-02::after {
  content: "\f197e"
}

.hgi-bulk.hgi-redo-03::after {
  content: "\f1980"
}

.hgi-bulk.hgi-redo::after {
  content: "\f1982"
}

.hgi-bulk.hgi-reduce-paragraph::after {
  content: "\f1984"
}

.hgi-bulk.hgi-reflex::after {
  content: "\f1986"
}

.hgi-bulk.hgi-refresh-01::after {
  content: "\f1988"
}

.hgi-bulk.hgi-refresh-03::after {
  content: "\f198a"
}

.hgi-bulk.hgi-refresh-04::after {
  content: "\f198c"
}

.hgi-bulk.hgi-refresh-dot::after {
  content: "\f198e"
}

.hgi-bulk.hgi-refresh::after {
  content: "\f1990"
}

.hgi-bulk.hgi-refrigerator::after {
  content: "\f1992"
}

.hgi-bulk.hgi-register::after {
  content: "\f1994"
}

.hgi-bulk.hgi-registered::after {
  content: "\f1996"
}

.hgi-bulk.hgi-relieved-01::after {
  content: "\f1998"
}

.hgi-bulk.hgi-relieved-02::after {
  content: "\f199a"
}

.hgi-bulk.hgi-reload::after {
  content: "\f199c"
}

.hgi-bulk.hgi-reminder::after {
  content: "\f199e"
}

.hgi-bulk.hgi-remote-control::after {
  content: "\f19a0"
}

.hgi-bulk.hgi-remove-01::after {
  content: "\f19a2"
}

.hgi-bulk.hgi-remove-02::after {
  content: "\f19a4"
}

.hgi-bulk.hgi-remove-circle-half-dot::after {
  content: "\f19a6"
}

.hgi-bulk.hgi-remove-circle::after {
  content: "\f19a8"
}

.hgi-bulk.hgi-remove-female::after {
  content: "\f19aa"
}

.hgi-bulk.hgi-remove-male::after {
  content: "\f19ac"
}

.hgi-bulk.hgi-remove-pi::after {
  content: "\f19ae"
}

.hgi-bulk.hgi-remove-square::after {
  content: "\f19b0"
}

.hgi-bulk.hgi-renewable-energy-01::after {
  content: "\f19b2"
}

.hgi-bulk.hgi-renewable-energy::after {
  content: "\f19b4"
}

.hgi-bulk.hgi-repair::after {
  content: "\f19b6"
}

.hgi-bulk.hgi-repeat-off::after {
  content: "\f19b8"
}

.hgi-bulk.hgi-repeat-one-01::after {
  content: "\f19ba"
}

.hgi-bulk.hgi-repeat-one-02::after {
  content: "\f19bc"
}

.hgi-bulk.hgi-repeat::after {
  content: "\f19be"
}

.hgi-bulk.hgi-replay::after {
  content: "\f19c0"
}

.hgi-bulk.hgi-replit::after {
  content: "\f19c2"
}

.hgi-bulk.hgi-repository::after {
  content: "\f19c4"
}

.hgi-bulk.hgi-repost::after {
  content: "\f19c6"
}

.hgi-bulk.hgi-reset-password::after {
  content: "\f19c8"
}

.hgi-bulk.hgi-resize-01::after {
  content: "\f19ca"
}

.hgi-bulk.hgi-resize-02::after {
  content: "\f19cc"
}

.hgi-bulk.hgi-resize-field-rectangle::after {
  content: "\f19ce"
}

.hgi-bulk.hgi-resize-field::after {
  content: "\f19d0"
}

.hgi-bulk.hgi-resources-add::after {
  content: "\f19d2"
}

.hgi-bulk.hgi-resources-remove::after {
  content: "\f19d4"
}

.hgi-bulk.hgi-restaurant-01::after {
  content: "\f19d6"
}

.hgi-bulk.hgi-restaurant-02::after {
  content: "\f19d8"
}

.hgi-bulk.hgi-restaurant-03::after {
  content: "\f19da"
}

.hgi-bulk.hgi-restaurant-table::after {
  content: "\f19dc"
}

.hgi-bulk.hgi-restore-bin::after {
  content: "\f19de"
}

.hgi-bulk.hgi-return-request::after {
  content: "\f19e0"
}

.hgi-bulk.hgi-reverse-withdrawal-01::after {
  content: "\f19e2"
}

.hgi-bulk.hgi-reverse-withdrawal-02::after {
  content: "\f19e4"
}

.hgi-bulk.hgi-rhombus-01::after {
  content: "\f19e6"
}

.hgi-bulk.hgi-rhombus::after {
  content: "\f19e8"
}

.hgi-bulk.hgi-rice-bowl-01::after {
  content: "\f19ea"
}

.hgi-bulk.hgi-rice-bowl-02::after {
  content: "\f19ec"
}

.hgi-bulk.hgi-right-angle::after {
  content: "\f19ee"
}

.hgi-bulk.hgi-right-to-left-block-quote::after {
  content: "\f19f0"
}

.hgi-bulk.hgi-right-to-left-list-bullet::after {
  content: "\f19f2"
}

.hgi-bulk.hgi-right-to-left-list-dash::after {
  content: "\f19f4"
}

.hgi-bulk.hgi-right-to-left-list-number::after {
  content: "\f19f6"
}

.hgi-bulk.hgi-right-to-left-list-triangle::after {
  content: "\f19f8"
}

.hgi-bulk.hgi-right-triangle::after {
  content: "\f19fa"
}

.hgi-bulk.hgi-ripple::after {
  content: "\f19fc"
}

.hgi-bulk.hgi-riyal-rectangle::after {
  content: "\f19fe"
}

.hgi-bulk.hgi-riyal::after {
  content: "\f1a00"
}

.hgi-bulk.hgi-road-01::after {
  content: "\f1a02"
}

.hgi-bulk.hgi-road-02::after {
  content: "\f1a04"
}

.hgi-bulk.hgi-road-location-01::after {
  content: "\f1a06"
}

.hgi-bulk.hgi-road-location-02::after {
  content: "\f1a08"
}

.hgi-bulk.hgi-road::after {
  content: "\f1a0a"
}

.hgi-bulk.hgi-road-wayside::after {
  content: "\f1a0b"
}

.hgi-bulk.hgi-robot-01::after {
  content: "\f1a0e"
}

.hgi-bulk.hgi-robot-02::after {
  content: "\f1a10"
}

.hgi-bulk.hgi-robotic::after {
  content: "\f1a12"
}

.hgi-bulk.hgi-rocket-01::after {
  content: "\f1a14"
}

.hgi-bulk.hgi-rocket-02::after {
  content: "\f1a16"
}

.hgi-bulk.hgi-rocket::after {
  content: "\f1a18"
}

.hgi-bulk.hgi-rocking-chair::after {
  content: "\f1a1a"
}

.hgi-bulk.hgi-rocking-horse::after {
  content: "\f1a1c"
}

.hgi-bulk.hgi-roller-skate::after {
  content: "\f1a1e"
}

.hgi-bulk.hgi-rolling-pin::after {
  content: "\f1a20"
}

.hgi-bulk.hgi-root-01::after {
  content: "\f1a22"
}

.hgi-bulk.hgi-root-02::after {
  content: "\f1a24"
}

.hgi-bulk.hgi-root-circle::after {
  content: "\f1a26"
}

.hgi-bulk.hgi-root-first-bracket::after {
  content: "\f1a28"
}

.hgi-bulk.hgi-root-second-bracket::after {
  content: "\f1a2a"
}

.hgi-bulk.hgi-root-third-bracket::after {
  content: "\f1a2c"
}

.hgi-bulk.hgi-rotate-01::after {
  content: "\f1a2e"
}

.hgi-bulk.hgi-rotate-02::after {
  content: "\f1a30"
}

.hgi-bulk.hgi-rotate-360::after {
  content: "\f1a32"
}

.hgi-bulk.hgi-rotate-bottom-left::after {
  content: "\f1a34"
}

.hgi-bulk.hgi-rotate-bottom-right::after {
  content: "\f1a36"
}

.hgi-bulk.hgi-rotate-clockwise::after {
  content: "\f1a38"
}

.hgi-bulk.hgi-rotate-crop::after {
  content: "\f1a3a"
}

.hgi-bulk.hgi-rotate-left-01::after {
  content: "\f1a3c"
}

.hgi-bulk.hgi-rotate-left-02::after {
  content: "\f1a3e"
}

.hgi-bulk.hgi-rotate-left-03::after {
  content: "\f1a40"
}

.hgi-bulk.hgi-rotate-left-04::after {
  content: "\f1a42"
}

.hgi-bulk.hgi-rotate-left-05::after {
  content: "\f1a44"
}

.hgi-bulk.hgi-rotate-left-06::after {
  content: "\f1a46"
}

.hgi-bulk.hgi-rotate-right-01::after {
  content: "\f1a48"
}

.hgi-bulk.hgi-rotate-right-02::after {
  content: "\f1a4a"
}

.hgi-bulk.hgi-rotate-right-03::after {
  content: "\f1a4c"
}

.hgi-bulk.hgi-rotate-right-04::after {
  content: "\f1a4e"
}

.hgi-bulk.hgi-rotate-right-05::after {
  content: "\f1a50"
}

.hgi-bulk.hgi-rotate-right-06::after {
  content: "\f1a52"
}

.hgi-bulk.hgi-rotate-square::after {
  content: "\f1a54"
}

.hgi-bulk.hgi-rotate-top-left::after {
  content: "\f1a56"
}

.hgi-bulk.hgi-rotate-top-right::after {
  content: "\f1a58"
}

.hgi-bulk.hgi-route-01::after {
  content: "\f1a5a"
}

.hgi-bulk.hgi-route-02::after {
  content: "\f1a5c"
}

.hgi-bulk.hgi-route-03::after {
  content: "\f1a5e"
}

.hgi-bulk.hgi-route-block::after {
  content: "\f1a60"
}

.hgi-bulk.hgi-router-01::after {
  content: "\f1a62"
}

.hgi-bulk.hgi-router-02::after {
  content: "\f1a64"
}

.hgi-bulk.hgi-router::after {
  content: "\f1a66"
}

.hgi-bulk.hgi-row-delete::after {
  content: "\f1a68"
}

.hgi-bulk.hgi-row-insert::after {
  content: "\f1a6a"
}

.hgi-bulk.hgi-rss-connected-01::after {
  content: "\f1a6c"
}

.hgi-bulk.hgi-rss-connected-02::after {
  content: "\f1a6e"
}

.hgi-bulk.hgi-rss-error::after {
  content: "\f1a70"
}

.hgi-bulk.hgi-rss-locked::after {
  content: "\f1a72"
}

.hgi-bulk.hgi-rss::after {
  content: "\f1a74"
}

.hgi-bulk.hgi-rss-unlocked::after {
  content: "\f1a75"
}

.hgi-bulk.hgi-rub-el-hizb::after {
  content: "\f1a78"
}

.hgi-bulk.hgi-rubber-duck::after {
  content: "\f1a7a"
}

.hgi-bulk.hgi-rubiks-cube::after {
  content: "\f1a7c"
}

.hgi-bulk.hgi-ruku::after {
  content: "\f1a7e"
}

.hgi-bulk.hgi-ruler::after {
  content: "\f1a80"
}

.hgi-bulk.hgi-running-shoes::after {
  content: "\f1a82"
}

.hgi-bulk.hgi-rupee::after {
  content: "\f1a84"
}

.hgi-bulk.hgi-sad-01::after {
  content: "\f1a86"
}

.hgi-bulk.hgi-sad-02::after {
  content: "\f1a88"
}

.hgi-bulk.hgi-sad-dizzy::after {
  content: "\f1a8a"
}

.hgi-bulk.hgi-safari::after {
  content: "\f1a8c"
}

.hgi-bulk.hgi-safe-delivery-01::after {
  content: "\f1a8e"
}

.hgi-bulk.hgi-safe-delivery-02::after {
  content: "\f1a90"
}

.hgi-bulk.hgi-safe::after {
  content: "\f1a92"
}

.hgi-bulk.hgi-safety-pin-01::after {
  content: "\f1a94"
}

.hgi-bulk.hgi-safety-pin-02::after {
  content: "\f1a96"
}

.hgi-bulk.hgi-sailboat-coastal::after {
  content: "\f1a98"
}

.hgi-bulk.hgi-sailboat-offshore::after {
  content: "\f1a9a"
}

.hgi-bulk.hgi-sakura::after {
  content: "\f1a9c"
}

.hgi-bulk.hgi-salah::after {
  content: "\f1a9e"
}

.hgi-bulk.hgi-salah-time::after {
  content: "\f1a9f"
}

.hgi-bulk.hgi-sale-tag-01::after {
  content: "\f1aa2"
}

.hgi-bulk.hgi-sale-tag-02::after {
  content: "\f1aa4"
}

.hgi-bulk.hgi-sandals::after {
  content: "\f1aa6"
}

.hgi-bulk.hgi-satellite-01::after {
  content: "\f1aa8"
}

.hgi-bulk.hgi-satellite-02::after {
  content: "\f1aaa"
}

.hgi-bulk.hgi-satellite-03::after {
  content: "\f1aac"
}

.hgi-bulk.hgi-satellite::after {
  content: "\f1aae"
}

.hgi-bulk.hgi-saturn-01::after {
  content: "\f1ab0"
}

.hgi-bulk.hgi-saturn-02::after {
  content: "\f1ab2"
}

.hgi-bulk.hgi-saturn::after {
  content: "\f1ab4"
}

.hgi-bulk.hgi-sausage::after {
  content: "\f1ab6"
}

.hgi-bulk.hgi-save-energy-01::after {
  content: "\f1ab8"
}

.hgi-bulk.hgi-save-energy-02::after {
  content: "\f1aba"
}

.hgi-bulk.hgi-save-money-dollar::after {
  content: "\f1abc"
}

.hgi-bulk.hgi-save-money-euro::after {
  content: "\f1abe"
}

.hgi-bulk.hgi-save-money-pound::after {
  content: "\f1ac0"
}

.hgi-bulk.hgi-save-money-yen::after {
  content: "\f1ac2"
}

.hgi-bulk.hgi-savings::after {
  content: "\f1ac4"
}

.hgi-bulk.hgi-scan-image::after {
  content: "\f1ac6"
}

.hgi-bulk.hgi-scan::after {
  content: "\f1ac8"
}

.hgi-bulk.hgi-scheme::after {
  content: "\f1aca"
}

.hgi-bulk.hgi-school-01::after {
  content: "\f1acc"
}

.hgi-bulk.hgi-school-bell-01::after {
  content: "\f1ace"
}

.hgi-bulk.hgi-school-bell-02::after {
  content: "\f1ad0"
}

.hgi-bulk.hgi-school-bus::after {
  content: "\f1ad2"
}

.hgi-bulk.hgi-school-report-card::after {
  content: "\f1ad4"
}

.hgi-bulk.hgi-school::after {
  content: "\f1ad6"
}

.hgi-bulk.hgi-school-tie::after {
  content: "\f1ad7"
}

.hgi-bulk.hgi-scissor-01::after {
  content: "\f1ada"
}

.hgi-bulk.hgi-scissor-rectangle::after {
  content: "\f1adc"
}

.hgi-bulk.hgi-scissor::after {
  content: "\f1ade"
}

.hgi-bulk.hgi-scooter-01::after {
  content: "\f1ae0"
}

.hgi-bulk.hgi-scooter-02::after {
  content: "\f1ae2"
}

.hgi-bulk.hgi-scooter-03::after {
  content: "\f1ae4"
}

.hgi-bulk.hgi-scooter-04::after {
  content: "\f1ae6"
}

.hgi-bulk.hgi-scooter-electric::after {
  content: "\f1ae8"
}

.hgi-bulk.hgi-scratch-card::after {
  content: "\f1aea"
}

.hgi-bulk.hgi-screen-add-to-home-02::after {
  content: "\f1aec"
}

.hgi-bulk.hgi-screen-add-to-home::after {
  content: "\f1aee"
}

.hgi-bulk.hgi-screen-lock-rotation::after {
  content: "\f1af0"
}

.hgi-bulk.hgi-screen-rotation::after {
  content: "\f1af2"
}

.hgi-bulk.hgi-scribd::after {
  content: "\f1af4"
}

.hgi-bulk.hgi-scroll-horizontal::after {
  content: "\f1af6"
}

.hgi-bulk.hgi-scroll::after {
  content: "\f1af8"
}

.hgi-bulk.hgi-scroll-vertical::after {
  content: "\f1af9"
}

.hgi-bulk.hgi-sd-card::after {
  content: "\f1afc"
}

.hgi-bulk.hgi-seal::after {
  content: "\f1afe"
}

.hgi-bulk.hgi-search-01::after {
  content: "\f1b00"
}

.hgi-bulk.hgi-search-02::after {
  content: "\f1b02"
}

.hgi-bulk.hgi-search-add::after {
  content: "\f1b04"
}

.hgi-bulk.hgi-search-area::after {
  content: "\f1b06"
}

.hgi-bulk.hgi-search-circle::after {
  content: "\f1b08"
}

.hgi-bulk.hgi-search-dollar::after {
  content: "\f1b0a"
}

.hgi-bulk.hgi-search-focus::after {
  content: "\f1b0c"
}

.hgi-bulk.hgi-search-list-01::after {
  content: "\f1b0e"
}

.hgi-bulk.hgi-search-list-02::after {
  content: "\f1b10"
}

.hgi-bulk.hgi-search-minus::after {
  content: "\f1b12"
}

.hgi-bulk.hgi-search-remove::after {
  content: "\f1b14"
}

.hgi-bulk.hgi-search-replace::after {
  content: "\f1b16"
}

.hgi-bulk.hgi-search-square::after {
  content: "\f1b18"
}

.hgi-bulk.hgi-search-visual::after {
  content: "\f1b1a"
}

.hgi-bulk.hgi-searching::after {
  content: "\f1b1c"
}

.hgi-bulk.hgi-seat-selector::after {
  content: "\f1b1e"
}

.hgi-bulk.hgi-second-bracket-circle::after {
  content: "\f1b20"
}

.hgi-bulk.hgi-second-bracket::after {
  content: "\f1b22"
}

.hgi-bulk.hgi-second-bracket-square::after {
  content: "\f1b23"
}

.hgi-bulk.hgi-secured-network::after {
  content: "\f1b26"
}

.hgi-bulk.hgi-security-block::after {
  content: "\f1b28"
}

.hgi-bulk.hgi-security-check::after {
  content: "\f1b2a"
}

.hgi-bulk.hgi-security-key-usb::after {
  content: "\f1b2c"
}

.hgi-bulk.hgi-security-lock::after {
  content: "\f1b2e"
}

.hgi-bulk.hgi-security-password::after {
  content: "\f1b30"
}

.hgi-bulk.hgi-security::after {
  content: "\f1b32"
}

.hgi-bulk.hgi-security-validation::after {
  content: "\f1b33"
}

.hgi-bulk.hgi-security-wifi::after {
  content: "\f1b35"
}

.hgi-bulk.hgi-seesaw::after {
  content: "\f1b38"
}

.hgi-bulk.hgi-segment::after {
  content: "\f1b3a"
}

.hgi-bulk.hgi-select-01::after {
  content: "\f1b3c"
}

.hgi-bulk.hgi-select-02::after {
  content: "\f1b3e"
}

.hgi-bulk.hgi-self-transfer::after {
  content: "\f1b40"
}

.hgi-bulk.hgi-send-to-mobile-02::after {
  content: "\f1b42"
}

.hgi-bulk.hgi-send-to-mobile::after {
  content: "\f1b44"
}

.hgi-bulk.hgi-sending-order::after {
  content: "\f1b46"
}

.hgi-bulk.hgi-senseless::after {
  content: "\f1b48"
}

.hgi-bulk.hgi-sent-02::after {
  content: "\f1b4a"
}

.hgi-bulk.hgi-sent::after {
  content: "\f1b4c"
}

.hgi-bulk.hgi-seo::after {
  content: "\f1b4e"
}

.hgi-bulk.hgi-server-stack-01::after {
  content: "\f1b50"
}

.hgi-bulk.hgi-server-stack-02::after {
  content: "\f1b52"
}

.hgi-bulk.hgi-server-stack-03::after {
  content: "\f1b54"
}

.hgi-bulk.hgi-service::after {
  content: "\f1b56"
}

.hgi-bulk.hgi-serving-food::after {
  content: "\f1b58"
}

.hgi-bulk.hgi-setting-06::after {
  content: "\f1b5a"
}

.hgi-bulk.hgi-setting-07::after {
  content: "\f1b5c"
}

.hgi-bulk.hgi-setting-done-01::after {
  content: "\f1b5e"
}

.hgi-bulk.hgi-setting-done-02::after {
  content: "\f1b60"
}

.hgi-bulk.hgi-setting-done-03::after {
  content: "\f1b62"
}

.hgi-bulk.hgi-setting-done-04::after {
  content: "\f1b64"
}

.hgi-bulk.hgi-setting-error-03::after {
  content: "\f1b66"
}

.hgi-bulk.hgi-setting-error-04::after {
  content: "\f1b68"
}

.hgi-bulk.hgi-settings-01::after {
  content: "\f1b6a"
}

.hgi-bulk.hgi-settings-02::after {
  content: "\f1b6c"
}

.hgi-bulk.hgi-settings-03::after {
  content: "\f1b6e"
}

.hgi-bulk.hgi-settings-04::after {
  content: "\f1b70"
}

.hgi-bulk.hgi-settings-05::after {
  content: "\f1b72"
}

.hgi-bulk.hgi-settings-error-01::after {
  content: "\f1b74"
}

.hgi-bulk.hgi-settings-error-02::after {
  content: "\f1b76"
}

.hgi-bulk.hgi-setup-01::after {
  content: "\f1b78"
}

.hgi-bulk.hgi-setup-02::after {
  content: "\f1b7a"
}

.hgi-bulk.hgi-seven-circle::after {
  content: "\f1b7c"
}

.hgi-bulk.hgi-seven-square::after {
  content: "\f1b7e"
}

.hgi-bulk.hgi-seven-z-01::after {
  content: "\f1b80"
}

.hgi-bulk.hgi-seven-z-02::after {
  content: "\f1b82"
}

.hgi-bulk.hgi-shadcn::after {
  content: "\f1b84"
}

.hgi-bulk.hgi-shadcn-square::after {
  content: "\f1b85"
}

.hgi-bulk.hgi-shaka-01::after {
  content: "\f1b88"
}

.hgi-bulk.hgi-shaka-02::after {
  content: "\f1b8a"
}

.hgi-bulk.hgi-shaka-03::after {
  content: "\f1b8c"
}

.hgi-bulk.hgi-shaka-04::after {
  content: "\f1b8e"
}

.hgi-bulk.hgi-shampoo::after {
  content: "\f1b90"
}

.hgi-bulk.hgi-shape-collection::after {
  content: "\f1b92"
}

.hgi-bulk.hgi-shapes::after {
  content: "\f1b94"
}

.hgi-bulk.hgi-share-01::after {
  content: "\f1b96"
}

.hgi-bulk.hgi-share-02::after {
  content: "\f1b98"
}

.hgi-bulk.hgi-share-03::after {
  content: "\f1b9a"
}

.hgi-bulk.hgi-share-04::after {
  content: "\f1b9c"
}

.hgi-bulk.hgi-share-05::after {
  content: "\f1b9e"
}

.hgi-bulk.hgi-share-06::after {
  content: "\f1ba0"
}

.hgi-bulk.hgi-share-07::after {
  content: "\f1ba2"
}

.hgi-bulk.hgi-share-08::after {
  content: "\f1ba4"
}

.hgi-bulk.hgi-share-knowledge::after {
  content: "\f1ba6"
}

.hgi-bulk.hgi-share-location-01::after {
  content: "\f1ba8"
}

.hgi-bulk.hgi-share-location-02::after {
  content: "\f1baa"
}

.hgi-bulk.hgi-shared-drive::after {
  content: "\f1bac"
}

.hgi-bulk.hgi-shared-wifi::after {
  content: "\f1bae"
}

.hgi-bulk.hgi-sharing::after {
  content: "\f1bb0"
}

.hgi-bulk.hgi-shellfish::after {
  content: "\f1bb2"
}

.hgi-bulk.hgi-sheriff-01::after {
  content: "\f1bb4"
}

.hgi-bulk.hgi-sheriff-02::after {
  content: "\f1bb6"
}

.hgi-bulk.hgi-shield-01::after {
  content: "\f1bb8"
}

.hgi-bulk.hgi-shield-02::after {
  content: "\f1bba"
}

.hgi-bulk.hgi-shield-blockchain::after {
  content: "\f1bbc"
}

.hgi-bulk.hgi-shield-energy::after {
  content: "\f1bbe"
}

.hgi-bulk.hgi-shield-key::after {
  content: "\f1bc0"
}

.hgi-bulk.hgi-shield-user::after {
  content: "\f1bc2"
}

.hgi-bulk.hgi-shipment-tracking::after {
  content: "\f1bc4"
}

.hgi-bulk.hgi-shipping-center::after {
  content: "\f1bc6"
}

.hgi-bulk.hgi-shipping-loading::after {
  content: "\f1bc8"
}

.hgi-bulk.hgi-shipping-truck-01::after {
  content: "\f1bca"
}

.hgi-bulk.hgi-shipping-truck-02::after {
  content: "\f1bcc"
}

.hgi-bulk.hgi-shirt-01::after {
  content: "\f1bce"
}

.hgi-bulk.hgi-shocked::after {
  content: "\f1bd0"
}

.hgi-bulk.hgi-shop-sign::after {
  content: "\f1bd2"
}

.hgi-bulk.hgi-shopify::after {
  content: "\f1bd4"
}

.hgi-bulk.hgi-shopping-bag-01::after {
  content: "\f1bd6"
}

.hgi-bulk.hgi-shopping-bag-02::after {
  content: "\f1bd8"
}

.hgi-bulk.hgi-shopping-bag-03::after {
  content: "\f1bda"
}

.hgi-bulk.hgi-shopping-bag-add::after {
  content: "\f1bdc"
}

.hgi-bulk.hgi-shopping-bag-check::after {
  content: "\f1bde"
}

.hgi-bulk.hgi-shopping-bag-favorite::after {
  content: "\f1be0"
}

.hgi-bulk.hgi-shopping-bag-remove::after {
  content: "\f1be2"
}

.hgi-bulk.hgi-shopping-basket-01::after {
  content: "\f1be4"
}

.hgi-bulk.hgi-shopping-basket-02::after {
  content: "\f1be6"
}

.hgi-bulk.hgi-shopping-basket-03::after {
  content: "\f1be8"
}

.hgi-bulk.hgi-shopping-basket-add-01::after {
  content: "\f1bea"
}

.hgi-bulk.hgi-shopping-basket-add-02::after {
  content: "\f1bec"
}

.hgi-bulk.hgi-shopping-basket-add-03::after {
  content: "\f1bee"
}

.hgi-bulk.hgi-shopping-basket-check-in-01::after {
  content: "\f1bf0"
}

.hgi-bulk.hgi-shopping-basket-check-in-02::after {
  content: "\f1bf2"
}

.hgi-bulk.hgi-shopping-basket-check-in-03::after {
  content: "\f1bf4"
}

.hgi-bulk.hgi-shopping-basket-check-out-01::after {
  content: "\f1bf6"
}

.hgi-bulk.hgi-shopping-basket-check-out-02::after {
  content: "\f1bf8"
}

.hgi-bulk.hgi-shopping-basket-check-out-03::after {
  content: "\f1bfa"
}

.hgi-bulk.hgi-shopping-basket-done-01::after {
  content: "\f1bfc"
}

.hgi-bulk.hgi-shopping-basket-done-02::after {
  content: "\f1bfe"
}

.hgi-bulk.hgi-shopping-basket-done-03::after {
  content: "\f1c00"
}

.hgi-bulk.hgi-shopping-basket-favorite-01::after {
  content: "\f1c02"
}

.hgi-bulk.hgi-shopping-basket-favorite-02::after {
  content: "\f1c04"
}

.hgi-bulk.hgi-shopping-basket-favorite-03::after {
  content: "\f1c06"
}

.hgi-bulk.hgi-shopping-basket-remove-01::after {
  content: "\f1c08"
}

.hgi-bulk.hgi-shopping-basket-remove-02::after {
  content: "\f1c0a"
}

.hgi-bulk.hgi-shopping-basket-remove-03::after {
  content: "\f1c0c"
}

.hgi-bulk.hgi-shopping-basket-secure-01::after {
  content: "\f1c0e"
}

.hgi-bulk.hgi-shopping-basket-secure-02::after {
  content: "\f1c10"
}

.hgi-bulk.hgi-shopping-basket-secure-03::after {
  content: "\f1c12"
}

.hgi-bulk.hgi-shopping-cart-01::after {
  content: "\f1c14"
}

.hgi-bulk.hgi-shopping-cart-02::after {
  content: "\f1c16"
}

.hgi-bulk.hgi-shopping-cart-add-01::after {
  content: "\f1c18"
}

.hgi-bulk.hgi-shopping-cart-add-02::after {
  content: "\f1c1a"
}

.hgi-bulk.hgi-shopping-cart-check-01::after {
  content: "\f1c1c"
}

.hgi-bulk.hgi-shopping-cart-check-02::after {
  content: "\f1c1e"
}

.hgi-bulk.hgi-shopping-cart-check-in-01::after {
  content: "\f1c20"
}

.hgi-bulk.hgi-shopping-cart-check-in-02::after {
  content: "\f1c22"
}

.hgi-bulk.hgi-shopping-cart-check-out-01::after {
  content: "\f1c24"
}

.hgi-bulk.hgi-shopping-cart-check-out-02::after {
  content: "\f1c26"
}

.hgi-bulk.hgi-shopping-cart-favorite-01::after {
  content: "\f1c28"
}

.hgi-bulk.hgi-shopping-cart-favorite-02::after {
  content: "\f1c2a"
}

.hgi-bulk.hgi-shopping-cart-remove-01::after {
  content: "\f1c2c"
}

.hgi-bulk.hgi-shopping-cart-remove-02::after {
  content: "\f1c2e"
}

.hgi-bulk.hgi-shorts-pants::after {
  content: "\f1c30"
}

.hgi-bulk.hgi-shoulder::after {
  content: "\f1c32"
}

.hgi-bulk.hgi-shuffle::after {
  content: "\f1c34"
}

.hgi-bulk.hgi-shuffle-square::after {
  content: "\f1c35"
}

.hgi-bulk.hgi-shut-down::after {
  content: "\f1c38"
}

.hgi-bulk.hgi-shutterstock::after {
  content: "\f1c3a"
}

.hgi-bulk.hgi-sidebar-bottom::after {
  content: "\f1c3c"
}

.hgi-bulk.hgi-sidebar-left-01::after {
  content: "\f1c3e"
}

.hgi-bulk.hgi-sidebar-left::after {
  content: "\f1c40"
}

.hgi-bulk.hgi-sidebar-right-01::after {
  content: "\f1c42"
}

.hgi-bulk.hgi-sidebar-right::after {
  content: "\f1c44"
}

.hgi-bulk.hgi-sidebar-top::after {
  content: "\f1c46"
}

.hgi-bulk.hgi-sign-language-c::after {
  content: "\f1c48"
}

.hgi-bulk.hgi-signal-full-01::after {
  content: "\f1c4a"
}

.hgi-bulk.hgi-signal-full-02::after {
  content: "\f1c4c"
}

.hgi-bulk.hgi-signal-low-01::after {
  content: "\f1c4e"
}

.hgi-bulk.hgi-signal-low-02::after {
  content: "\f1c50"
}

.hgi-bulk.hgi-signal-low-medium::after {
  content: "\f1c52"
}

.hgi-bulk.hgi-signal-medium-01::after {
  content: "\f1c54"
}

.hgi-bulk.hgi-signal-medium-02::after {
  content: "\f1c56"
}

.hgi-bulk.hgi-signal-no-01::after {
  content: "\f1c58"
}

.hgi-bulk.hgi-signal-no-02::after {
  content: "\f1c5a"
}

.hgi-bulk.hgi-signal::after {
  content: "\f1c5c"
}

.hgi-bulk.hgi-signature::after {
  content: "\f1c5e"
}

.hgi-bulk.hgi-silence::after {
  content: "\f1c60"
}

.hgi-bulk.hgi-simcard-01::after {
  content: "\f1c62"
}

.hgi-bulk.hgi-simcard-02::after {
  content: "\f1c64"
}

.hgi-bulk.hgi-simcard-dual::after {
  content: "\f1c66"
}

.hgi-bulk.hgi-sin::after {
  content: "\f1c68"
}

.hgi-bulk.hgi-sine-01::after {
  content: "\f1c6a"
}

.hgi-bulk.hgi-sine-02::after {
  content: "\f1c6c"
}

.hgi-bulk.hgi-sing-left::after {
  content: "\f1c6e"
}

.hgi-bulk.hgi-sing-right::after {
  content: "\f1c70"
}

.hgi-bulk.hgi-sink-01::after {
  content: "\f1c72"
}

.hgi-bulk.hgi-sink-02::after {
  content: "\f1c74"
}

.hgi-bulk.hgi-siri-new::after {
  content: "\f1c76"
}

.hgi-bulk.hgi-siri::after {
  content: "\f1c78"
}

.hgi-bulk.hgi-six-circle::after {
  content: "\f1c7a"
}

.hgi-bulk.hgi-six-square::after {
  content: "\f1c7c"
}

.hgi-bulk.hgi-sketch::after {
  content: "\f1c7e"
}

.hgi-bulk.hgi-skew::after {
  content: "\f1c80"
}

.hgi-bulk.hgi-ski-dice-faces-01::after {
  content: "\f1c82"
}

.hgi-bulk.hgi-skipping-rope::after {
  content: "\f1c84"
}

.hgi-bulk.hgi-skool::after {
  content: "\f1c86"
}

.hgi-bulk.hgi-skull::after {
  content: "\f1c88"
}

.hgi-bulk.hgi-skype::after {
  content: "\f1c8a"
}

.hgi-bulk.hgi-slack::after {
  content: "\f1c8c"
}

.hgi-bulk.hgi-sleeping::after {
  content: "\f1c8e"
}

.hgi-bulk.hgi-sleeveless::after {
  content: "\f1c90"
}

.hgi-bulk.hgi-slide::after {
  content: "\f1c92"
}

.hgi-bulk.hgi-sliders-horizontal::after {
  content: "\f1c94"
}

.hgi-bulk.hgi-sliders-vertical::after {
  content: "\f1c96"
}

.hgi-bulk.hgi-slideshare::after {
  content: "\f1c98"
}

.hgi-bulk.hgi-slow-winds::after {
  content: "\f1c9a"
}

.hgi-bulk.hgi-smart-ac::after {
  content: "\f1c9c"
}

.hgi-bulk.hgi-smart-phone-01::after {
  content: "\f1c9e"
}

.hgi-bulk.hgi-smart-phone-02::after {
  content: "\f1ca0"
}

.hgi-bulk.hgi-smart-phone-03::after {
  content: "\f1ca2"
}

.hgi-bulk.hgi-smart-phone-04::after {
  content: "\f1ca4"
}

.hgi-bulk.hgi-smart-phone-landscape-02::after {
  content: "\f1ca6"
}

.hgi-bulk.hgi-smart-phone-landscape::after {
  content: "\f1ca8"
}

.hgi-bulk.hgi-smart::after {
  content: "\f1caa"
}

.hgi-bulk.hgi-smart-watch-01::after {
  content: "\f1cab"
}

.hgi-bulk.hgi-smart-watch-02::after {
  content: "\f1cad"
}

.hgi-bulk.hgi-smart-watch-03::after {
  content: "\f1caf"
}

.hgi-bulk.hgi-smart-watch-04::after {
  content: "\f1cb1"
}

.hgi-bulk.hgi-smartphone-lost-wifi::after {
  content: "\f1cb4"
}

.hgi-bulk.hgi-smartphone-wifi::after {
  content: "\f1cb6"
}

.hgi-bulk.hgi-smile-dizzy::after {
  content: "\f1cb8"
}

.hgi-bulk.hgi-smile::after {
  content: "\f1cba"
}

.hgi-bulk.hgi-sms-code::after {
  content: "\f1cbc"
}

.hgi-bulk.hgi-snail::after {
  content: "\f1cbe"
}

.hgi-bulk.hgi-snapchat::after {
  content: "\f1cc0"
}

.hgi-bulk.hgi-snow::after {
  content: "\f1cc2"
}

.hgi-bulk.hgi-socks::after {
  content: "\f1cc4"
}

.hgi-bulk.hgi-soda-can::after {
  content: "\f1cc6"
}

.hgi-bulk.hgi-sofa-01::after {
  content: "\f1cc8"
}

.hgi-bulk.hgi-sofa-02::after {
  content: "\f1cca"
}

.hgi-bulk.hgi-sofa-03::after {
  content: "\f1ccc"
}

.hgi-bulk.hgi-sofa-single::after {
  content: "\f1cce"
}

.hgi-bulk.hgi-soft-drink-01::after {
  content: "\f1cd0"
}

.hgi-bulk.hgi-soft-drink-02::after {
  content: "\f1cd2"
}

.hgi-bulk.hgi-software-license::after {
  content: "\f1cd4"
}

.hgi-bulk.hgi-software::after {
  content: "\f1cd6"
}

.hgi-bulk.hgi-software-uninstall::after {
  content: "\f1cd7"
}

.hgi-bulk.hgi-soil-moisture-field::after {
  content: "\f1cda"
}

.hgi-bulk.hgi-soil-moisture-global::after {
  content: "\f1cdc"
}

.hgi-bulk.hgi-soil-temperature-field::after {
  content: "\f1cde"
}

.hgi-bulk.hgi-soil-temperature-global::after {
  content: "\f1ce0"
}

.hgi-bulk.hgi-solar-energy::after {
  content: "\f1ce2"
}

.hgi-bulk.hgi-solar-panel-01::after {
  content: "\f1ce4"
}

.hgi-bulk.hgi-solar-panel-02::after {
  content: "\f1ce6"
}

.hgi-bulk.hgi-solar-panel-03::after {
  content: "\f1ce8"
}

.hgi-bulk.hgi-solar-panel-04::after {
  content: "\f1cea"
}

.hgi-bulk.hgi-solar-panel-05::after {
  content: "\f1cec"
}

.hgi-bulk.hgi-solar-power::after {
  content: "\f1cee"
}

.hgi-bulk.hgi-solar-system-01::after {
  content: "\f1cf0"
}

.hgi-bulk.hgi-solar-system::after {
  content: "\f1cf2"
}

.hgi-bulk.hgi-solid-line-01::after {
  content: "\f1cf4"
}

.hgi-bulk.hgi-solid-line-02::after {
  content: "\f1cf6"
}

.hgi-bulk.hgi-sort-by-down-01::after {
  content: "\f1cf8"
}

.hgi-bulk.hgi-sort-by-down-02::after {
  content: "\f1cfa"
}

.hgi-bulk.hgi-sort-by-up-01::after {
  content: "\f1cfc"
}

.hgi-bulk.hgi-sort-by-up-02::after {
  content: "\f1cfe"
}

.hgi-bulk.hgi-sort-descending::after {
  content: "\f1d00"
}

.hgi-bulk.hgi-sorting-01::after {
  content: "\f1d02"
}

.hgi-bulk.hgi-sorting-02::after {
  content: "\f1d04"
}

.hgi-bulk.hgi-sorting-03::after {
  content: "\f1d06"
}

.hgi-bulk.hgi-sorting-04::after {
  content: "\f1d08"
}

.hgi-bulk.hgi-sorting-05::after {
  content: "\f1d0a"
}

.hgi-bulk.hgi-sorting-a-z-01::after {
  content: "\f1d0c"
}

.hgi-bulk.hgi-sorting-a-z-02::after {
  content: "\f1d0e"
}

.hgi-bulk.hgi-sorting-down::after {
  content: "\f1d10"
}

.hgi-bulk.hgi-sorting-nine-1::after {
  content: "\f1d12"
}

.hgi-bulk.hgi-sorting-one-9::after {
  content: "\f1d14"
}

.hgi-bulk.hgi-sorting-up::after {
  content: "\f1d16"
}

.hgi-bulk.hgi-sorting-z-a-01::after {
  content: "\f1d18"
}

.hgi-bulk.hgi-soundcloud::after {
  content: "\f1d1a"
}

.hgi-bulk.hgi-source-code-circle::after {
  content: "\f1d1c"
}

.hgi-bulk.hgi-source-code::after {
  content: "\f1d1e"
}

.hgi-bulk.hgi-source-code-square::after {
  content: "\f1d1f"
}

.hgi-bulk.hgi-spaceship::after {
  content: "\f1d22"
}

.hgi-bulk.hgi-spades::after {
  content: "\f1d24"
}

.hgi-bulk.hgi-spaghetti::after {
  content: "\f1d26"
}

.hgi-bulk.hgi-spam::after {
  content: "\f1d28"
}

.hgi-bulk.hgi-sparkles::after {
  content: "\f1d2a"
}

.hgi-bulk.hgi-spartan-helmet::after {
  content: "\f1d2c"
}

.hgi-bulk.hgi-spatula::after {
  content: "\f1d2e"
}

.hgi-bulk.hgi-speaker-01::after {
  content: "\f1d30"
}

.hgi-bulk.hgi-speaker::after {
  content: "\f1d32"
}

.hgi-bulk.hgi-speech-to-text::after {
  content: "\f1d34"
}

.hgi-bulk.hgi-speed-train-01::after {
  content: "\f1d36"
}

.hgi-bulk.hgi-speed-train-02::after {
  content: "\f1d38"
}

.hgi-bulk.hgi-sperm::after {
  content: "\f1d3a"
}

.hgi-bulk.hgi-sphere::after {
  content: "\f1d3c"
}

.hgi-bulk.hgi-spirals::after {
  content: "\f1d3e"
}

.hgi-bulk.hgi-split::after {
  content: "\f1d40"
}

.hgi-bulk.hgi-spoon-and-fork::after {
  content: "\f1d42"
}

.hgi-bulk.hgi-spoon-and-knife::after {
  content: "\f1d44"
}

.hgi-bulk.hgi-spoon::after {
  content: "\f1d46"
}

.hgi-bulk.hgi-spotify::after {
  content: "\f1d48"
}

.hgi-bulk.hgi-sql::after {
  content: "\f1d4a"
}

.hgi-bulk.hgi-square-01::after {
  content: "\f1d4c"
}

.hgi-bulk.hgi-square-arrow-data-transfer-diagonal::after {
  content: "\f1d4e"
}

.hgi-bulk.hgi-square-arrow-data-transfer-horizontal::after {
  content: "\f1d50"
}

.hgi-bulk.hgi-square-arrow-data-transfer-vertical::after {
  content: "\f1d52"
}

.hgi-bulk.hgi-square-arrow-diagonal-01::after {
  content: "\f1d54"
}

.hgi-bulk.hgi-square-arrow-diagonal-02::after {
  content: "\f1d56"
}

.hgi-bulk.hgi-square-arrow-down-01::after {
  content: "\f1d58"
}

.hgi-bulk.hgi-square-arrow-down-02::after {
  content: "\f1d5a"
}

.hgi-bulk.hgi-square-arrow-down-03::after {
  content: "\f1d5c"
}

.hgi-bulk.hgi-square-arrow-down-double::after {
  content: "\f1d5e"
}

.hgi-bulk.hgi-square-arrow-down-left::after {
  content: "\f1d60"
}

.hgi-bulk.hgi-square-arrow-down-right::after {
  content: "\f1d62"
}

.hgi-bulk.hgi-square-arrow-expand-01::after {
  content: "\f1d64"
}

.hgi-bulk.hgi-square-arrow-expand-02::after {
  content: "\f1d66"
}

.hgi-bulk.hgi-square-arrow-horizontal::after {
  content: "\f1d68"
}

.hgi-bulk.hgi-square-arrow-left-01::after {
  content: "\f1d6a"
}

.hgi-bulk.hgi-square-arrow-left-02::after {
  content: "\f1d6c"
}

.hgi-bulk.hgi-square-arrow-left-03::after {
  content: "\f1d6e"
}

.hgi-bulk.hgi-square-arrow-left-double::after {
  content: "\f1d70"
}

.hgi-bulk.hgi-square-arrow-left-right::after {
  content: "\f1d72"
}

.hgi-bulk.hgi-square-arrow-move-down-left::after {
  content: "\f1d74"
}

.hgi-bulk.hgi-square-arrow-move-down-right::after {
  content: "\f1d76"
}

.hgi-bulk.hgi-square-arrow-move-left-down::after {
  content: "\f1d78"
}

.hgi-bulk.hgi-square-arrow-move-left-up::after {
  content: "\f1d7a"
}

.hgi-bulk.hgi-square-arrow-move-right-down::after {
  content: "\f1d7c"
}

.hgi-bulk.hgi-square-arrow-move-right-up::after {
  content: "\f1d7e"
}

.hgi-bulk.hgi-square-arrow-reload-01::after {
  content: "\f1d80"
}

.hgi-bulk.hgi-square-arrow-reload-02::after {
  content: "\f1d82"
}

.hgi-bulk.hgi-square-arrow-right-01::after {
  content: "\f1d84"
}

.hgi-bulk.hgi-square-arrow-right-02::after {
  content: "\f1d86"
}

.hgi-bulk.hgi-square-arrow-right-03::after {
  content: "\f1d88"
}

.hgi-bulk.hgi-square-arrow-right-double::after {
  content: "\f1d8a"
}

.hgi-bulk.hgi-square-arrow-shrink-01::after {
  content: "\f1d8c"
}

.hgi-bulk.hgi-square-arrow-shrink-02::after {
  content: "\f1d8e"
}

.hgi-bulk.hgi-square-arrow-up-01::after {
  content: "\f1d90"
}

.hgi-bulk.hgi-square-arrow-up-02::after {
  content: "\f1d92"
}

.hgi-bulk.hgi-square-arrow-up-03::after {
  content: "\f1d94"
}

.hgi-bulk.hgi-square-arrow-up-double::after {
  content: "\f1d96"
}

.hgi-bulk.hgi-square-arrow-up-down::after {
  content: "\f1d98"
}

.hgi-bulk.hgi-square-arrow-up-left::after {
  content: "\f1d9a"
}

.hgi-bulk.hgi-square-arrow-up-right::after {
  content: "\f1d9c"
}

.hgi-bulk.hgi-square-arrow-vertical::after {
  content: "\f1d9e"
}

.hgi-bulk.hgi-square-circle::after {
  content: "\f1da0"
}

.hgi-bulk.hgi-square-lock-01::after {
  content: "\f1da2"
}

.hgi-bulk.hgi-square-lock-02::after {
  content: "\f1da4"
}

.hgi-bulk.hgi-square-lock-add-01::after {
  content: "\f1da6"
}

.hgi-bulk.hgi-square-lock-add-02::after {
  content: "\f1da8"
}

.hgi-bulk.hgi-square-lock-check-01::after {
  content: "\f1daa"
}

.hgi-bulk.hgi-square-lock-check-02::after {
  content: "\f1dac"
}

.hgi-bulk.hgi-square-lock-minus-01::after {
  content: "\f1dae"
}

.hgi-bulk.hgi-square-lock-minus-02::after {
  content: "\f1db0"
}

.hgi-bulk.hgi-square-lock-password::after {
  content: "\f1db2"
}

.hgi-bulk.hgi-square-lock-remove-01::after {
  content: "\f1db4"
}

.hgi-bulk.hgi-square-lock-remove-02::after {
  content: "\f1db6"
}

.hgi-bulk.hgi-square-root-square::after {
  content: "\f1db8"
}

.hgi-bulk.hgi-square::after {
  content: "\f1dba"
}

.hgi-bulk.hgi-square-square::after {
  content: "\f1dbb"
}

.hgi-bulk.hgi-square-unlock-01::after {
  content: "\f1dbd"
}

.hgi-bulk.hgi-square-unlock-02::after {
  content: "\f1dbf"
}

.hgi-bulk.hgi-stack-star::after {
  content: "\f1dc2"
}

.hgi-bulk.hgi-stairs-01::after {
  content: "\f1dc4"
}

.hgi-bulk.hgi-stairs-02::after {
  content: "\f1dc6"
}

.hgi-bulk.hgi-stairs-03::after {
  content: "\f1dc8"
}

.hgi-bulk.hgi-stairs-04::after {
  content: "\f1dca"
}

.hgi-bulk.hgi-stake::after {
  content: "\f1dcc"
}

.hgi-bulk.hgi-stamp-01::after {
  content: "\f1dce"
}

.hgi-bulk.hgi-stamp-02::after {
  content: "\f1dd0"
}

.hgi-bulk.hgi-stamp::after {
  content: "\f1dd2"
}

.hgi-bulk.hgi-star-award-01::after {
  content: "\f1dd4"
}

.hgi-bulk.hgi-star-award-02::after {
  content: "\f1dd6"
}

.hgi-bulk.hgi-star-circle::after {
  content: "\f1dd8"
}

.hgi-bulk.hgi-star-face::after {
  content: "\f1dda"
}

.hgi-bulk.hgi-star-half::after {
  content: "\f1ddc"
}

.hgi-bulk.hgi-star-off::after {
  content: "\f1dde"
}

.hgi-bulk.hgi-star::after {
  content: "\f1de0"
}

.hgi-bulk.hgi-star-square::after {
  content: "\f1de1"
}

.hgi-bulk.hgi-stars::after {
  content: "\f1de4"
}

.hgi-bulk.hgi-start-up-01::after {
  content: "\f1de6"
}

.hgi-bulk.hgi-start-up-02::after {
  content: "\f1de8"
}

.hgi-bulk.hgi-stationery::after {
  content: "\f1dea"
}

.hgi-bulk.hgi-status::after {
  content: "\f1dec"
}

.hgi-bulk.hgi-steak::after {
  content: "\f1dee"
}

.hgi-bulk.hgi-steering::after {
  content: "\f1df0"
}

.hgi-bulk.hgi-step-into::after {
  content: "\f1df2"
}

.hgi-bulk.hgi-step-out::after {
  content: "\f1df4"
}

.hgi-bulk.hgi-step-over::after {
  content: "\f1df6"
}

.hgi-bulk.hgi-stethoscope-02::after {
  content: "\f1df8"
}

.hgi-bulk.hgi-stethoscope::after {
  content: "\f1dfa"
}

.hgi-bulk.hgi-sticky-note-01::after {
  content: "\f1dfc"
}

.hgi-bulk.hgi-sticky-note-02::after {
  content: "\f1dfe"
}

.hgi-bulk.hgi-sticky-note-03::after {
  content: "\f1e00"
}

.hgi-bulk.hgi-stop-circle::after {
  content: "\f1e02"
}

.hgi-bulk.hgi-stop-loss-order::after {
  content: "\f1e04"
}

.hgi-bulk.hgi-stop::after {
  content: "\f1e06"
}

.hgi-bulk.hgi-stop-watch::after {
  content: "\f1e07"
}

.hgi-bulk.hgi-store-01::after {
  content: "\f1e0a"
}

.hgi-bulk.hgi-store-02::after {
  content: "\f1e0c"
}

.hgi-bulk.hgi-store-03::after {
  content: "\f1e0e"
}

.hgi-bulk.hgi-store-04::after {
  content: "\f1e10"
}

.hgi-bulk.hgi-store-add-01::after {
  content: "\f1e12"
}

.hgi-bulk.hgi-store-add-02::after {
  content: "\f1e14"
}

.hgi-bulk.hgi-store-location-01::after {
  content: "\f1e16"
}

.hgi-bulk.hgi-store-location-02::after {
  content: "\f1e18"
}

.hgi-bulk.hgi-store-management-01::after {
  content: "\f1e1a"
}

.hgi-bulk.hgi-store-management-02::after {
  content: "\f1e1c"
}

.hgi-bulk.hgi-store-remove-01::after {
  content: "\f1e1e"
}

.hgi-bulk.hgi-store-remove-02::after {
  content: "\f1e20"
}

.hgi-bulk.hgi-store-verified-01::after {
  content: "\f1e22"
}

.hgi-bulk.hgi-store-verified-02::after {
  content: "\f1e24"
}

.hgi-bulk.hgi-straight-edge::after {
  content: "\f1e26"
}

.hgi-bulk.hgi-strategy::after {
  content: "\f1e28"
}

.hgi-bulk.hgi-streering-wheel::after {
  content: "\f1e2a"
}

.hgi-bulk.hgi-street-food::after {
  content: "\f1e2c"
}

.hgi-bulk.hgi-stripe::after {
  content: "\f1e2e"
}

.hgi-bulk.hgi-stroke-bottom::after {
  content: "\f1e30"
}

.hgi-bulk.hgi-stroke-center::after {
  content: "\f1e32"
}

.hgi-bulk.hgi-stroke-inside::after {
  content: "\f1e34"
}

.hgi-bulk.hgi-stroke-left::after {
  content: "\f1e36"
}

.hgi-bulk.hgi-stroke-outside::after {
  content: "\f1e38"
}

.hgi-bulk.hgi-stroke-right::after {
  content: "\f1e3a"
}

.hgi-bulk.hgi-stroke-top::after {
  content: "\f1e3c"
}

.hgi-bulk.hgi-structure-01::after {
  content: "\f1e3e"
}

.hgi-bulk.hgi-structure-02::after {
  content: "\f1e40"
}

.hgi-bulk.hgi-structure-03::after {
  content: "\f1e42"
}

.hgi-bulk.hgi-structure-04::after {
  content: "\f1e44"
}

.hgi-bulk.hgi-structure-05::after {
  content: "\f1e46"
}

.hgi-bulk.hgi-structure-add::after {
  content: "\f1e48"
}

.hgi-bulk.hgi-structure-check::after {
  content: "\f1e4a"
}

.hgi-bulk.hgi-structure-fail::after {
  content: "\f1e4c"
}

.hgi-bulk.hgi-structure-folder-circle::after {
  content: "\f1e4e"
}

.hgi-bulk.hgi-structure-folder::after {
  content: "\f1e50"
}

.hgi-bulk.hgi-student-card::after {
  content: "\f1e52"
}

.hgi-bulk.hgi-student::after {
  content: "\f1e54"
}

.hgi-bulk.hgi-students::after {
  content: "\f1e56"
}

.hgi-bulk.hgi-study-desk::after {
  content: "\f1e58"
}

.hgi-bulk.hgi-study-lamp::after {
  content: "\f1e5a"
}

.hgi-bulk.hgi-stumbleupon::after {
  content: "\f1e5c"
}

.hgi-bulk.hgi-submarine::after {
  content: "\f1e5e"
}

.hgi-bulk.hgi-submerge::after {
  content: "\f1e60"
}

.hgi-bulk.hgi-subnode-add::after {
  content: "\f1e62"
}

.hgi-bulk.hgi-subnode-delete::after {
  content: "\f1e64"
}

.hgi-bulk.hgi-subpoena::after {
  content: "\f1e66"
}

.hgi-bulk.hgi-subtitle::after {
  content: "\f1e68"
}

.hgi-bulk.hgi-suit-01::after {
  content: "\f1e6a"
}

.hgi-bulk.hgi-suit-02::after {
  content: "\f1e6c"
}

.hgi-bulk.hgi-sujood::after {
  content: "\f1e6e"
}

.hgi-bulk.hgi-summation-01::after {
  content: "\f1e70"
}

.hgi-bulk.hgi-summation-02::after {
  content: "\f1e72"
}

.hgi-bulk.hgi-summation-circle::after {
  content: "\f1e74"
}

.hgi-bulk.hgi-summation-square::after {
  content: "\f1e76"
}

.hgi-bulk.hgi-sun-01::after {
  content: "\f1e78"
}

.hgi-bulk.hgi-sun-02::after {
  content: "\f1e7a"
}

.hgi-bulk.hgi-sun-03::after {
  content: "\f1e7c"
}

.hgi-bulk.hgi-sun-cloud-01::after {
  content: "\f1e7e"
}

.hgi-bulk.hgi-sun-cloud-02::after {
  content: "\f1e80"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-01::after {
  content: "\f1e82"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-02::after {
  content: "\f1e84"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-01::after {
  content: "\f1e86"
}

.hgi-bulk.hgi-sun-cloud-angled-rain-zap-02::after {
  content: "\f1e88"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-01::after {
  content: "\f1e8a"
}

.hgi-bulk.hgi-sun-cloud-angled-zap-02::after {
  content: "\f1e8c"
}

.hgi-bulk.hgi-sun-cloud-big-rain-01::after {
  content: "\f1e8e"
}

.hgi-bulk.hgi-sun-cloud-big-rain-02::after {
  content: "\f1e90"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-01::after {
  content: "\f1e92"
}

.hgi-bulk.hgi-sun-cloud-fast-wind-02::after {
  content: "\f1e94"
}

.hgi-bulk.hgi-sun-cloud-hailstone-01::after {
  content: "\f1e96"
}

.hgi-bulk.hgi-sun-cloud-hailstone-02::after {
  content: "\f1e98"
}

.hgi-bulk.hgi-sun-cloud-little-rain-01::after {
  content: "\f1e9a"
}

.hgi-bulk.hgi-sun-cloud-little-rain-02::after {
  content: "\f1e9c"
}

.hgi-bulk.hgi-sun-cloud-little-snow-01::after {
  content: "\f1e9e"
}

.hgi-bulk.hgi-sun-cloud-little-snow-02::after {
  content: "\f1ea0"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-01::after {
  content: "\f1ea2"
}

.hgi-bulk.hgi-sun-cloud-mid-rain-02::after {
  content: "\f1ea4"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-01::after {
  content: "\f1ea6"
}

.hgi-bulk.hgi-sun-cloud-mid-snow-02::after {
  content: "\f1ea8"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-01::after {
  content: "\f1eaa"
}

.hgi-bulk.hgi-sun-cloud-slow-wind-02::after {
  content: "\f1eac"
}

.hgi-bulk.hgi-sun-cloud-snow-01::after {
  content: "\f1eae"
}

.hgi-bulk.hgi-sun-cloud-snow-02::after {
  content: "\f1eb0"
}

.hgi-bulk.hgi-sunglasses::after {
  content: "\f1eb2"
}

.hgi-bulk.hgi-sunrise::after {
  content: "\f1eb4"
}

.hgi-bulk.hgi-sunset::after {
  content: "\f1eb6"
}

.hgi-bulk.hgi-super-mario::after {
  content: "\f1eb8"
}

.hgi-bulk.hgi-super-mario-toad::after {
  content: "\f1eb9"
}

.hgi-bulk.hgi-surfboard::after {
  content: "\f1ebc"
}

.hgi-bulk.hgi-surprise::after {
  content: "\f1ebe"
}

.hgi-bulk.hgi-sushi-01::after {
  content: "\f1ec0"
}

.hgi-bulk.hgi-sushi-02::after {
  content: "\f1ec2"
}

.hgi-bulk.hgi-sushi-03::after {
  content: "\f1ec4"
}

.hgi-bulk.hgi-suspicious::after {
  content: "\f1ec6"
}

.hgi-bulk.hgi-sustainable-energy::after {
  content: "\f1ec8"
}

.hgi-bulk.hgi-svg-01::after {
  content: "\f1eca"
}

.hgi-bulk.hgi-svg-02::after {
  content: "\f1ecc"
}

.hgi-bulk.hgi-swarm::after {
  content: "\f1ece"
}

.hgi-bulk.hgi-swatch::after {
  content: "\f1ed0"
}

.hgi-bulk.hgi-swimming-cap::after {
  content: "\f1ed2"
}

.hgi-bulk.hgi-swimming::after {
  content: "\f1ed4"
}

.hgi-bulk.hgi-swipe-down-01::after {
  content: "\f1ed6"
}

.hgi-bulk.hgi-swipe-down-02::after {
  content: "\f1ed8"
}

.hgi-bulk.hgi-swipe-down-03::after {
  content: "\f1eda"
}

.hgi-bulk.hgi-swipe-down-04::after {
  content: "\f1edc"
}

.hgi-bulk.hgi-swipe-down-05::after {
  content: "\f1ede"
}

.hgi-bulk.hgi-swipe-down-06::after {
  content: "\f1ee0"
}

.hgi-bulk.hgi-swipe-down-07::after {
  content: "\f1ee2"
}

.hgi-bulk.hgi-swipe-down-08::after {
  content: "\f1ee4"
}

.hgi-bulk.hgi-swipe-left-01::after {
  content: "\f1ee6"
}

.hgi-bulk.hgi-swipe-left-02::after {
  content: "\f1ee8"
}

.hgi-bulk.hgi-swipe-left-03::after {
  content: "\f1eea"
}

.hgi-bulk.hgi-swipe-left-04::after {
  content: "\f1eec"
}

.hgi-bulk.hgi-swipe-left-05::after {
  content: "\f1eee"
}

.hgi-bulk.hgi-swipe-left-06::after {
  content: "\f1ef0"
}

.hgi-bulk.hgi-swipe-left-07::after {
  content: "\f1ef2"
}

.hgi-bulk.hgi-swipe-left-08::after {
  content: "\f1ef4"
}

.hgi-bulk.hgi-swipe-left-09::after {
  content: "\f1ef6"
}

.hgi-bulk.hgi-swipe-right-01::after {
  content: "\f1ef8"
}

.hgi-bulk.hgi-swipe-right-02::after {
  content: "\f1efa"
}

.hgi-bulk.hgi-swipe-right-03::after {
  content: "\f1efc"
}

.hgi-bulk.hgi-swipe-right-04::after {
  content: "\f1efe"
}

.hgi-bulk.hgi-swipe-right-05::after {
  content: "\f1f00"
}

.hgi-bulk.hgi-swipe-right-06::after {
  content: "\f1f02"
}

.hgi-bulk.hgi-swipe-right-07::after {
  content: "\f1f04"
}

.hgi-bulk.hgi-swipe-right-08::after {
  content: "\f1f06"
}

.hgi-bulk.hgi-swipe-right-09::after {
  content: "\f1f08"
}

.hgi-bulk.hgi-swipe-up-01::after {
  content: "\f1f0a"
}

.hgi-bulk.hgi-swipe-up-02::after {
  content: "\f1f0c"
}

.hgi-bulk.hgi-swipe-up-03::after {
  content: "\f1f0e"
}

.hgi-bulk.hgi-swipe-up-04::after {
  content: "\f1f10"
}

.hgi-bulk.hgi-swipe-up-05::after {
  content: "\f1f12"
}

.hgi-bulk.hgi-swipe-up-06::after {
  content: "\f1f14"
}

.hgi-bulk.hgi-swipe-up-07::after {
  content: "\f1f16"
}

.hgi-bulk.hgi-swipe-up-08::after {
  content: "\f1f18"
}

.hgi-bulk.hgi-sword-01::after {
  content: "\f1f1a"
}

.hgi-bulk.hgi-sword-02::after {
  content: "\f1f1c"
}

.hgi-bulk.hgi-sword-03::after {
  content: "\f1f1e"
}

.hgi-bulk.hgi-system-update-01::after {
  content: "\f1f20"
}

.hgi-bulk.hgi-system-update-02::after {
  content: "\f1f22"
}

.hgi-bulk.hgi-t-shirt::after {
  content: "\f1f24"
}

.hgi-bulk.hgi-table-01::after {
  content: "\f1f26"
}

.hgi-bulk.hgi-table-02::after {
  content: "\f1f28"
}

.hgi-bulk.hgi-table-03::after {
  content: "\f1f2a"
}

.hgi-bulk.hgi-table-lamp-01::after {
  content: "\f1f2c"
}

.hgi-bulk.hgi-table-lamp-02::after {
  content: "\f1f2e"
}

.hgi-bulk.hgi-table-round::after {
  content: "\f1f30"
}

.hgi-bulk.hgi-table::after {
  content: "\f1f32"
}

.hgi-bulk.hgi-table-tennis-bat::after {
  content: "\f1f33"
}

.hgi-bulk.hgi-tablet-01::after {
  content: "\f1f36"
}

.hgi-bulk.hgi-tablet-02::after {
  content: "\f1f38"
}

.hgi-bulk.hgi-tablet-connected-bluetooth::after {
  content: "\f1f3a"
}

.hgi-bulk.hgi-tablet-connected-usb::after {
  content: "\f1f3c"
}

.hgi-bulk.hgi-tablet-connected-wifi::after {
  content: "\f1f3e"
}

.hgi-bulk.hgi-tablet-pen::after {
  content: "\f1f40"
}

.hgi-bulk.hgi-taco-01::after {
  content: "\f1f42"
}

.hgi-bulk.hgi-taco-02::after {
  content: "\f1f44"
}

.hgi-bulk.hgi-tag-01::after {
  content: "\f1f46"
}

.hgi-bulk.hgi-tag-02::after {
  content: "\f1f48"
}

.hgi-bulk.hgi-tags::after {
  content: "\f1f4a"
}

.hgi-bulk.hgi-tailwindcss::after {
  content: "\f1f4c"
}

.hgi-bulk.hgi-taj-mahal::after {
  content: "\f1f4e"
}

.hgi-bulk.hgi-tan::after {
  content: "\f1f50"
}

.hgi-bulk.hgi-tank-top::after {
  content: "\f1f52"
}

.hgi-bulk.hgi-tap-01::after {
  content: "\f1f54"
}

.hgi-bulk.hgi-tap-02::after {
  content: "\f1f56"
}

.hgi-bulk.hgi-tap-03::after {
  content: "\f1f58"
}

.hgi-bulk.hgi-tap-04::after {
  content: "\f1f5a"
}

.hgi-bulk.hgi-tap-05::after {
  content: "\f1f5c"
}

.hgi-bulk.hgi-tap-06::after {
  content: "\f1f5e"
}

.hgi-bulk.hgi-tap-07::after {
  content: "\f1f60"
}

.hgi-bulk.hgi-tap-08::after {
  content: "\f1f62"
}

.hgi-bulk.hgi-tape-measure::after {
  content: "\f1f64"
}

.hgi-bulk.hgi-target-01::after {
  content: "\f1f66"
}

.hgi-bulk.hgi-target-02::after {
  content: "\f1f68"
}

.hgi-bulk.hgi-target-03::after {
  content: "\f1f6a"
}

.hgi-bulk.hgi-target-dollar::after {
  content: "\f1f6c"
}

.hgi-bulk.hgi-tasbih::after {
  content: "\f1f6e"
}

.hgi-bulk.hgi-task-01::after {
  content: "\f1f70"
}

.hgi-bulk.hgi-task-02::after {
  content: "\f1f72"
}

.hgi-bulk.hgi-task-add-01::after {
  content: "\f1f74"
}

.hgi-bulk.hgi-task-add-02::after {
  content: "\f1f76"
}

.hgi-bulk.hgi-task-daily-01::after {
  content: "\f1f78"
}

.hgi-bulk.hgi-task-daily-02::after {
  content: "\f1f7a"
}

.hgi-bulk.hgi-task-done-01::after {
  content: "\f1f7c"
}

.hgi-bulk.hgi-task-done-02::after {
  content: "\f1f7e"
}

.hgi-bulk.hgi-task-edit-01::after {
  content: "\f1f80"
}

.hgi-bulk.hgi-task-edit-02::after {
  content: "\f1f82"
}

.hgi-bulk.hgi-task-remove-01::after {
  content: "\f1f84"
}

.hgi-bulk.hgi-task-remove-02::after {
  content: "\f1f86"
}

.hgi-bulk.hgi-taxes::after {
  content: "\f1f88"
}

.hgi-bulk.hgi-taxi::after {
  content: "\f1f8a"
}

.hgi-bulk.hgi-tea-pod::after {
  content: "\f1f8c"
}

.hgi-bulk.hgi-tea::after {
  content: "\f1f8e"
}

.hgi-bulk.hgi-teacher::after {
  content: "\f1f90"
}

.hgi-bulk.hgi-teaching::after {
  content: "\f1f92"
}

.hgi-bulk.hgi-teamviewer::after {
  content: "\f1f94"
}

.hgi-bulk.hgi-telegram::after {
  content: "\f1f96"
}

.hgi-bulk.hgi-telephone::after {
  content: "\f1f98"
}

.hgi-bulk.hgi-telescope-01::after {
  content: "\f1f9a"
}

.hgi-bulk.hgi-telescope-02::after {
  content: "\f1f9c"
}

.hgi-bulk.hgi-television-table::after {
  content: "\f1f9e"
}

.hgi-bulk.hgi-temperature::after {
  content: "\f1fa0"
}

.hgi-bulk.hgi-tennis-ball::after {
  content: "\f1fa2"
}

.hgi-bulk.hgi-tennis-racket::after {
  content: "\f1fa4"
}

.hgi-bulk.hgi-terrace::after {
  content: "\f1fa6"
}

.hgi-bulk.hgi-test-tube-01::after {
  content: "\f1fa8"
}

.hgi-bulk.hgi-test-tube-02::after {
  content: "\f1faa"
}

.hgi-bulk.hgi-test-tube-03::after {
  content: "\f1fac"
}

.hgi-bulk.hgi-test-tube::after {
  content: "\f1fae"
}

.hgi-bulk.hgi-tetris::after {
  content: "\f1fb0"
}

.hgi-bulk.hgi-text-align-center::after {
  content: "\f1fb2"
}

.hgi-bulk.hgi-text-align-justify-center::after {
  content: "\f1fb4"
}

.hgi-bulk.hgi-text-align-justify-left::after {
  content: "\f1fb6"
}

.hgi-bulk.hgi-text-align-justify-right::after {
  content: "\f1fb8"
}

.hgi-bulk.hgi-text-align-left-01::after {
  content: "\f1fba"
}

.hgi-bulk.hgi-text-align-left::after {
  content: "\f1fbc"
}

.hgi-bulk.hgi-text-align-right-01::after {
  content: "\f1fbe"
}

.hgi-bulk.hgi-text-align-right::after {
  content: "\f1fc0"
}

.hgi-bulk.hgi-text-all-caps::after {
  content: "\f1fc2"
}

.hgi-bulk.hgi-text-bold::after {
  content: "\f1fc4"
}

.hgi-bulk.hgi-text-centerline-center-top::after {
  content: "\f1fc6"
}

.hgi-bulk.hgi-text-centerline-left::after {
  content: "\f1fc8"
}

.hgi-bulk.hgi-text-centerline-middle::after {
  content: "\f1fca"
}

.hgi-bulk.hgi-text-centerline-right::after {
  content: "\f1fcc"
}

.hgi-bulk.hgi-text-check::after {
  content: "\f1fce"
}

.hgi-bulk.hgi-text-circle::after {
  content: "\f1fd0"
}

.hgi-bulk.hgi-text-clear::after {
  content: "\f1fd2"
}

.hgi-bulk.hgi-text-color::after {
  content: "\f1fd4"
}

.hgi-bulk.hgi-text-creation::after {
  content: "\f1fd6"
}

.hgi-bulk.hgi-text-firstline-left::after {
  content: "\f1fd8"
}

.hgi-bulk.hgi-text-firstline-right::after {
  content: "\f1fda"
}

.hgi-bulk.hgi-text-font::after {
  content: "\f1fdc"
}

.hgi-bulk.hgi-text-footnote::after {
  content: "\f1fde"
}

.hgi-bulk.hgi-text-indent-01::after {
  content: "\f1fe0"
}

.hgi-bulk.hgi-text-indent-less::after {
  content: "\f1fe2"
}

.hgi-bulk.hgi-text-indent-more::after {
  content: "\f1fe4"
}

.hgi-bulk.hgi-text-indent::after {
  content: "\f1fe6"
}

.hgi-bulk.hgi-text-italic::after {
  content: "\f1fe8"
}

.hgi-bulk.hgi-text-italic-slash::after {
  content: "\f1fe9"
}

.hgi-bulk.hgi-text-kerning::after {
  content: "\f1fec"
}

.hgi-bulk.hgi-text-number-sign::after {
  content: "\f1fee"
}

.hgi-bulk.hgi-text::after {
  content: "\f1ff0"
}

.hgi-bulk.hgi-text-selection::after {
  content: "\f1ff1"
}

.hgi-bulk.hgi-text-smallcaps::after {
  content: "\f1ff3"
}

.hgi-bulk.hgi-text-square::after {
  content: "\f1ff5"
}

.hgi-bulk.hgi-text-strikethrough::after {
  content: "\f1ff7"
}

.hgi-bulk.hgi-text-subscript::after {
  content: "\f1ff9"
}

.hgi-bulk.hgi-text-superscript::after {
  content: "\f1ffb"
}

.hgi-bulk.hgi-text-tracking::after {
  content: "\f1ffd"
}

.hgi-bulk.hgi-text-underline::after {
  content: "\f1fff"
}

.hgi-bulk.hgi-text-variable-front::after {
  content: "\f2001"
}

.hgi-bulk.hgi-text-vertical-alignment::after {
  content: "\f2003"
}

.hgi-bulk.hgi-text-wrap::after {
  content: "\f2005"
}

.hgi-bulk.hgi-the-prophets-mosque::after {
  content: "\f2008"
}

.hgi-bulk.hgi-thermometer-cold::after {
  content: "\f200a"
}

.hgi-bulk.hgi-thermometer::after {
  content: "\f200c"
}

.hgi-bulk.hgi-thermometer-warm::after {
  content: "\f200d"
}

.hgi-bulk.hgi-third-bracket-circle::after {
  content: "\f2010"
}

.hgi-bulk.hgi-third-bracket::after {
  content: "\f2012"
}

.hgi-bulk.hgi-third-bracket-square::after {
  content: "\f2013"
}

.hgi-bulk.hgi-thread::after {
  content: "\f2016"
}

.hgi-bulk.hgi-threads-ellipse::after {
  content: "\f2018"
}

.hgi-bulk.hgi-threads-rectangle::after {
  content: "\f201a"
}

.hgi-bulk.hgi-threads::after {
  content: "\f201c"
}

.hgi-bulk.hgi-three-circle::after {
  content: "\f201e"
}

.hgi-bulk.hgi-three-d-move::after {
  content: "\f2020"
}

.hgi-bulk.hgi-three-d-rotate::after {
  content: "\f2022"
}

.hgi-bulk.hgi-three-d-scale::after {
  content: "\f2024"
}

.hgi-bulk.hgi-three-d-view::after {
  content: "\f2026"
}

.hgi-bulk.hgi-three-finger-01::after {
  content: "\f2028"
}

.hgi-bulk.hgi-three-finger-02::after {
  content: "\f202a"
}

.hgi-bulk.hgi-three-finger-03::after {
  content: "\f202c"
}

.hgi-bulk.hgi-three-finger-04::after {
  content: "\f202e"
}

.hgi-bulk.hgi-three-finger-05::after {
  content: "\f2030"
}

.hgi-bulk.hgi-three-square::after {
  content: "\f2032"
}

.hgi-bulk.hgi-thumbs-down-ellipse::after {
  content: "\f2034"
}

.hgi-bulk.hgi-thumbs-down-rectangle::after {
  content: "\f2036"
}

.hgi-bulk.hgi-thumbs-down::after {
  content: "\f2038"
}

.hgi-bulk.hgi-thumbs-up-down::after {
  content: "\f203a"
}

.hgi-bulk.hgi-thumbs-up-ellipse::after {
  content: "\f203c"
}

.hgi-bulk.hgi-thumbs-up-rectangle::after {
  content: "\f203e"
}

.hgi-bulk.hgi-thumbs-up::after {
  content: "\f2040"
}

.hgi-bulk.hgi-tic-tac-toe::after {
  content: "\f2042"
}

.hgi-bulk.hgi-tick-01::after {
  content: "\f2044"
}

.hgi-bulk.hgi-tick-02::after {
  content: "\f2046"
}

.hgi-bulk.hgi-tick-03::after {
  content: "\f2048"
}

.hgi-bulk.hgi-tick-04::after {
  content: "\f204a"
}

.hgi-bulk.hgi-tick-double-01::after {
  content: "\f204c"
}

.hgi-bulk.hgi-tick-double-02::after {
  content: "\f204e"
}

.hgi-bulk.hgi-tick-double-03::after {
  content: "\f2050"
}

.hgi-bulk.hgi-tick-double-04::after {
  content: "\f2052"
}

.hgi-bulk.hgi-ticket-01::after {
  content: "\f2054"
}

.hgi-bulk.hgi-ticket-02::after {
  content: "\f2056"
}

.hgi-bulk.hgi-ticket-03::after {
  content: "\f2058"
}

.hgi-bulk.hgi-ticket-star::after {
  content: "\f205a"
}

.hgi-bulk.hgi-tie::after {
  content: "\f205c"
}

.hgi-bulk.hgi-tiff-01::after {
  content: "\f205e"
}

.hgi-bulk.hgi-tiff-02::after {
  content: "\f2060"
}

.hgi-bulk.hgi-tiktok::after {
  content: "\f2062"
}

.hgi-bulk.hgi-tiltify::after {
  content: "\f2064"
}

.hgi-bulk.hgi-time-01::after {
  content: "\f2066"
}

.hgi-bulk.hgi-time-02::after {
  content: "\f2068"
}

.hgi-bulk.hgi-time-03::after {
  content: "\f206a"
}

.hgi-bulk.hgi-time-04::after {
  content: "\f206c"
}

.hgi-bulk.hgi-time-half-pass::after {
  content: "\f206e"
}

.hgi-bulk.hgi-time-management-circle::after {
  content: "\f2070"
}

.hgi-bulk.hgi-time-management::after {
  content: "\f2072"
}

.hgi-bulk.hgi-time-quarter-02::after {
  content: "\f2074"
}

.hgi-bulk.hgi-time-quarter-pass::after {
  content: "\f2076"
}

.hgi-bulk.hgi-time-quarter::after {
  content: "\f2078"
}

.hgi-bulk.hgi-time-schedule::after {
  content: "\f207a"
}

.hgi-bulk.hgi-time-setting-01::after {
  content: "\f207c"
}

.hgi-bulk.hgi-time-setting-02::after {
  content: "\f207e"
}

.hgi-bulk.hgi-time-setting-03::after {
  content: "\f2080"
}

.hgi-bulk.hgi-time-zone::after {
  content: "\f2082"
}

.hgi-bulk.hgi-timeline-event::after {
  content: "\f2084"
}

.hgi-bulk.hgi-timeline-list::after {
  content: "\f2086"
}

.hgi-bulk.hgi-timeline::after {
  content: "\f2088"
}

.hgi-bulk.hgi-timer-01::after {
  content: "\f208a"
}

.hgi-bulk.hgi-timer-02::after {
  content: "\f208c"
}

.hgi-bulk.hgi-tips::after {
  content: "\f208e"
}

.hgi-bulk.hgi-tire::after {
  content: "\f2090"
}

.hgi-bulk.hgi-tired-01::after {
  content: "\f2092"
}

.hgi-bulk.hgi-tired-02::after {
  content: "\f2094"
}

.hgi-bulk.hgi-tissue-paper::after {
  content: "\f2096"
}

.hgi-bulk.hgi-toggle-off::after {
  content: "\f2098"
}

.hgi-bulk.hgi-toggle-on::after {
  content: "\f209a"
}

.hgi-bulk.hgi-toilet-01::after {
  content: "\f209c"
}

.hgi-bulk.hgi-toilet-02::after {
  content: "\f209e"
}

.hgi-bulk.hgi-token-circle::after {
  content: "\f20a0"
}

.hgi-bulk.hgi-token-square::after {
  content: "\f20a2"
}

.hgi-bulk.hgi-tongue-01::after {
  content: "\f20a4"
}

.hgi-bulk.hgi-tongue::after {
  content: "\f20a6"
}

.hgi-bulk.hgi-tongue-wink-left::after {
  content: "\f20a7"
}

.hgi-bulk.hgi-tongue-wink-right::after {
  content: "\f20a9"
}

.hgi-bulk.hgi-tools::after {
  content: "\f20ac"
}

.hgi-bulk.hgi-tornado-01::after {
  content: "\f20ae"
}

.hgi-bulk.hgi-tornado-02::after {
  content: "\f20b0"
}

.hgi-bulk.hgi-torri-gate::after {
  content: "\f20b2"
}

.hgi-bulk.hgi-touch-01::after {
  content: "\f20b4"
}

.hgi-bulk.hgi-touch-02::after {
  content: "\f20b6"
}

.hgi-bulk.hgi-touch-03::after {
  content: "\f20b8"
}

.hgi-bulk.hgi-touch-04::after {
  content: "\f20ba"
}

.hgi-bulk.hgi-touch-05::after {
  content: "\f20bc"
}

.hgi-bulk.hgi-touch-06::after {
  content: "\f20be"
}

.hgi-bulk.hgi-touch-07::after {
  content: "\f20c0"
}

.hgi-bulk.hgi-touch-08::after {
  content: "\f20c2"
}

.hgi-bulk.hgi-touch-09::after {
  content: "\f20c4"
}

.hgi-bulk.hgi-touch-10::after {
  content: "\f20c6"
}

.hgi-bulk.hgi-touch-interaction-01::after {
  content: "\f20c8"
}

.hgi-bulk.hgi-touch-interaction-02::after {
  content: "\f20ca"
}

.hgi-bulk.hgi-touch-interaction-03::after {
  content: "\f20cc"
}

.hgi-bulk.hgi-touch-interaction-04::after {
  content: "\f20ce"
}

.hgi-bulk.hgi-touch-locked-01::after {
  content: "\f20d0"
}

.hgi-bulk.hgi-touch-locked-02::after {
  content: "\f20d2"
}

.hgi-bulk.hgi-touch-locked-03::after {
  content: "\f20d4"
}

.hgi-bulk.hgi-touch-locked-04::after {
  content: "\f20d6"
}

.hgi-bulk.hgi-touchpad-01::after {
  content: "\f20d8"
}

.hgi-bulk.hgi-touchpad-02::after {
  content: "\f20da"
}

.hgi-bulk.hgi-touchpad-03::after {
  content: "\f20dc"
}

.hgi-bulk.hgi-touchpad-04::after {
  content: "\f20de"
}

.hgi-bulk.hgi-tow-truck::after {
  content: "\f20e0"
}

.hgi-bulk.hgi-towels::after {
  content: "\f20e2"
}

.hgi-bulk.hgi-toy-train::after {
  content: "\f20e4"
}

.hgi-bulk.hgi-tractor::after {
  content: "\f20e6"
}

.hgi-bulk.hgi-trade-down::after {
  content: "\f20e8"
}

.hgi-bulk.hgi-trade-mark::after {
  content: "\f20ea"
}

.hgi-bulk.hgi-trade-up::after {
  content: "\f20ec"
}

.hgi-bulk.hgi-trademark::after {
  content: "\f20ee"
}

.hgi-bulk.hgi-traffic-incident::after {
  content: "\f20f0"
}

.hgi-bulk.hgi-traffic-jam-01::after {
  content: "\f20f2"
}

.hgi-bulk.hgi-traffic-jam-02::after {
  content: "\f20f4"
}

.hgi-bulk.hgi-traffic-light::after {
  content: "\f20f6"
}

.hgi-bulk.hgi-train-01::after {
  content: "\f20f8"
}

.hgi-bulk.hgi-train-02::after {
  content: "\f20fa"
}

.hgi-bulk.hgi-tram::after {
  content: "\f20fc"
}

.hgi-bulk.hgi-trampoline::after {
  content: "\f20fe"
}

.hgi-bulk.hgi-transaction-history::after {
  content: "\f2100"
}

.hgi-bulk.hgi-transaction::after {
  content: "\f2102"
}

.hgi-bulk.hgi-transition-bottom::after {
  content: "\f2104"
}

.hgi-bulk.hgi-transition-left::after {
  content: "\f2106"
}

.hgi-bulk.hgi-transition-right::after {
  content: "\f2108"
}

.hgi-bulk.hgi-transition-top::after {
  content: "\f210a"
}

.hgi-bulk.hgi-translate::after {
  content: "\f210c"
}

.hgi-bulk.hgi-translation::after {
  content: "\f210e"
}

.hgi-bulk.hgi-transmission::after {
  content: "\f2110"
}

.hgi-bulk.hgi-transparency::after {
  content: "\f2112"
}

.hgi-bulk.hgi-trapezoid-line-horizontal::after {
  content: "\f2114"
}

.hgi-bulk.hgi-trapezoid-line-vertical::after {
  content: "\f2116"
}

.hgi-bulk.hgi-travel-bag::after {
  content: "\f2118"
}

.hgi-bulk.hgi-treadmill-01::after {
  content: "\f211a"
}

.hgi-bulk.hgi-treadmill-02::after {
  content: "\f211c"
}

.hgi-bulk.hgi-treatment::after {
  content: "\f211e"
}

.hgi-bulk.hgi-tree-01::after {
  content: "\f2120"
}

.hgi-bulk.hgi-tree-02::after {
  content: "\f2122"
}

.hgi-bulk.hgi-tree-03::after {
  content: "\f2124"
}

.hgi-bulk.hgi-tree-04::after {
  content: "\f2126"
}

.hgi-bulk.hgi-tree-05::after {
  content: "\f2128"
}

.hgi-bulk.hgi-tree-06::after {
  content: "\f212a"
}

.hgi-bulk.hgi-tree-07::after {
  content: "\f212c"
}

.hgi-bulk.hgi-trello::after {
  content: "\f212e"
}

.hgi-bulk.hgi-triangle-01::after {
  content: "\f2130"
}

.hgi-bulk.hgi-triangle-02::after {
  content: "\f2132"
}

.hgi-bulk.hgi-triangle-03::after {
  content: "\f2134"
}

.hgi-bulk.hgi-triangle-dash::after {
  content: "\f2136"
}

.hgi-bulk.hgi-triangle::after {
  content: "\f2138"
}

.hgi-bulk.hgi-trolley-01::after {
  content: "\f213a"
}

.hgi-bulk.hgi-trolley-02::after {
  content: "\f213c"
}

.hgi-bulk.hgi-tropical-storm::after {
  content: "\f213e"
}

.hgi-bulk.hgi-tropical-storm-tracks-01::after {
  content: "\f213f"
}

.hgi-bulk.hgi-tropical-storm-tracks-02::after {
  content: "\f2141"
}

.hgi-bulk.hgi-truck-delivery::after {
  content: "\f2144"
}

.hgi-bulk.hgi-truck-monster::after {
  content: "\f2146"
}

.hgi-bulk.hgi-truck-return::after {
  content: "\f2148"
}

.hgi-bulk.hgi-truck::after {
  content: "\f214a"
}

.hgi-bulk.hgi-trulli::after {
  content: "\f214c"
}

.hgi-bulk.hgi-tsunami::after {
  content: "\f214e"
}

.hgi-bulk.hgi-tulip::after {
  content: "\f2150"
}

.hgi-bulk.hgi-tumblr::after {
  content: "\f2152"
}

.hgi-bulk.hgi-turtle-neck::after {
  content: "\f2154"
}

.hgi-bulk.hgi-tv-01::after {
  content: "\f2156"
}

.hgi-bulk.hgi-tv-02::after {
  content: "\f2158"
}

.hgi-bulk.hgi-tv-fix::after {
  content: "\f215a"
}

.hgi-bulk.hgi-tv-issue::after {
  content: "\f215c"
}

.hgi-bulk.hgi-tv-smart::after {
  content: "\f215e"
}

.hgi-bulk.hgi-twin-tower::after {
  content: "\f2160"
}

.hgi-bulk.hgi-twitch::after {
  content: "\f2162"
}

.hgi-bulk.hgi-twitter::after {
  content: "\f2164"
}

.hgi-bulk.hgi-twitter-square::after {
  content: "\f2165"
}

.hgi-bulk.hgi-two-circle::after {
  content: "\f2168"
}

.hgi-bulk.hgi-two-factor-access::after {
  content: "\f216a"
}

.hgi-bulk.hgi-two-finger-01::after {
  content: "\f216c"
}

.hgi-bulk.hgi-two-finger-02::after {
  content: "\f216e"
}

.hgi-bulk.hgi-two-finger-03::after {
  content: "\f2170"
}

.hgi-bulk.hgi-two-finger-04::after {
  content: "\f2172"
}

.hgi-bulk.hgi-two-finger-05::after {
  content: "\f2174"
}

.hgi-bulk.hgi-two-square::after {
  content: "\f2176"
}

.hgi-bulk.hgi-txt-01::after {
  content: "\f2178"
}

.hgi-bulk.hgi-txt-02::after {
  content: "\f217a"
}

.hgi-bulk.hgi-type-cursor::after {
  content: "\f217c"
}

.hgi-bulk.hgi-typescript-01::after {
  content: "\f217e"
}

.hgi-bulk.hgi-typescript-02::after {
  content: "\f2180"
}

.hgi-bulk.hgi-typescript-03::after {
  content: "\f2182"
}

.hgi-bulk.hgi-uber::after {
  content: "\f2184"
}

.hgi-bulk.hgi-ufo-01::after {
  content: "\f2186"
}

.hgi-bulk.hgi-ufo::after {
  content: "\f2188"
}

.hgi-bulk.hgi-umbrella-dollar::after {
  content: "\f218a"
}

.hgi-bulk.hgi-umbrella::after {
  content: "\f218c"
}

.hgi-bulk.hgi-unamused::after {
  content: "\f218e"
}

.hgi-bulk.hgi-unarchive-03::after {
  content: "\f2190"
}

.hgi-bulk.hgi-unavailable::after {
  content: "\f2192"
}

.hgi-bulk.hgi-underpants-01::after {
  content: "\f2194"
}

.hgi-bulk.hgi-underpants-02::after {
  content: "\f2196"
}

.hgi-bulk.hgi-underpants-03::after {
  content: "\f2198"
}

.hgi-bulk.hgi-undo-02::after {
  content: "\f219a"
}

.hgi-bulk.hgi-undo-03::after {
  content: "\f219c"
}

.hgi-bulk.hgi-undo::after {
  content: "\f219e"
}

.hgi-bulk.hgi-unfold-less::after {
  content: "\f21a0"
}

.hgi-bulk.hgi-unfold-more::after {
  content: "\f21a2"
}

.hgi-bulk.hgi-ungroup-items::after {
  content: "\f21a4"
}

.hgi-bulk.hgi-ungroup-layers::after {
  content: "\f21a6"
}

.hgi-bulk.hgi-unhappy::after {
  content: "\f21a8"
}

.hgi-bulk.hgi-universal-access-circle::after {
  content: "\f21aa"
}

.hgi-bulk.hgi-universal-access::after {
  content: "\f21ac"
}

.hgi-bulk.hgi-university::after {
  content: "\f21ae"
}

.hgi-bulk.hgi-unlink-01::after {
  content: "\f21b0"
}

.hgi-bulk.hgi-unlink-02::after {
  content: "\f21b2"
}

.hgi-bulk.hgi-unlink-03::after {
  content: "\f21b4"
}

.hgi-bulk.hgi-unlink-04::after {
  content: "\f21b6"
}

.hgi-bulk.hgi-unlink-05::after {
  content: "\f21b8"
}

.hgi-bulk.hgi-unlink-06::after {
  content: "\f21ba"
}

.hgi-bulk.hgi-unsplash::after {
  content: "\f21bc"
}

.hgi-bulk.hgi-upload-01::after {
  content: "\f21be"
}

.hgi-bulk.hgi-upload-02::after {
  content: "\f21c0"
}

.hgi-bulk.hgi-upload-03::after {
  content: "\f21c2"
}

.hgi-bulk.hgi-upload-04::after {
  content: "\f21c4"
}

.hgi-bulk.hgi-upload-05::after {
  content: "\f21c6"
}

.hgi-bulk.hgi-upload-06::after {
  content: "\f21c8"
}

.hgi-bulk.hgi-upload-circle-01::after {
  content: "\f21ca"
}

.hgi-bulk.hgi-upload-circle-02::after {
  content: "\f21cc"
}

.hgi-bulk.hgi-upload-square-01::after {
  content: "\f21ce"
}

.hgi-bulk.hgi-upload-square-02::after {
  content: "\f21d0"
}

.hgi-bulk.hgi-upwork::after {
  content: "\f21d2"
}

.hgi-bulk.hgi-usb-bugs::after {
  content: "\f21d4"
}

.hgi-bulk.hgi-usb-connected-01::after {
  content: "\f21d6"
}

.hgi-bulk.hgi-usb-connected-02::after {
  content: "\f21d8"
}

.hgi-bulk.hgi-usb-connected-03::after {
  content: "\f21da"
}

.hgi-bulk.hgi-usb-error::after {
  content: "\f21dc"
}

.hgi-bulk.hgi-usb-memory-01::after {
  content: "\f21de"
}

.hgi-bulk.hgi-usb-memory-02::after {
  content: "\f21e0"
}

.hgi-bulk.hgi-usb-not-connected-01::after {
  content: "\f21e2"
}

.hgi-bulk.hgi-usb-not-connected-02::after {
  content: "\f21e4"
}

.hgi-bulk.hgi-usb::after {
  content: "\f21e6"
}

.hgi-bulk.hgi-usdt::after {
  content: "\f21e8"
}

.hgi-bulk.hgi-user-02::after {
  content: "\f21ea"
}

.hgi-bulk.hgi-user-03::after {
  content: "\f21ec"
}

.hgi-bulk.hgi-user-account::after {
  content: "\f21ee"
}

.hgi-bulk.hgi-user-add-01::after {
  content: "\f21f0"
}

.hgi-bulk.hgi-user-add-02::after {
  content: "\f21f2"
}

.hgi-bulk.hgi-user-ai::after {
  content: "\f21f4"
}

.hgi-bulk.hgi-user-arrow-left-right::after {
  content: "\f21f6"
}

.hgi-bulk.hgi-user-block-01::after {
  content: "\f21f8"
}

.hgi-bulk.hgi-user-block-02::after {
  content: "\f21fa"
}

.hgi-bulk.hgi-user-check-01::after {
  content: "\f21fc"
}

.hgi-bulk.hgi-user-check-02::after {
  content: "\f21fe"
}

.hgi-bulk.hgi-user-circle-02::after {
  content: "\f2200"
}

.hgi-bulk.hgi-user-circle::after {
  content: "\f2202"
}

.hgi-bulk.hgi-user-dollar::after {
  content: "\f2204"
}

.hgi-bulk.hgi-user-edit-01::after {
  content: "\f2206"
}

.hgi-bulk.hgi-user-full-view::after {
  content: "\f2208"
}

.hgi-bulk.hgi-user-group-02::after {
  content: "\f220a"
}

.hgi-bulk.hgi-user-group-03::after {
  content: "\f220c"
}

.hgi-bulk.hgi-user-group::after {
  content: "\f220e"
}

.hgi-bulk.hgi-user-id-verification::after {
  content: "\f2210"
}

.hgi-bulk.hgi-user-list::after {
  content: "\f2212"
}

.hgi-bulk.hgi-user-lock-01::after {
  content: "\f2214"
}

.hgi-bulk.hgi-user-lock-02::after {
  content: "\f2216"
}

.hgi-bulk.hgi-user-love-01::after {
  content: "\f2218"
}

.hgi-bulk.hgi-user-love-02::after {
  content: "\f221a"
}

.hgi-bulk.hgi-user-minus-01::after {
  content: "\f221c"
}

.hgi-bulk.hgi-user-minus-02::after {
  content: "\f221e"
}

.hgi-bulk.hgi-user-multiple-02::after {
  content: "\f2220"
}

.hgi-bulk.hgi-user-multiple-03::after {
  content: "\f2222"
}

.hgi-bulk.hgi-user-multiple::after {
  content: "\f2224"
}

.hgi-bulk.hgi-user-question-01::after {
  content: "\f2226"
}

.hgi-bulk.hgi-user-question-02::after {
  content: "\f2228"
}

.hgi-bulk.hgi-user-remove-01::after {
  content: "\f222a"
}

.hgi-bulk.hgi-user-remove-02::after {
  content: "\f222c"
}

.hgi-bulk.hgi-user-roadside::after {
  content: "\f222e"
}

.hgi-bulk.hgi-user-search-01::after {
  content: "\f2230"
}

.hgi-bulk.hgi-user-search-02::after {
  content: "\f2232"
}

.hgi-bulk.hgi-user::after {
  content: "\f2234"
}

.hgi-bulk.hgi-user-settings-01::after {
  content: "\f2235"
}

.hgi-bulk.hgi-user-settings-02::after {
  content: "\f2237"
}

.hgi-bulk.hgi-user-sharing::after {
  content: "\f2239"
}

.hgi-bulk.hgi-user-shield-01::after {
  content: "\f223b"
}

.hgi-bulk.hgi-user-shield-02::after {
  content: "\f223d"
}

.hgi-bulk.hgi-user-square::after {
  content: "\f223f"
}

.hgi-bulk.hgi-user-star-01::after {
  content: "\f2241"
}

.hgi-bulk.hgi-user-star-02::after {
  content: "\f2243"
}

.hgi-bulk.hgi-user-status::after {
  content: "\f2245"
}

.hgi-bulk.hgi-user-story::after {
  content: "\f2247"
}

.hgi-bulk.hgi-user-switch::after {
  content: "\f2249"
}

.hgi-bulk.hgi-user-time-01::after {
  content: "\f224b"
}

.hgi-bulk.hgi-user-time-02::after {
  content: "\f224d"
}

.hgi-bulk.hgi-user-time-03::after {
  content: "\f224f"
}

.hgi-bulk.hgi-user-unlock-01::after {
  content: "\f2251"
}

.hgi-bulk.hgi-user-unlock-02::after {
  content: "\f2253"
}

.hgi-bulk.hgi-user-warning-01::after {
  content: "\f2255"
}

.hgi-bulk.hgi-user-warning-02::after {
  content: "\f2257"
}

.hgi-bulk.hgi-user-warning-03::after {
  content: "\f2259"
}

.hgi-bulk.hgi-uv-01::after {
  content: "\f225c"
}

.hgi-bulk.hgi-uv-02::after {
  content: "\f225e"
}

.hgi-bulk.hgi-uv-03::after {
  content: "\f2260"
}

.hgi-bulk.hgi-vaccine::after {
  content: "\f2262"
}

.hgi-bulk.hgi-vacuum-cleaner::after {
  content: "\f2264"
}

.hgi-bulk.hgi-validation-approval::after {
  content: "\f2266"
}

.hgi-bulk.hgi-validation::after {
  content: "\f2268"
}

.hgi-bulk.hgi-van::after {
  content: "\f226a"
}

.hgi-bulk.hgi-variable::after {
  content: "\f226c"
}

.hgi-bulk.hgi-vegetarian-food::after {
  content: "\f226e"
}

.hgi-bulk.hgi-versus::after {
  content: "\f2270"
}

.hgi-bulk.hgi-vertical-resize::after {
  content: "\f2272"
}

.hgi-bulk.hgi-vertical-scroll-point::after {
  content: "\f2274"
}

.hgi-bulk.hgi-vest::after {
  content: "\f2276"
}

.hgi-bulk.hgi-viber::after {
  content: "\f2278"
}

.hgi-bulk.hgi-victory-finger-01::after {
  content: "\f227a"
}

.hgi-bulk.hgi-victory-finger-02::after {
  content: "\f227c"
}

.hgi-bulk.hgi-victory-finger-03::after {
  content: "\f227e"
}

.hgi-bulk.hgi-video-01::after {
  content: "\f2280"
}

.hgi-bulk.hgi-video-02::after {
  content: "\f2282"
}

.hgi-bulk.hgi-video-ai::after {
  content: "\f2284"
}

.hgi-bulk.hgi-video-camera-ai::after {
  content: "\f2286"
}

.hgi-bulk.hgi-video-console::after {
  content: "\f2288"
}

.hgi-bulk.hgi-video-off::after {
  content: "\f228a"
}

.hgi-bulk.hgi-video-replay::after {
  content: "\f228c"
}

.hgi-bulk.hgi-view-off::after {
  content: "\f228e"
}

.hgi-bulk.hgi-view-off-slash::after {
  content: "\f228f"
}

.hgi-bulk.hgi-view::after {
  content: "\f2292"
}

.hgi-bulk.hgi-view-sidebar-left::after {
  content: "\f2293"
}

.hgi-bulk.hgi-view-sidebar-right::after {
  content: "\f2295"
}

.hgi-bulk.hgi-villa-01::after {
  content: "\f2298"
}

.hgi-bulk.hgi-villa-02::after {
  content: "\f229a"
}

.hgi-bulk.hgi-vimeo::after {
  content: "\f229c"
}

.hgi-bulk.hgi-vine::after {
  content: "\f229e"
}

.hgi-bulk.hgi-vine-square::after {
  content: "\f229f"
}

.hgi-bulk.hgi-vintage-clock::after {
  content: "\f22a2"
}

.hgi-bulk.hgi-virtual-reality-vr-01::after {
  content: "\f22a4"
}

.hgi-bulk.hgi-virtual-reality-vr-02::after {
  content: "\f22a6"
}

.hgi-bulk.hgi-vision::after {
  content: "\f22a8"
}

.hgi-bulk.hgi-visual-studio-code::after {
  content: "\f22aa"
}

.hgi-bulk.hgi-vk::after {
  content: "\f22ac"
}

.hgi-bulk.hgi-vk-square::after {
  content: "\f22ad"
}

.hgi-bulk.hgi-voice-id::after {
  content: "\f22b0"
}

.hgi-bulk.hgi-voice::after {
  content: "\f22b2"
}

.hgi-bulk.hgi-volleyball::after {
  content: "\f22b4"
}

.hgi-bulk.hgi-volume-high::after {
  content: "\f22b6"
}

.hgi-bulk.hgi-volume-low::after {
  content: "\f22b8"
}

.hgi-bulk.hgi-volume-minus::after {
  content: "\f22ba"
}

.hgi-bulk.hgi-volume-mute-01::after {
  content: "\f22bc"
}

.hgi-bulk.hgi-volume-mute-02::after {
  content: "\f22be"
}

.hgi-bulk.hgi-volume-off::after {
  content: "\f22c0"
}

.hgi-bulk.hgi-volume-up::after {
  content: "\f22c2"
}

.hgi-bulk.hgi-vomiting::after {
  content: "\f22c4"
}

.hgi-bulk.hgi-voucher::after {
  content: "\f22c6"
}

.hgi-bulk.hgi-vr-glasses::after {
  content: "\f22c8"
}

.hgi-bulk.hgi-vr::after {
  content: "\f22ca"
}

.hgi-bulk.hgi-vynil-01::after {
  content: "\f22cc"
}

.hgi-bulk.hgi-vynil-02::after {
  content: "\f22ce"
}

.hgi-bulk.hgi-vynil-03::after {
  content: "\f22d0"
}

.hgi-bulk.hgi-w-three-schools::after {
  content: "\f22d2"
}

.hgi-bulk.hgi-waiter::after {
  content: "\f22d4"
}

.hgi-bulk.hgi-waiters::after {
  content: "\f22d6"
}

.hgi-bulk.hgi-walking::after {
  content: "\f22d8"
}

.hgi-bulk.hgi-wall-lamp::after {
  content: "\f22da"
}

.hgi-bulk.hgi-wallet-01::after {
  content: "\f22dc"
}

.hgi-bulk.hgi-wallet-02::after {
  content: "\f22de"
}

.hgi-bulk.hgi-wallet-03::after {
  content: "\f22e0"
}

.hgi-bulk.hgi-wallet-04::after {
  content: "\f22e2"
}

.hgi-bulk.hgi-wallet-05::after {
  content: "\f22e4"
}

.hgi-bulk.hgi-wallet-add-01::after {
  content: "\f22e6"
}

.hgi-bulk.hgi-wallet-add-02::after {
  content: "\f22e8"
}

.hgi-bulk.hgi-wallet-done-01::after {
  content: "\f22ea"
}

.hgi-bulk.hgi-wallet-done-02::after {
  content: "\f22ec"
}

.hgi-bulk.hgi-wallet-not-found-01::after {
  content: "\f22ee"
}

.hgi-bulk.hgi-wallet-not-found-02::after {
  content: "\f22f0"
}

.hgi-bulk.hgi-wallet-remove-01::after {
  content: "\f22f2"
}

.hgi-bulk.hgi-wallet-remove-02::after {
  content: "\f22f4"
}

.hgi-bulk.hgi-wanted::after {
  content: "\f22f6"
}

.hgi-bulk.hgi-wardrobe-01::after {
  content: "\f22f8"
}

.hgi-bulk.hgi-wardrobe-02::after {
  content: "\f22fa"
}

.hgi-bulk.hgi-wardrobe-03::after {
  content: "\f22fc"
}

.hgi-bulk.hgi-wardrobe-04::after {
  content: "\f22fe"
}

.hgi-bulk.hgi-warehouse::after {
  content: "\f2300"
}

.hgi-bulk.hgi-washing-machine::after {
  content: "\f2302"
}

.hgi-bulk.hgi-washington-monument::after {
  content: "\f2304"
}

.hgi-bulk.hgi-waste-restore::after {
  content: "\f2306"
}

.hgi-bulk.hgi-waste::after {
  content: "\f2308"
}

.hgi-bulk.hgi-watch-01::after {
  content: "\f230a"
}

.hgi-bulk.hgi-watch-02::after {
  content: "\f230c"
}

.hgi-bulk.hgi-water-energy::after {
  content: "\f230e"
}

.hgi-bulk.hgi-water-polo::after {
  content: "\f2310"
}

.hgi-bulk.hgi-water-pump::after {
  content: "\f2312"
}

.hgi-bulk.hgi-waterfall-down-01::after {
  content: "\f2314"
}

.hgi-bulk.hgi-waterfall-down-03::after {
  content: "\f2316"
}

.hgi-bulk.hgi-waterfall-up-01::after {
  content: "\f2318"
}

.hgi-bulk.hgi-waterfall-up-02::after {
  content: "\f231a"
}

.hgi-bulk.hgi-watermelon::after {
  content: "\f231c"
}

.hgi-bulk.hgi-wattpad::after {
  content: "\f231e"
}

.hgi-bulk.hgi-wattpad-square::after {
  content: "\f231f"
}

.hgi-bulk.hgi-wav-01::after {
  content: "\f2322"
}

.hgi-bulk.hgi-wav-02::after {
  content: "\f2324"
}

.hgi-bulk.hgi-wave::after {
  content: "\f2326"
}

.hgi-bulk.hgi-wave-square::after {
  content: "\f2327"
}

.hgi-bulk.hgi-wave-triangle::after {
  content: "\f2329"
}

.hgi-bulk.hgi-waving-hand-01::after {
  content: "\f232c"
}

.hgi-bulk.hgi-waving-hand-02::after {
  content: "\f232e"
}

.hgi-bulk.hgi-waze::after {
  content: "\f2330"
}

.hgi-bulk.hgi-web-design-01::after {
  content: "\f2332"
}

.hgi-bulk.hgi-web-design-02::after {
  content: "\f2334"
}

.hgi-bulk.hgi-web-programming::after {
  content: "\f2336"
}

.hgi-bulk.hgi-web-protection::after {
  content: "\f2338"
}

.hgi-bulk.hgi-web-security::after {
  content: "\f233a"
}

.hgi-bulk.hgi-web-validation::after {
  content: "\f233c"
}

.hgi-bulk.hgi-webflow::after {
  content: "\f233e"
}

.hgi-bulk.hgi-webhook::after {
  content: "\f2340"
}

.hgi-bulk.hgi-wechat::after {
  content: "\f2342"
}

.hgi-bulk.hgi-wedding::after {
  content: "\f2344"
}

.hgi-bulk.hgi-weight-scale-01::after {
  content: "\f2346"
}

.hgi-bulk.hgi-weight-scale::after {
  content: "\f2348"
}

.hgi-bulk.hgi-wellness::after {
  content: "\f234a"
}

.hgi-bulk.hgi-whatsapp-business::after {
  content: "\f234c"
}

.hgi-bulk.hgi-whatsapp::after {
  content: "\f234e"
}

.hgi-bulk.hgi-wheelchair::after {
  content: "\f2350"
}

.hgi-bulk.hgi-whisk::after {
  content: "\f2352"
}

.hgi-bulk.hgi-whistle::after {
  content: "\f2354"
}

.hgi-bulk.hgi-whiteboard::after {
  content: "\f2356"
}

.hgi-bulk.hgi-wifi-01::after {
  content: "\f2358"
}

.hgi-bulk.hgi-wifi-02::after {
  content: "\f235a"
}

.hgi-bulk.hgi-wifi-circle::after {
  content: "\f235c"
}

.hgi-bulk.hgi-wifi-connected-01::after {
  content: "\f235e"
}

.hgi-bulk.hgi-wifi-connected-02::after {
  content: "\f2360"
}

.hgi-bulk.hgi-wifi-connected-03::after {
  content: "\f2362"
}

.hgi-bulk.hgi-wifi-disconnected-01::after {
  content: "\f2364"
}

.hgi-bulk.hgi-wifi-disconnected-02::after {
  content: "\f2366"
}

.hgi-bulk.hgi-wifi-disconnected-03::after {
  content: "\f2368"
}

.hgi-bulk.hgi-wifi-disconnected-04::after {
  content: "\f236a"
}

.hgi-bulk.hgi-wifi-error-01::after {
  content: "\f236c"
}

.hgi-bulk.hgi-wifi-error-02::after {
  content: "\f236e"
}

.hgi-bulk.hgi-wifi-full-signal::after {
  content: "\f2370"
}

.hgi-bulk.hgi-wifi-location::after {
  content: "\f2372"
}

.hgi-bulk.hgi-wifi-lock::after {
  content: "\f2374"
}

.hgi-bulk.hgi-wifi-low-signal::after {
  content: "\f2376"
}

.hgi-bulk.hgi-wifi-medium-signal::after {
  content: "\f2378"
}

.hgi-bulk.hgi-wifi-no-signal::after {
  content: "\f237a"
}

.hgi-bulk.hgi-wifi-off-01::after {
  content: "\f237c"
}

.hgi-bulk.hgi-wifi-off-02::after {
  content: "\f237e"
}

.hgi-bulk.hgi-wifi-square::after {
  content: "\f2380"
}

.hgi-bulk.hgi-wifi-unlock::after {
  content: "\f2382"
}

.hgi-bulk.hgi-wikipedia::after {
  content: "\f2384"
}

.hgi-bulk.hgi-wind-power-01::after {
  content: "\f2386"
}

.hgi-bulk.hgi-wind-power-02::after {
  content: "\f2388"
}

.hgi-bulk.hgi-wind-power-03::after {
  content: "\f238a"
}

.hgi-bulk.hgi-wind-power::after {
  content: "\f238c"
}

.hgi-bulk.hgi-wind-surf::after {
  content: "\f238e"
}

.hgi-bulk.hgi-wind-turbine::after {
  content: "\f2390"
}

.hgi-bulk.hgi-windows-new::after {
  content: "\f2392"
}

.hgi-bulk.hgi-windows-old::after {
  content: "\f2394"
}

.hgi-bulk.hgi-wink::after {
  content: "\f2396"
}

.hgi-bulk.hgi-winking::after {
  content: "\f2398"
}

.hgi-bulk.hgi-wireless-cloud-access::after {
  content: "\f239a"
}

.hgi-bulk.hgi-wireless::after {
  content: "\f239c"
}

.hgi-bulk.hgi-wise::after {
  content: "\f239e"
}

.hgi-bulk.hgi-woman::after {
  content: "\f23a0"
}

.hgi-bulk.hgi-wordpress::after {
  content: "\f23a2"
}

.hgi-bulk.hgi-work-alert::after {
  content: "\f23a4"
}

.hgi-bulk.hgi-work-history::after {
  content: "\f23a6"
}

.hgi-bulk.hgi-work::after {
  content: "\f23a8"
}

.hgi-bulk.hgi-work-update::after {
  content: "\f23a9"
}

.hgi-bulk.hgi-workflow-circle-01::after {
  content: "\f23ac"
}

.hgi-bulk.hgi-workflow-circle-02::after {
  content: "\f23ae"
}

.hgi-bulk.hgi-workflow-circle-03::after {
  content: "\f23b0"
}

.hgi-bulk.hgi-workflow-circle-04::after {
  content: "\f23b2"
}

.hgi-bulk.hgi-workflow-circle-05::after {
  content: "\f23b4"
}

.hgi-bulk.hgi-workflow-circle-06::after {
  content: "\f23b6"
}

.hgi-bulk.hgi-workflow-square-01::after {
  content: "\f23b8"
}

.hgi-bulk.hgi-workflow-square-02::after {
  content: "\f23ba"
}

.hgi-bulk.hgi-workflow-square-03::after {
  content: "\f23bc"
}

.hgi-bulk.hgi-workflow-square-04::after {
  content: "\f23be"
}

.hgi-bulk.hgi-workflow-square-05::after {
  content: "\f23c0"
}

.hgi-bulk.hgi-workflow-square-06::after {
  content: "\f23c2"
}

.hgi-bulk.hgi-workflow-square-07::after {
  content: "\f23c4"
}

.hgi-bulk.hgi-workflow-square-08::after {
  content: "\f23c6"
}

.hgi-bulk.hgi-workflow-square-09::after {
  content: "\f23c8"
}

.hgi-bulk.hgi-workflow-square-10::after {
  content: "\f23ca"
}

.hgi-bulk.hgi-workout-battle-ropes::after {
  content: "\f23cc"
}

.hgi-bulk.hgi-workout-gymnastics::after {
  content: "\f23ce"
}

.hgi-bulk.hgi-workout-kicking::after {
  content: "\f23d0"
}

.hgi-bulk.hgi-workout-run::after {
  content: "\f23d2"
}

.hgi-bulk.hgi-workout-sport::after {
  content: "\f23d4"
}

.hgi-bulk.hgi-workout-squats::after {
  content: "\f23d6"
}

.hgi-bulk.hgi-workout-stretching::after {
  content: "\f23d8"
}

.hgi-bulk.hgi-workout-warm-up::after {
  content: "\f23da"
}

.hgi-bulk.hgi-worry::after {
  content: "\f23dc"
}

.hgi-bulk.hgi-wps-office-rectangle::after {
  content: "\f23de"
}

.hgi-bulk.hgi-wps-office::after {
  content: "\f23e0"
}

.hgi-bulk.hgi-wrench-01::after {
  content: "\f23e2"
}

.hgi-bulk.hgi-wrench-02::after {
  content: "\f23e4"
}

.hgi-bulk.hgi-wudu::after {
  content: "\f23e6"
}

.hgi-bulk.hgi-x-ray::after {
  content: "\f23e8"
}

.hgi-bulk.hgi-x-variable-circle::after {
  content: "\f23ea"
}

.hgi-bulk.hgi-x-variable::after {
  content: "\f23ec"
}

.hgi-bulk.hgi-x-variable-square::after {
  content: "\f23ed"
}

.hgi-bulk.hgi-xing::after {
  content: "\f23f0"
}

.hgi-bulk.hgi-xls-01::after {
  content: "\f23f2"
}

.hgi-bulk.hgi-xls-02::after {
  content: "\f23f4"
}

.hgi-bulk.hgi-xml-01::after {
  content: "\f23f6"
}

.hgi-bulk.hgi-xml-02::after {
  content: "\f23f8"
}

.hgi-bulk.hgi-xsl-01::after {
  content: "\f23fa"
}

.hgi-bulk.hgi-xsl-02::after {
  content: "\f23fc"
}

.hgi-bulk.hgi-yelp::after {
  content: "\f23fe"
}

.hgi-bulk.hgi-yen-circle::after {
  content: "\f2400"
}

.hgi-bulk.hgi-yen-receive::after {
  content: "\f2402"
}

.hgi-bulk.hgi-yen::after {
  content: "\f2404"
}

.hgi-bulk.hgi-yen-send::after {
  content: "\f2405"
}

.hgi-bulk.hgi-yen-square::after {
  content: "\f2407"
}

.hgi-bulk.hgi-yoga-01::after {
  content: "\f240a"
}

.hgi-bulk.hgi-yoga-02::after {
  content: "\f240c"
}

.hgi-bulk.hgi-yoga-03::after {
  content: "\f240e"
}

.hgi-bulk.hgi-yoga-ball::after {
  content: "\f2410"
}

.hgi-bulk.hgi-yoga-mat::after {
  content: "\f2412"
}

.hgi-bulk.hgi-yogurt::after {
  content: "\f2414"
}

.hgi-bulk.hgi-youtube::after {
  content: "\f2416"
}

.hgi-bulk.hgi-yurt::after {
  content: "\f2418"
}

.hgi-bulk.hgi-zakat::after {
  content: "\f241a"
}

.hgi-bulk.hgi-zap::after {
  content: "\f241c"
}

.hgi-bulk.hgi-zeppelin::after {
  content: "\f241e"
}

.hgi-bulk.hgi-zero-circle::after {
  content: "\f2420"
}

.hgi-bulk.hgi-zero-square::after {
  content: "\f2422"
}

.hgi-bulk.hgi-zip-01::after {
  content: "\f2424"
}

.hgi-bulk.hgi-zip-02::after {
  content: "\f2426"
}

.hgi-bulk.hgi-zoom-circle::after {
  content: "\f2428"
}

.hgi-bulk.hgi-zoom-in-area::after {
  content: "\f242a"
}

.hgi-bulk.hgi-zoom-out-area::after {
  content: "\f242c"
}

.hgi-bulk.hgi-zoom::after {
  content: "\f242e"
}

.hgi-bulk.hgi-zoom-square::after {
  content: "\f242f"
}

.hgi-bulk.hgi-zsh::after {
  content: "\f2432"
}

.hgi-bulk.hgi-zzz::after {
  content: "\f2434"
}
